POST
|
So the most common are the set of data engineering tools to get data in and transformed from the typical formats. In no particular order if importance CAD to geodatabase KML to Layer, and Layer to KML Create LAS dataset Define projection Reproject Clip Add Field Calculate Field Overlay analysis tools (identity, intersect, union)
... View more
|
0
|
0
|
11
|
POST
|
Thank Ismael, I appreciate the script works with existing attachments. I'll need to see how it works with new attachments - unless the workflow needs to be attach new photos, upload (append), then download, define keywords, then re-upload.
... View more
Wednesday
|
0
|
0
|
40
|
POST
|
Ismael, I have a puzzle where I want to add bulk records with photo and sketch attachments to an existing survey using the Append tool in Pro. I've found that it mostly works but photos and sketches are never properly associated with their questions . I asked about this a couple of times with no response from community or devs, but considering your answer above, are "attachment keywords" required to solve my issue? If so, where can learn more about attachment keywords and how do I best prepare new photos and sketches for attachment? Are they Exif tags I can set through file properties?
... View more
Tuesday
|
0
|
0
|
50
|
POST
|
Check to see if you have a schema.ini file in the same folder as your csv that references you CSV. It can set column names and type columns.
... View more
Tuesday
|
0
|
0
|
39
|
POST
|
Does your survey have repeats? If it does, you will get a separate worksheet for each repeat due to the 1:M relationship, so in that case it is not possible to download an Excel workbook with a single sheet. You can transform this data (denormalised it) into a single table /worksheet with redundant data. You can use either Excel or ArcGIS Pro depending on which you are more comfortable working in.
... View more
Sunday
|
1
|
0
|
50
|
POST
|
I tried something similar, I used Excel to Table , then created points from the X,Y columns to create a Feature Class, enabled attachments and added my photos and sketches. I prefixed the attachment name with its Survey123 photo or sketch field name thinking thats how Survey123 knows what attachment is associated with each field. I then used Append to insert records from that feature class to the survey feature class. It partially worked. Attribute data is visible in Survey123 in the mobile inbox and in the web apps (view and edit modes) , and the attachments made it as feature class attachments, but, Survey123 did not associate any appended attachments with the corresponding field, so my sketch attachment does not display in the form in the sketch field, and none of the photos attachments are recognised as photos. My survey had a single sketch field and a single photo field configured as multiline - so it was just one related attachment table, no repeats.
... View more
4 weeks ago
|
0
|
0
|
23
|
POST
|
This must be a edge case with no response from the community. Do any of the Survey123 experts have any ideas on how to get attachments recognized as photos or sketches in the Survey123 web apps? @Philip-Wilson @JamesTedrick @IsmaelChivite @DougBrowning
... View more
01-10-2021
12:46 PM
|
0
|
0
|
19
|
POST
|
Is there a deep learning installer for Pro 2.7? I'm working through the Detecting Objects with Deep Learning course on Esri Academy today, followed the instructions to the letter and its failing the same way it has been for a few others: https://community.esri.com/t5/imagery-and-remote-sensing/detecting-objects-with-deep-learning-course-error/m-p/1004212/thread-id/6596 https://community.esri.com/t5/arcgis-pro-questions/detect-objects-using-deep-learning-error/m-p/593767 I installed the TensorFlow library from the ArcGIS Pro Package Manager following the course instructions. By default it installed v2.3.0. The DeepLearning_FAQ.pdf lists the Tensorflow version 2.1.0 as supported for Pro 2.7 Is it necessary to uninstall Tensorflow (and any other of the 98 packages listed for 2.7) and make sure it matches the version listed in the FAQ? Some libraries - such as tensorflow-base is listed in the FAQ as supported in Pro 2.7 at version 2.1.0, but the Pro 2.7 package installer does not allow the installation of that version.
... View more
01-08-2021
03:53 PM
|
0
|
0
|
31
|
POST
|
Hi Pete, I have successfully updated an AGOL hosted feature layer (HFL) directly from an XLSX from ArcGIS Pro 2.5.3 using a manual point-n-click approach. You can modify this to work with a FC instead of a spreadsheet. Updates come in three types: Inserts - where you would use Append Updates - where you use Calculate Field Deletes - where you use Delete Rows My general workflow for updates was: make a backup copy of the HFL if FIDs are really your primary key, and you know they are unreliable, add a field to your HFL to hold a static version of the key (e.g. FID_original) and populate it with the current FID value. That way when you make a copy you'll know what the FID was. better would be to get used to using GlobalIDs. Some tools will honor preserving these between operations But for now your FIDs should work. prepare the XLS or FC and check that source and target keys will match, get record count for checking later use the Add Join tool, matching your HFL FID to your XLSX/FC FID. Keeping all target features is optional, useful if you want to see what didn't match with the joined result, check that matched and unmatched rows are are exactly what you expect use Calculate Field to update the HFL values with XLSX / FC values In pro 2.5 I had to use an Arcade expression to get it to work with Excel Remove join Check the update result through the AGOL interface - you can filter for records updated by you today and check the count matches what you expect If this was a regular update for 20 fields, ModelBuilder or Python with a stack of Calcuate Field calls should work. If you're cautions, publish a copy of your Hosted Feature Layer to an AGOL dev group and test on that first. Mic
... View more
01-07-2021
12:06 PM
|
1
|
0
|
92
|
POST
|
One solution is to use a second, read-only field. Working XLSX attached.
... View more
12-20-2020
11:52 AM
|
0
|
1
|
73
|
Online Status |
Offline
|
Date Last Visited |
yesterday
|