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
346bd792
Commit
346bd792
authored
2 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
baea2b2c
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-5
18 additions, 5 deletions
README.md
with
18 additions
and
5 deletions
README.md
+
18
−
5
View file @
346bd792
...
...
@@ -10,11 +10,24 @@ Global annual (2017-2022) land use land cover classification in ten classes at 1
---
## Use
Pull the most up to date image:
>docker pull registry.git.nilu.no/fact/data/fact_lulc:latest
The docker container can be started with the following code:
>docker run -t -i --name fact_lulc -p 5004:5000 -d registry.git.nilu.no/fact/data/fact_lulc:latest
1.
Through the command line:
```
bash
docker pull registry.git.nilu.no/fact/data/fact_lulc:latest
docker run
-t
-i
--name
fact_lulc
-p
5004:5000
-d
registry.git.nilu.no/fact/data/fact_lulc:latest
```
2.
Through a docker-compose file:
```
yaml
version
:
'
3.8'
services
:
fact_lulc
:
image
:
registry.git.nilu.no/fact/data/fact_lulc:latest
container_name
:
fact_lulc
ports
:
-
"
5004:5000"
restart
:
unless-stopped
```
which could be executed with
`docker-compose up fact_lulc -d`
.
The service could be queried passing the JSON polygon object as in the following, but please
**note**
that the entrypoint requires the year and the ones available are
**2017-2022**
:
```
...
...
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