Skip to content

Releases: bcgov/bcmaps

bcmaps v0.17.0

18 Jan 23:23
Compare
Choose a tag to compare
  • Output of available_layers() has changed: shortcut_function column is now logical, uses better column names, and has a custom print function that gives more information. (#34)
  • Add links to combine_nr_rd() function from regional_districts() and municipalities(). This function combines Regional Districts with the Northern Rockies Regional Municipalites to create a full provincial layer of 'Regional-District-like' polygons.
  • Added Timber Supply Areas and BC cities shortcut function and to available_layers()
  • bec (and other large downloadable layers) show up in the output of available_layers(), bec() works, and get_layer("bec") works so that getting downloadable datasets is indistinguishable from getting local datasets. (#32)
  • Some utility functions use sf functions that have been moved to the lwgeom package. They now use the lwgeom function (Fixes CRAN CHECK NOTE; #33).
  • Added new layer: bc_cities() which is a point layer of B.C.'s major cities.

bcmaps v0.16.0

08 Dec 23:35
Compare
Choose a tag to compare
  • Added two new functions: raster_by_poly to overlay a SpatialPolygonsDataFrmae or sf polygons layer on a raster layer and clip the raster to each polygon, and summarize_raster_list to summarize the results of raster_to_poly

bcmaps 0.15.1

07 Dec 23:38
v0.15.1
e3cb7a8
Compare
Choose a tag to compare

bcmaps 0.15.1

  • get_layer() now only accepts characters (#31)
  • Fixes bug in check_write_to_data_dir where it was not creating data directory
  • Update README installation instructions so that vignettes aren't built before bcmaps.rdata is installed (#29)

bcmaps 0.15.0

25 Nov 00:44
Compare
Choose a tag to compare

bcmaps 0.15.0

  • Added the ability to download Biogeoclimatic Zone map - as it was too big to
    fit in the bcmaps.rdata package, it is hosted as an asset on a GitHub release of bcmaps.rdata,
    and downloaded via the function bec(), which uses the new function get_big_data() (#28).
  • Added function bec_colours() (and alias bec_colors()) to generate a vector of colours
    that match the standard colours used to colour Biogeoclimatic Zone maps.

bcmaps v0.12.0

30 Jun 23:50
Compare
Choose a tag to compare

Added wsc_drainages dataset.

bcmaps v0.11.0

27 Jun 22:17
Compare
Choose a tag to compare
  • Added hydrozones dataset.

bcmaps v0.10.1

26 Jun 23:57
Compare
Choose a tag to compare
  • Fixed ring self-intersctions in bc_bound_hres and airzones (#13)

bcmaps v0.10.0

16 May 19:11
Compare
Choose a tag to compare

Added boundaries of British Columbia's Water Management Districts and Water Management Precincts.

bcmaps v0.9.0

07 Apr 17:07
Compare
Choose a tag to compare

Added boundaries of British Columbia's developed ground water aquifers (that have been mapped).

bcmaps v0.8.2

18 Feb 01:04
Compare
Choose a tag to compare
  • Added a tries argument to fix_geo_problems function to set the maximum number of iterations it should go through in attempting to repair topological issues.