Leo Ghignone
Leo Ghignone
Hi! I can try to add some documentation to the AwsAdapter class. It would be great to add support for resources as well but as I said I would need...
@tomkralidis I have opened this separate PR as you suggested in [a comment to my xarray PR](https://github.com/geopython/pygeoapi/pull/1800#issuecomment-2369924686). Do you have opinions/suggestions about this, or do you know who could be...
Any feedback on this @tomkralidis? Are any changes needed, or is this simply not wanted?
Turns out that [the OGC specs](https://docs.ogc.org/DRAFTS/19-087.html#encodings-section) specify using HTTP content negotiation to choose the output encoding for resources. This means that a bare request from a browser is going to...
I see, thank you. What confused me is the fact that the [dask documentation](https://docs.dask.org/en/stable/generated/dask.dataframe.read_parquet.html) is different than the dask-geopandas one for `split_row_groups`. But maybe as you said it could just...
Thank you all for your feedback on this. I appreciate the points you made, which I can summarise in two main items: ### How to manage O(num_chunks) metadata The approach...