geospatial Queries#

Geospatial Query in FanInSAR is used to retrieve or sample values from GeoDataset. Query includes:

Points(points, crs, dtype)

A class to represent a collection of points.

BoundingBox(left, bottom, right, top[, crs])

a class used for indexing datasets using a spatial bounding box.

Polygons(gdf[, types, crs, all_touched, pad])

Polygons object is used to store the desired and undesired regions.

GeoQuery([points, boxes, polygons])

A combined query for geo-spatial data.