crsuggest
crsuggest copied to clipboard
Get appropriate CRS suggestions for your spatial data in R
Executing `library(crsuggest)` as the first command in the terminal consistently crashes both RStudio and the base R gui. In RStudio I get "R Session Aborted." The R gui just closes...
for discoverability https://blog.r-hub.io/2019/12/10/urls/
crsuggest version 0.4 now produces the following message: ``` r crsuggest::suggest_crs(sf::st_sfc(sf::st_point(c(0, 0)), crs = "EPSG:4326")) #> The legacy packages maptools, rgdal, and rgeos, underpinning this package #> will retire shortly....
I extracted this feature from OSM as GeoJSON https://www.openstreetmap.org/way/1289170894 and saved it to file way_1289170894.geojson for this test. ``` { "type": "Feature", "id": "way/1289170894", "properties": { "highway": "service", "service": "alley",...
Quick change to permit selection of multiple `units` on `suggest_crs()` and `suggest_top_crs()` (including documentation), excaped infinite loop through the imposition of an (admittedly arbitrary) maximum number of negative buffers.
Causes a problem because US State Plane crses are sometimes in "ft", sometimes in "us-ft". Could probably be resolved by allowing multiple candidate units in `units` parameter. For an example...