rio-tiler 7.1.0__tar.gz → 7.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/PKG-INFO +2 -1
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/pyproject.toml +2 -1
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/__init__.py +1 -1
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/io/stac.py +19 -4
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/io/xarray.py +7 -1
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/.gitignore +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/AUTHORS.txt +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/LICENSE +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/README.md +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/__init__.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/accent.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/accent_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/afmhot.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/afmhot_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/algae.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/algae_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/amp.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/amp_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/autumn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/autumn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/balance.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/balance_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/binary.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/binary_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/blues.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/blues_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bone.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bone_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/brbg.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/brbg_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/brg.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/brg_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bugn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bugn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bupu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bupu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bwr.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/bwr_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cfastie.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cividis.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cividis_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cmrmap.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cmrmap_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cool.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cool_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/coolwarm.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/coolwarm_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/copper.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/copper_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cubehelix.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/cubehelix_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/curl.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/curl_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/dark2.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/dark2_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/deep.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/deep_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/delta.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/delta_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/dense.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/dense_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/diff.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/diff_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/flag.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/flag_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_earth.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_earth_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_gray.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_gray_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_heat.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_heat_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_ncar.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_ncar_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_rainbow.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_rainbow_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_stern.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_stern_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_yarg.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gist_yarg_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnbu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnbu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnuplot.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnuplot2.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnuplot2_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gnuplot_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gray.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/gray_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/greens.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/greens_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/greys.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/greys_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/haline.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/haline_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/hot.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/hot_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/hsv.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/hsv_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ice.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ice_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/inferno.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/inferno_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/jet.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/jet_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/magma.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/magma_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/matter.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/matter_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/nipy_spectral.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/nipy_spectral_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ocean.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ocean_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/oranges.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/oranges_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/orrd.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/orrd_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/oxy.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/oxy_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/paired.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/paired_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pastel1.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pastel1_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pastel2.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pastel2_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/phase.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/phase_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pink.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pink_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/piyg.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/piyg_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/plasma.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/plasma_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/prgn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/prgn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/prism.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/prism_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pubu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pubu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pubugn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/pubugn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/puor.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/puor_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/purd.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/purd_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/purples.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/purples_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rain.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rain_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rainbow.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rainbow_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdbu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdbu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdgy.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdgy_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdpu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdpu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdylbu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdylbu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdylgn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rdylgn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/reds.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/reds_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/rplumbo.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/schwarzwald.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/seismic.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/seismic_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set1.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set1_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set2.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set2_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set3.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/set3_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/solar.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/solar_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/spectral.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/spectral_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/speed.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/speed_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/spring.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/spring_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/summer.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/summer_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab10.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab10_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20b.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20b_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20c.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tab20c_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tarn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tarn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tempo.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/tempo_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/terrain.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/terrain_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/thermal.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/thermal_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/topo.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/topo_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/turbid.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/turbid_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/turbo.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/turbo_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/twilight.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/twilight_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/twilight_shifted.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/twilight_shifted_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/viridis.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/viridis_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/winter.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/winter_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/wistia.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/wistia_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylgn.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylgn_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylgnbu.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylgnbu_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylorbr.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylorbr_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylorrd.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/cmap_data/ylorrd_r.npy +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/colormap.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/constants.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/errors.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/expression.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/io/__init__.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/io/base.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/io/rasterio.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/logger.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/models.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/mosaic/__init__.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/mosaic/methods/__init__.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/mosaic/methods/base.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/mosaic/methods/defaults.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/mosaic/reader.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/profiles.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/py.typed +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/reader.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/tasks.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/types.py +0 -0
- {rio_tiler-7.1.0 → rio_tiler-7.2.0}/rio_tiler/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rio-tiler
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.2.0
|
|
4
4
|
Summary: User friendly Rasterio plugin to read raster datasets.
|
|
5
5
|
Project-URL: Homepage, https://cogeotiff.github.io/rio-tiler/
|
|
6
6
|
Project-URL: Documentation, https://cogeotiff.github.io/rio-tiler/
|
|
@@ -79,6 +79,7 @@ Provides-Extra: s3
|
|
|
79
79
|
Requires-Dist: boto3; extra == 's3'
|
|
80
80
|
Provides-Extra: test
|
|
81
81
|
Requires-Dist: boto3; extra == 'test'
|
|
82
|
+
Requires-Dist: h5netcdf; extra == 'test'
|
|
82
83
|
Requires-Dist: morecantile<7.0,>=6.0; extra == 'test'
|
|
83
84
|
Requires-Dist: pytest; extra == 'test'
|
|
84
85
|
Requires-Dist: pytest-cov; extra == 'test'
|
|
@@ -43,6 +43,7 @@ test = [
|
|
|
43
43
|
# XarrayReader
|
|
44
44
|
"xarray",
|
|
45
45
|
"rioxarray",
|
|
46
|
+
"h5netcdf",
|
|
46
47
|
# S3
|
|
47
48
|
"boto3",
|
|
48
49
|
# Some tests will fail with 5.0
|
|
@@ -157,7 +158,7 @@ ignore = [
|
|
|
157
158
|
max-complexity = 14
|
|
158
159
|
|
|
159
160
|
[tool.bumpversion]
|
|
160
|
-
current_version = "7.
|
|
161
|
+
current_version = "7.2.0"
|
|
161
162
|
search = "{current_version}"
|
|
162
163
|
replace = "{new_version}"
|
|
163
164
|
regex = false
|
|
@@ -3,7 +3,18 @@
|
|
|
3
3
|
import json
|
|
4
4
|
import os
|
|
5
5
|
import warnings
|
|
6
|
-
from typing import
|
|
6
|
+
from typing import (
|
|
7
|
+
Any,
|
|
8
|
+
Dict,
|
|
9
|
+
Iterator,
|
|
10
|
+
List,
|
|
11
|
+
Optional,
|
|
12
|
+
Sequence,
|
|
13
|
+
Set,
|
|
14
|
+
Tuple,
|
|
15
|
+
Type,
|
|
16
|
+
Union,
|
|
17
|
+
)
|
|
7
18
|
from urllib.parse import urlparse
|
|
8
19
|
|
|
9
20
|
import attr
|
|
@@ -273,7 +284,13 @@ class STACReader(MultiBaseReader):
|
|
|
273
284
|
self.minzoom = self.minzoom if self.minzoom is not None else self._minzoom
|
|
274
285
|
self.maxzoom = self.maxzoom if self.maxzoom is not None else self._maxzoom
|
|
275
286
|
|
|
276
|
-
self.assets =
|
|
287
|
+
self.assets = self.get_asset_list()
|
|
288
|
+
if not self.assets:
|
|
289
|
+
raise MissingAssets("No valid asset found. Asset's media types not supported")
|
|
290
|
+
|
|
291
|
+
def get_asset_list(self) -> List[str]:
|
|
292
|
+
"""Get valid asset list"""
|
|
293
|
+
return list(
|
|
277
294
|
_get_assets(
|
|
278
295
|
self.item,
|
|
279
296
|
include=self.include_assets,
|
|
@@ -282,8 +299,6 @@ class STACReader(MultiBaseReader):
|
|
|
282
299
|
exclude_asset_types=self.exclude_asset_types,
|
|
283
300
|
)
|
|
284
301
|
)
|
|
285
|
-
if not self.assets:
|
|
286
|
-
raise MissingAssets("No valid asset found. Asset's media types not supported")
|
|
287
302
|
|
|
288
303
|
def _get_reader(self, asset_info: AssetInfo) -> Tuple[Type[BaseReader], Dict]:
|
|
289
304
|
"""Get Asset Reader."""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import warnings
|
|
6
|
-
from typing import Dict, List, Optional
|
|
6
|
+
from typing import Any, Dict, List, Optional
|
|
7
7
|
|
|
8
8
|
import attr
|
|
9
9
|
import numpy
|
|
@@ -156,6 +156,7 @@ class XarrayReader(BaseReader):
|
|
|
156
156
|
percentiles: Optional[List[int]] = None,
|
|
157
157
|
hist_options: Optional[Dict] = None,
|
|
158
158
|
nodata: Optional[NoData] = None,
|
|
159
|
+
**kwargs: Any,
|
|
159
160
|
) -> Dict[str, BandStatistics]:
|
|
160
161
|
"""Return statistics from a dataset."""
|
|
161
162
|
hist_options = hist_options or {}
|
|
@@ -188,6 +189,7 @@ class XarrayReader(BaseReader):
|
|
|
188
189
|
reproject_method: WarpResampling = "nearest",
|
|
189
190
|
auto_expand: bool = True,
|
|
190
191
|
nodata: Optional[NoData] = None,
|
|
192
|
+
**kwargs: Any,
|
|
191
193
|
) -> ImageData:
|
|
192
194
|
"""Read a Web Map tile from a dataset.
|
|
193
195
|
|
|
@@ -264,6 +266,7 @@ class XarrayReader(BaseReader):
|
|
|
264
266
|
height: Optional[int] = None,
|
|
265
267
|
width: Optional[int] = None,
|
|
266
268
|
resampling_method: RIOResampling = "nearest",
|
|
269
|
+
**kwargs: Any,
|
|
267
270
|
) -> ImageData:
|
|
268
271
|
"""Read part of a dataset.
|
|
269
272
|
|
|
@@ -362,6 +365,7 @@ class XarrayReader(BaseReader):
|
|
|
362
365
|
dst_crs: Optional[CRS] = None,
|
|
363
366
|
reproject_method: WarpResampling = "nearest",
|
|
364
367
|
resampling_method: RIOResampling = "nearest",
|
|
368
|
+
**kwargs: Any,
|
|
365
369
|
) -> ImageData:
|
|
366
370
|
"""Return a preview of a dataset.
|
|
367
371
|
|
|
@@ -446,6 +450,7 @@ class XarrayReader(BaseReader):
|
|
|
446
450
|
lat: float,
|
|
447
451
|
coord_crs: CRS = WGS84_CRS,
|
|
448
452
|
nodata: Optional[NoData] = None,
|
|
453
|
+
**kwargs: Any,
|
|
449
454
|
) -> PointData:
|
|
450
455
|
"""Read a pixel value from a dataset.
|
|
451
456
|
|
|
@@ -499,6 +504,7 @@ class XarrayReader(BaseReader):
|
|
|
499
504
|
height: Optional[int] = None,
|
|
500
505
|
width: Optional[int] = None,
|
|
501
506
|
resampling_method: RIOResampling = "nearest",
|
|
507
|
+
**kwargs: Any,
|
|
502
508
|
) -> ImageData:
|
|
503
509
|
"""Read part of a dataset defined by a geojson feature.
|
|
504
510
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|