The Python ecosystem for open-source cloud-native geospatial tooling is fantastic. Projects like fsspec make it easy to work with cloud storage as if it were local, dask enables scaling computation from a single node to an entire server farm, libraries like zarr, kerchunk, and rasterio make it easy to read and write spatial data, which can then be analyzed with projects pandas and xarray. But – and this might surprise a number of Python users! – some people don’t know Python, and some p...