Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#25588 closed New feature (fixed)

Add spatial lookups to RasterField

Reported by: Daniel Wiesmann Owned by: Daniel Wiesmann
Component: GIS Version: dev
Severity: Normal Keywords: raster gdal gis
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The raster field currently does not support spatial lookups (such as __dwithin or __bbcontains). This functionality is essential for working with spatial data. It could be ported from the geometry lookups.

Change History (9)

comment:1 by Daniel Wiesmann, 8 years ago

Has patch: set
Needs documentation: set

comment:2 by Claude Paroz, 8 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Claude Paroz <claude@…>, 8 years ago

In 48548d1:

Refs #25588 -- Added the srid property to GDALRaster

Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api.

comment:4 by Tim Graham, 8 years ago

Needs documentation: unset

comment:5 by Tim Graham, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In bbfad84:

Fixed #25588 -- Added spatial lookups to RasterField.

Thanks Tim Graham for the review.

comment:7 by Daniel Wiesmann <daniel.wiesmann@…>, 8 years ago

In 9bb1b4b7:

Refs #25588 -- Fixed GDAL dependency in spatial lookups.

comment:8 by Tim Graham <timograham@…>, 8 years ago

In 85ab569:

[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.

Backport of 9bb1b4b7f6b79096fc7418c3b7bb0118d44c373a from master

comment:9 by Tim Graham <timograham@…>, 7 years ago

In f86b6f3:

Refs #25588 -- Removed obsolete bits of RasterField support.

Unused since bbfad84dd980a97174c3b061a3d1b5f1373c380d.

Note: See TracTickets for help on using tickets.
Back to Top