|
IDEA
|
Please remove or increase the limit on Add-On licenses that can be assigned via New Member Defaults. We have run into this problem previously, and the limit was increased. Perhaps the limit could simply be done away with? Or, perhaps it could be proactively increased whenever Esri decides to define additional add-on licenses that one needs to assign? Thanks!
... View more
07-11-2022
03:14 PM
|
3
|
0
|
492
|
|
IDEA
|
I would like to see a setting or environment variable for Pro, like ARCTMPDIR in ArcMap, for specifying where temp files are stored. Specifically I am running into issues running ArcGIS Pro in the AWS AppStream environment because User Profiles are exceeding the 1GB default limit enforced by AppStream. ArcGIS Pro is the culprit that is causing this problem, at it is creating temporary files within the User Profile when carrying out various geoprocessing tasks, which add up to more than 1GB, depending on the analysis. So I am in need of a similar environment variable or in-application setting to tell ArcGIS Pro which directory to use for temp files, as was available in ArcMap. Thanks.
... View more
07-11-2022
11:17 AM
|
1
|
7
|
6440
|
|
DOC
|
@JasonBatory1 I don't have the code in front of me, however, I would insert a sleep() call anywhere that repeated requests to ArcGIS Online are causing the error you are observing. Most likely these are requests embedded in loops, so at the end of each iteration, add a sleep(5), to pause for 5 seconds, and if that's not enough, up it to 10 more more seconds between iterations.
... View more
06-24-2022
12:26 PM
|
0
|
0
|
35163
|
|
BLOG
|
@EmilianoPetrelli would you be able to share the specs for your MacBook? And, how much CPU and memory did you give the Parallels Windows 11 VM? Thanks!
... View more
06-22-2022
12:47 PM
|
0
|
0
|
32891
|
|
IDEA
|
I would like to be able to leverage deep-learning (aka machine learning, artificial intelligence) models for voice classification in Survey123. I envision something similar to the current support for image classification or object detection models. In this case, rather than taking an image, I would like to capture a short audio recording, and have it processed using a model I supply, and the results captured in the form.
... View more
06-20-2022
01:30 PM
|
1
|
0
|
504
|
|
IDEA
|
@OwenGeo -- Glad to hear this is on the radar for the coming Northern Hemisphere school year! I look forward to whatever creative way you all come up with to address this! (Perhaps you could test the validity of the HTML, and if it isn't properly formatted, strip the HTML, and paste as plain text?)
... View more
06-15-2022
07:17 AM
|
0
|
0
|
5233
|
|
IDEA
|
Currently, when one attempts to copy-and-paste text from a Google Doc into a StoryMap the text may later unexpectedly disappear and cannot be recovered from within the StoryMap. For example, see the thread under Pasted Bulleted Text from Google Docs Disappears Unexpectedly, as well as other posts about "disappearing text" in StoryMaps. While the root cause of the issue may lay with bad HTML formatting on Google's part, it would be very helpful if Esri found a way to support the normal cut-and-paste workflow between Docs and StoryMaps. As a Google organization this is very problematic as Google Docs is the default editor for people crafting their story text outside of StoryMaps. Furthermore, the failure mode here is not obvious to users, so self-discovery of the suggested workaround is not intuitive. Perhaps the paste step on the StoryMaps side could always be handled as paste without formatting or as plain text?
... View more
06-15-2022
05:24 AM
|
3
|
9
|
5264
|
|
IDEA
|
It would be helpful to have support in the StoryMaps editor for creating simple tables. Perhaps a "Table" block type could be added? Example uses cases include: a pro/con list for something (2-columns) a comparison list with a column for the topic and a couple or a few columns for the items being compared (3- or 4-columns) presenting summary statistics (or other geoprocessing output that is produced as a table with a column of labels and column of values) situations where one might use a two-column slide layout in PowerPoint, Google Slides, or Keynote This would be for creating simple tables, with not too many columns, the possibility of a header row, something that could be rendered responsively for different screen orientations/resolutions, a simple interface for initially creating/sizing the table (like when inserting a table in a PowerPoint or Slides), etc. (Another idea, HTML and CSS code, seems much broader, but is perhaps related, as folks suggest one of the use cases for adding custom HTML/CSS would be to create tables in a story.)
... View more
06-14-2022
12:54 PM
|
18
|
5
|
3262
|
|
POST
|
I'm not aware of a tool in ArcGIS Online or Pro, however, we have a lot of users with this same need in our organization. Enough that we built and shared an ArcGIS Online Notebook that tests URLs in an attribute field in a feature service (hosted feature layer) the user specifies; much like the solution @jcarlson suggested. Feel free to give it a try: Check Attribute URLs
... View more
06-13-2022
10:12 AM
|
1
|
1
|
2885
|
|
POST
|
I would suggest opening a Support Case with Esri. This same problem cropped up for us at the end of April (Case #03049177, if you want to reference it.) No one, not even administrators, could change ownership of items via ArcGIS Online, the Python API, nor the REST API. The fix was handled by the operations team, so it sounds like the root of the problem is an issue with the ArcGIS Online backend, which you will need Esri to address for you.
... View more
06-09-2022
12:28 PM
|
0
|
1
|
4017
|
|
POST
|
I presume the timeout value for one's authentication credentials varies depending on whether one is using a built-in account or an enterprise account with Field Maps and ArcGIS Online. And, in the case of enterprise account, what the supporting system permits as a timeout. After you login to Field Maps, is it possible to view somewhere how long your authentication credentials are valid for? Maybe in the Troubleshooting logging file? In particular, I am looking to determine how long a particular user can work in offline mode before their credentials timeout and become invalid. I suspect the timeout information would be helpful in other cases as well.
... View more
06-07-2022
07:49 AM
|
0
|
0
|
871
|
|
POST
|
As some folks have already noted, performance on specific hardware depends greatly on what you are doing in GIS. For instance, integrated graphics may be okay, if you're not doing any 3D GIS, more cores/CPUs can be helpful when your GIS task is parallelizable, lots of memory can be helpful with some raster workflows, etc. I would suggest taking a look at PerfTools for ArcGIS Pro. You can use it to create automated test scripts that capture performance metrics for the kinds of GIS data and workflows that are relevant to your specific needs. See: PerfTools (Build 122) for ArcGIS Pro 2.x is now available for download Also, take a look at the ArcGIS Pro Performance Assessment Tool (PAT). It includes pre-configured Perftools test scripts for some "standardized" testing.
... View more
06-01-2022
01:20 PM
|
1
|
0
|
7225
|
|
POST
|
Thanks @Jim-Moore. Our support case is now attached to that bug.
... View more
05-31-2022
07:11 AM
|
1
|
0
|
3120
|
|
POST
|
@MartinOwens1 I agree, such a feature would be a nice option. Meanwhile, to accomplish the suggested workaround with more complicated symbology, I might recommend using an Arcade expression, rather than adding the layer twice. For example, if you are using unique values to symbolize your data, then you could add a value for the big red circle to your style. In your Arcade expression, if the Position source type is User Defined then you would return that value, else, your expression would return the value for the desired attribute. // esrignss_positionsourcetype domain uses code of 1 for "User Defined".
if($feature["esrignss_positionsourcetype"] == 1 ) {
// Return value that equates to the big red circle in your style.
return 0
}
else {
// Return value for attribute you want to symbolize.
return $feature.Category
}
... View more
04-26-2022
06:35 AM
|
1
|
0
|
4396
|
|
POST
|
The workaround we currently employee is to use symbology to catch a user's attention. We display a huge, red symbol when "Position source type" (esrignss_positionsourcetype) from the GPS metadata fields is not "External GNSS Receiver": If a user overrides the GPS and manually places a point, then when they submit it they get the big red dot because the Position source type is User Defined. If a user accidentally edits an existing point placed with the GNSS receiver, and manually moves it somewhere else, And hits Update point, AND submits it, then the Position source type is changed to User Defined. So the symbol becomes the big red dot, however, the point is indeed now in the wrong place with no way to undo it easily... but that is a lot of steps to go through by accident.
... View more
04-21-2022
08:55 AM
|
3
|
4
|
4437
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 4 | a month ago | |
| 1 | 06-18-2026 06:19 AM | |
| 3 | 06-05-2026 02:45 PM | |
| 4 | 06-02-2026 06:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
41m ago
|