Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
smodex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
earth_observation_public
smodex
Commits
4ec5da9f
Commit
4ec5da9f
authored
1 year ago
by
Rufai Omowunmi Balogun
Browse files
Options
Downloads
Patches
Plain Diff
update installation guide
parent
94d0f5df
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/guide/downloader.rst
+2
-2
2 additions, 2 deletions
docs/source/guide/downloader.rst
docs/source/guide/installation.rst
+35
-1
35 additions, 1 deletion
docs/source/guide/installation.rst
with
37 additions
and
3 deletions
docs/source/guide/downloader.rst
+
2
−
2
View file @
4ec5da9f
...
@@ -22,7 +22,7 @@ Next to this, create a configuration file (JSON file) that contains all the data
...
@@ -22,7 +22,7 @@ Next to this, create a configuration file (JSON file) that contains all the data
the data you would like to request, example:
the data you would like to request, example:
.. code-block:: json-object
.. code-block:: json-object
{
{
"product_type": "reanalysis",
"product_type": "reanalysis",
"variable": [
"variable": [
...
@@ -44,7 +44,7 @@ the data you would like to request, example:
...
@@ -44,7 +44,7 @@ the data you would like to request, example:
This JSON file in general should contain the information on your **Area of Interest** and other
This JSON file in general should contain the information on your **Area of Interest** and other
specific information on the datasets you would like to download.
specific information on the datasets you would like to download.
Step Two
:
Step Two
---------
---------
Specify the time range (start date and end date) and download your data to the specified path:
Specify the time range (start date and end date) and download your data to the specified path:
...
...
This diff is collapsed.
Click to expand it.
docs/source/guide/installation.rst
+
35
−
1
View file @
4ec5da9f
.. _install:
Installation
Installation
------------
============
The smodex package is distributed via the Python Package Index and also available on the
[development repo](https://gitlab.inf.unibz.it/earth_observation_public/smodex). To enable
the full functionalities, install also the `cdsapi`
Option 1: Use Pip (Recommended)
-------------------------------
The easiest way is to use pip, which contains the latest release of the package.
Install pip in your development environment, if you do not have pip installed yet,
if you do not have pip installed yet.
.. code-block:: bash
pip install smodex
Option 2: Clone the repository
------------------------------
The latest development version of the smode package is available on the
[GitLab repo](https://gitlab.inf.unibz.it/earth_observation_public/smodex).
.. caution::
The version on the repo is not guaranteed to be stable, but in
general contains new features that are yet to be released
.. code-block:: bash
git clone https://gitlab.inf.unibz.it/earth_observation_public/smodex
cd smodex
python setup.py install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment