|
IDEA
|
We would like to see the built-in measure tool have the option to allow each segment to be labelled with its length - like the image attached. Right now you get the total length of the segment(s) you draw on the left hand side - but if you want to measure the sides of a parcel - you have to do 1 at a time and write them down.
... View more
09-17-2020
10:24 AM
|
2
|
0
|
660
|
|
POST
|
I am having similar issues - I want to append a features from a SDE feature class to my AGOL Item. I am doing the following but getting an error: from arcgis.gis import GIS import arcpy,sys,string,os agol_item_url = arcpy.GetParameter(0) sde_fc = arcpy.GetParameter(1) gis = GIS(portal=cokportal, username=u, password=p) from arcgis.features import FeatureLayer fl = FeatureLayer(agol_item_url) geojsonfile = r"c:\temp\myjsonfeatures.json" arcpy.FeaturesToJSON_conversion(sde_fc , geojsonfile) fl.append(item_id=None, upload_format='geojson', source_table_name=geojsonfile) Then I get this error: Object reference not set to an instance of an object. (Error Code: 400) Is it possible to append these features??
... View more
06-02-2020
10:00 AM
|
3
|
0
|
3686
|
|
IDEA
|
My workflow involves crew leaders looking at the progress of their workers in the field and what they have done/not done - often times what they need to do changes - and the field crews don't have mobile devices to check the dashboard. The field crew leaders are always asking for a list they can print off and give to their field crews. I would like to be able to have them do this from Op Dashboard, so they can self serve instead of me creating these for them.
... View more
04-24-2020
03:58 PM
|
0
|
0
|
1826
|
|
POST
|
Hi Robert - is Python code that you can run from anywhere. I.e. you can set it up as a scheduled task on your server if you want. Run the populateBookmarks.py script that will take a URL and fieldname from an existing map service and create bookmarks in the specified map that you are looking for. populateBookmarks.py -u USERNAME -p PASSWORD -layerURL URL_TO_MAP_SERVICE -labelfield FIELD_NAME -itemid AGOL_ITEM_ID -portal PORTAL_URL
... View more
03-05-2020
10:46 AM
|
0
|
2
|
3879
|
|
POST
|
Hey Robert, You should be able to use the code in this repository to create bookmarks in your AGOL map, which should come through on the Collector App. GitHub - Esri/ago-tools: A Python package to assist with administering ArcGIS Online Organizations. Darryl
... View more
03-05-2020
10:07 AM
|
0
|
4
|
3879
|
|
POST
|
I recently watched the YouTube video about QuickCapture - ArcGIS QuickCapture: An Introduction - YouTube and saw that you can delete an item right after you create it - using the trash can button in the botton right corner of your device. This works - but times out too fast. The video said you can modify the time out length. Where do I find this setting? Thanks
... View more
01-10-2020
01:33 PM
|
0
|
1
|
918
|
|
POST
|
Exactly, but apparently you can have them scrolling through different pages. Thanks for you advice on this. I will tell them, at least for now, that it is not possible unless we create separate dashboards.
... View more
10-11-2019
11:28 AM
|
0
|
0
|
3137
|
|
POST
|
Thanks Robert. What someone is asking me for is having this dashboard on a large TV in a common room, and scroll through the different tabs. My IT says they can scroll through different URLs, but since these are in different tabs with the same URL, I was hoping to create a work around.
... View more
10-11-2019
11:16 AM
|
0
|
2
|
3137
|
|
POST
|
I have an operations dashboard that has 4 tabs in it. Is it possible, through URL Parameters, to open the 2nd, 3rd or 4th tab by default? I would like to create URL's for each of the 4 tabs different people can open different tabs by default. I know I could create 4 dashboards, but I would like to avoid this if possible. Thanks Darryl
... View more
10-11-2019
11:04 AM
|
1
|
5
|
3709
|
|
POST
|
Michael, I have 2 feature classes that have the same STATUS field that field crews are updating. I would like to report in Operations Dashboard the counts of both of these feature classes together in 1 table or graph.
... View more
08-19-2019
07:57 AM
|
0
|
0
|
1061
|
|
POST
|
I was just wondering if you ever found a solution to this problem. I am having similar roadblocks. Thanks Darryl
... View more
07-31-2019
02:14 PM
|
0
|
2
|
1061
|
|
POST
|
Found my problem - needed to convert my raster to an INTEGER from a floating point raster.
... View more
07-09-2019
11:45 AM
|
1
|
0
|
853
|
|
POST
|
I am trying to reclassify a raster to a single elevation band - and have the rest of the data as NODATA. I am using the below code: import arcpy from arcpy import env import os overflowvalue = 894 resname = '2965' minvalue = overflowvalue - 28 maxvalue = overflowvalue - 87 remapString = "{} {} 1".format(maxvalue, minvalue) env.workspace = "D:\projects\Reservoir\\Data.gdb" inRaster = 'Elevation' outraster = 't_{}'.format(resname.replace(" ","_")) arcpy.CheckOutExtension("3D") print " - Reclassifying" arcpy.Reclassify_3d(inRaster,field,remapString,outraster, "NODATA") Eventually I want to put this in a loop to run it on 45 different overflowvalue elevations. I am getting the following error when running as a stand-alone script: D:\projects\Reservoir>test2.py - Reclassifying Traceback (most recent call last): File "D:\projects\Reservoir\test2.py", line 24, in <module> arcpy.Reclassify_3d(inRaster,field,remapString,outraster, "NODATA") File "c:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\ddd.py", line 4467 , in Reclassify raise e arcgisscripting.ExecuteError: ERROR 999999: Error executing function. The table was not found. [VAT_t_2965] No spatial reference exists. Failed to execute (Reclassify). Any help would be appreciated - using Python 2.7, ArcGIS 10.5.1 Thanks
... View more
07-09-2019
11:42 AM
|
0
|
1
|
1002
|
|
IDEA
|
It is not a criticism of you, but of ESRI for even asking the question of "why we need it" in the first place. The reason are obvious to me. It is condescending of ESRI to ask the question, not of you to question them! Sorry for the mis-understanding! I have edited my comment to hopefully make this more clear!
... View more
07-02-2019
01:30 PM
|
0
|
1
|
2339
|
|
IDEA
|
"It baffles me that ESRI have to ask what functionality people would use Python Add-Ins for" - me too! I find this a bit condescending that ESRI would even ask us "why do we need it", as if we don't know our own workflows, since they are providing this ability already in ArcMap and the same ability in ArcGIS pro but with VS/.Net.
... View more
07-02-2019
07:58 AM
|
0
|
1
|
2342
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-11-2019 11:04 AM | |
| 2 | 03-15-2024 09:49 AM | |
| 1 | 02-16-2024 02:12 PM | |
| 1 | 11-28-2023 12:32 PM | |
| 1 | 11-27-2023 11:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|