Skip to content
Snippets Groups Projects
Commit 7b3a3994 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Fix wrong URLs.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 53336d96
No related branches found
No related tags found
No related merge requests found
Pipeline #58897 passed
......@@ -88,7 +88,7 @@ EnMAP image data at the indicated dead pixel positions. It supports two interpol
Atmospheric correction
**********************
.. image:: https://git.gfz-potsdam.de/EnMAP/sicor/raw/main/docs/images/sicor_logo_lr.png
.. image:: https://git.gfz-potsdam.de/EnMAP/sicor/raw/master/docs/images/sicor_logo_lr.png
:target: https://git.gfz-potsdam.de/EnMAP/sicor
:width: 150px
:alt: SICOR Logo
......
......@@ -171,7 +171,7 @@ requirement polymer_ as described above.
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
.. _conda: https://docs.conda.io
.. _ACwater: https://gitlab.awi.de/phytooptics/acwater/
.. _`ACwater Polymer installation instructions`: https://gitlab.awi.de/phytooptics/acwater/-/blob/main/docs/installation.rst
.. _`ACwater Polymer installation instructions`: https://gitlab.awi.de/phytooptics/acwater/-/blob/master/docs/installation.rst
.. _HYGEOS support forum: https://forum.hygeos.com
.. _polymer: https://forum.hygeos.com
.. _SICOR: https://git.gfz-potsdam.de/EnMAP/sicor
......
......@@ -231,7 +231,7 @@ class Spatial_Optimizer(object):
from time import time
t0 = time()
# https://github.com/agile-geoscience/xlines/blob/main/notebooks/11_Gridding_map_data.ipynb
# https://github.com/agile-geoscience/xlines/blob/master/notebooks/11_Gridding_map_data.ipynb
from scipy.interpolate import Rbf
# f = Rbf(cols, rows, data, function='linear')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment