Jens von Bergmann
Jens von Bergmann
Unfortunately, this is the result of inconsistent coding by CMHC. These two calls pull two different layers straight from the same gdb file that was provided by CMHC. Inconsistent coding...
Sigh. What a mess. Short term I think your best bet is a fuzzy match, e.g. using the [fuzzyjoin package](https://cran.r-project.org/web/packages/fuzzyjoin/fuzzyjoin.pdf), although that comes with risks. Medium term I could see...
Ok, looks like CMHC started splitting up census tracts along municipal boundaries, at least in the translation files they sent me. But this is done inconsistently. When querying data at...
I am getting the same error. Here is my code that fails. (It used to run on oder versions of r5r) ``` library(tidyverse) library(sf) options(java.parameters = "-Xmx8G") library(r5r) centre st_buffer(60000)...
I am still getting the same error message. ``` Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException ``` Sessioninfo: ``` R version 4.4.2 (2024-10-31) Platform: aarch64-apple-darwin20 Running under: macOS...
Thanks for looking into this and clearing things up @rafapereirabr, the issue that has come up for me was with transit only. (Although there are lots of warning messages about...
Thanks @rafapereirabr, I have used gtfstools for running the validator and other tasks, but I am not sure how to use it to clean up GTFS feeds. I have tried...
I am not so sure about where the problem originates. Running it on Translink data I don't see a difference when running older and new GTFS data through the feed...
Addressed in https://github.com/mountainMath/tongfen/pull/11
Example code to trigger this: ``` get_cmhc("Scss","Starts","Dwelling Type","Historical Time Periods", geo_uid="3519076") ``` (Trying to pull data for Chippewas of Georgina Island First Nation)