Closed rsignell closed 2 weeks ago
Hi Rich. I'll look into adding those next time I update the environments.
I think we had fastparquet in the past, but had to remove it thanks to a package conflict. We do have pyarrrow.parquet, if that works for parquet reading.
Ah, okay -- I'll check with @martindurant about why fsspec
is complaining about needing fastparquet
to read the references when pyarrow.parquet
exists.
I have used fastparquet for referenceFS explicitly because:
I am surprised that fastparquet could conflict with anything - it's even been built for wasm.
pandas>=1.5.0
numpy>=1.20.3
cramjam>=2.3 # has no downstream deps
fsspec
packaging
(having said all that, it may be reasonable at this point to relax the parquet backend requirement)
The hub is no longer available.
Any chance to add
xoak
andfastparquet
to the Planetary Computer hub environment? We have a notebook that shows how to explore the USGS CONUS404 simulation, and I'd love to point people to the Planetary Computer hub as a place they could run it (using Dask gateway to speed things up).The notebook uses:
xoak
for lon/lat point selection ( the lon/lat coords are 2D and there is no projected x,y coordinates).fastparquet
to read references generated by Kerchunk