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

Fixed categorical raster flag.

parent 628d108f
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ if __name__ == "__main__":
Python environment. Modify the 'data_directory' and 'port_number' variables as needed for your setup.
"""
data_directory = '/root/data' # Specify your local data directory
data_directory = '/root/data/2017' # Specify your local data directory
port_number = 5000 # Specify the custom port number
categorical = False # Specify whether the analysis is categorical
categorical = True # 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