POST
|
@MikeSweeney This is fabulous. Thank you for the example code!
... View more
04-01-2025
10:06 AM
|
0
|
0
|
473
|
POST
|
I figured it out. I needed to open / create my notebook after opening a Lake House in my workspace so that the notebook was in the 'context' (i guess) of a lake house. When i got the error, i had started by creating a new notebook as a sort of 'stand alone'. All is working as expected now.
... View more
03-17-2025
02:15 PM
|
1
|
0
|
310
|
POST
|
Hello. At the Dev Summit i had a great conversation with someone (Noah maybe) at the GeoAnalytics booth about getting AGOL data into Fabric. He pointed me towards the 'GeoAnalytics in Fabric' blog. This first morning after the Dev Summit i was excited to get started testing some of the functionality. I had our Fabric Admin enable the required tenet setting, and fired up my first notebook. I copy/pasted the first bit of example code, and ran into an error. import geoanalytics_fabric from geoanalytics_fabric.sql
import functions as ST
spark.sql("show user functions like 'ST_*'").show() There was a much longer exception message, but this part seems to be the summary, maybe AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Spark SQL queries are only possible in the context of a lakehouse. Please attach a lakehouse to proceed.) The next section of code (creating a data frame and echoing out the schema) worked fine. I'm gonna keep on plugging thru the tutorials, but is there something i need to do, like creating a lakehouse, before i can run that first bit of code (and maybe other sections as well)?
... View more
03-17-2025
01:44 PM
|
0
|
2
|
334
|
POST
|
Hello. We have several older data processing scripts that manually sync data from AGOL to our enterprise spatial databases (in older person's vernacular - SDE databases). Generally speaking, the scripts - find the last date the script ran successfully - find data in a hosted feature service that have a last edit date more recent than the last date the script ran successfully - export that data as a file geodatabase (fgdb) - inserts/updates data in SDE based on fgdb I am starting a new project that needs to do the same basic process - one-way sync of data from AGOL to an SDE database, but before i follow the tried-and-true well-worn path, i am reconsidering the approach to see if there are other, better ways of completing the task. I've spent some time reading the REST API docs about sync functionality, but i haven't seen anything that specifies a sync client that's an SDE data table(s). Or any workflow examples that match what i'd like to do. I'm wondering if there are better / alternative ways of performing the sync from AGOL to SDE than the manual approach we're using now. Thank you
... View more
02-20-2025
11:31 AM
|
0
|
0
|
198
|
POST
|
It's looking like this is a bug. Interestingly, if you use the "Inbox" to open the survey, the cascade works as expected - for example, clearing out Q1 clears out Q2. However, if you use the "Sent" folder, the cascade does not work as expected - clearing out Q1 has no effect on Q2. In fact, I can't change the value of Q2 at all.
... View more
01-17-2025
11:46 AM
|
0
|
0
|
272
|
POST
|
Thanks for your suggested workaround. I'll give it a try. There's already a complicated relevant statement on the field. Might as well add some additional complexity 😉 I've filed a bug report with Esri about this behavior, and i'm working with the Esri technician to identify what's going on. I'll let you know what i learn about this.
... View more
01-14-2025
12:54 PM
|
0
|
0
|
294
|
POST
|
Hello. I have a survey that has a standard cascading select so that selecting a value in Question 1 (let's say "State" is the question) impacts the possible options in Question 2 ( and "State capital" is the question). When a survey response is first created, I am seeing the expected behavior when selecting and clearing the value in Question 1. For example, if I've selected, say "Oregon", in Question 1, and then "Salem" is selected in Question 2. If i then clear "Oregon" from Question 1 answer, "Salem" is cleared from Question 2. However, if the survey has already been submitted and the user is coming back to edit their responses, the expected 'auto-clearing' of Question 2 does not happen when Question 1 is cleared. And worse, when selecting a new value in Question 1, the value in Question 2 does not update. So, its possible to have the value "Alabama" in Question 1 and "Salem" in Question 2. This seems like a bug to me. Has anyone else seen this behavior? I am using Survey123 Connect 3.19.116 and viewing the survey in Survey123 Android 3.19.121 Thank you
... View more
01-13-2025
10:11 AM
|
0
|
3
|
351
|
IDEA
|
I'd like the ability to apply 'sensitivity' labels to items in AGOL, particularly hosted feature layers. Application of the labels would be optional and could be set by either the item owner or an Org Admin. I'm imaging a workflow and presentation like the current 'Authoritative' tag that users can apply to AGOL items. Specifically, the tag would appear alongside the layer's name in Item Details pages where ever the layer is used. The purpose of the label would be to provide one more reminder to users of the sensitivity of the layers they are adding to a map. Yup, groups can certainly limit access to data and other agol items, but it'd be nice to have that additional reminder to a user that a certain hosted feature layer is 'confidential' and should be used with appropriate caution and restraint. AGOL could follow sensitivity labeling patterns established by Fabric and Power BI
... View more
12-10-2024
04:40 PM
|
12
|
0
|
277
|
POST
|
Hi @Laura . The Arcade approach that you linked to is working for me. Thanks again for the tip.
... View more
11-04-2024
01:20 PM
|
1
|
0
|
572
|
POST
|
Hi @Laura . Thank you for your suggestions and links. I was able to create the map as desired in Pro, but the map could not be imported to AGOL. :{ I'm gonna try the Arcade approach. Currently there are only 9 combinations of the variables, so while not ideal, it should be manageable.
... View more
11-01-2024
09:52 AM
|
0
|
0
|
599
|
POST
|
Hello. In my web map, I'd like to create a point symbol that uses both color and shape based on two attributes. My data has two attributes of interest: 1) Tree species (three that we care about) 2) Recommended treatment type (three we care about) I'd like to style the points like this: COLOR All Species1 trees are yellow All Species2 trees are brown All Species3 trees are green SHAPE All trees with Treatment1 are oval All trees with treatment2 are square All trees with Treatment3 are triangles For example: Species1 with Treatment1 - symbol should be yellow oval Species1 with treatment2 - symbol should be yellow square Species2 with Treatment1 - symbol should be brown oval Species3 with Treatment3 - symbol should be green triangle and so on. How can I implement that symbology pattern? Ideally, i'd like to not have to have the data layer on the map twice, but that's not a firmly fixed requirement. Is this a place where Arcade can help out? Thank you
... View more
10-30-2024
09:17 AM
|
0
|
3
|
650
|
POST
|
Thanks @rcGIS . The three links you provided were helpful. They sent me down the path of getting to know online URL encoders a bit more than i had known them before. Eventually, i stumbled on an encoded URL that seemed to do the trick (for example, this is the third link in my original post fully encoded): https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&featureTypes=&location=%7B%20%22x%22%3A%2011563503%2C%20%22y%22%3A%20148410%2C%20%22spatialReference%22%3A%20%7B%20%22wkid%22%3A%203857%20%7D%20%7D That request got me a valid response from the service. I'm gonna call that a win, and move on. Thanks again for your help
... View more
10-15-2024
09:18 AM
|
0
|
0
|
736
|
POST
|
Hi @rcGIS . Thanks for taking a look at my question. I reviewed the requests, and I feel pretty good about the syntax. I reran the second one with an exact copy / paste. The browser did its URL encoding with a final URL of https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?location={x:%20103.876722,%20y:%201.3330736}. I got the same response http.400 'Error occurred while processing result
... View more
10-14-2024
11:27 AM
|
0
|
0
|
763
|
POST
|
Hi. The documentation for the ArcGIS REST API reverseGeocode operation says that the `location` parameter can take one of three forms: location=103.8767227,1.3330736 location={x: 103.876722, y: 1.3330736} location={ "x": 11563503, "y": 148410, "spatialReference": { "wkid": 3857 } } In my testing, only the first option works. Option 2 and 3 return 'Error occurred while processing request' with no error message and a description 'http.400' For my testing, i'm using the URL from the Examples within the documentation page, and switching out the various options for `location` and dropping the 'token' parameter. Like this: https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&featureTypes=&location=-117.205525,34.038232 https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&featureTypes=&location={x:103.876722,y:1.3330736} https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&featureTypes=&location={ "x": 11563503, "y": 148410, "spatialReference": { "wkid": 3857 } } Only the top one is successful. Is the documentation off, or is there a bug in the reverseGeocode endpoint? Thank you.
... View more
10-11-2024
12:35 PM
|
0
|
5
|
845
|
POST
|
I got the behavior i was after by adding in a choice_filter for Question 2. that ended up limiting the answers based on the Question 1 answer. Probably a better way to go that what i was trying to do.
... View more
10-08-2024
04:17 PM
|
0
|
0
|
831
|
Title | Kudos | Posted |
---|---|---|
1 | 03-17-2025 02:15 PM | |
12 | 12-10-2024 04:40 PM | |
1 | 02-20-2018 12:24 PM | |
1 | 11-14-2023 05:07 PM | |
1 | 11-04-2024 01:20 PM |
Online Status |
Offline
|
Date Last Visited |
04-01-2025
10:04 AM
|