I have a request that the arcpy module of ArcGIS should be made available as a standalone library on Python that could work independently of ArcGIS.
- This would mean that users can use Arcpy in any IDE such as Conda or Jupyter. Just to connect Conda with Arcpy, there is a whole process of creating an environment in Python.
- Users won't have to worry to fill checks that whether the correct ArcGIS/Pro is installed or not.
- I mean yes you have the Python window in Arc but it's very basic.
- The reason why I mention R is that users who are more familiar with R can use arpy in R.