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

Modified short test.

parent 6355bcac
No related branches found
Tags v0.2
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 = 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