Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Land Use Land Cover
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Data Services
FACT Land Use Land Cover
Commits
8a748bd3
Commit
8a748bd3
authored
1 year ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Fixed categorical raster flag.
parent
628d108f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
other/start.py
+2
-2
2 additions, 2 deletions
other/start.py
with
2 additions
and
2 deletions
other/start.py
+
2
−
2
View file @
8a748bd3
...
...
@@ -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
=
Fals
e
# Specify whether the analysis is categorical
categorical
=
Tru
e
# Specify whether the analysis is categorical
service
=
GeoTIFFService
(
directory
=
data_directory
,
port
=
port_number
,
categorical
=
categorical
)
service
.
run
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment