Skip to content
Snippets Groups Projects
Commit 6355bcac authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Testing rasterized polygon

parent eb9da5e8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ if __name__ == "__main__":
data_directory = 'geodata/data/lc2017' # Specify your local data directory
port_number = 3307 # Specify the custom port number
categorical = True # Specify whether the analysis is categorical
categorical = False # Specify whether the analysis is categorical
service = GeoTIFFService(directory=data_directory, port=port_number, categorical=categorical)
service.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment