Skip to content

Commit 6abe19e

Browse files
committed
Remove the rest of the invalid urls; re-render README
1 parent 3758272 commit 6abe19e

9 files changed

Lines changed: 6 additions & 8 deletions

File tree

R/bcmaps.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
#' resource management boundaries, etc. All layers are available as both [sf](https://CRAN.R-project.org/package=sf )
1717
#' and [Spatial](https://CRAN.R-project.org/package=sp) objects, and are in
1818
#' [BC Albers](http://spatialreference.org/ref/epsg/nad83-bc-albers/)
19-
#' projection, which is the
20-
#' [B.C. government standard](https://www.for.gov.bc.ca/hts/risc/pubs/other/mappro/index.htm).
19+
#' equal-area projection, which is the B.C. government standard.
2120
#' The layers are sourced from the British Columbia and Canadian government under open licenses, including
2221
#' [DataBC](http://data.gov.bc.ca), the Government of Canada
2322
#' [Open Data Portal](http://open.canada.ca/en/open-data), and

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An [R](http://r-project.org) package of spatial map layers for British Columbia.
3131
Provides access to various spatial layers of British Columbia, such as
3232
administrative boundaries, natural resource management boundaries, watercourses etc.
3333
All layers are available in the
34-
[BC Albers](http://spatialreference.org/ref/epsg/nad83-bc-albers/) projection, which is the [B.C. Government standard](https://www.for.gov.bc.ca/hts/risc/pubs/other/mappro/index.htm) as `sf` or `Spatial` objects.
34+
[BC Albers](http://spatialreference.org/ref/epsg/nad83-bc-albers/) projection, which is the B.C. Government standard as `sf` or `Spatial` objects.
3535

3636
Layers are stored in the [bcmaps.rdata](https://github.com/bcgov/bcmaps.rdata) package
3737
and loaded by this package, following the strategy recommended by [Anderson and Eddelbuettel](https://journal.r-project.org/archive/2017/RJ-2017-026/index.html).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bcmaps <img src="tools/readme/bcmaps-sticker.png" height="139" align="right"/>
44
==============================================================================
55

6-
### Version 0.16.0.9999
6+
### Version 0.17.0
77

88
<a id="devex-badge" rel="Delivery" href="https://github.com/BCDevExchange/assets/blob/master/README.md"><img alt="In production, but maybe in Alpha or Beta. Intended to persist and be supported." style="border-width:0" src="https://assets.bcdevexchange.org/images/badges/delivery.svg" title="In production, but maybe in Alpha or Beta. Intended to persist and be supported." /></a> [![Travis-CI Build Status](https://travis-ci.org/bcgov/bcmaps.svg?branch=master)](https://travis-ci.org/bcgov/bcmaps) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/bcmaps)](https://cran.r-project.org/package=bcmaps) [![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/bcmaps)](https://CRAN.R-project.org/package=bcmaps)
99

@@ -15,7 +15,7 @@ An [R](http://r-project.org) package of spatial map layers for British Columbia.
1515
Features
1616
--------
1717

18-
Provides access to various spatial layers of British Columbia, such as administrative boundaries, natural resource management boundaries, watercourses etc. All layers are available in the [BC Albers](http://spatialreference.org/ref/epsg/nad83-bc-albers/) projection, which is the [B.C. Government standard](https://www.for.gov.bc.ca/hts/risc/pubs/other/mappro/index.htm) as `sf` or `Spatial` objects.
18+
Provides access to various spatial layers of British Columbia, such as administrative boundaries, natural resource management boundaries, watercourses etc. All layers are available in the [BC Albers](http://spatialreference.org/ref/epsg/nad83-bc-albers/) projection, which is the B.C. Government standard as `sf` or `Spatial` objects.
1919

2020
Layers are stored in the [bcmaps.rdata](https://github.com/bcgov/bcmaps.rdata) package and loaded by this package, following the strategy recommended by [Anderson and Eddelbuettel](https://journal.r-project.org/archive/2017/RJ-2017-026/index.html).
2121

@@ -132,7 +132,7 @@ Most layers are accessible by a shortcut function by the same name as the object
132132

133133
``` r
134134
library(sf)
135-
#> Linking to GEOS 3.6.1, GDAL 2.2.0, proj.4 4.9.3
135+
#> Linking to GEOS 3.6.2, GDAL 2.2.3, proj.4 4.9.3
136136

137137
bc <- bc_bound()
138138
plot(st_geometry(bc))

man/bcmaps.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/readme/bec-1.png

51.2 KB
Loading

tools/readme/plot-maps-1.png

24.2 KB
Loading

tools/readme/unnamed-chunk-6-1.png

23 KB
Loading

tools/readme/unnamed-chunk-7-1.png

108 KB
Loading

tools/readme/watercourses-1.png

30.9 KB
Loading

0 commit comments

Comments
 (0)