Skip to main content

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

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.


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.


Reply