|
POST
|
Yuying Li, I downloaded your XLSForm, loaded it into Survey123 Connect and published it to AGOL and it is running and I can edit the repeat data at least for disturbances, actions and grasses. I did not check the others. When I loaded it into Survey123 Connect using New Survey > File, I had to: Remove the submission_url on the settings tab as I am using my own portal The XLSForm also has three links embedded in the excel file. I just removed these for testing but it may have broke some functionality of your survey. You may have cut and pasted between workbooks/sheets and introduced these accidently. These can be viewed on your XLSForm from the Data ribbon under Queries & Connections > Edit Links. The links point to the files noted above on the path C:\Users\YLI\ArcGIS\My Survey Designs\<filename>.xlsx
... View more
08-16-2019
06:00 PM
|
1
|
0
|
8827
|
|
POST
|
Nick Friendt In the Layout tab make sure you have your "Tools" toolbar added. You can use the Pan tool (the little hand) to pan within your data frame and the +, - magnifying glass tools to zoom in and out. The Zoon In and Out tools also work in a data frame or you can just change the scale on the Standard Toolbar.
... View more
08-16-2019
04:59 PM
|
0
|
0
|
2039
|
|
POST
|
yyingli 1) Can you upload a copy of the XLSForm or a functional copy that demonstrates the issue you are having? To upload a file to GeoNet; select reply to this thread then click the "Use advanced editor" option at the top of the reply box. This will enable the option to attach a file at the bottom. 2) What version of Survey123 Connect for ArcGIS are you using to publish your survey? I have several surveys running that support editing data contained in repeats from the field app that are published using version 3.5.157. I believe the newest version is 3.5.166 for Windows.
... View more
08-16-2019
04:44 PM
|
0
|
0
|
8827
|
|
POST
|
Neel, You may want to look at using a spatial join with the merge rule set to sum for the particular field you are working with. Take a look at this example: arcgis desktop - Creating spatial-join which will calculate sum of values in certain field behind attribute in ArcMap? Additional info about spatial join is available at Spatial Join—Help | ArcGIS Desktop or Spatial Join—Help | ArcGIS Pro including the python code format. Experiment with the tool in Desktop or Pro. Pertaining to your code, good job if you are brand new to Python. I am on my phone at the moment so it is not the easiest to view. In line 23, consider using an update cursor rather than a search cursor and including the field NexradValue in addition to the Shape@ in the field list. Then in line 33, simply set the value of NexradValue (row[1]) equal to the sum and perform an updateRow on the cursor. Take a look at UpdateCursor—Data Access module | ArcGIS Desktop
... View more
08-15-2019
12:48 PM
|
1
|
1
|
3191
|
|
POST
|
Yuying Li, Try using the expression query allowUpdates=true in the bind::esri:parameters field.
... View more
08-15-2019
04:28 AM
|
1
|
0
|
8827
|
|
POST
|
https://community.esri.com/migrated-users/105923
In your Table of Contents click on the List By Editing (the pencil). Are there any Warnings or Alerts for the feature you are trying to copy?
... View more
08-14-2019
05:51 AM
|
0
|
1
|
1758
|
|
POST
|
Sumbul, Sounds like you have a plan. A word of caution, you do need to keep in mind that even if these are rated at +/- 2.5 meters accuracy, that is for perfect conditions. Even then, if you have one point at +2.5m and another at -2.5m that is a 5m difference and that is without taking in to account time of day, line of sight, obstructions and interference, number and type of satellites, etc. that can and will further degrade the accuracy. I say this as I am manually correcting over 7000 points that a vendor collected using a similar device that sometimes the points are off by 10's or 100's of meters.
... View more
08-12-2019
06:54 AM
|
0
|
1
|
3775
|
|
POST
|
Nick Spittlemeister It looks like you may have an orphaned replica version in your database. The Create Replica tool is looking for a replica that does not exist. Take a look at How To: Determine if there are orphaned replica system versions in the geodatabase
... View more
08-11-2019
09:05 AM
|
0
|
0
|
4456
|
|
POST
|
Arief Rossi Ramadhan You should be able to deauthorize the license from ArcGIS Administrator that should be installed in your ArcGIS folder from the Start menu. Please see How To: Perform online deauthorization of licenses for ArcGIS for Desktop and ArcGIS Engine. Please see image below to deauthorize a single use license. If you moved your HDD before deauthorizing, I would recommend contacting ESRI customer support for assistance in recovering your license. ESRI responds quickly when placing a support ticket. There is also a Command Line version Silent authorization commands that includes Deauthorization but I would contact ESRI first.
... View more
08-11-2019
05:00 AM
|
1
|
0
|
4362
|
|
POST
|
Patrick, Do you have synchronization configured on both the hosted feature layer and view? Hosted feature layer views do not inherit synchronization settings from the hosted feature layer from which you create them. To enable synchronization on a hosted feature layer view, you must first enable it on the primary hosted feature layer. To disable synchronization on the primary hosted feature layer, you must first disable it on each dependent hosted feature layer view.
... View more
08-10-2019
06:35 PM
|
0
|
0
|
6875
|
|
POST
|
Fred, Try rolling back your Windows 10 installation to the 1803 version rather than the 1903 version on one of your tablets and see you can connect to your Trimble R2 receiver. There was an issue with this, looking for the link I was reading. Here is one from GeoNet - Cannot Connect to Trimble R2 from Trimble T10 Tablet.
... View more
08-10-2019
06:05 PM
|
0
|
0
|
1134
|
|
POST
|
James, You should have received a confirmation from ESRI with the information needed. You can also go to my.esri.com using your personal ESRI log on credentials and the information should be available there. I believe it is on the my organization > licensing tab, sorry I have an ELA so my version of my.esri looks totally different.
... View more
08-10-2019
02:17 PM
|
2
|
1
|
1740
|
|
POST
|
Jonathan, Take a look at this post Solution for adding or removing records from table hosted in AGOL? It explains how to edit features on AGOL feature services from ArcGIS Desktop and Pro. You can also directly Edit features in ArcGIS Online. All of the above requires that editing is enabled on the AGOL feature service settings for the user or group making the edit. You can also edit your data in a local database and republish the service to AGOL. We do this nightly via a script for our enterprise feature classes. On a side note, are all your manhole points somewhat shifted in the same direction and distance? You may have a data shift resulting from a translation error between coordinate systems of your data and the imagery. If the data displacement is random it is most likely an accuracy issue.
... View more
08-10-2019
07:08 AM
|
1
|
0
|
978
|
|
POST
|
noni, For future reference, when you have a question please post as a question not as a discussion. You will get a better response from GeoNet. This can be easily completed using python in field calculator. Create a function (uio), such as the following, which has a conditional statement that returns the ClusterID if it is not negative and otherwise returns the SourceID. You can customize this as needed. def uio(cluster, source):
if cluster > 0:
return cluster
else:
return source You will call this using the statement uio( !ClusterID!, !SourceID!). Below is the same shown in Field Calculator from ArcGIS Desktop. It would be the same in Pro.
... View more
08-09-2019
06:55 AM
|
2
|
3
|
2825
|
|
POST
|
Radomir, This should still run in Pro without a GeoAnalytics Server. I just ran a test on a sample set of data and it worked well. I do not have a GeoAnalytics server and I am running on ArcGIS Pro 2.4.1 Advanced. What level of license are you running for Pro? The conditional statement is added in the Advanced Options such as $join["date"] == $target["date"]. $join is the Join Layer and $target is the Target Layer and is built using Arcade expression language.
... View more
08-09-2019
06:29 AM
|
1
|
5
|
5349
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-14-2026 11:47 AM | |
| 3 | 05-14-2026 12:23 PM | |
| 1 | 09-16-2019 05:49 PM | |
| 1 | 06-11-2025 03:32 PM | |
| 1 | 12-26-2023 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|