Skip to main content
Solved

How do I load georeferenced JPG's with FeatureMerger and a SpatialFilter?

  • November 1, 2016
  • 2 replies
  • 38 views

karnil
Contributor
Forum|alt.badge.img+5

I have a few hundred ortho-jpgs, but i want to be able to read only the ones that intersects or are within a polygon.

The jpg's are georeferenced and the DWG too and botha re set to the same coordinate system and both show up at the right positions in the inspector when opened individually.

This method worked for me using .las point clouds on the same spot, but I cant seem to manage to get the jpg's I want.

Is there something wrong with the settings?

 

Thank you in advance,

Robin

Best answer by taojunabc

I tested JPG, but no problem. I guess you could forget to set the DWGReader coordinate system, DWG is usually not containing the coordinate system, if you forget to set the coordinate system, then the feature will read without coordinate system, it can not use the SpatialFilter function.

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.

2 replies

taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • Best Answer
  • November 1, 2016

I tested JPG, but no problem. I guess you could forget to set the DWGReader coordinate system, DWG is usually not containing the coordinate system, if you forget to set the coordinate system, then the feature will read without coordinate system, it can not use the SpatialFilter function.


karnil
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • November 1, 2016

I tested JPG, but no problem. I guess you could forget to set the DWGReader coordinate system, DWG is usually not containing the coordinate system, if you forget to set the coordinate system, then the feature will read without coordinate system, it can not use the SpatialFilter function.

Thank you! That was the problem, now it's working.

 

 

I thought that I specifically saved the dwg with the right coordinate system, but maybe that does not stick to the format.