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

loading single layer fails if 20k / 250k tile layers are not present #58

Open smnorris opened 5 years ago

smnorris commented 5 years ago

The script should probably check that tiles_20k and tiles_250k are present in the db before attempting to load any other data. A check that these layers are present in sources.csv (or defined elsewhere) could help reduce errors too.