If you have ever used Esri's arcpy package or their Python API package, you may have observed that they are only available through the Python environment which is installed with ArcGIS Pro. These packages can't be imported into "non-Esri" Python environments without having proper Esri licensing configured on the machine. That is to say, you … Continue reading Deploying a Python + Flask application which can import ArcPy and the ArcGIS Python API to Windows Server
Tag: server
Mount a Windows share in Linux
On my home network, I have a Windows server running - I use it to run a Plex media server, a file sharing server, and a few other applications. My personal desktop and laptop machines are running Linux (Pop!_OS 22.04 LTS on both) and each has a mounted folder for the shared Windows Server directory. … Continue reading Mount a Windows share in Linux