|
IDEA
|
This has been developed in ArcGIS Pro 3.1. Here is the new syntax that will copied to the clipboard when using the various Copy Python Command options. arcpy.management.CalculateField(
in_table="main.random",
field="testfield",
expression="200",
expression_type="PYTHON3",
code_block="",
enforce_domains="NO_ENFORCE_DOMAINS"
) As we feel this syntax matches best practices and standards for Python code, as well as having much improved readability, this is the default and only option when copying Python commands from geoprocessing tools.
... View more
11-22-2022
01:40 PM
|
0
|
0
|
5127
|
|
IDEA
|
This isn't something that would be provided as a core software geoprocessing tool in ArcGIS Pro. Based on the connections in the comments there might be other ways to achieve the desired goal.
... View more
11-18-2022
02:18 PM
|
0
|
0
|
1858
|
|
IDEA
|
11-04-2022
12:31 PM
|
0
|
0
|
3731
|
|
IDEA
|
This can be accomplished using the "Use field alias as name" parameter in Export Features. https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/export-features.htm#GUID-D4C68514-1D1E-483B-B239-D4208BF0E847
... View more
10-27-2022
10:44 AM
|
0
|
0
|
1083
|
|
IDEA
|
This is more of a bug in the Calculate Field tool's Arcade expression builder, as it works in Label Expression builder with Arcade, and other tested areas. The issue will be investigated and addressed in the Near term (next 1 or 2 releases).
... View more
10-25-2022
12:01 PM
|
0
|
0
|
2125
|
|
POST
|
It is not possible to set it using the Registry. In a near term release (likely 3.2) you will be able to configure this setting during a configured administrative install, using the approach described here: https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm
... View more
10-21-2022
11:03 AM
|
1
|
0
|
1442
|
|
IDEA
|
It is unclear how having a field with the length 255 matters in the workflows described. If a field with only 18 characters but length of 255 is field mapped to a target field with length 18, the first 18 characters from the field with length 255 will automatically be transferred into the field with length 18. Given the lack of significant support in the last 6 years this will not be prioritized. If a case is uncovered where the field length 255 with 18 characters is not correctly mapped to a field with length 18, we will treat that as a bug and fix it.
... View more
10-19-2022
10:41 AM
|
0
|
0
|
840
|
|
IDEA
|
10-12-2022
04:43 PM
|
0
|
0
|
2260
|
|
IDEA
|
10-11-2022
01:48 PM
|
0
|
0
|
1598
|
|
IDEA
|
@DWR_BuckEhler we are working on this in development now. Exporting to kml vs. kmz will be driven by the provided extension on the output file parameter. In testing we continue to see more limitations of basic KML. All point features become pins regardless of input layer symbology (kml points/placemarks don't support embedded PointStyle without additional resources included in a kmz archive), only basic symbology is supported for line and polygon layers. If a symbol has multiple layers only one of the layers will be added to the kml as the format does not support multi-layered LineStyle or PolyStyle. Attachments from the input layer cannot be included. Raster layer input will not be supported since kml itself is feature-geometry only, ground overlay rasters require storage in the kmz archive. And advanced behaviors and styles in labels are not supported unless output to kmz, since the kml file itself cannot store style sheets (they are another resource inside KMZ archive). With all these conditions, it will still be possible to generate the basic kml using Layer To KML in the near term (next 1 or 2 releases).
... View more
10-11-2022
11:35 AM
|
0
|
0
|
5412
|
|
IDEA
|
This bug should be directed to Esri Technical Support. Please see these guidelines and information about usage of ArcGIS Ideas. https://community.esri.com/t5/community-help-documents/arcgis-ideas-submission-guidelines-and-statuses/ta-p/904874
... View more
10-06-2022
01:09 PM
|
0
|
0
|
1105
|
|
IDEA
|
10-06-2022
12:42 PM
|
0
|
0
|
1513
|
|
IDEA
|
10-06-2022
11:55 AM
|
0
|
0
|
5434
|
|
IDEA
|
10-04-2022
04:14 PM
|
0
|
0
|
18230
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-22-2024 09:27 AM | |
| 2 | 03-08-2024 01:56 PM | |
| 3 | 02-21-2024 11:58 AM | |
| 1 | 05-09-2023 02:24 PM | |
| 3 | 02-27-2023 05:23 PM |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|