@@ -274,23 +274,22 @@ understand that licence before publishing any derived datasets.
274
274
275
275
<!-- todo: add links to other packages -->
276
276
277
- - [ osmextract] ( https://docs.ropensci.org/osmextract/ ) is an R package
278
- for downloading and importing compressed ‘extracts’ of OSM data
279
- covering large areas (e.g. all roads in a country). The package
280
- represents data in [ ` sf ` ] ( https://github.com/r-spatial/sf ) format
281
- only, and only allows a single “layer” (such as points, lines, or
282
- polygons) to be read at one time. It is nevertheless recommended
283
- over osmdata for large queries of single layers, or where
284
- relationships between layers are not important.
285
-
286
- - [ osmapiR] ( https://docs.ropensci.org/osmapiR/ ) is an R interface to
287
- the [ OpenStreetMap API
288
- v0.6] ( https://wiki.openstreetmap.org/wiki/API_v0.6 ) for fetching and
289
- saving raw geodata from/to the OpenStreetMap database. This package
290
- allows access to OSM maps data as well as map notes, GPS traces,
291
- changelogs, and users data. To access OSM map data for purposes
292
- other than editing or exploring the history of the objects, better
293
- use osmdata or osmextract packages.
277
+ - [ osmextract] ( https://docs.ropensci.org/osmextract/ ) is an R package
278
+ for downloading and importing compressed ‘extracts’ of OSM data
279
+ covering large areas (e.g. all roads in a country). The package
280
+ represents data in [ ` sf ` ] ( https://github.com/r-spatial/sf ) format
281
+ only, and only allows a single “layer” (such as points, lines, or
282
+ polygons) to be read at one time. It is nevertheless recommended over
283
+ osmdata for large queries of single layers, or where relationships
284
+ between layers are not important.
285
+
286
+ - [ osmapiR] ( https://docs.ropensci.org/osmapiR/ ) is an R interface to the
287
+ [ OpenStreetMap API v0.6] ( https://wiki.openstreetmap.org/wiki/API_v0.6 )
288
+ for fetching and saving raw geodata from/to the OpenStreetMap
289
+ database. This package allows access to OSM maps data as well as map
290
+ notes, GPS traces, changelogs, and users data. To access OSM map data
291
+ for purposes other than editing or exploring the history of the
292
+ objects, better use osmdata or osmextract packages.
294
293
295
294
## Code of Conduct
296
295
0 commit comments