ZGIS / semantique

Semantic Querying in Earth Observation Data Cubes
https://zgis.github.io/semantique/
Apache License 2.0
16 stars 6 forks source link

feat: Intersection method in rasterize based on geometry type (#20) 🎁 #21

Closed whisperingpixel closed 1 year ago

whisperingpixel commented 1 year ago

Description

This selects the intersection method in the rasterize function based on geometry types. Polygons and MultiPolygons use intersection of pixel centroids, (Multi)Lines and (Multi)Points use touch. Note: If at least one (Multi)LinesPolygon is in there, centroid intersection is used. See the following issue for more details.

Relates to #20

Type of change

Select one or more relevant options:

Checklist: