-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoTiff float (Digitales Höhenmodell Oberfläche NRW) #274
Comments
This should be fixed with dcf846e#diff-094f1c9b3122487b86e34893f4c4138beeb0af18744c773aac10e4cc30c3c55e. Lemme know if it works for you! |
Also, would you be interested in submitting this file to https://github.com/geotiff/test-data ? I don't think we have other test files in the EPSG:25832 projection. We'll also be able to use it to test the visualization once it's added. |
@DanielJDufour Thanx for answering and provoding a fix so fast! Please feel free to add the .tif to the test data. |
It should be included in app.geotiff.io right now :-) Note: the identify function should be working, but the visualization is a work in progress. |
@DanielJDufour |
Okay. I'll fix the other stats now. Thanks for testing! |
Mean, Min, Max, Sum, Mode, and Median should all be fixed now. Will have to look into Histogram, Band Arithmetic, and Raster Calculator. |
tested: mean, min, max, sum, mode an median as rectangle and polygon: all deliver plausible values. Thank you. |
Hi!
The problem occurs using tiffs like this: https://www.wcs.nrw.de/geobasis/wcs_nw_dom?REQUEST=GetCoverage&SERVICE=WCS&VERSION=2.0.1&COVERAGEID=nw_dom&FORMAT=image/tiff&SUBSET=x(356000,357000)&SUBSET=y(5699000,5700000)&OUTFILE=dom1_32_356_5699_1_nw_2020&APP=timonline
(hint you can pick your own .tiff by: this URL: https://www.tim-online.nrw.de/tim-online2/?bg=basemapDE_grau&scale=1400000¢er=450000,5700000&wms=https://www.wms.nrw.de/geobasis/wms_nw_dhm-uebersicht,nw_dhm_metadaten&opacity=70&legend=true (klick on "download" an choose "Höhenmodelle" --> "Digitales Oberflächenmodell" --> "weiter" --> "*.tiff" --> "weiter" --> select one --> "weiter"....)
I tried it on http://app.geotiff.io/
There are two issues that might be connected:
Thank you for your work!
PfefferCode.
PS: I first reported it here: geotiffjs/geotiff.js#419 but I was told, here is the correct place.
The text was updated successfully, but these errors were encountered: