pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/R-osmdata (geography/R-osmdata) Updated 0.1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/807f6f522da9
branches: trunk
changeset: 458844:807f6f522da9
user: mef <mef%pkgsrc.org@localhost>
date: Mon Sep 20 12:27:34 2021 +0000
description:
(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!
diffstat:
geography/R-osmdata/Makefile | 4 ++--
geography/R-osmdata/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r b6fbc41586bf -r 807f6f522da9 geography/R-osmdata/Makefile
--- a/geography/R-osmdata/Makefile Mon Sep 20 12:25:46 2021 +0000
+++ b/geography/R-osmdata/Makefile Mon Sep 20 12:27:34 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/08/09 15:19:41 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 12:27:34 mef Exp $
R_PKGNAME= osmdata
-R_PKGVER= 0.1.3
+R_PKGVER= 0.1.6
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r b6fbc41586bf -r 807f6f522da9 geography/R-osmdata/distinfo
--- a/geography/R-osmdata/distinfo Mon Sep 20 12:25:46 2021 +0000
+++ b/geography/R-osmdata/distinfo Mon Sep 20 12:27:34 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/09 15:19:41 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 12:27:34 mef Exp $
-SHA1 (R/osmdata_0.1.3.tar.gz) = 439e286773ec86e7fa7fcb2fd3f1aeb3eb205fea
-RMD160 (R/osmdata_0.1.3.tar.gz) = bf806f07b49c7410f4db805530a811144e075697
-SHA512 (R/osmdata_0.1.3.tar.gz) = f5d2d8c006685b313f1d69cdf42998b92a1070d0e73d415644736578ed4f04419e4400defba76036ac3ab2f08f88a9548f9f85ac7c3f6229c31e12ca7d6d9a37
-Size (R/osmdata_0.1.3.tar.gz) = 2524119 bytes
+SHA1 (R/osmdata_0.1.6.tar.gz) = 091959c2e95f29d6cdfb8d949a5b35ec6e343964
+RMD160 (R/osmdata_0.1.6.tar.gz) = 125d7e320477f525584ba7e0a708a62e689a2376
+SHA512 (R/osmdata_0.1.6.tar.gz) = b60563a84750290245d59caf841fa36a7b7c7a6ed96e517b1ca9536ef7900db780a32f5695c3ce7cc21294705e0b43d8f0b5c29856be6b53212c24cbf8ac0710
+Size (R/osmdata_0.1.6.tar.gz) = 2719231 bytes
Home |
Main Index |
Thread Index |
Old Index