Skip to content

Commit

Permalink
crossref fixes
Browse files Browse the repository at this point in the history
jdries committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 48850e5 commit c1589a8
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
@@ -317,6 +317,7 @@ and observations are filtered out:

.. image:: _static/images/basics/evi-masked-composite.png

.. _aggregate-spatial-evi
Aggregated EVI timeseries
===========================
2 changes: 2 additions & 0 deletions docs/cookbook/job_manager.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _job-manager
====================================
Multi Backend Job Manager
====================================
6 changes: 3 additions & 3 deletions docs/cookbook/sampling.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ Sampling can be done for points or polygons:

Note that sampling many points or polygons may require to send a large amount of geometry, which sometimes makes the size
of the requests too large when it is included inline as GeoJson. Therefore, we recommend to upload your vector data to a
public url, and to load it in openEO using `openeo.rest.connection.Connection.load_url`.
public url, and to load it in openEO using {py:meth}`openeo.rest.connection.Connection.load_url`.

## Sampling at point locations

@@ -28,7 +28,7 @@ commonly supported reducer like `min`, `max` or `mean` and will receive only one
in edge cases, a point can intersect with up to 4 pixels. If this is not desirable, it might be worth trying to align
points with pixel centers, which does require more advanced knowledge of the pixel grid of your data cube.

More information on `aggregate_spatial` is available :ref:`here<Aggregated EVI timeseries>`.
More information on `aggregate_spatial` is available [here](_aggregate-spatial-evi).

## Sampling polygons as rasters

@@ -76,4 +76,4 @@ batch job. The recommendation here is to apply a spatial grouping to your sampli
an area of around 100x100km. The optimal size of a group may be backend dependant. Also remember that when working with
data in the UTM projection, you may want to avoid covering multiple UTM zones in a single group.

See also :ref:`Managing many jobs<Multi Backend Job Manager>`.
See also how to manage [multiple jobs](_job-manager).

0 comments on commit c1589a8

Please sign in to comment.