|
POST
|
Agree. Based upon your testing, it does seem like a bug to me as well. I did search the internals for existing bug that mimics this behavior but do not see one. You may want to log this as a bug with Esri Support Services so it's known to the development team.
... View more
04-05-2024
07:52 AM
|
0
|
0
|
1925
|
|
POST
|
Well I believe I found the solution to this conundrum. It's BUG-000128342 - "The attribute table data is not filtered to reflect visible features after defining a page query for a map series in ArcGIS Pro." The explanation is "This is by design. Unlike ArcMap, ArcGIS Pro can support many maps and layouts. Multiple maps and layouts can also be shown at the same time. Because of this, the attribute table is not automatically limited to match the map series. If data based on the page query is needed to be shown, use a table frame on the layout." So the closest one can get to with regard to ArcMap functionality is to spatially join the FC to the GridIndex, do field calculations of A1, A2, A3 and so on. Then use the Page Query to the PageName field to partially limit the attributes but not 100% like ArcMap did. Not an ideal solution by any means. Sorry...
... View more
04-05-2024
07:34 AM
|
0
|
0
|
2541
|
|
POST
|
I think what may be happening here is that there is an enhancement idea - ENH000111009 - Create a python module to work with annotations in Arcpy - that is in the Product Plan. There is an ArcGIS Idea to support this here - Modify Annotation Feature Class With ArcPY - Esri Community So I'm thinking it's currently not possible as you're seeing with the empty annotation and the labels remaining on but does work with the GP tool.
... View more
04-04-2024
02:50 PM
|
0
|
0
|
1950
|
|
POST
|
Interesting and thank for sharing the Python script as well! Josh - are you able to run the script to see if removes the invalid address locators?
... View more
04-04-2024
02:32 PM
|
0
|
3
|
6750
|
|
POST
|
So question for you - you're recreating the ArcMap workflow in ArcGIS Pro vs. importing the *.mxd into a new ArcGIS Pro project file? Correct? I wonder if you import the working *.mxd into ArcGIS Pro, will the new *.aprx work the way it did in ArcMap.
... View more
04-04-2024
02:31 PM
|
0
|
0
|
2566
|
|
POST
|
Hi Jamie - what format are you exporting to? If JPG, then this technical support document may help - Problem: Unable to Export Layouts to JPEG Files in ArcGIS Pro (esri.com)
... View more
04-03-2024
04:44 PM
|
0
|
0
|
2334
|
|
POST
|
One thing I see from a few Esri Support cases that seem related to this question is - try adding the following line after you import arcpy in your script: arcpy.env.overwriteOutput = True Does the script now produce an output annotation feature class?
... View more
04-03-2024
03:26 PM
|
0
|
2
|
1979
|
|
POST
|
Sounds great Josh - sorry we were not able to find these other locators but at least the warning message is no longer appearing. All the best!
... View more
04-03-2024
02:41 PM
|
0
|
0
|
6791
|
|
POST
|
Sounds like we're getting there. So you can find the ArcMap locators in the following directory - C:\Program Files (x86)\ArcGIS\Desktop10.8\Locators - are there any there?
... View more
04-03-2024
02:18 PM
|
0
|
0
|
6800
|
|
POST
|
From the Python (code sample 3) for the Points to Line GP tool, created this Python script changing the values to apply to your parameters. # Description: Convert point features into line features # Import system modules import arcpy # Set environment settings arcpy.env.workspace = "C:\Users\kennkath\Desktop\LabWork\Thesis\Methods\Chapter2\Alsea_Katie\Alsea_Katie\" # Set local variables inFeatures = "channel_boundaries_range.shp" outFeatures = "channel_boundaries_range_widths1.shp" lineField = "ORIG_FID" sortField = "MEASURE" # Run PointsToLine arcpy.management.PointsToLine(inFeatures, outFeatures, lineField, sortField, "NO_CLOSE", "CONTINUOUS", "NONE", "NONE")
... View more
04-03-2024
02:16 PM
|
0
|
1
|
4068
|
|
POST
|
A few questions for you: 1. What ArcGIS Pro are you using? 2. What is the table format? 3. Are you using Query Layers?
... View more
04-03-2024
02:03 PM
|
0
|
0
|
1166
|
|
POST
|
Thank you for posting this. This appears to be BUG-000163419 - "The error message, "ERROR 001461: Failed to package tiles" is returned if the 'Area of Interest' parameter is specified when using the Create Map Tile Package tool." It's currently "under review" by the ArcGIS Pro Dev Team.
... View more
04-03-2024
02:00 PM
|
1
|
0
|
5483
|
|
POST
|
Hi @MitchellDrennan - apologies for the tardy response. Have been teaching classes in person the last two days. So I tried a Spatial Join (gp tool) workflow where I joined each feature class with the GridIndex layer to create a new FC with both the input feature class and GridIndex attributes merged together. Then you can "see" what features fall in grid index A1, A2 and so on. Then I went to the Layer Properties of each feature class to apply the Page Query. Not as clean or as easy as ArcMap for some reason. Not sure why.
... View more
04-03-2024
01:52 PM
|
0
|
0
|
2577
|
|
POST
|
So for the selected row in question, right click tghe request_completed_date field and click the Calculate Field command. This opens the Calculate Field GP tool. Make sure the Expression Type is Python. Select the date/time field, if necessary, and for the calculation type the None. This will set the selected field to a Null value. See my screen grab below. calculateFieldNull.JPG
... View more
04-02-2024
09:11 PM
|
0
|
3
|
1633
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 04-06-2021 12:48 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|