Skip to content

designatedlands v0.1.0 (May 2018)

Latest
Compare
Choose a tag to compare
@ateucher ateucher released this 18 May 00:33
· 128 commits to master since this release

Download data by clicking on the one of the file links above. designatedlands.gpkg.zip contains a geopackage file that contains two layers - one with all layers aggregated by category and overlaps removed, and one with all layers in their original form and overlaps between categories retained. The file designatedlands.shp.zip contains the same layers in shapefile format.

Changes in this release

  • change category for Forest Rec Sites (#50)
  • enable pre-processing of BC Parks to remove duplicate records (#48)
  • add a small strip of a tile along the northern border to ensure full tile coverage of official boundary file (#47)
  • add --overlaps option to dump command for dumping raw layer to file, retaining overlaps, source id, source name (#26)
  • make preprocess function more versatile by adding preprocess_args to sources.csv
  • general tidy/refactor of code (#39, #6)
  • add setup.py and associated files to support distribution as a Python module (#39)
  • set config via file rather than hard coded defaults modified by cli options (fixes #46)
  • upgrade to Python 3.6 / PostgreSQL 10.2 / PostGIS 2.4 / pgdata 0.0.9 (#41, #51)
  • advise use of mapshaper for aggregating outputs rather than supporting a PostGIS driven function (#37)
  • de-duplicate non-BCGW data downloads (#17)
  • autoformat code with https://github.com/kennethreitz/white
  • More robust to invalid geometries and other issues
  • Better documentation

The attached files designatedlands.gpkg.zip and designatedlands.shp.zip contain the results of running the script on May 3, 2018 as .gpkg and .shp format.