diff --git a/docs/usage/import_data.rst b/docs/usage/import_data.rst index c9a6d2da..7af04f5b 100644 --- a/docs/usage/import_data.rst +++ b/docs/usage/import_data.rst @@ -53,6 +53,7 @@ Custom your import file named import_bdtopage.py et put this file in ``georivier And run command : docker compose run --rm web ./import_bdtopage.py + Import altimetry file --------------------- @@ -64,6 +65,7 @@ Put your altimetry file in ``var/`` folder, and run command where ```` is ``/opt/georiviere-admin/var/my_dem_file.tiff`` + Import stations from Hub'Eau ---------------------------- @@ -87,6 +89,7 @@ Example: docker-compose run --rm web ./manage.py import_pcquality_stations --department 39,25 + Import data references from Sandre ---------------------------------- @@ -98,6 +101,7 @@ Usage: docker-compose run --rm web ./manage.py import_reference_data + Import zoning data from file ---------------------------- @@ -124,7 +128,8 @@ Example: .. code-block :: bash docker compose run --rm web ./manage.py loadcities /opt/georiviere-admin/var/commune.shp --name-attribute nom --code-attribute insee_com - + + Load districts '''''''''''''' @@ -145,7 +150,8 @@ Example: .. code-block :: bash docker compose run --rm web ./manage.py loaddistricts /opt/georiviere-admin/var/epci.shp --name-attribute nom --code-attribute code_siren - + + Load Restricted Area ''''''''''''''