Leo Ghignone

Results 8 issues of Leo Ghignone

I am trying to use the `read_parquet` function in my code, and I've encountered some trouble where the [documentation](https://dask-geopandas.readthedocs.io/en/stable/docs/reference/api/dask_geopandas.read_parquet.html) says one thing and the [code](https://github.com/geopandas/dask-geopandas/blob/bc3af63aad32f939a0ac44950d39cc0f2da3b614/dask_geopandas/io/parquet.py) seems to be doing something...

- fixes #1596 Since it was impossible to load a Package stored on s3 this adds an adapter to the AWS Plugin that previously only had a loader. It would...

# Overview I want to use Frictionless datapackages to provide metadata about some collections hosted on s3, but I'm encountering issues when trying to read these files. I can load...

bug
good first issue

**Description** When querying a features collection which should return a result with more features than the limit, there appears to be no "next" link in the result to get the...

bug

# Overview # Related Issue / discussion https://github.com/geopython/pygeoapi/issues/1821 # Additional information As described in the linked issue, this PR allows coverage providers to specify the output formats they can serve....

**Description** When requesting coverage data without specifying an output format we get an exception "Invalid format requested". **Steps to Reproduce** I have reproduced it locally, but this can be easily...

bug

**Is your feature request related to a problem? Please describe.** The output formats that providers can serve are fixed in the `describe_collections` function of the `API` class. For coverages, these...

enhancement

This is a draft idea for a possible Zarr extension, looking for feedback before putting more work into it. ## The idea in short For each chunk, save a separate...