acannistra / landwatch

Exploring the network of federal public lands, legislation, legislators, and campaign finance in the U.S.
MIT License
7 stars 2 forks source link

Implement `get/lands` module #2

Closed acannistra closed 4 years ago

acannistra commented 4 years ago

This PR implements the lands portion of get.

It starts with USGS and WDPA, but I'm not sure which I'm going to focus on yet. The WDPA is great but perhaps doesn't have the necessary metadata for differentiating federal vs non-federal pub.lands in US. USGS does, but it's an annoying dataset and takes hours to download.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-29.8%) to 59.659% when pulling 404f719dd1efe5bf47d01db22030db786fb8c7e4 on start_get into 6541381711c23265a1f860789495b3d0eddc3f4b on master.

acannistra commented 4 years ago

Going to merge this to get the get module started, but WDPA needs more work.