Harm Matthias Harms
Harm Matthias Harms
I explored this for an hour. I'm not able and not sure how to proceed, here are my findings: - Adding an ActiveSupport::Cache adapter itself is kind of straightforward (I...
If the implementation is okay, I can add the feather dataset in the same PR or open a new one.
> Thanks for this contribution @harm-matthias-harms ! One question: do you think we could have some sort of `geopandas.GenericDataset`, like we do for pandas and Polars? (Just so that we...
> My worry is that GeoJSONDataset is no longer GeoJSON-exclusive. So I'm wondering if we should more or less take the code you created here, but put it in a...
@astrojuanlu I updated the PR. Since I merged main the tests have been failing. It looks like a fsspec problem. I don't know much about ffspec, maybe you have a...
@astrojuanlu This was also a thought I had, but that currently makes more tests fail, and it may be better to have all datasets similar. I don't know why the...
@astrojuanlu I figured out the problem... I also bumped geopandas to v1. They use `pyogrio` as the new default over `fiona`. `pyogrio` does not yet support an alternate file system...
Hi, We experience the same problem. The search endpoint is not returning our dataset. Our custom dataset looks something like this: ```csv id,source,layer,name,postcode,lat,lon postcodes_cities:10557:Berlin,postcodes_cities,neighbourhood,10557 Berlin,10557,52.5256483,13.36404483164 ``` If we provide a...