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

Changed file permissions to run scripts.

parent 6cc3e10b
No related branches found
Tags v0.2
No related merge requests found
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
other/run.sh 100644 → 100755
File mode changed from 100644 to 100755
......@@ -3,9 +3,9 @@ from polygonqueryonraster.app import GeoTIFFService
if __name__ == "__main__":
data_directory = 'geodata/data' # Specify your local data directory
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