Path to this page:
./
geography/R-osmdata,
Import OpenStreetMap Data as Simple Features or Spatial Objects
Branch: CURRENT,
Version: 0.2.5,
Package name: R-osmdata-0.2.5,
Maintainer: pkgsrc-usersDownload and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
objects. 'OSM' data are extracted from the 'Overpass' web server and
processed with very fast 'C++' routines for return to 'R'.
Master sites: (Expand)
Version history: (Expand)
- (2024-11-29) Updated to version: R-osmdata-0.2.5
- (2021-09-20) Updated to version: R-osmdata-0.1.6
- (2020-08-09) Package added to pkgsrc.se, version R-osmdata-0.1.3 (created)
CVS history: (Expand)
2024-11-29 16:31:15 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/R-osmdata) Updated 0.1.6 to 0.2.5
0.2.5
===================
## Major changes
- v0.2.4 was removed without notice from CRAN because of #329; this is
a rapid re-submission
0.2.4
===================
## Minor changes
- Bug fix to stop getbb call to Nominatim returning 405 error (#328)
0.2.3
===================
## Minor changes
- Fix failing test due to changes to 'sp' moving towards deprecation.
0.2.2
===================
## Major changes:
- `osmdata_data_frame` adds columns `osm_center_lat` and
`osm_center_lon` for `out * center;` queries (#316, #319).
- Add parameters from `opq` to `opq_osm_id`: out, datetime, datetime2,
adiff, timeout and memsize (#320)
- Fix `available_tags()` function which no longer worked (#322 thanks
to @boiled-data)
- Implement `out:csv` queries (#321).
## Minor changes
- Fix queries with `!match_case` and only one value (#317).
- Fix queries with multiple features & multiple osm_types (#318).
0.2.1
===================
## Major changes:
- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312).
## Minor changes
- Couple of minor memory leak bug fixes in `osmdata_data_frame` C++ code.
0.2.0
===================
This release welcomes a new package author @jmaspons. The lists of
changes here gives an overview of the amazing work he has contributed
to this new major version.
## Major changes:
- New `osmdata_data_frame()` function to return non-spatial
`data.frame` structures directly from overpass; thanks to @jmaspons
(#285).
- Improved `add_osm_features` so that key-values pairs can be
submitted as a list, rather than escape-delimited character strings;
thanks to @elipousson (#277, #278).
- `opq()` can now utilise overpass ability to filter results by area;
thanks to @jmaspons (#286).
- `opq()` now has additional "out" parameter to control the kinds of
data returned by overpass; thanks to @jmaspons (#288).
- `opq()` now has additional "osm_types" parameter to provide finer
control of which kinds of data are returned by overpass; thanks to
@jmaspons (#295).
- Fix key modifications for non-valid column names and handle
duplicated column names in `osmdata_*` functions; by @jmaspons
(#303)
- @elipousson is new package contributor, thanks to the above work.
- @jmaspons is new package author, thanks to #285 (plus most of the
above, and a whole lot more!)
## Minor changes:
- Downgraded `sp` from "Imports" to "Suggests"; thanks to \
@jmaspons
(#302)
- Improved `osm_osm_id()` to accept vectors of ids and types; thanks
to @jmaspons (#268, #282, #283)
- "get-osmdata.R" file now split into several smaller and more
manageable files (#306, thanks to @jmaspons)
0.1.10
===================
## Major changes:
- Changed httr dependency for httr2 (#272)
- Removed two authors of code formerly including for stubbing results;
which is now done via `httptest2` package.
## Minor changes:
- Moved jsonlite from Imports to Suggests (now only used in tests).
0.1.9
===================
## Major changes:
- New function `opq_around` to query features within a specified radius
*around* a defined location; thanks to @barryrowlingson via #199 and
@maellecoursonnais via #238
- New vignette on splitting large queries thanks to @Machin6 (via #262)
## Minor changes:
- New dependency on `reproj` package, so that `trim_osmdata()` can be applied
to re-projected coordinates.
0.1.8
===================
## Minor changes:
- Fix some failing CRAN checks (no change to functionality)
0.1.7
===================
## Minor changes:
- `add_osm_feature` bug fix to revert AND behaviour (#240 thanks to @anthonynorth)
|
2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Remove SHA1 hashes for distfiles
|
2021-09-20 14:27:34 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/R-osmdata) Updated 0.1.3 to 0.1.6
0.1.5.00X
===================
Major changes:
- New function `add_osm_features` to enable OR-combinations of features in
single queries.
0.1.5
===================
Minor changes:
- Bug fix in `getbb()` via #232, thanks to @changwoo-lee
- hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218)
- bug fix in `print` method via #236; thanks to @odeleongt
0.1.4
===================
Major changes:
- New `osm_enclosing()` function; thanks to @barryrowlingson via #199
- `opq()` now has additional `datetime` and `datetime2` parameters which can be
used to extract historical data prior to `datetime`, or differences between
two datetimes by specifying `datetime2`; thanks to @neogeomat for the idea in
issue#179.
- opq() also has additional `nodes_only` parameter to return nodes as points
only, for efficient extraction of strictly point-based OSM data; thanks to
@gdkrmr for the idea in issue#221.
Minor changes:
- New contributor Enrico Spinielli (@espinielli), via #207, #210, #211, #212 - \
Thanks!
|
2020-08-09 17:19:41 by Brook Milligan | Files touched by this commit (3) |
Log message:
geography/R-osmdata: import R-osmdata-0.1.3
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp'
objects. 'OSM' data are extracted from the 'Overpass' web server and
processed with very fast 'C++' routines for return to 'R'.
|