Skip to content

Commit

Permalink
Add documentation about environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Apr 3, 2016
1 parent 60d47c2 commit 47f59da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Added ``-r/--reference`` and ``-m/--margin`` options to define the bounds from a GDAL/OGR data source.
Install the ``rasterio`` and ``fiona`` packages with ``pip`` to enable it.
Issue `#14 <https://github.com/bopen/elevation/issues/14>`_.
- Enable reading defaults from environment variables prefixed with ``EIO``,
e.g. ``EIO_PRODUCT_PRODCUT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.


0.9.9 (2016-04-01)
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ The ``clip`` sub-command::
output bounds.
--help Show this message and exit.

Defaults can be defined by setting environment variables prefixed with ``EIO``,
e.g. ``EIO_PRODUCT_PRODCUT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.


Python API
----------
Expand Down

0 comments on commit 47f59da

Please sign in to comment.