Skip to content

Commit ec71b1e

Browse files
committed
Merge branch 'master' of https://github.com/ropensci/osmextract
2 parents 2d7fb43 + 93edfef commit ec71b1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

R/get.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
#' YYMMDD (e.g. "200101"). The complete list of all available historic files
5050
#' for a given extract can be browsed from the Geofabrik website (e.g.
5151
#' <https://download.geofabrik.de/europe/italy.html> and then click on 'raw
52-
#' directory index').
52+
#' directory index'). Note: the geographical coverage of an extract may
53+
#' change over time. For example, recent (2021+) extracts for Barcelona are
54+
#' at the regional level (cataluna), while older (2012-2021) extracts are at
55+
#' the national level (spain).
5356
#' @param download_directory Directory to store the file containing OSM data?.
5457
#' @param force_download Should the `.osm.pbf` file be updated even if it has
5558
#' already been downloaded? `FALSE` by default. This parameter is used to

vignettes/osmextract.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Finally, to reduce unnecessary computational resources and save bandwidth/electr
270270

271271
### Matching historical OSM extracts
272272

273-
Starting from `osmextract` v0.5.2, the `version` argument can be used to match historical OSM extracts stored by Geofabrik provider. The default value is `"latest"` which corresponds to the most recent OSM extract. Other values can be specified using the format `"YYMMDD"`. The available extracts for each zone can be browsed from Geofabrik [website](https://download.geofabrik.de/).
273+
Starting from `osmextract` v0.5.2, the `version` argument can be used to match historical OSM extracts stored by Geofabrik provider. The default value is `"latest"` which corresponds to the most recent OSM extract. Other values can be specified using the format `"YYMMDD"`. The available extracts for each zone can be browsed from Geofabrik [website](https://download.geofabrik.de/). Note that the geographical coverage of an extract may change over time. For example, recent (2021+) extracts for Barcelona are at the regional level (cataluna), while older (2012-2021) extracts are at the national level (spain).
274274

275275
For example:
276276

0 commit comments

Comments
 (0)