Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements #2

Open
3 tasks
alenars opened this issue Dec 7, 2020 · 0 comments
Open
3 tasks

Enhancements #2

alenars opened this issue Dec 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@alenars
Copy link
Member

alenars commented Dec 7, 2020

  • Steve's Find Self Intersecting Polygon tool automatically adds and symbolizes output feature class to Contents. Might be a reference to auto add output feature class to Contents? Uses OpenFileGDB.

  • Common lines output is feature dataset. I think its better to have outside feature dataset. Common points outputs correctly.

  • Creates an Error for Common Lines when a feature class does not reside in a file geodatabase, such as a checked out layer from AGOL. A checked out feature layer from AGOL creates a Mobile Geodatabase. A mobile geodatabase data can be converted into a File Geodatabase.

Found 2 common line problems for main.RTSD_R11___Mapunit_Polygon featurelayer
File "C:\workspace2\github\SSURGO-QA-ArcGIS-Pro-master\SSURGO-QA-ArcGIS-Pro-master\QA_CommonLines.py", line 520, in
arcpy.CopyFeatures_management(tmpFL, comFC2)

arcgisscripting.ExecuteError: ERROR 000210: Cannot create output C:\workspace2\arcgispro\R11_RTSD_MUPOLYGON_FY2021_20200825_A0409A0A101E4411B9B941D2C41CF606.geodatabase\QA_CommonLines
Failed to execute (CopyFeatures).
Failed to execute (QACommonLines).

  • Creates a similar issue for a checked out features class from AGOL for Find Common Points.

Total of 4 'common points' found in R11_RTSD_MUPOLYGON_FY2021_20200825 edit
File "C:\workspace2\github\SSURGO-QA-ArcGIS-Pro-master\SSURGO-QA-ArcGIS-Pro-master\QA_CommonPoints.py", line 179, in MakeOutLayer
arcpy.CreateFeatureclass_management(env.workspace, outLayer, "POINT", "", "DISABLED", "DISABLED", sr)

arcgisscripting.ExecuteError:  ERROR 160537: This operation is not supported in Offline Mobile Geodatabase.

Failed to execute (CreateFeatureclass).
Failed to create common-points layer
Failed to execute (QA-CommonPoints).

@alenars alenars added the enhancement New feature or request label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant