Re: [gdal-dev] USGS 3DEP (3D Elevation Program) - feet should be metres, how can I fix this?

2024-03-22 Thread Conrad Bielski via gdal-dev
Thanks Even, looks like a good workaround for the moment. Hopefully, the USGS will update their files accordingly. Thanks Kirk for kicking this up. I'm sure it is not trivial to fix such an issue for a national dataset. Have a great day,Conrad On Friday, March 22, 2024 at 04:57:03 AM EDT, E

Re: [gdal-dev] Estonian WMS failure

2024-03-22 Thread Rahkonen Jukka via gdal-dev
Hi, Works for me from the opposite side of the Gulf of Finland. I get a list of 215 subdatasets with gdalinfo "WMS:https://kaart.maaamet.ee/wms/alus-geo?"; --debug on No problem with VERSION=1.3.0 either. I tested with GDAL 3.8.4, released 2024/02/08 (OSGeo4W). -Jukka Rahkonen- Lähettäjä: gd

[gdal-dev] Estonian WMS failure

2024-03-22 Thread Elena Ruiz via gdal-dev
Hi, I am using GDAL v3.06 to read map web services. A customer from Estonia tells us that the official and public servers in their country are not working, and as you can see below, they return the following error: >gdalinfo "WMS:https://kaart.maaamet.ee/wms/alus-geo?"; ERROR 1: Error returned b

Re: [gdal-dev] USGS 3DEP (3D Elevation Program) - feet should be metres, how can I fix this?

2024-03-22 Thread Kirk Waters - NOAA Federal via gdal-dev
I put in a ticket to the USGS National Map help desk so they'll know it needs to be fixed. I'm sure some USGS folks watch this forum too. Kirk Waters, PhD NOAA Office for Coastal Management Applied Sciences Program ‪Phone: 843-284-6962‬ (email preferred) coast.noaa.gov/digitalcoast [he/him] On

Re: [gdal-dev] USGS 3DEP (3D Elevation Program) - feet should be metres, how can I fix this?

2024-03-22 Thread Even Rouault via gdal-dev
Hi, having looked at the file, I believe GDAL behaves correctly given the metadata in the file. This is clearly a unit type attached to the Band, and it should be corrected by the data producer to reflect what is really used in it One way to correct it on your side is for example this little