Python en ArcGIS Pro - CCU2015.pdf

4013
3
09-26-2015 07:45 PM
Labels (1)

Python en ArcGIS Pro - CCU2015.pdf

Presentación sobre Python en ArcGIS Pro

XVII Conferencia Colombiana de Usuarios Esri 2015

Bogotá, septiembre 25

y

Labels (1)
Attachments
Comments

Excellent summary and presentation Xander! The examples are easy to follow regardless of linguistic background. A great resource.

Hi Dan Patterson , thanks for the feedback!

I will publish some parts of this presentation in English in the coming days (might be weeks) as blog post in the Python space and go into more detail to enable those that are only starting to use the examples too.

I will use this group to provide more detail in Spanish.

Hi,

This is Chinna Raju,

I Wanted to export multiple layouts having pages with Data driven option. Kindly please advise or post for this.

currently i can do for Layouts export only.
------------------------------------------------------------------------------------------------------------------------------------------------------
aprx = arcpy.mp.ArcGISProject("CURRENT")
for lyt in aprx.listLayouts():
print(lyt.name)
lyt.exportToPDF(myPdf + "\\" + lyt.name + ".pdf")
------------------------------------------------------------------------------------------------------------------------------------------------------

Version history
Last update:
‎09-26-2015 07:45 PM
Updated by:
Contributors