dshean / demcoreg

Utilities for DEM and point cloud co-registration
MIT License
110 stars 42 forks source link

Fix NCLD endpoint #36

Closed friedrichknuth closed 2 years ago

friedrichknuth commented 2 years ago

Looks like the NLCD endpoint has changed from

https://s3-us-west-2.amazonaws.com/mrlc/NLCD_2016_Land_Cover_L48_20190424.zip

to

https://s3-us-west-2.amazonaws.com/mrlc/nlcd_2016_land_cover_l48_20210604.zip

These changes should handle access to the right endpoint and finding the unzipped file locally.

dshean commented 2 years ago

Thanks!