Are there any plans to have ArcGIS API for Python work for advanced geoprocessing for offline layers? There are many functionalities arcpy still has that the API hasn’t developed yet. The API serves as a spiritual successor to arcpy, but functionally, handles different layers and has different... Read more
When using tables with relationships many-to-many with more fields than keys, it's tedious to always be using join statements, instead of using the built functions from SQLAlchemy.