Skip to content
Snippets Groups Projects
Commit 85b9b81b authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

Updated some packages and added Python 3.11 as prerequisite.

parent 4fd669ab
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 173 deletions
...@@ -6,6 +6,8 @@ This repository contains an installable Python module, Jupyter notebooks and scr ...@@ -6,6 +6,8 @@ This repository contains an installable Python module, Jupyter notebooks and scr
### Prerequisites ### Prerequisites
Currently supported Python **Version: 3.11.**, due to some packages being not available for 3.12, yet.
This module uses [GDAL](https://gdal.org) which cannot be installed from pypi for many operating systems. You can download precompiled binary wheels from [here](https://github.com/cgohlke/geospatial-wheels/releases). This module uses [GDAL](https://gdal.org) which cannot be installed from pypi for many operating systems. You can download precompiled binary wheels from [here](https://github.com/cgohlke/geospatial-wheels/releases).
Some scripts use ADAtools by Barra et al. 2017, Tomás et al. 2019 and Navarro et al. 2020. If this functionality is needed, please contact one of the authors for a personal copy of ADAtools. Some scripts use ADAtools by Barra et al. 2017, Tomás et al. 2019 and Navarro et al. 2020. If this functionality is needed, please contact one of the authors for a personal copy of ADAtools.
......
...@@ -20,6 +20,7 @@ Each module can be imported and used separately for creating individual workflow ...@@ -20,6 +20,7 @@ Each module can be imported and used separately for creating individual workflow
Installation Installation
============ ============
Currently supported Python **Version: 3.11.**, due to some packages being not available for 3.12, yet.
This module uses `GDAL <https://gdal.org>`_ which cannot be installed from pypi for many operating systems. You can download precompiled binary wheels from `here <https://github.com/cgohlke/geospatial-wheels/releases>`_. This module uses `GDAL <https://gdal.org>`_ which cannot be installed from pypi for many operating systems. You can download precompiled binary wheels from `here <https://github.com/cgohlke/geospatial-wheels/releases>`_.
......
u4py
====
.. toctree::
:maxdepth: 4
u4py
u4py.addons.climate module
==========================
.. automodule:: u4py.addons.climate
:members:
:undoc-members:
:show-inheritance:
u4py.addons.gas\_storage module
===============================
.. automodule:: u4py.addons.gas_storage
:members:
:undoc-members:
:show-inheritance:
u4py.addons.geology module
==========================
.. automodule:: u4py.addons.geology
:members:
:undoc-members:
:show-inheritance:
u4py.addons.groundwater module
==============================
.. automodule:: u4py.addons.groundwater
:members:
:undoc-members:
:show-inheritance:
u4py.addons.rivers module
=========================
.. automodule:: u4py.addons.rivers
:members:
:undoc-members:
:show-inheritance:
u4py.addons package
===================
.. automodule:: u4py.addons
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
.. toctree::
:maxdepth: 4
u4py.addons.climate
u4py.addons.gas_storage
u4py.addons.geology
u4py.addons.groundwater
u4py.addons.rivers
u4py.addons.seismo
u4py.analysis.inversion module
==============================
.. automodule:: u4py.analysis.inversion
:members:
:undoc-members:
:show-inheritance:
u4py.analysis.other module
==========================
.. automodule:: u4py.analysis.other
:members:
:undoc-members:
:show-inheritance:
u4py.analysis.processing module
===============================
.. automodule:: u4py.analysis.processing
:members:
:undoc-members:
:show-inheritance:
u4py.analysis package
=====================
.. automodule:: u4py.analysis
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
.. toctree::
:maxdepth: 4
u4py.analysis.inversion
u4py.analysis.other
u4py.analysis.processing
u4py.analysis.spatial
u4py.analysis.spatial module
============================
.. automodule:: u4py.analysis.spatial
:members:
:undoc-members:
:show-inheritance:
u4py.plotting.axes module
=========================
.. automodule:: u4py.plotting.axes
:members:
:undoc-members:
:show-inheritance:
u4py.plotting.formatting module
===============================
.. automodule:: u4py.plotting.formatting
:members:
:undoc-members:
:show-inheritance:
u4py.plotting.plots module
==========================
.. automodule:: u4py.plotting.plots
:members:
:undoc-members:
:show-inheritance:
u4py.plotting.preparation module
================================
.. automodule:: u4py.plotting.preparation
:members:
:undoc-members:
:show-inheritance:
u4py.plotting package
=====================
.. automodule:: u4py.plotting
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
.. toctree::
:maxdepth: 4
u4py.plotting.axes
u4py.plotting.formatting
u4py.plotting.plots
u4py.plotting.preparation
u4py package
============
.. automodule:: u4py
:members:
:undoc-members:
:show-inheritance:
Subpackages
-----------
.. toctree::
:maxdepth: 4
u4py.addons
u4py.analysis
u4py.plotting
u4py.scripts
u4py.utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment