Skip to content

Releases: bcgov/bcmaps

bcmaps v0.8.1

14 Feb 23:36
Compare
Choose a tag to compare

Fixed encodings of French names in watercourses data

bcmaps v0.8.0

14 Feb 22:16
Compare
Choose a tag to compare

Added watercourse layers for B.C. at both 1:5M and 1:15M scales.

bcmaps v0.7.1

11 Jan 23:29
Compare
Choose a tag to compare

Bug fixes

bcmaps v0.7.0

11 Jan 19:23
Compare
Choose a tag to compare
  • fix_geo_problems and transform_bc_albers are Generic functions with methods for sf objects as well as Spatial objects
  • fix_self_intersect is now defunct

bcmaps v0.6.2

18 Oct 22:08
Compare
Choose a tag to compare

Minor bugfix of fix_geo_problems

v0.6.1

27 Sep 17:07
Compare
Choose a tag to compare

bcmaps 0.6.1

  • fix_self_intersect has been renamed to fix_geo_problems (but kept as an alias for now)
  • fix_geo_problems can often also fix orphaned holes in addition to self-intersections.

bcmaps v0.6.0

09 Sep 23:13
Compare
Choose a tag to compare
  • Added watersheds dataset (#15, @markjohnsonubc)
  • Added a NEWS.md file to track changes to the package.

v0.5.0

28 Apr 17:16
Compare
Choose a tag to compare

Added two new functions to create and work with SpatailPolygonsDataFrames with nested data frames:

  • self_union performs a union on a single SpatialPolygons* object to take into account overlaps. Polygon attributes are combined in a nested dataframe.
  • get_poly_attribute allows you to easily parse a nested data frame column (created by self_union) to extract or calculate the attributes you want

v0.4.0

26 Apr 23:41
Compare
Choose a tag to compare

Added a couple of convenience functions:

  • transform_bc_albers() transforms a Spatial object to BC Albers projection
  • fix_self_intersect() checks for and repairs self-intersecting polygons

v0.3.0

18 Mar 19:19
Compare
Choose a tag to compare

Added 3 Natural Resource layers (areas, regions and districts)