Changes

Jump to navigation Jump to search
no edit summary
3) Chosen by the researcher
3) Maximum R-Squared
 
===Building Images===
 
Use B&W:
*50% grey at 75% transparent for city outline
*50% grey at 50% transparent for hull
*Black + for singleton (size 10pt), 50% transparent when in pair or hull
*Black * for multiton (size 10pt), 50% transparent when in pair or hull
*Black line for pair
 
Informs colors:
*Orange: R240 G118 B34
*Blue: R31 G61 B124
*Green: R129 G190 B65
 
Town: Blue, 75% tranparent
 
====Working with ArcPy====
 
First version saved as E:\projects\agglomeration\Test.mxd
 
Open python window then:
mxd = arcpy.mapping.MapDocument(r"E:\projects\agglomeration\Test.mxd")
arcpy.mapping.ExportToPNG(mxd, r"E:\projects\agglomeration\Images\Test0.png")
 
df = arcpy.mapping.ListDataFrames(mxd)[0]
df.credits="(c) Ed Egan, 2019"
arcpy.RefreshActiveView()
arcpy.mapping.ExportToPNG(mxd, r"E:\projects\agglomeration\Images\Test1.png", df, df_export_width=1000, df_export_height=1000, resolution=144)
 
 
 
df.scale = 100000
arcpy.RefreshActiveView()
 
See http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/exporttopng.htm
 
Remove basemap credits[https://community.esri.com/thread/185775-remove-service-layer-credits]:
*Click on World map layer
*Insert->Dynamic Text->Service Level Credits
*Set the symbol color to no color
===First Estimation(s)===

Navigation menu