JulioV
JulioV
I think a parser from CSV to GeoJSON could be build for this and other formats. In that way the core plug-in's code doesn't have to be changed. Thoughts?
Leaving open for now, if anyone else encounters the same problem we will investigate further. It might be related to paths in WSL. @Meng6 if there is anyone running RAPIDS...
Thanks for reporting this, we'll update the renv lock as soon as possible. In the meantime feel free to update the problematic R packages manually
@Meng6 what would you need to debug this error if you have some time? Some test data to replicate the problem?
I think the fix is easy, when the user requests episode features we compute event and episode features with episodes data. When the user does not request episode features we...
@Meng6 a good place to sanitize the input would be the beginning of the main script for this provider no? Or we could add the file encoding as a provider...
Hard coding the encoding is ok to process this particular dataset. The medium term solution is to use a mutation script to force the problematic columns of the app foreground...
I need to review this PR more carefully, I think we can make some optimizations
Thanks a lot, this all makes sense and it is a great plan. Couple of comments; I believe we can rename the start_timestamp column instead of making a copy to...