|
POST
|
Beyond the filters, you are not correctly using the ArcGIS Arcade DateOnly function. You are passing the function a feature set and column name, which it has no idea what to do with, so that could be why null is getting returned.
... View more
06-19-2024
09:17 AM
|
0
|
0
|
1443
|
|
POST
|
Are you sure the issue is date related? If you remove the date-related queries do the other queries work as expected? If the GRID_ID query is not working correctly for some reason, then it won't matter whether the MARKED_YEAR query is working or not.
... View more
06-19-2024
08:55 AM
|
0
|
1
|
1457
|
|
POST
|
Commented at python - ArcPy function produced None values in multiprocessing - GIS SE, it looks to be a defect with CalculateGeometryAttributes. I was able to create a minimum reproducible example and have submitted to Esri Support to log a defect.
... View more
06-19-2024
06:55 AM
|
2
|
2
|
3477
|
|
POST
|
Although the name is zoomToAllLayers, the documentation shows there is a selection_only parameter. The ArcMap script using dataframe.zoomToSelectedFeatures is not layer specific so all selected features across all layers determine the extent, which is the same as zoomToAllLayers.
... View more
06-17-2024
07:33 AM
|
0
|
2
|
6591
|
|
POST
|
I suggest you start here: ArcGIS Enterprise Pricing | Contact Us for Cost & Configuration Options (esri.com) . Although the web page title says price, it is really more information about licensing than pricing itself. You need to call Esri to discuss pricing.
... View more
06-17-2024
07:25 AM
|
1
|
0
|
3888
|
|
POST
|
zoomToAllLayers in MapView—ArcGIS Pro | Documentation
... View more
06-17-2024
07:20 AM
|
0
|
4
|
6595
|
|
IDEA
|
I think this is impossible to implement. Currently the Select Layer By Attribute tool is a SQL clause builder, and the available conditions in the drop down all map to standard SQL operators that nearly every data provider supports: SQL operator = is equal to <> is not equal to < is less than <= is less than or equal to > is greater than >= is greater than or equal to [NOT] LIKE begins with does not begin with ends with does not end with contains the text does not contain the text [NOT] IN includes the value(s) does not include the value(s) IS [NOT] NULL is null is not null When you go outside the common SQL operators above, the implementation of a given operator starts to vary widely across data provider, to the point of not being supported at all. Additionally, all of the common SQL operators above operate on a given row where finding duplicates requires looking beyond a given row to an entire dataset itself. There are numerous ways to find duplicates via SQL, and someone can always write custom SQL in Select By Attributes, but that requires knowing what the underlying data provider supports for SQL. I understand the convenience factor of having such an option, but I just don't see it implementable without completely refactoring the tool.
... View more
06-15-2024
09:39 AM
|
0
|
0
|
1338
|
|
POST
|
Have you tried anything yet? Which part of translating arcpy.mapping code to arcpy.mp are you stuck on? I would start with Migrating from arcpy.mapping to ArcGIS Pro - ArcGIS Pro | Documentation, it has good code examples to at least get you to opening a specific map.
... View more
06-15-2024
09:06 AM
|
0
|
0
|
6624
|
|
POST
|
I just tested the text template in Pro 3.3, and it works fine for me. Without more details about the exact workflow/steps you took to testing the expression, I can't offer anything else.
... View more
06-14-2024
07:00 AM
|
0
|
1
|
1371
|
|
POST
|
The OP's comment was more about the poor performance of shared instances after warm-up compared to dedicated instances, so raising the minimum instances of the dedicated instances that are already performing better isn't going to change anything.
... View more
06-13-2024
06:37 AM
|
0
|
2
|
1474
|
|
POST
|
The change was forced because of a Windows system limitation that prevents Portable Executable (PE) files, which include self-extracting ZIP archives, from being larger than 4 GB. When the contents of a self-extracting ZIP archive get larger than 4 GB, a sidecar file has to be used. See 64 bit - what is the maximum size of a PE file on 64-bit Windows? - Stack Overflow for a bit of discussion on the topic.
... View more
06-06-2024
07:12 AM
|
6
|
0
|
2847
|
|
POST
|
You should be using Part-1 Introduction to Spatially enabled DataFrame | ArcGIS API for Python
... View more
06-05-2024
10:11 AM
|
1
|
0
|
5133
|
|
POST
|
If these are virtual desktops, why not deploy an ArcGIS License Manager on the same network as the machines hosting the desktops and use Concurrent Use licensing? Are you simply uninstalling and re-installing ArcGIS Pro or are the desktops being completely rebuilt every 6 months? If the former, the license will be usable after the new version of Pro is installed because the Single Use license is held by the local license service and not Pro application itself.
... View more
05-23-2024
12:09 PM
|
0
|
1
|
1682
|
|
POST
|
You also didn't say your input data source. If the source is a web-GIS layer, then it may have nothing to do with writing the data out but everything to do with reading the data set over the web.
... View more
05-23-2024
07:33 AM
|
0
|
1
|
1616
|
|
POST
|
As I commented to your question over at GIS SE: arcpy - Describe Field Name? - Geographic Information Systems Stack Exchange. According to Field - ArcGIS Pro | Documentation, "Field properties can be accessed through the ListFields and Describe functions." If you already have a Describe object for a layer, e.g., desc = arcpy.Describe(layer), retrieving the fields property will return a list of Field objects: desc.fields.
... View more
05-23-2024
07:31 AM
|
1
|
0
|
1946
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2026 07:04 AM | |
| 1 | a month ago | |
| 2 | 07-06-2026 12:29 PM | |
| 1 | 07-06-2026 12:00 PM | |
| 2 | 06-05-2026 10:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|