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 sodapymatplotlib json requests conda activate geo conda install -c conda-forge ... (or pip install ...)
(For more information, see the file attached conda-cheatsheet.pdf).
c4ta/gis/instructions/start.1726003611.txt.gz · Last modified: 2024/09/10 23:26 by rolf.becker