Robin Lovelace
Robin Lovelace
Reproducible example below, developed with @eugenividal. I've needed this many times, perhaps a dozen times per year, would be good to have a function in a package that does it....
I'm impressed with this, may thanks @walkerke! ``` crsuggest::suggest_crs(stplanr::cents_sf) # A tibble: 10 Γ 6 crs_code crs_name crs_type crs_gcs crs_units crs_proj4 1 27700 OSGB36 / British National Grid projected 4277...
Apologies for the lack of detail but, having taken a look at schemas here, I wonder if there is interest in a schema for different types of transport interventions? See...
It could be good to do some reproducible benchmarks. Opening this issue to track the idea and related code...
As far as I can tell, the only way to see the layers in a particular file is to read the file first, e.g. ```python import geopandas as gpd #...
As illustrated in the example below. ```{r} #| echo: false #| eval: false leeds_university = tmaptools::geocode_OSM("university of leeds", as.sf = TRUE) leeds_smallarea = stplanr::geo_buffer(shp = leeds_university, dist = 1000) dir.create("example-data")...
**Describe the bug** The following code generates an error: ```r library(opentripplanner) # Path to a folder containing the OTP.jar file, change to where you saved the file. path_data
**Describe the bug** Hitting a bug on a small routing job: ``` 14:48:51.410 WARN (StreetVertexIndex.java:389) Couldn't link (53.7452, -1.5885) Done in 0.1 mins 2023-12-09 14:48:51.64235 processing results Error in UseMethod("st_as_sfc")...