Skip to content

Commit e43068f

Browse files
committed
- ZarrCollectionProvider to support S3 bucket
- updated ZarrCollectionProvider to accept storage_options - added s3fs into dependencies
1 parent a0c973b commit e43068f

4 files changed

Lines changed: 962 additions & 623 deletions

File tree

docs/source/introduction.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ or install the latest updates from GitHub (under the same virtual environment of
3737
3838
pip install git+https://github.com/LandscapeGeoinformatics/pydggsapi.git
3939
40-
2. create a local ``.env`` file from the ``env.sample``. Change the environment variables according to your local environment setup. Please refer to the :doc:`configuration </tinydb_configuration/index>` for more details.
40+
2. Export the ``DGGS_API_CONFIG`` environment vairable in commnd line to specify the path to the TinyDB.
41+
42+
.. code-block:: bash
43+
44+
export DGGS_API_CONFIG=<Path to TinyDB>
45+
46+
or create a local ``.env`` file from the ``env.sample``. Change the environment variables according to your local environment setup. Please refer to the :doc:`configuration </tinydb_configuration/index>` for more details.
4147

4248
.. code-block:: bash
4349

0 commit comments

Comments
 (0)