Skip to content

Commit

Permalink
Update quickstart.rst: correct missing flags (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrode authored Oct 18, 2024
1 parent 1454d5f commit 2e4d740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ need a bounds and a coordinate reference system.

.. code-block:: shell-session
silvimetric autzen-smdb.tdb \
silvimetric -d autzen-smdb.tdb \
initialize \
'{"maxx":639003.73,"maxy":853536.21,"maxz":615.26,"minx":635579.2,"miny":848884.83,"minz":406.46}' \
EPSG:2992
--bounds '{"maxx":639003.73,"maxy":853536.21,"maxz":615.26,"minx":635579.2,"miny":848884.83,"minz":406.46}' \
--crs EPSG:2992
.. note::

Expand Down Expand Up @@ -245,4 +245,4 @@ left off with the `Resume` command.
silvimetric -d autzen-smdb.tdb resume --id $uuid
.. include:: ./substitutions.txt
.. include:: ./substitutions.txt

0 comments on commit 2e4d740

Please sign in to comment.