Skip to content

Commit

Permalink
Merge pull request #87 from Georiviere/minor-doc
Browse files Browse the repository at this point in the history
Update import_data.rst (minor)
  • Loading branch information
numahell committed Jun 7, 2022
2 parents 30c2095 + edb8fdd commit 4383653
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/usage/import_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand All @@ -64,6 +65,7 @@ Put your altimetry file in ``var/`` folder, and run command
where ``<dem_path>`` is ``/opt/georiviere-admin/var/my_dem_file.tiff``


Import stations from Hub'Eau
----------------------------

Expand All @@ -87,6 +89,7 @@ Example:
docker-compose run --rm web ./manage.py import_pcquality_stations --department 39,25
Import data references from Sandre
----------------------------------

Expand All @@ -98,6 +101,7 @@ Usage:
docker-compose run --rm web ./manage.py import_reference_data
Import zoning data from file
----------------------------

Expand All @@ -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
''''''''''''''

Expand All @@ -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
''''''''''''''

Expand Down

0 comments on commit 4383653

Please sign in to comment.