Roger Bivand

Results 97 issues of Roger Bivand

I'm trying to check that **rgdal**, **terra** @rhijmans and **sf** not only find pipelines properly, but that they apply them properly: ``` f

For: ``` library(spatstat) data(japanesepines) japanesepines #Planar point pattern: 65 points #window: rectangle = [0, 1] x [0, 1] units (one unit = 5.7 metres) str(japanesepines) #List of 5 # $...

This just appeared on the PROJ list: https://github.com/jjimenezshaw/crs-explorer; maybe a student contribution to **sf** as a shiny app? **sf** ships with `proj.db`, so all the information is there, and **mapview**...

See: https://github.com/rouault/gdal/blob/coordinate_epoch_v2/gdal/doc/source/user/coordinate_epoch.rst and https://gdal.org/development/rfc/rfc81_coordinate_epoch.html for details. I'm inclined to let **rgdal** stay without support, but **sf** will need support and tests, where tests for Australia may be the place to...

Heads-up: https://github.com/OSGeo/PROJ/pull/2880 https://lists.osgeo.org/pipermail/proj/2021-September/010360.html Also GEOS 3.10: https://trac.osgeo.org/geos/wiki/RFC7 https://lists.osgeo.org/pipermail/geos-devel/2021-September/010358.html Arguments are that autoconf installs do not ccache intermediate products, so that CI is slower for downstream projects.

See https://github.com/OSGeo/gdal/pull/3638 https://gdal.org/doxygen/classOGRFieldDomain.html#details https://trac.osgeo.org/gdal/ticket/5741 http://www.geopackage.org/spec/#extension_schema https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/an-overview-of-attribute-domains.htm. Unsure where there are examples in the wild.

feature

``` library(sf) bp_file

Upcoming **sf** changes the `"crs"` object which will not have a `"proj4string"` component. See: https://github.com/edzer/sp/issues/73 for example found running revdeps with **sf** 0.8-2 probably `SetFromUserInput` branch.

In https://github.com/edzer/sp/issues/75, the reported issue shifted from a problem between two R packages which is not relevant here to one of ingesting LAS 1.4 WKT strings. Comment: > None of...

bug

In `tests/stars.R` with `_SP_EVOLUTION_STATUS=2`, no **rgdal** or **rgeos**: [00check.log](https://github.com/r-spatial/gstat/files/9032673/00check.log)