@@ -19,7 +19,7 @@ Sampling can be done for points or polygons:
1919
2020Note that sampling many points or polygons may require to send a large amount of geometry, which sometimes makes the size
2121of the requests too large when it is included inline as GeoJson. Therefore, we recommend to upload your vector data to a
22- public url, and to load it in openEO using ` openeo.rest.connection.Connection.load_url ` .
22+ public url, and to load it in openEO using {py : meth } ` openeo.rest.connection.Connection.load_url ` .
2323
2424## Sampling at point locations
2525
@@ -28,7 +28,7 @@ commonly supported reducer like `min`, `max` or `mean` and will receive only one
2828in edge cases, a point can intersect with up to 4 pixels. If this is not desirable, it might be worth trying to align
2929points with pixel centers, which does require more advanced knowledge of the pixel grid of your data cube.
3030
31- More information on ` aggregate_spatial ` is available :ref: ` here<Aggregated EVI timeseries> ` .
31+ More information on ` aggregate_spatial ` is available [ here] ( _aggregate-spatial-evi ) .
3232
3333## Sampling polygons as rasters
3434
@@ -76,4 +76,4 @@ batch job. The recommendation here is to apply a spatial grouping to your sampli
7676an area of around 100x100km. The optimal size of a group may be backend dependant. Also remember that when working with
7777data in the UTM projection, you may want to avoid covering multiple UTM zones in a single group.
7878
79- See also :ref: ` Managing many jobs<Multi Backend Job Manager> ` .
79+ See also how to manage [ multiple jobs ] ( _job-manager ) .
0 commit comments