mathuin / TopoMC

Building Minecraft worlds from USGS NED and NLCD topographical data
http://www.mathuin.org/TopoMC/
46 stars 11 forks source link

Regions don't load even from examples and list on website. #48

Open ttyk opened 8 years ago

ttyk commented 8 years ago

Everytime getting error AttributeError: No products are available for this location! No matter what coords i specify.

Offers that USGS soap return: (PRODUCTKEY, OAQ, STATUS, Tiled) (PRODUCTKEY, H1L, STATUS, Tiled) (PRODUCTKEY, OVS, STATUS, Tiled) (PRODUCTKEY, , STATUS, Seamless_VO) (PRODUCTKEY, LCM, STATUS, Tiled) (PRODUCTKEY, LCL, STATUS, Tiled) (PRODUCTKEY, LCJ, STATUS, Tiled) (PRODUCTKEY, LCI, STATUS, Tiled) (PRODUCTKEY, LCG, STATUS, Tiled) (PRODUCTKEY, LCF, STATUS, Tiled) (PRODUCTKEY, LCD, STATUS, Tiled) (PRODUCTKEY, LCC, STATUS, Tiled) (PRODUCTKEY, LCA, STATUS, Tiled) (PRODUCTKEY, LC9, STATUS, Tiled) (PRODUCTKEY, LC7, STATUS, Tiled) (PRODUCTKEY, LC6, STATUS, Tiled) (PRODUCTKEY, LC4, STATUS, Tiled) (PRODUCTKEY, LC3, STATUS, Tiled) (PRODUCTKEY, LC1, STATUS, Tiled) (PRODUCTKEY, LC0, STATUS, Tiled)

zombielinux commented 7 years ago

What value do you get back for ID? I'm getting L6N for multiple regions around the country.

Based on your output, that seems to be one of the options that USED to be in the list, but isn't any longer.

mathuin commented 7 years ago

Downloading broke in July 2014 because the USGS folks changed their API for the files this project uses. The develop branch's README.md explains how to retrieve data from the USGS now -- use the National Map viewer to select your region, grab the landcover and elevation files, and use the coordinates from the email for the TopoMC commands.

I am hoping to revisit this project over the summer. If you're getting anywhere with downloading from the USGS without using the National Map, I'd love to work with you. Thanks!