Skip to main content
Solved

Hello! I was wondering if you can help me. I'm working on a project with drill core log data. The idea is to add the data to a GIS. With that data drill core log profiles are generated.

  • July 27, 2021
  • 2 replies
  • 36 views

I've played around in Python in an ArcGIS Pro Notebook and like to take that code into FME. Because of organizational reasons, I might not be able to import the modules I need. Is there a way to make the profiles with other transformers? or some other way in Python, maybe?

Attached is the code I use in ArcGIS and the testdata used there. Further attached is an example of the profile.

 

The data is organized in drill cores consisting of multiple layers, the thickness is indicated with Laagdikte [mm], the sample data has 3 drill core with 6 layers each.

 

Any kind of help would be greatly appreciated!

 

Thanks!

 

Linda

Best answer by debbiatsafe

Hi @lindaf​ 

You may want to look into the ChartGenerator. A stacked bar graph should create a raster that is similar to the profile example you shared. I have attached an example workspace to this post and I hope it helps.

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

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • Best Answer
  • July 28, 2021

Hi @lindaf​ 

You may want to look into the ChartGenerator. A stacked bar graph should create a raster that is similar to the profile example you shared. I have attached an example workspace to this post and I hope it helps.


  • Author
  • 1 reply
  • August 24, 2021

Hi @lindaf​ 

You may want to look into the ChartGenerator. A stacked bar graph should create a raster that is similar to the profile example you shared. I have attached an example workspace to this post and I hope it helps.

Thank you! This works really well.