Cesar Aybar
Cesar Aybar
Hi @nenb, you're absolutely right! I'm not very familiar with the Zarr Python implementation, but it seems the default compression is not None. The documentation is messy due to the...
> In your runs you are profiling the import time of zarr. A lot of the imports in the zarr Python package only occur after doing some action i.e. import...
> This is not correct. You can see this in the cProfile output - look at the number of calls to the importlib package as a clue. As a crude...
Hi @bbauerma, I believe Equi7Grid has great potential for creating and storing EO databases globally. This is because the T1, ... Tn grids are self-contained and are naturally N-ary Trees!...
Thank you, @bbauerma We put all our code in a Python package [equi7grid_lite](https://github.com/IPL-UV/equi7grid_lite). https://colab.research.google.com/drive/1SBjl4GVgCFUpVch2Prju5oiXN8WyzZTi?usp=sharing Yes, for sure, I will be honored to collaborate :hand:
Hi @bbauerma, I just noticed that the zones in this repo are a bit different from the GML files in the EPSG repo :sweat_smile: https://epsg.org/extent_4746/Antarctica-Equi7.html Is there a place where...
With Esri GGXF, I have a bit of the same problem as when I tried to read the HDF5 spec. Their specs are so complex, with too many features (some...
Sorry if it is a bit off topic. > I was just wondering about this today - if you had some reasonable number of terabytes of generic rasters - how...