|
POST
|
@MappyIan You should provide a name of the file GDB in Create File Geodatabase tool. In Create Indoors Database tool, and Target Geodatabase parameter, use the drop down to select the file GDB name.
... View more
09-20-2023
08:03 AM
|
0
|
0
|
2676
|
|
POST
|
@Geodesy Editing of simple features should not cause any issues. Refer to Client and geodatabase compatibility AyanPalit_0-1695214947043.png Per this compatibility matrix, you should keep the geodatabase (SDE) at version 10.8.1.x to remain compatible with both ArcMap 10.8.1 and ArcGIS Pro 2.6. Note that ArcGIS Enterprise 10.9.1 is the last (most compatible) version with ArcMap 10.8.2 (last release). Starting at ArcGIS 11.0, many ArcMap dependent features are deprecated. Removal of ArcMap-based runtime from ArcGIS Enterprise Also, note that the compatibility matrix suggests staying at ArcGIS Pro 2.9 (if continuing to use ArcMap). I have seen users, editing with compatible version of ArcGIS Pro (say Pro 2.9); they may use later version for read-only functions, analysis, search, query (say Pro 3.1). You will quickly realize being in unsupported/incompatible versions for Desktop (ArcMap and Pro), Enterprise and Geodatabase. It becomes a huge issue for IT/GIS admins to maintain a mixed environment with limitations on upgrades, service packs, security patches. You may continue to operate mixed desktop apps, as long as there are no issues. But this not a best practice and does not align with ArcGIS implementation architecture patterns. There are many enhancements in ArcGIS including geodatabase objects created by ArcGIS Pro. Solutions like ArcGIS Utility Network, Trace Network, Parcel Fabric, Pipeline Referencing are developed for ArcGIS Pro and comprise of GDB objects that can only be read by ArcGIS Pro. GDB functions like Attribute Rules, Contingent Values are specific to ArcGIS Pro. @DanPatterson cited the lifecycle link that states ArcMap is in extended support and will be retired March 2026. There are many resources to start/plan Migration to ArcGIS Pro: ArcGIS Pro migration guide Migrate from ArcMap to ArcGIS Pro
... View more
09-20-2023
04:53 AM
|
6
|
0
|
9822
|
|
POST
|
-->
@AvaFarouche glad that you got going on this approach. At the Pollutant Monitoring table, you should have its own Sample Unique ID. This allows to relate how many samples are tied to a location. The date attribute is simply another way to filter or narrow down the search. It's OK to have multiple samples for the same date; they will have different Sample Unique ID's. You can summarize total pollutant measurements for certain time period for each location. There are multiple ways to roll-up or drill down through this type of data.
... View more
09-19-2023
10:21 AM
|
0
|
1
|
3345
|
|
POST
|
@SebastianEnnenga You may try the following geoprocessing tools and combine them to meet your needs: Near Generate Near Table Get Count
... View more
09-19-2023
07:32 AM
|
0
|
0
|
963
|
|
POST
|
@AvaFarouche This is a god use case and thanks for providing the details. Key considerations: How large is the current dataset? How will this grow over time? Perhaps based on the frequency of sampling? What kind of visualization do you need for the time-enabled layers? What kind of analysis, reporting do you need for the time-enabled layers? Modelling options: A point feature layer showing the water monitoring locations. This should have a primary key/unique ID field along with other required attributes. Pollutant Monitoring table that uses the Location Unique ID as a foreign key. Include the collection date and optionally an expiration date (if applicable). This is the basic one (location) to many (samples) design in a geodatabase. You may create a Relationship class if needed. You can enable Time on the Pollutant Monitoring table using a single time field (collection date) or double time fields (collection date and expiration date). You may then publish this as a service and use it in webmap. The time slider should show up in ArcGIS Pro and or Map Viewer when a time-enabled layer is detected.
... View more
09-19-2023
06:57 AM
|
0
|
3
|
3356
|
|
POST
|
@ViktorSafar Vertices can be selected when using the Edit Vertices tool in ArcGIS Pro. AyanPalit_0-1695120971289.png I have not tested this programmatically.
... View more
09-19-2023
03:57 AM
|
0
|
0
|
1108
|
|
POST
|
@ADITYAKUMAR1 All ArcGIS polygon features have SHAPE, SHAPE_LENGTH, SHAPE_AREA fields by default. AyanPalit_0-1694713566478.png All ArcGIS polyline features have SHAPE, SHAPE_LENGTH, fields by default. AyanPalit_1-1694713681214.png They are part of the geometry attributes and automatically maintained by ArcGIS as noted in the documentation: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/arcgis-field-data-types.htm The feature service attribution is simply a reflection of these fields and is not the cause for any errors. I would check edit geometry capabilities on the service and access/permissions.
... View more
09-14-2023
10:55 AM
|
0
|
0
|
1714
|
|
POST
|
@bmccoy I believe this is possible, the REST API doc states: Find elevation values along input lines and return a profile feature Reference: Elevation analysis service
... View more
09-14-2023
06:17 AM
|
0
|
6
|
7193
|
|
POST
|
@Ivy_Hinson The solution does not include a Data Dictionary. Please log an enhancement idea if needed.
... View more
09-14-2023
04:26 AM
|
0
|
0
|
1567
|
|
POST
|
If the proposed GP tool does not provide parity with the deprecated CAD option - please add an Idea to enhance missing features.
... View more
09-13-2023
12:32 PM
|
0
|
1
|
2022
|
|
POST
|
@AdrianWelsh You can find the reference to CAD option at Pro 2.9 documentation: https://pro.arcgis.com/en/pro-app/2.9/help/data/cad/cad-options.htm The option was deprecated at ArcGIS Pro 3.0 as a fix to BUG-000113773 ('Automatically convert the CAD file to a set of geodatabase feature classes' option does not work). Suggest using CAD To Geodatabase
... View more
09-13-2023
12:23 PM
|
0
|
3
|
2032
|
|
POST
|
@MeleKoneya What is the version of ArcGIS Pro? Few suggestions: Check that the work PC running ArcGIS Pro meets system requirements: Verify your computer's ability to run ArcGIS Pro Apply ArcGIS Pro patches. RDP should not interfere with Pro. Do you ever see crash when working directly on the PC? If so, best to observe what is causing the crash? Certain projects, certain tools, certain data sources - this will help narrow down the cause. Is there any error message when ArcGIS Pro crashes? ArcGIS Pro crash creates a dump file that is saved locally on the PC. Log an Esri Tech Support ticket and they will help analyze the root cause.
... View more
09-13-2023
04:26 AM
|
0
|
7
|
3071
|
|
POST
|
Curious if you got this to work? Please post the solution for others in the community.
-->
@mlanepbi Curious if you got this to work? Please post the solution for others in the community.
... View more
09-12-2023
07:37 AM
|
0
|
0
|
1215
|
|
POST
|
@C_McNamara Thanks for the post. You can find out more on Esri's accessibility at the following links: https://www.esri.com/en-us/accessibility/overview https://community.esri.com/t5/accessibility/ct-p/accessibility > Accessibility Resources
... View more
09-12-2023
07:12 AM
|
0
|
0
|
1266
|
|
POST
|
@MarcSchmidt You may try the following geoprocessing tools and combine them to meet your needs: Near Generate Near Table Get Count
... View more
09-12-2023
06:19 AM
|
0
|
0
|
1248
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 06-17-2026 06:24 AM | |
| 1 | 05-29-2026 07:53 AM |