Backdoor to US Seamless National Elevation Data

I recently needed to acquire a large swath of elevation data for Alaska. After fighting through the web map request interface for Seamless NED for several hours, I finally discovered that one can go straight to the extractor service and request arbitrary areas with a properly formed URL.

To bypass the map viewer put the coords on the URL like so:

http://extract.cr.usgs.gov/Website/distreq/RequestSummary.jsp?AL=71.0,56.0,-140.0,-150.0&PL=NAK01HZ

where this is your region of interest north,south and east,west in decimal degrees.

AL=71.0,56.0,-140.0,-150.0

and this is data set to choose from, in this case “National Elevation Dataset Alaska (NED) 2 Arc Second”

PL=NAK01HZ

This example will return with “You have requested an estimated 1,950 MB of data. The maximum currently allowed is 1,500 MB.” So modify the extents until within limits. This will generate a SDDS Request Summary page with about 10 different buttons. We don’t care about that, we’re just want to know when our area of interest is small enough to work. Keep this page open for reference, we may need some info from it later. Use the Firefox Web Developer extension and convert the POST form to GET, slap one of the [download] buttons and in the resultant window we have a URL which can be easily modified (must be all on one line to work):

 http://extract.cr.usgs.gov/diststatus/servlet/gov.usgs.edc.RequestStatus
?siz=87
&key=NAK
&ras=1
&rsp=1
&pfm=ArcGRID
&imsurl=-1
&ms=-1
&att=-1
&lay=-1
&fid=-1
&dlpre=
&wmd=1
&mur=http%3A%2F%2Fextract.cr.usgs.gov%2Fdistmeta%2Fservlet%2Fgov.usgs.edc.MetaBuilder
&mcd=NED
&mdf=HTML
&arc=ZIP
&sde=ned.ak_ned
&msd=NED.CONUS_NED_METADATA
&zun=METERS
&prj=0
&csx=5.55555555556E-4
&csy=5.55555555556E-4
&bnd=
&bndnm=
&RC=d9b131a2a5e3589013aaddb1d5f567585db594
&lft=-148.33333333333334
&rgt=-146.66666666666669
&top=63.0
&bot=59.0

…and I have my whole area of interest in three simple requests, plus there is no need go through the bother of mosaicking a bunch of little tiles together. It does take the server about 15 or 20 minutes to process each request though. I didn’t attempt to find the maximum area, as my main goal is to get the data, not find the limits of their server and crash it.

If you use this technique, please be gentle. It’s not in our interests to force them to take protective measures and close this avenue.

Further exploration: I suspect many of the parameters can be omitted, siz for example which has no apparent effect (my downloads were 350mb each) and I bet the -1 values mean “use the default”. I’m curious about RC which likes a unique session id or cookie or something. I had no problem using the same number every time, but I did do it all in one browser session.

Many thanks to Joe H. and John Thull on the QGIS-user mailing list for bumping me in the right direction ([offtopic] acquiring Alaska data), Chris Pederick for the web developer extension, and course the USGS for having data interesting enough to go through all this work in the first place!

UPDATE: With regard to ordering the regional CD’s:

“You can order the entire U.S. in 30 meter resolution in either ArcGrid or GridFloat format. The data will be provided on a 250 GB external drive at a total price of $1005.00. This includes shipping and handling. This will cover the Conterminous U.S., Alaska (at 60 meter res), Hawaii, and the territorial islands. We no longer provide this on CD or DVD media.”

An incredibly good price in my opinion.

Customer Service/Webmapping
Data and Applications Support Department
Science Applications International Corporation (SAIC) at
U.S. Geological Survey – EROS
(Earth Resources Observation and Science)
47914 252nd Street
Sioux Falls, SD 57198-0001
Phone: 1-800-252-4547
Fax: (605)-594-6589

Comments

  1. Dave Smith wrote:
    Thanks for the backdoor tip… I would echo your caveat to not abuse this.
    I too have noticed that seamless.usgs.gov seems to have some serious JavaScript disagreements with IE, which results in tremendously sluggish performance (or worse yet, it just dies altogether). When I tried in FireFox, the site worked like a champ.
    Posted 31 Mar 2007 at 10:18 am
  2. matt wilkie wrote:
    hi Dave, thanks for confirming my IE problems with their site are not local only

Posted 03 Apr 2007 at 8:48 am

Leave a Reply

Your email address will not be published. Required fields are marked *