LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
mapchete/__init__.py
mapchete/_core.py
mapchete/_executor.py
mapchete/_processing.py
mapchete/_registered.py
mapchete/_tasks.py
mapchete/_timer.py
mapchete/_user_process.py
mapchete/config.py
mapchete/errors.py
mapchete/index.py
mapchete/log.py
mapchete/stac.py
mapchete/testing.py
mapchete/tile.py
mapchete/validate.py
mapchete.egg-info/PKG-INFO
mapchete.egg-info/SOURCES.txt
mapchete.egg-info/dependency_links.txt
mapchete.egg-info/entry_points.txt
mapchete.egg-info/requires.txt
mapchete.egg-info/top_level.txt
mapchete/cli/__init__.py
mapchete/cli/main.py
mapchete/cli/options.py
mapchete/cli/default/__init__.py
mapchete/cli/default/convert.py
mapchete/cli/default/cp.py
mapchete/cli/default/create.py
mapchete/cli/default/execute.py
mapchete/cli/default/formats.py
mapchete/cli/default/index.py
mapchete/cli/default/processes.py
mapchete/cli/default/rm.py
mapchete/cli/default/serve.py
mapchete/cli/default/stac.py
mapchete/commands/__init__.py
mapchete/commands/_convert.py
mapchete/commands/_cp.py
mapchete/commands/_execute.py
mapchete/commands/_index.py
mapchete/commands/_rm.py
mapchete/commons/__init__.py
mapchete/commons/clip.py
mapchete/commons/contours.py
mapchete/commons/hillshade.py
mapchete/formats/__init__.py
mapchete/formats/base.py
mapchete/formats/drivers.py
mapchete/formats/default/__init__.py
mapchete/formats/default/_fiona_base.py
mapchete/formats/default/flatgeobuf.py
mapchete/formats/default/geobuf.py
mapchete/formats/default/geojson.py
mapchete/formats/default/gtiff.py
mapchete/formats/default/mapchete_input.py
mapchete/formats/default/png.py
mapchete/formats/default/png_hillshade.py
mapchete/formats/default/raster_file.py
mapchete/formats/default/tile_directory.py
mapchete/formats/default/vector_file.py
mapchete/io/__init__.py
mapchete/io/_geometry_operations.py
mapchete/io/_json.py
mapchete/io/_misc.py
mapchete/io/_path.py
mapchete/io/raster.py
mapchete/io/vector.py
mapchete/processes/__init__.py
mapchete/processes/contours.py
mapchete/processes/convert.py
mapchete/processes/hillshade.py
mapchete/processes/examples/__init__.py
mapchete/processes/examples/example_process.py
mapchete/static/__init__.py
mapchete/static/index.html
mapchete/static/mapchete_template.mapchete
mapchete/static/process_template.py
test/test_cli.py
test/test_commands.py
test/test_commons.py
test/test_config.py
test/test_deprecated.py
test/test_errors.py
test/test_executor.py
test/test_formats.py
test/test_formats_flatgeobuf.py
test/test_formats_geobuf.py
test/test_formats_geojson.py
test/test_formats_geotiff.py
test/test_formats_png.py
test/test_formats_png_hillshade.py
test/test_formats_tiledir_input.py
test/test_index.py
test/test_io.py
test/test_io_raster.py
test/test_io_vector.py
test/test_log.py
test/test_mapchete.py
test/test_preprocessing.py
test/test_processes.py
test/test_stac.py
test/test_tasks.py
test/test_timer.py