|
IDEA
|
I'm attempting to do a spatial join and unfortunately the 2 input datasets have different spatial references. This means that the 2nd is transformed to match the first. The data should align, but the transformation means there are slight differences. These differences are resulting in features joining that should not when using the "intersects" or "contains" options. In ArcGIS Pro, i frequently add a negative search distance to reduce the chance of overlaps around the edges, but this is not possible (yet) in Data Pipelines. I even tried the "Near geodesic" option with a negative distance (5 metres) but that results in an error when run/previewed. In the screenshot below, you can see the incorrectly join areas circled. The blue hatch indicates what should have been joined - the solid yellow areas have only joined based on the slightest overlap/touch at the boundaries. I even tried to include a projection step prior to the spatial join to remove the slight shift, but it made no discernable difference.
... View more
04-04-2024
12:28 AM
|
0
|
3
|
1587
|
|
IDEA
|
Pretty straight forward idea. Include all options that exist in ArcGIS Online filter expressions in Data Pipline filter expressions. In particular for myself, I have a dataset in ArcGIS Online that is a hosted view of a feature layer and uses a date filter [Date "in the last" 12 months. ] In Data Pipelines, this isn't an option.
... View more
04-03-2024
11:44 PM
|
0
|
4
|
1561
|
|
POST
|
Found the post I was thinking of. Turns out it was to parse a list of Field names to the selection list - not a list of attributes from a field. Use Field List from Input Feature Class as Parameter in ArcGIS ModelBuilder - Geographic Information Systems Stack Exchange Have found this one as well, but haven't had success yet in butchering it to make it work. arcgis 10.0 - Extracting by Attribute Using ModelBuilder with User Input? - Geographic Information Systems Stack Exchange
... View more
04-01-2024
08:57 PM
|
0
|
6
|
5527
|
|
BLOG
|
To anyone implementing this, don't forget to also update your feature templates in Field Maps Designer to include the new fields and their default values - this caught me out as I did it in the WebMap smart form editor (which isn't at parity yet with Field Maps Designer).
... View more
03-28-2024
03:41 PM
|
1
|
0
|
11533
|
|
POST
|
Regarding the login options you mentioned, I'm not permitted to store credentials in script (cyber security rules - I used to do it this way and it was a lot easier) so now I do use Keyring to manage credentials in most cases. I just haven't worked it out in all instances (that's where my lack of knowledge around the different modules as kept me back).
... View more
03-28-2024
03:37 PM
|
0
|
0
|
3656
|
|
IDEA
|
@AlixVezina I did set the default value to "No" when I created the field, but that didn't see to be honoured when creating features until after I updated the feature templates as well (which added the missing fields with the default "No" option).
... View more
03-27-2024
05:45 PM
|
0
|
0
|
3139
|
|
POST
|
I believe thats the bit of the code that tells it which map frame to look at. If you create a dynamic text element (any type will do) and then look at it in the Tag View, you should be able to see/copy the reference to your map frame.
... View more
03-27-2024
05:43 PM
|
0
|
0
|
8236
|
|
IDEA
|
@JohannesLindner idea of simply increasing the indentations is a good one. Clear separation between the check-boxes clears up the confusion. Overlapping check-boxes makes it too hard to discern where indentations align through the list.
... View more
03-27-2024
05:26 PM
|
0
|
0
|
1418
|
|
POST
|
I've just remembered another detail that "may" help. I've been using a mix of arcpy and arcgis modules and I can't recall which it is, but one uses my ArcGIS Pro login credentials to ArcGIS Online to access our AGOL environment. When running stuff on my PC, it would work (even with ArcGIS Pro closed) because ArcGIS Pro still had a valid connection to the environment. On the server though, I had not logged in (or had used a different account) thus the python module couldn't access the environment. It's a bit annoying, but I need to ensure periodically that ArcGIS Pro has been opened on the server using the same Windows login that triggers the python script in Scheduled Tasks and then that ArcGIS Pro is logged in to ArcGIS Online using the correct AGOL account. Maybe it's something similar with the ODBC connection?
... View more
03-27-2024
05:21 PM
|
0
|
2
|
3665
|
|
IDEA
|
@AlixVezina Screenshots below show the smart form config in the webmap, again in Field Maps Designer and the Edit Widget config in Experience Builder. I've noticed that there's a slight difference between the form config in the Webmap and Field Maps Designer though. FMD shows the default value property (greyed out) but webmap config doesn't. But that got me thinking, the other difference is FMD also has the Templates view (which the webmap doesn't) and when I looked in there as prompted by the little warning message below the default value section, I needed to update the template to include the new fields. Once I added those (and thus the default "No" values), it started working properly in Experience Builder and Field Maps! The only exceptions here are existing data that when edited, still don't have a value and it goes back to the "No value" combo box display (but I'll go through and update all features with "No" to get around that). Lesson learnt - do smart form stuff in Field Maps Designer. 😑🌴
... View more
03-26-2024
06:16 PM
|
0
|
0
|
3160
|
|
POST
|
Sorry I can't offer any advice. I just worked on it until I found a workaround that in the script that worked. I think the other factor in my situation was a server migration to newer infrastructure which let the script run. Been a while now so the details are foggy. Still very frustrating though how everything is same-same but inexplicably different.
... View more
03-26-2024
05:12 PM
|
0
|
4
|
3685
|
|
IDEA
|
Found what looks like a small bug in Experience Builders Edit widget and Field Maps. In Experience Builder, the "Switch" option isn't loading by default until you click in the box and select a value from the list, then it changes to the switch in the "No" position (even if you selected Yes). See below screenshots. In Field Maps, it doesn't load as a Switch at all - just a drop down list. It also seems the default "No" value isn't being populated either. Selecting "Yes" from List Then changes to Switch in "No" position Which can then be toggled to "Yes"
... View more
03-25-2024
07:25 PM
|
0
|
0
|
3202
|
|
IDEA
|
IDEA Add an Arcade function which will generate a value list dynamically based on options such as intersecting features, nearest features, selection of dates (yesterday/today/tomorrow in date form), values from another table, etc. USE CASE When using feature services in webmaps, we can currently perform one of the following 3 options for data entry: 1. Manually entered (typed) 2. Choose from a pre-determined list (set in the item page) 3. Calculate value using Arcade My proposal is an improvement to the 2nd option - lists. Instead of manually creating a list via the item page of a feature service, Arcade could be used to return a list of values dynamically which would be returned in the form drop down list. This would be a good step towards dynamically updating lists based on external datasets.
... View more
03-25-2024
03:46 PM
|
7
|
0
|
1082
|
|
IDEA
|
@DougBrowning interesting - I'll have a look at this today and see how it might work. I wonder if this is a case of turning it on and off as required, as many of our devices don't have access to the corporate wifi network so rely on the mobile data for the initial download. Could work though if not too cumbersome. And, whether it interferes with the "Sync" process as well. At least with flight mode there's a handy shortcut in the devices swipe down menu.
... View more
03-25-2024
03:32 PM
|
0
|
0
|
2713
|
|
IDEA
|
@AlixVezina Awesome! Works a treat. Copied my comment from the Blog post here. Used it to enable manual override of a calculated location name based on intersecting features. Calculated: Entered Manually: Now that this workaround is in place, I have ANOTHER idea to add to the mix - Dynamic lists generated using calculated expressions (assuming no one else has already posted something like this).
... View more
03-25-2024
03:30 PM
|
0
|
0
|
3210
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | yesterday | |
| 1 | Tuesday | |
| 2 | Tuesday | |
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
58m ago
|