|
POST
|
I think you'll need admin access for this, then the Create Folder resource can take it from there. Can't think of a way to do this with the Python API though so you'll have to pick your preferred HTTP library and send those requests yourself.
... View more
01-13-2025
03:58 PM
|
0
|
2
|
2288
|
|
POST
|
Your last 15 days logic is backwards, you're mixing CURRENT_DATE with CURDATE() (not a real function), those MONTH and YEAR functions won't work and you're testing for inequality with != instead of <>. Putting that all together with some help from this post: AVO_LASTDATE > (CURRENT_DATE - 21) AND extract(month from AVO_LASTDATE) <> extract(month from CURRENT_DATE) AND extract(year from AVO_LASTDATE) = extract(year from CURRENT_DATE)
... View more
01-13-2025
11:12 AM
|
0
|
1
|
1442
|
|
POST
|
Offline maps need an ArcGIS tile service that has tile export enabled. If neither Google nor ArcGIS Online offer that service you'll have to grab tiles form Google's services and stitch them together to make your own tile cache -- assuming that doesn't violate any terms of service agreements. If all you need is satellite imagery in general then take a look at this collection of basemaps to see if anything fits your map.
... View more
01-13-2025
09:57 AM
|
0
|
0
|
2607
|
|
POST
|
Try running a Dissolve with all three attributes as the "Dissolve Fields".
... View more
01-10-2025
03:05 PM
|
1
|
0
|
1114
|
|
POST
|
I think the Summarize Within tool will get you the well count per watershed in one shot, among other aggregates. If that doesn't work for your needs, take a look at the Spatial Join tool, this will produce a new feature class with the watershed data attached to the intersecting well which you can process further.
... View more
01-10-2025
01:59 PM
|
0
|
0
|
1484
|
|
POST
|
If you just need the domain codes @AlfredBaldenweck's method works well and is nice & simple. If your data has subtypes, you'll have to use arcpy.da.ListSubtypes and then plug in the value of the subtype field to get the appropriate info, otherwise you might pick the wrong domain for your current record.
... View more
01-10-2025
01:18 PM
|
3
|
1
|
3113
|
|
POST
|
Dang, looks like I missed that note when they changed the implementation, good catch!
... View more
01-10-2025
09:37 AM
|
0
|
0
|
603
|
|
IDEA
|
I'm a simple man, I see "add an enum to arcpy", I hit the thumbs up button.
... View more
01-10-2025
09:17 AM
|
0
|
0
|
1394
|
|
POST
|
Dictionaries are also not guaranteed to preserve insertion order and OrderedDict requires a code block so this isn't saving much. Although an OrderedDict would probably handle lists with thousands of items a bit faster.
... View more
01-10-2025
08:58 AM
|
0
|
2
|
2694
|
|
POST
|
XLSForms don't use any workbook features beyond "sheets" and "cells with static values" so you should be able to upload the form file to Google Sheets, edit it there, then export to xlsx to refresh Survey123 Connect. Clunky, but not impossible. For faster iterations, Libreoffice is also a bit clunky but it should work as a local editor. No guarantee the cell validation stuff will work outside of Excel though. Please share how this went, I'm genuinely curious how other spreadsheet tools handle the XLSForms!
... View more
01-10-2025
08:54 AM
|
2
|
0
|
4021
|
|
POST
|
You probably want to use pulldata's @layer mode, this post should cover everything you need to know.
... View more
01-10-2025
08:45 AM
|
0
|
0
|
1983
|
|
POST
|
Python sets are not guaranteed to preserve insertion order so this could break in a future version of Pro. But it should work as of Pro 3.4 and Python 3.11.
... View more
01-10-2025
08:43 AM
|
0
|
4
|
2718
|
|
POST
|
To use the function, throw it in the "Code Block", then you can use this as your expression: dedupe(!Area!). When I said "change the strings" I meant you can replace things like "," or "" to make the function split and join the results differently. For context: the calculator runs all of the Python code in the code block before doing anything else, then for every selected record the calculator: Grabs every field that has a pair of exclamation marks (!Area! in our example). Does any data conversions it has to (usually only relevant for date or geometry fields). Converts the expression you gave it into its complete state. Evaluates the expression. Stores that result in the field you're calculating In our case, the expression will evaluate to dedupe(123.45), dedupe(23.43), dedupe(None) or whatever is in each record's Area attribute. Hope this helps you get a handle on how the field calculator runs.
... View more
01-10-2025
08:31 AM
|
1
|
0
|
2723
|
|
IDEA
|
Would a repeat block with 1 image and 1 geopoint inside work instead?
... View more
01-09-2025
01:36 PM
|
0
|
0
|
1365
|
|
POST
|
If @abureaux's idea doesn't work and you have to pare the schema down, you can replace all those yes/no questions with one select_multiple question where each choice is a former yes/no. The downside is everything outside of Survey123 will see a field with a bunch of tiny codes with a comma in between so you'll need to document things in your metadata, use Arcade to extract legible yes/no answers etc. etc. Still, a bad fix is better than no fix at all.
... View more
01-09-2025
01:32 PM
|
0
|
0
|
2854
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | Tuesday | |
| 1 | 05-24-2023 11:47 AM | |
| 2 | 04-09-2026 11:36 AM | |
| 1 | 09-08-2023 10:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|