Skip to content

Commit

Permalink
Merge pull request #661 from cvvergara/commandline-generation
Browse files Browse the repository at this point in the history
Commandline generation
  • Loading branch information
kalxas committed Jan 11, 2021
2 parents 100319c + 6e14c47 commit df2c0c3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Expand Up @@ -256,18 +256,19 @@
# links to the disk internals
r'http://localhost', r'https://localhost',
r'http://127.0.0.1', r'https://127.0.0.1',
r'http://0.0.0.0',
'http://geonode',


# link exists but when many link checks are done link checker fails
# ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
# Used in quickstart/osm_quickstart
'https://www.openstreetmap.org/edit',

# Used in overview/inspire_overview
# Error message: broken https://etf-validator.net - 503 Server Error: Service Temporarily Unavailable for url: https://etf-validator.net/
'https://etf-validator.net',

# Link does not exist anymore
# Used in quickstart/geoserver_quickstart
r'http://prj2epsg.org',
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Expand Up @@ -42,6 +42,7 @@ Quick Starts
Run OSGeoLive in a Virtual Machine <quickstart/virtualization_quickstart>
Create an OSGeoLive bootable USB thumb drive <quickstart/usb_quickstart>
Running in a Hyper-V Virtual Machine <quickstart/hyperv_quickstart>
Command Line basics <quickstart/commandline_quickstart>

.. toctree::
:hidden:
Expand Down
1 change: 1 addition & 0 deletions doc/quickstart/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ set (LOCAL
"hyperv_quickstart.rst"
"virtualization_quickstart.rst"
"usb_quickstart.rst"
"commandline_quickstart.rst"
)

#---------------------------------------------
Expand Down
44 changes: 22 additions & 22 deletions doc/quickstart/eoxserver_quickstart.rst
@@ -1,4 +1,4 @@
:Author: OSGeoLive
:Author: OSGeoLive
:Author: Stephan Meissl
:Author: Stephan Krause
:Reviewer: Angelos Tzotsos, OSGeo
Expand All @@ -16,13 +16,13 @@
@NAME_eoxserver@ Quickstart
================================================================================

EOxServer is a server for presenting big Earth Observation (EO) data
archives and metadata via Open Standards. It builds upon an Open Source
stack of software which includes Python, :doc:`MapServer
<../overview/mapserver_overview>`, Django/GeoDjango, :doc:`GDAL
<../overview/gdal_overview>`, :doc:`PROJ.4
<../overview/proj4_overview>`and a :doc:`SpatiaLite
<../overview/spatialite_overview>` or :doc:`PostGIS
EOxServer is a server for presenting big Earth Observation (EO) data
archives and metadata via Open Standards. It builds upon an Open Source
stack of software which includes Python, :doc:`MapServer
<../overview/mapserver_overview>`, Django/GeoDjango, :doc:`GDAL
<../overview/gdal_overview>`, :doc:`PROJ.4
<../overview/proj4_overview>` and a :doc:`SpatiaLite
<../overview/spatialite_overview>` or :doc:`PostGIS
<../overview/postgis_overview>` database.

This Quick Start describes how to:
Expand All @@ -45,7 +45,7 @@ Choose :menuselection:`Geospatial --> Web Services --> EOxServer`. This launches
Work with the Web Client
========================

Click the **Web Client** link to open the integrated EOxServer client.
Click the **Web Client** link to open the integrated EOxServer client.

Within this client you can explore the contents of the EOxServer instance. The
demonstration instance is filled with ENVISAT MERIS scenes.
Expand All @@ -58,13 +58,13 @@ The client provides a set of interactions. On the top you can see a menu bar to
show the Layer Selection and the Tools widgets. The main area is the map widget
of the client with a set of datasets already displayed.
On the bottom, you'll find the timeslider widget, that allows you to explore the
contents in the temporal dimension.
contents in the temporal dimension.

.. image:: /images/projects/eoxserver/eoxserver_webclient2.png
:scale: 50 %
:alt: EOxServer demonstration embedded client outlines

The Layer Selection widget allows you to enable or disable the visibility and
The Layer Selection widget allows you to enable or disable the visibility and
configure the rendering of the layers. Also, you can show or hide the
streets-overlay and select the background layer. Please note, that when you
disable the "MER FRS 1P RGB reduced" layer, the timeslider widget is hidden and
Expand All @@ -76,7 +76,7 @@ the Selection Management Tool and the Download Tool.
:scale: 50 %
:alt: EOxServer demonstration embedded client outlines

Similar to a map, you can zoom and pan the currently visible time of interest
Similar to a map, you can zoom and pan the currently visible time of interest
and select a time of interest by drawing on the area containing the red dots.
You can also hover on a dot to see the dataset ID. By clicking on the dot, the
map automatically zooms to the extent of the dataset.
Expand All @@ -97,9 +97,9 @@ includes the selected time of interest and bounding box. The results are shown
in the Download widget, where you can select the format, projection and datasets
to download.

This was a quick introduction to the EOxServer Web Client. Please refer to the
`online documentation
<https://docs.eoxserver.org/en/latest/users/webclient.html>`_ for more
This was a quick introduction to the EOxServer Web Client. Please refer to the
`online documentation
<https://docs.eoxserver.org/en/latest/users/webclient.html>`_ for more
information on this topic.

Work with the Admin Client
Expand All @@ -111,9 +111,9 @@ From the EOxServer main page, click the **Admin Client** link and login with use
:scale: 50 %
:alt: EOxServer demonstration admin client login

The `Admin Client` is Djangos standard admin and allows you to configure the
available data. Please feel free to explore the client. More information can
be found in the `operators' guide
The `Admin Client` is Djangos standard admin and allows you to configure the
available data. Please feel free to explore the client. More information can
be found in the `operators' guide
<https://docs.eoxserver.org/en/latest/users/operators.html>`_.

.. image:: /images/projects/eoxserver/eoxserver_adminclient2.png
Expand All @@ -136,8 +136,8 @@ Here you can also see the included datasets. You can exclude single datasets usi
What Next?
==========

This is a simple demonstration, but you can do much more with EOxServer. The
project website contains a lot of resources to help you get started. Here’s
This is a simple demonstration, but you can do much more with EOxServer. The
project website contains a lot of resources to help you get started. Here’s
a few resources to check out next:

* See the :doc:`EOxServer Overview <../overview/eoxserver_overview>` for more information.
Expand All @@ -146,6 +146,6 @@ a few resources to check out next:
starting from the `EOxServer Basics <https://docs.eoxserver.org/en/latest/users/basics.html>`_.
* If you are already in the OSGeoLive environment, read the local copy of the `EOxServer Users' local documentation
<https://localhost/eoxserver-docs/EOxServer_documentation.pdf>`_
* Ready to use EOxServer? Then join the community on the `mailing lists
<https://docs.eoxserver.org/en/latest/users/mailing_lists.html>`_ to
* Ready to use EOxServer? Then join the community on the `mailing lists
<https://docs.eoxserver.org/en/latest/users/mailing_lists.html>`_ to
exchange ideas, discuss potential software improvements, and ask questions.

0 comments on commit df2c0c3

Please sign in to comment.