Skip to main content
Solved

Accessing .e57 raster properties

  • September 5, 2024
  • 2 replies
  • 89 views

k_lander
Contributor
Forum|alt.badge.img+9

Hi All,

 

I am trying to reproject some .e57 files containing LiDAR scans and oriented imagery collected with a terrestrial scanner. Reprojecting the point cloud is straightforward, but I am having some trouble with the imagery.

I can see in the Feature Information window that the image locations seems to be stored in the e57_translation_x, y, and z Geometry Traits (Geometry->Raster->Geometry Traits), here’s a screenshot from Data Inspector:

I’m working from a local coordinate system, hence the low translation values.

My goal (I think) is to extract these translation values, reproject them in the same way I’m reprojecting the point cloud, and then write the new values back in to these traits, but I’m not sure how to access these trait values, and was wondering if anyone had experience with this.

 

Thanks for looking!

Best answer by dustin

Have you tried the GeometryPropertyExtractor?

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

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • Best Answer
  • September 5, 2024

Have you tried the GeometryPropertyExtractor?


k_lander
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • September 5, 2024

Have you tried the GeometryPropertyExtractor?

Thank you dustin! I have not used this transformer yet, but it’s exactly what I was looking for!