|
POST
|
Thank you for your help, I had my IT department help me resolve the issue, as I can now successfully install the Operation Dashboard.
... View more
07-17-2017
12:57 PM
|
0
|
0
|
1241
|
|
POST
|
I am having difficulty downloading the application from http://www.arcgis.com/home/item.html?id=ba47e0bf6cb84a6e9f77e9caf86b88eb I receive an error message "Application download did not succeed. Check your network connection. Has anyone encountered this issue ? There is nothing wrong with my connection, so I think it may be the file.
... View more
07-06-2017
07:11 AM
|
0
|
3
|
1609
|
|
POST
|
Right, good catch. I am checking whether elm1(text element) appears while viewing page 1. If so, make visible. I changed it but still no luck.
... View more
05-12-2017
01:41 PM
|
0
|
1
|
1412
|
|
POST
|
import arcpy
mxd = arcpy.mapping.MapDocument("CURRENT")
# The text element is a textbox
elm1 = arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT", "closeup1")[0]
if mxd.dataDrivenPages.currentPageID == 1:
elm1.visible == True
elif elm1 != 1:
elm.visible == False
if mxd.dataDrivenPages.currentPageID == 1:
print "yes"
elif mxd.dataDrivenPages.currentPageID <> 1:
print "no" Anyone familiar with Graphic Element Visibility property. It doesn't work for me. I used the print statements to verify current page which is working fine. I referenced http://pro.arcgis.com/en/pro-app/arcpy/mapping/graphicelement-class.htm and there isn't a good example.
... View more
05-12-2017
01:19 PM
|
0
|
3
|
1825
|
|
POST
|
for layer in layers:
if layer.isFeatureLayer:
lyr_source = layer.dataSource
lyr_name = layer.name.encode("utf8", "replace")
print fullpath + " " + lyr_source + " " + str(layer.minScale)
scale = [layer.minScale]
# Write to Excel
b = fullpath.split('\\') + lyr_source.split('\\') + scale
writer.writerow(b) Thanks, everyone I arrived at my final solution.
... View more
04-28-2017
02:48 PM
|
0
|
0
|
2894
|
|
POST
|
Perfect, I arrived at the same. Make sense, set the mxd and loop layers. I will add this to an existing script that write data to csv. Thanks
... View more
04-28-2017
02:27 PM
|
0
|
0
|
2894
|
|
POST
|
I know that it can be done, documentation is lacking.
... View more
04-28-2017
02:14 PM
|
0
|
0
|
2894
|
|
POST
|
I haven't tried anything yet and yes you are correct as I did not have any luck searching the internet to achieve this.
... View more
04-28-2017
01:43 PM
|
0
|
2
|
2894
|
|
POST
|
What is the syntax to retrieve all layers' set minimum scale ?
... View more
04-28-2017
01:32 PM
|
0
|
7
|
3412
|
|
POST
|
It finally makes sense. An entire pipeline can be assigned a certain status, but there needs to be an existing data collection process of subdivided sections of pipelines. If not, then there is no need for this linear referencing.
... View more
03-27-2017
07:41 AM
|
0
|
0
|
1890
|
|
POST
|
It looks like I already have looked at all of the suggested material and created some sample route data before posting my question. Yet I am still unclear how I would use the concept for pipe quality , again wouldn't I just use symbolization ?
... View more
03-23-2017
03:07 PM
|
0
|
2
|
1890
|
|
POST
|
Thank you for the advice, I will take a look at these resources.
... View more
03-22-2017
03:38 PM
|
0
|
3
|
1890
|
|
POST
|
I am new to linear referencing and wanted to know in the scenario of pipelines and the condition is an example given in my research. How is this accomplished or any different from just displaying in symbology ?
... View more
03-21-2017
03:42 PM
|
0
|
5
|
2666
|
|
POST
|
That worked, I used WGS 1984. I was thinking I wanted it projected , but its decimal degrees so your saying I should use a GCS. Thank you.
... View more
03-03-2017
02:46 PM
|
1
|
1
|
1875
|
|
POST
|
03-03-2017
02:40 PM
|
0
|
3
|
1875
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-03-2016 06:52 AM | |
| 1 | 05-10-2016 10:27 AM | |
| 1 | 02-06-2017 01:22 PM | |
| 1 | 05-01-2018 07:23 AM | |
| 1 | 03-03-2017 02:46 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|