Raster Sampling

Sampling Operator

  • raster_value: Sample a raster band at each instant of a trajectory

Raquet / QUADBIN Sampling

  • trajectory_quadbins: Return the distinct QUADBIN cells at a zoom level covered by a trajectory

  • raster_tile_value_quadbin: Sample a Raquet raster chip along a trajectory using a QUADBIN cell for georeferencing

  • raquet: Construct a Raquet raster tile from its pixel bytes, dimensions, QUADBIN cell and pixel type

  • raster_tile_value: Sample a Raquet raster tile along a trajectory

Restriction and Predicate Operators

  • atRasterValue: Return the instants of a trajectory where the sampled raster value falls inside a float range

  • minusRasterValue: Return the instants of a trajectory where the sampled raster value falls outside a float range

  • eRasterValue: Return true if the trajectory ever samples a raster pixel value inside a float range

  • aRasterValue: Return true if every in-raster-extent instant of the trajectory samples a pixel value inside a float range