Tuesday 25 June 2019

Plotting 3D Data using Python?


I have a Uniform Grid of 1KMx1KM squares as a shapefile with population data in each grid in a specific column as an integer. I would like to extrude each polygon based on the population and export the whole dataset using a python library. ArcScene can do this, but ArcPy can't hook into that program.


Can someone recommend a python package to do this?


It doesn't have to be dependent on ArcGIS Desktop.


I was looking at matplotlib, but I can't figure out how to create 3D bar graphs.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...