This software is a proof of concept that a geotiff file can be converted to a json file
- clone the git repository
git clone https://github.com/OPENDAP/kerchunk-dmrpp.git - create a conda/mamba env
conda create -n kerchunk_env -c conda-forge python=3.12 kerchunk fastparquet - install additional libraries
conda install -c conda-forge fsspec ujson tifffile
- activate the conda/mamba env
conda activate kerchunk_env - copy desired geotiff file into the 'input_files' directory
- run
python test_kerchunk.py -i input_files/'geotiff_filename_here' -o 'output_filename_here' - Alternatively you can just provide the input filename and the script will generate an output filename automatically
python test_kerchunk.py -i input_files/'geotiff_filename_here'
- https://fsspec.github.io/kerchunk/
- https://fsspec.github.io/kerchunk/reference.html
- https://fsspec.github.io/kerchunk/tutorial.html
- https://projectpythia.org/kerchunk-cookbook/
- https://guide.cloudnativegeo.org/zarr/virtual-zarr.html
- https://guide.cloudnativegeo.org/kerchunk/kerchunk-in-practice.html