You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operations.md
+37-3Lines changed: 37 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ STMTools supports various operations on an STM.
4
4
5
5
## Enrich an STM
6
6
7
-
Contextual data can be added to an STM by enrichment. At present, STMTools supports enriching an STM by static polygons.
7
+
Contextual data can be added to an STM by enrichment. STMTools supports enriching an STM by static polygons or a dataset.
8
8
9
-
For example, if soil type data (`soil_map.gpkg`) is available together with an STM, one can first read `soil_map.gpkg` using the `GeoPandas` library as a `GeoDataFrame`, then add the soil type and corresponding type ID to the STM, using the `enrich_from_polygon` function.
9
+
### Enrich from a polygon
10
+
11
+
STMTools supports enriching an STM by static polygons. For example, if soil type
12
+
data (`soil_map.gpkg`) is available together with an STM, one can first read
13
+
`soil_map.gpkg` using the `GeoPandas` library as a `GeoDataFrame`, then add the
14
+
soil type and corresponding type ID to the STM, using the `enrich_from_polygon`
0 commit comments