Skip to content

Commit

Permalink
Mise à jour de la documentation pour pytools (tmsizer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolite committed Nov 6, 2024
1 parent 1f5c5d3 commit ac8afe1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion build/pytools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Documentation complète de l'outil [ici](https://rok4.github.io/pytools/latest/#

TMSIZER est un outil permettant de convertir des informations selon différents formats en accord avec un Tile Matrix Set en particulier. Les données en entrée peuvent être lues depuis un fichier, un objet ou l'entrée standard. Les données en sortie peuvent être écrites dans un fichier, un objet ou la sortie standard.

Exemple d'appel :
Exemples d'appel :

```bash
docker run --rm \
Expand All @@ -95,4 +95,14 @@ docker run --rm \
tmsizer -i /input/logs.txt --tms PM -io levels=15,14 -io layers=LAYER.NAME1,LAYER.NAME2,LAYER.NAME3 -if GETTILE_PARAMS -of HEATMAP -oo bbox=65000,6100000,665000,6500000 -oo dimensions=600x400 -o /output/heatmap.tif
```

Avec utilisation des aires prédéfinie et calage sur un niveau :

```bash
docker run --rm \
-v $PWD/input:/input:ro \
-v $PWD/output:/output \
rok4/pytools \
tmsizer -i /input/logs.txt --tms PM -io levels=15,14 -io layers=LAYER.NAME1,LAYER.NAME2,LAYER.NAME3 -if GETTILE_PARAMS -of HEATMAP -oo area=FXX -oo level=15 -o /output/heatmap.tif
```

Documentation complète de l'outil [ici](https://rok4.github.io/pytools/latest/#tmsizer).
2 changes: 1 addition & 1 deletion run/server/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./viewer:/usr/share/nginx/html/viewer

middle:
image: rok4/server:6.0.1
image: rok4/server:6.1.1
depends_on:
- storage
environment:
Expand Down

0 comments on commit ac8afe1

Please sign in to comment.