Skip to main content
Question

Clipper on a Mosaic Data-set

  • September 11, 2019
  • 1 reply
  • 14 views

I have prepared a mosaic data-set that was created from a previously downloaded set of images. I would like to clip this mosaic data-set with a CAD file polygon to select a small section.

I've tried using Clipped but it seems like the mosaic data-set has NULL geometries, so it fails.

Is there a way to clip the data so I end up with only a small section?

 

I've attached the mosaic data-set, the CAD boundary and the Workbench for your consideration.

 

 

 

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.

1 reply

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • 956 replies
  • September 11, 2019

1. Before clipper they need to be the same coordinate system (one is Unknown, the other is SPHERICAL_MERCATOR). Use Coordinatesystemsetter and/or Reprojector to fix this.

2. If you want to continue even if some features fail clipping you can change the settings to "Continue translation"