c4ta:gis:instructions:start
This is an old revision of the document!
Table of Contents
GIS Instructions
Installing the right environment and packages
Anaconda Powershell Prompt
We will use several special Python packages to process geodata and to interact with geodatabases. The following list is not comprehensive:
- os
- geopandas
- shapely
- sodapy
- matplotlib
- json
- requests
- etc.
- Create a new Anaconda environment. Do NOT install the packages in the base environment, e.g.
conda create -c conda-forge -n geo python=3 jupyterlab geopandas shapely matplotlib requests
conda activate geo
pip install sodapy
cd ...
jupyter-lab
conda install -c conda-forge ... (or pip install ...)
(For more information, see the file attached conda-cheatsheet.pdf).
c4ta/gis/instructions/start.1726007754.txt.gz · Last modified: 2024/09/11 00:35 by rolf.becker