|
POST
|
The link table may have been made in the coordinate system of the map and not the data, hence, they could be different. Worth a check on the values of the link table and how the coordinates are defined and whether they are correct
... View more
05-26-2020
06:23 AM
|
0
|
0
|
2731
|
|
POST
|
Have you tried setting them in the Environments tab in the image you have posted?
... View more
05-26-2020
01:42 AM
|
0
|
1
|
4502
|
|
POST
|
duplicate of https://community.esri.com/thread/253945-arcmap-takes-more-than-3-mins-to-open-and-initialize-license
... View more
05-25-2020
08:17 PM
|
1
|
0
|
1090
|
|
POST
|
I would recheck the documentation Install and set up | ArcGIS for Developers and specifically here System requirements | ArcGIS for Developers There is no requirement to have Pro installed... as per the note Note: if arcpy is found in the current python environment, it may be used in various locations. Otherwise, pyshp will be used. See SpatialDataFrame for more information. There are python IDEs for linux
... View more
05-25-2020
07:53 PM
|
1
|
1
|
1968
|
|
POST
|
Try it in another python IDE to see if it is just jupyter
... View more
05-25-2020
07:25 PM
|
0
|
3
|
1968
|
|
POST
|
Has it always been slow? Is this before you open a project? Connection to the internet? (hardwired, wireless ) If this is while a project is being opened Nature and location of the data? (locally saved vs cloud etc) All projects? How many map and layouts? Lots of graphics? Cleaned out your cache? The list goes on
... View more
05-25-2020
02:12 PM
|
0
|
3
|
3314
|
|
POST
|
Creator_1 isn't in your list Creator1 is and it looks like you are trying to calculate into Creator and use its value at the same time.
... View more
05-25-2020
03:14 AM
|
1
|
1
|
1688
|
|
POST
|
Set parcels current or historic—ArcGIS Pro | Documentation Upgrade an ArcMap parcel fabric—ArcGIS Pro | Documentation In an ArcGIS Pro parcel fabric, parcel features are historic if the Retired By Record field is not null. Historic parcel features are displayed in Historic group layers under the parcel type layer. The Historic group layer has a historic line sublayer and a historic polygon sublayer The historic line and polygon sublayers both have a predefined Retired By Record is not null definition query.
... View more
05-24-2020
11:36 PM
|
7
|
1
|
1062
|
|
POST
|
Create parcel fabric records—ArcGIS Pro | Documentation which notes Every parcel in the parcel fabric must have an associated record. When validating the parcel fabric, parcel features with no associated record will result in Must Have A Record errors. which links to methods on how to validate and fix errors Validate the parcel fabric and fix errors—ArcGIS Pro | Documentation Fix the Must Have A Record error Parcel features (points, lines, and polygons) should have an associated parcel record. Anything in your process that seems off?
... View more
05-23-2020
04:03 PM
|
7
|
3
|
2082
|
|
POST
|
You visited here? Activate ArcGIS Desktop Student License | ArcGIS Software Trial for Students
... View more
05-23-2020
02:40 PM
|
0
|
0
|
1549
|
|
POST
|
/blogs/dan_patterson/2016/08/14/script-formatting would provide line numbers and enable easier syntax checking
... View more
05-23-2020
10:47 AM
|
0
|
0
|
775
|
|
POST
|
What type of script tool? Did you define the parameters and their type using the script tool dialog after adding it to your toolbox?
... View more
05-22-2020
01:42 PM
|
0
|
1
|
3192
|
|
POST
|
Your related post and its information https://community.esri.com/message/929461-re-arcgis-pro-25-why-snapping-is-lost-when-digitizing-asset-groups-of-line-uti…
... View more
05-22-2020
12:48 AM
|
7
|
7
|
4487
|
|
POST
|
three suggestions... I will check for bugs later Select Layer By Attribute—Data Management toolbox | Documentation syntax for ... arcpy.SelectLayerByAttribute_management(chihuahua_cities, 'SUBSET_SELECTION', '"population" > 10000') I notice that you are assigning the results to a variable... that might be the reason that they get deleted ... (my first guess) Otherwise try remove the try-except block... you don't need it, if something goes wrong, you would get the same error anyway. Something is reminding me about results and try-except block when they finish without errors, and I can't pin it down. this is in desperation. Save the featurelayer within the source gdb. desperation 2. Try featureclass to featureclass (with an sql query instead of the make featurelayer) obviously for the last 2, no try-except block and only a smaller sample to test
... View more
05-21-2020
04:52 PM
|
1
|
7
|
3474
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | Thursday | |
| 1 | Friday | |
| 1 | Thursday | |
| 1 | 4 weeks ago |