bcgov / designatedlands

Python script to combine conservation related spatial data from many sources to create a single 'Designated Lands' layer for British Columbia
Apache License 2.0
9 stars 4 forks source link

For manual downloads, add file and layer names to sources.csv #5

Closed smnorris closed 7 years ago

ateucher commented 7 years ago

At this point, is there a way to include data that is not downloadable programmatically?

smnorris commented 7 years ago

Yep: https://github.com/smnorris/conservationlands/blob/7c42c17c66f03b6e57ea324fff21197be9a4b45a/conservationlands.py#L82

I'll document each cli subcommand in #1

ateucher commented 7 years ago

Awesome, thanks