Skip to main content
Question

How can I generate raster footprint?

  • February 28, 2013
  • 4 replies
  • 283 views

samisnunu
Contributor
Forum|alt.badge.img+15

Hi,

 

 

I have several tiles of rasters that I would like to generate polygon (footprint) of each of these images.

 

 

 What propper transformers do I need to add to my workbench.?

 

Thanks,

 

Sami
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • March 1, 2013

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • March 1, 2013
Hi,

 

 

Also the BoundingBoxReplacer can provide you with the bounding box (data and nodata).

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • March 1, 2013
...and the BoundingBoxAccumulator will give you the area of the collective set of tiles.

samisnunu
Contributor
Forum|alt.badge.img+15
  • Author
  • Contributor
  • March 4, 2013
Thank you everyone,

 

 

The RasterExtentsCoercer, BundingBoxReplacer, and BoundingBoxAccumulator transformers you mentioned did the job perfectly!