All Questions
2 questions
1
vote
1
answer
414
views
How to add an image to PDF using Python and create a report from esri geodatabase tables
I have an old script that uses SSReport to create and generate a PDF adding some basic data. I want to update it to include an image file and loop through some esri geodatabase tables. I don't see ...
8
votes
1
answer
3k
views
Mask area outside of imported shapefile (basemap/matplotlib)
I'm plotting data on a basemap of the eastern seaboard of the U. S. and Canada through Matplotlib. In addition to the base layer (a filled contour plot), I overlayed a shapefile of this focus region ...