Skip to content

Commit

Permalink
DeepGlobeLandCover: document download steps (microsoft#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Mar 2, 2024
1 parent 7241b0f commit e2421ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion torchgeo/datasets/deepglobelandcover.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,18 @@ class DeepGlobeLandCover(NonGeoDataset):
* https://arxiv.org/pdf/1805.06561.pdf
.. note::
This dataset can be downloaded using:
.. code-block:: console
$ pip install kaggle # place api key at ~/.kaggle/kaggle.json
$ kaggle datasets download -d geoap96/deepglobe2018-landcover-segmentation-traindataset
$ unzip deepglobe2018-landcover-segmentation-traindataset.zip
.. versionadded:: 0.3
"""
""" # noqa: E501

filename = "data.zip"
data_root = "data"
Expand Down

0 comments on commit e2421ea

Please sign in to comment.