actinia: update URL to GitHub repo

- update of all actinia URLs after change of GitHub organization
- actinia_quickstart.rst: add mini section about actinia Jupyter notebooks
master
Markus Neteler 2023-03-22 22:19:51 +01:00
parent d451fb5fba
commit 5a1fc990aa
20 changed files with 43 additions and 34 deletions

View File

@ -46,7 +46,7 @@ Details
**API documentation:** https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json
**Support:** https://github.com/mundialis/actinia_core
**Support:** https://github.com/actinia-org/actinia-core
@VMDK_actinia@
@QUICKSTART_actinia@

View File

@ -1,7 +1,7 @@
:Author: Markus Neteler, mundialis
:Reviewer: Astrid Emde
:Reviewer: Felicity Brand (Google Season of Docs 2019)
:Version: osgeolive14.0
:Version: osgeolive15.0
:License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
:Copyright: 2019-2022 by The OSGeo Foundation
@ -27,6 +27,8 @@ satellite images, raster and vector data.
Actinia can be used in different ways:
- `curl` or similar command line tools
- through `Jupyter notebooks <https://github.com/actinia-org/actinia-jupyter>`__
- the `Python interface <https://github.com/actinia-org/actinia-python-client>`__
- the `Postman` or `RESTman` extension for browsers
- open a GRASS GIS session and use the `ace` (actinia command execution) tool
- other interfaces to REST API
@ -36,6 +38,12 @@ commands from the session to the actinia server (which itself uses GRASS GIS).
The idea is to rapidly develop a workflow locally on small data sets to
then execute it on the server.
Using actinia with a Jupyter notebook
=====================================
Numerous Jupyter notebooks for actinia are available from
`https://github.com/actinia-org/actinia-jupyter <https://github.com/actinia-org/actinia-jupyter>`_
Introduction to ace - actinia command execution
===============================================
@ -47,7 +55,7 @@ the ability to list locations, mapsets and map layer the user has access
to as well as the creation and deletion of mapsets.
Th ``ace`` tool must be executed in an active GRASS GIS session. It is
installed with ``g.extension extension=ace url=https://github.com/mundialis/ace``.
installed with ``g.extension extension=ace url=https://github.com/actinia-org/ace``.
All commands will be executed per default in an **ephemeral** database.
Hence, generated output must be exported using augmented GRASS
@ -326,7 +334,7 @@ Store the following script as text file ``/tmp/ace_segmentation.sh``:
# grass ~/grassdata/nc_spm_08/user1/
# Import the web resource and set the region to the imported map
# we apply a importer trick for the import of multi-band GeoTIFFs:
# install with: g.extension importer url=https://github.com/mundialis/importer
# install with: g.extension importer url=https://github.com/actinia-org/importer
importer raster=ortho2010@https://apps.mundialis.de/workshops/osgeo_ireland2017/north_carolina/ortho2010_t792_subset_20cm.tif
# The importer has created three new raster maps, one for each band in the geotiff file
# stored them in an image group
@ -423,7 +431,7 @@ To build and deploy actinia, run
.. code:: bash
git clone https://github.com/mundialis/actinia_core.git
git clone https://github.com/actinia-org/actinia-core.git
cd actinia_core
docker-compose -f docker/docker-compose.yml up
@ -462,6 +470,7 @@ Install GRASS GIS addons (extensions)
What next?
==========
* Visit the actinia website at `https://actinia.mundialis.de <https://actinia.mundialis.de>`_
* actinia tutorial: `https://neteler.gitlab.io/actinia-introduction <https://neteler.gitlab.io/actinia-introduction>`_
* Further reading: Neteler, M., Gebbert, S., Tawalika, C., Bettge, A., Benelcadi, H., Löw, F., Adams, T, Paulsen, H. (2019). Actinia: cloud based geoprocessing. In Proc. of the 2019 conference on Big Data from Space (BiDS'2019) (pp. 41-44). EUR 29660 EN, Publications Office of the European Union 5, Luxembourg: P. Soille, S. Loekken, and S. Albani (Eds.). (`DOI <https://zenodo.org/record/2631917>`__)

View File

@ -106,8 +106,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**Unterstützung:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**Unterstützung:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -92,7 +92,7 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:58

View File

@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:59
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:61

View File

@ -89,7 +89,7 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:58

View File

@ -105,8 +105,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**Soporte:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**Soporte:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -114,11 +114,11 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
"La herramienta ''ace'' debe ejecutarse en una sesión activa de GRASS GIS. Se"
" instala con ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
#: ../../build/doc/quickstart/actinia_quickstart.rst:58
msgid ""

View File

@ -93,7 +93,7 @@ msgid ""
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:65

View File

@ -88,7 +88,7 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:58

View File

@ -100,8 +100,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**Support:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**Support:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -94,7 +94,7 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:58

View File

@ -103,8 +103,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**Támogatás:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**Támogatás:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -110,11 +110,11 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
"Az ``ace`` eszközt egy aktív GRASS GIS munkamenetből kell végrehajtani. "
"Ezzel a paranccsal telepíthető ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
#: ../../build/doc/quickstart/actinia_quickstart.rst:58
msgid ""

View File

@ -106,8 +106,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**Supporto:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**Supporto:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -105,7 +105,7 @@ msgid ""
" mapsets."
msgstr ""
"Lo strumento ``ace`` (`dettagli "
"<https://github.com/mundialis/actinia_core/tree/master/scripts/README.md>`_)"
"<https://github.com/actinia-org/actinia-core/tree/master/scripts/README.md>`_)"
" permette l'esecuzione di un singolo comando GRASS GIS o di una lista di "
"comandi GRASS GIS su un servizio REST actinia "
"(https://actinia.mundialis.de/). Inoltre fornisce la gestione del lavoro, la"
@ -117,11 +117,11 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
"Lo strumento ``ace`` deve essere eseguito in una sessione attiva di GRASS "
"GIS. È installato con ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
#: ../../build/doc/quickstart/actinia_quickstart.rst:58
msgid ""

View File

@ -97,8 +97,8 @@ msgstr ""
"https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json"
#: ../../build/doc/overview/actinia_overview.rst:60
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgstr "**サポート:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr "**サポート:** https://github.com/actinia-org/actinia-core"
#: ../../build/doc/overview/actinia_overview.rst:62
msgid ""

View File

@ -103,10 +103,10 @@ msgstr ""
msgid ""
"Th ``ace`` tool must be executed in an active GRASS GIS session. It is "
"installed with ``g.extension extension=ace "
"url=https://github.com/mundialis/ace``."
"url=https://github.com/actinia-org/ace``."
msgstr ""
"``ace`` ツールはアクティブなGRASS GISセッションで実行されなければなりません。``g.extension extension=ace "
"url=https://github.com/mundialis/ace`` でインストールされます。"
"url=https://github.com/actinia-org/ace`` でインストールされます。"
#: ../../build/doc/quickstart/actinia_quickstart.rst:58
msgid ""

View File

@ -77,7 +77,7 @@ msgid "**API documentation:** https://redocly.github.io/redoc/?url=https://actin
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:59
msgid "**Support:** https://github.com/mundialis/actinia_core"
msgid "**Support:** https://github.com/actinia-org/actinia-core"
msgstr ""
#: ../../build/doc/overview/actinia_overview.rst:61

View File

@ -65,7 +65,7 @@ msgid "The ``ace`` tool (`details <https://neteler.gitlab.io/actinia-introductio
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:55
msgid "Th ``ace`` tool must be executed in an active GRASS GIS session. It is installed with ``g.extension extension=ace url=https://github.com/mundialis/ace``."
msgid "Th ``ace`` tool must be executed in an active GRASS GIS session. It is installed with ``g.extension extension=ace url=https://github.com/actinia-org/ace``."
msgstr ""
#: ../../build/doc/quickstart/actinia_quickstart.rst:58