Skip to content

Instantly share code, notes, and snippets.

@rsignell-usgs
Created January 10, 2013 22:17
Show Gist options
  • Save rsignell-usgs/4506291 to your computer and use it in GitHub Desktop.
Save rsignell-usgs/4506291 to your computer and use it in GitHub Desktop.
bash script to extract NED data via WCS. This NED data is not the latest, however.
#!/bin/bash
curl -o ned.tif 'http://ags.cr.usgs.gov/ArcGIS/services/NED_1/MapServer/WCSServer?request=GetCoverage&version=1.0.0&service=WCS&format=GeoTIFF&CRS=EPSG:4326&coverage=1&bbox=-71.0,41.5,-70.5,42.0&resx=0.0002777777779&resy=0.0002777777779'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment