[console_scripts]
mapchete = mapchete.cli.main:main

[mapchete.cli.commands]
convert = mapchete.cli.default.convert:convert
cp = mapchete.cli.default.cp:cp
create = mapchete.cli.default.create:create
execute = mapchete.cli.default.execute:execute
formats = mapchete.cli.default.formats:formats
index = mapchete.cli.default.index:index
processes = mapchete.cli.default.processes:processes
rm = mapchete.cli.default.rm:rm
serve = mapchete.cli.default.serve:serve
stac = mapchete.cli.default.stac:stac

[mapchete.formats.drivers]
flatgeobuf = mapchete.formats.default.flatgeobuf
geobuf = mapchete.formats.default.geobuf
geojson = mapchete.formats.default.geojson
gtiff = mapchete.formats.default.gtiff
mapchete_input = mapchete.formats.default.mapchete_input
png = mapchete.formats.default.png
png_hillshade = mapchete.formats.default.png_hillshade
raster_file = mapchete.formats.default.raster_file
tile_directory = mapchete.formats.default.tile_directory
vector_file = mapchete.formats.default.vector_file

[mapchete.processes]
contours = mapchete.processes.contours
convert = mapchete.processes.convert
example_process = mapchete.processes.examples.example_process
hillshade = mapchete.processes.hillshade

