Wicri:PercaFluV4/Paramètres, génération des cartes : Différence entre versions
De Wicri Eau
imported>Jacques Ducloy m (1 révision importée) |
(→Commandes de génération) |
||
Ligne 12 : | Ligne 12 : | ||
</source> | </source> | ||
<source lang="sh" dilib:file="PercaFluV4/bin/generPagesWiki.sh"> | <source lang="sh" dilib:file="PercaFluV4/bin/generPagesWiki.sh"> | ||
− | + | ||
− | + | MediaWikiExportCommand -c fileBegin > $EXPLOR_AREA/exportMaps.xml | |
− | |||
− | |||
− | |||
− | |||
− | |||
HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffRegion.i.hfd \ | HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffRegion.i.hfd \ | ||
Ligne 25 : | Ligne 20 : | ||
-m France -f "France location map-Regions.svg" -s 650 \ | -m France -f "France location map-Regions.svg" -s 650 \ | ||
-a PercaFluV4 -t "Carte France" \ | -a PercaFluV4 -t "Carte France" \ | ||
− | - | + | -h https://wicri-demo.istex.fr/Wicri/Eau/explor \ |
>> $EXPLOR_AREA/export.xml | >> $EXPLOR_AREA/export.xml | ||
Ligne 33 : | Ligne 28 : | ||
-m France -f "France location map-Regions-2016.svg" -s 650 \ | -m France -f "France location map-Regions-2016.svg" -s 650 \ | ||
-a PercaFluV4 -t "Carte France Regions 2016" \ | -a PercaFluV4 -t "Carte France Regions 2016" \ | ||
− | - | + | -h https://wicri-demo.istex.fr/Wicri/Eau/explor \ |
>> $EXPLOR_AREA/export.xml | >> $EXPLOR_AREA/export.xml | ||
Ligne 41 : | Ligne 36 : | ||
-m Europe -f "Europe laea location map.svg" -s 650 \ | -m Europe -f "Europe laea location map.svg" -s 650 \ | ||
-a PercaFluV4 -t "Carte Europe" \ | -a PercaFluV4 -t "Carte Europe" \ | ||
− | + | -h https://wicri-demo.istex.fr/Wicri/Eau/explor -I AffPays.i \ | |
>> $EXPLOR_AREA/export.xml | >> $EXPLOR_AREA/export.xml | ||
Ligne 54 : | Ligne 49 : | ||
-m Monde -f "1000pxWorld location map (equirectangular 180).svg.png" -s 1000 \ | -m Monde -f "1000pxWorld location map (equirectangular 180).svg.png" -s 1000 \ | ||
-a PercaFluV4 -t "Carte Monde" \ | -a PercaFluV4 -t "Carte Monde" \ | ||
− | + | -h https://wicri-demo.istex.fr/Wicri/Eau/explor -I AffPays. \ | |
>> $EXPLOR_AREA/export.xml | >> $EXPLOR_AREA/export.xml | ||
− | + | MediaWikiExportCommand -c fileEnd >> $EXPLOR_AREA/exportMaps.xml | |
− | |||
− | |||
</source> | </source> |
Version du 8 mars 2024 à 16:04
Cette page introduit les paramètres de génération des cartes avec géolocalisaton pour la version PercaFluV4 du « Serveur d'exploration Perca fluviatilis ».
Voir aussi :
- Wicri:PercaFluV4/Paramètres, data - génération des données,
- Wicri:PercaFluV4/Paramètres, fr - paramètres de navigation.
Commandes de génération
- Définition $EXPLOR_AREA
EXPLOR_AREA=$WICRI_ROOT/Wicri/Eau/corpus/PercaFlu.storage/PercaFluV4
export EXPLOR_AREA
export LC_ALL='C'
MediaWikiExportCommand -c fileBegin > $EXPLOR_AREA/exportMaps.xml
HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffRegion.i.hfd \
| SxmlCut idx/l \
| MediaWikiGeoStatMap -o w -g $DILIB/data/Wicri/France/localisationRegionFrance.dict \
-m France -f "France location map-Regions.svg" -s 650 \
-a PercaFluV4 -t "Carte France" \
-h https://wicri-demo.istex.fr/Wicri/Eau/explor \
>> $EXPLOR_AREA/export.xml
HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffRegion.i.hfd \
| SxmlCut idx/l \
| MediaWikiGeoStatMap -o w -g $DILIB/data/Wicri/France/localisationRegionFrance2016.dict \
-m France -f "France location map-Regions-2016.svg" -s 650 \
-a PercaFluV4 -t "Carte France Regions 2016" \
-h https://wicri-demo.istex.fr/Wicri/Eau/explor \
>> $EXPLOR_AREA/export.xml
HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffPays.i.hfd \
| SxmlCut idx/l \
| MediaWikiGeoStatMap -o w -g $DILIB/data/Wicri/Europe/localisationPaysEurope.dict \
-m Europe -f "Europe laea location map.svg" -s 650 \
-a PercaFluV4 -t "Carte Europe" \
-h https://wicri-demo.istex.fr/Wicri/Eau/explor -I AffPays.i \
>> $EXPLOR_AREA/export.xml
HfdCat $EXPLOR_AREA/Data/Main/Exploration/AffPays.i.hfd \
| SxmlCut idx/l \
| MediaWikiGeoStatMap -o w -g $DILIB/data/Wicri/Europe/localisationPaysEurope.dict \
-g $DILIB/data/Wicri/Amerique/localisationPaysAmerique.dict \
-g $DILIB/data/Wicri/Asie/localisationPaysAsie.dict \
-g $DILIB/data/Wicri/Afrique/localisationPaysAfrique.dict \
-g $DILIB/data/Wicri/Oceanie/localisationPaysOceanie.dict \
-m Monde -f "1000pxWorld location map (equirectangular 180).svg.png" -s 1000 \
-a PercaFluV4 -t "Carte Monde" \
-h https://wicri-demo.istex.fr/Wicri/Eau/explor -I AffPays. \
>> $EXPLOR_AREA/export.xml
MediaWikiExportCommand -c fileEnd >> $EXPLOR_AREA/exportMaps.xml