Skip to main content
Released

FeatureReader - option to clip to spatial extent when using a spatial filter

Related products:Transformers
  • May 9, 2017
  • 6 replies
  • 118 views

ebygomm
Influencer

In a standard reader you have the option to clip to extents if setting a search envelope. Similar functionality in the FeatureReader would be useful when a spatial filter is being used to give the option to clip to the filter feature

6 replies

fred-veremes
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 7 replies
  • November 25, 2020

This would be particularly useful for raster datasets, when we want to read only some part of the image.

Even clipping on the bounding box of the initiator would be ok.

No offset or resampling of the image should be performed, only a subset of the image should be read (as in RasterSubsetter rather than Clipper)


fred-veremes
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 7 replies
  • January 18, 2024

Hi,

Any news on this one ?

@deanatsafe​ presented yesterday some demo about the COG reader, but it looks like we still need to define the desired extents in a standard Reader.

If we want to benefit from the tremendous opportunities offered by the "cloud optimized formts" such as COG or COPC (and others), we really need the FeatureReader to include the clipping (or subsetting) by initiator feature(s).


tim_wood
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 311 replies
  • February 14, 2024

I’m just going to head down the WorkspaceRunner route to work round this issue to read the tiles I require from an OGC WCS.  Bit of a faff.


LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • 1546 replies
  • October 16, 2024
OpenIn Development

LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • 1546 replies
  • October 22, 2024
OpenReleased

nielsgerrits
VIP
Forum|alt.badge.img+61
  • 2942 replies
  • October 23, 2024

Great development, thanks!