/geocoding

Library to perform geocoding for different satellite sensors

Primary LanguagePython

geocoding

Library to perform geocoding for different satellite sensors

# create new environment
conda create -y -n geocoding gdal

# activate environment
conda activate geocoding

# install required packages
conda install -y ipython scipy loguru lxml python-dotenv pillow

Installation

Start by cloning the repository:

# clone the repository
git clone git@github.com:jlo031/geocoding.git

Now, change into the main directory of the cloned repository (it should contain the 'setup.py' file) and install the library:

# installation
pip install .