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

Added local test file.

parent 4fa3531c
No related branches found
Tags v0.2
No related merge requests found
test.py 0 → 100644
from polygonqueryonraster.app import GeoTIFFService
if __name__ == "__main__":
data_directory = 'geodata/data' # Specify your local data directory
port_number = 3307 # Specify the custom port number
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