Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-04 Thread Carl Godkin
_n35w117_GridFloat.zip/usgs_ned_1_n35w117_gridfloat.flt >> >> >> >> Mike >> >> >> >> >> >> -- >> >> Michael Smith >> >> US Army Corps of Engineers >> >> Remote Sensing/GIS Center >> >> >&g

Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-04 Thread Carl Godkin
on/1/GridFloat/USGS_NED_1_n35w117_GridFloat.zip/usgs_ned_1_n35w117_gridfloat.flt > > > > Mike > > > > > > -- > > Michael Smith > > US Army Corps of Engineers > > Remote Sensing/GIS Center > > > > > > *From: *Carl Godkin > *Date: *Thursday, June 4, 2020 at 1

Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-04 Thread Michael Smith
:28 AM To: Cc: Subject: Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex Hi Michael, Thanks a lot for your reply. I managed to come up with something sort of like that by using gdal_translate to a WMS service description file and then using that. But I don't see h

Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-04 Thread Carl Godkin
Hi Michael, Thanks a lot for your reply. I managed to come up with something sort of like that by using gdal_translate to a WMS service description file and then using that. But I don't see how to get elevations from there. Have you figured that out? I know how to get imagery, but I'm interest

Re: [gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-03 Thread michael . smith . erdc
Carl, Try something like gdal_translate -f gtiff "https://index.nationalmap.gov/arcgis/rest/services/3DEPElevationIndex/MapServerxyXY3857-20037508.3420037508.3420037508.34-20037508.3425002500" test1.tif -projwin ulx uly lrx lry -projwin_srs -t_srs If you want a different size than 2500x250

[gdal-dev] Using GDAL WMS with USGS 3DEPElevationIndex

2020-06-03 Thread Carl Godkin
Hi, I'm unable to figure out how to retrieve elevation data (grids) from the 3DEP program's endpoints. Starting here: https://index.nationalmap.gov/arcgis/rest/services/3DEPElevationIndex/MapServer it would seem to be possible but I just cannot get anything back other than solid white images.