Skip to content

Cristiano2132/tutorial_spatial_data

Repository files navigation

Remote Sensing - Raster and Shape Files

Prerequisites

  • Python 3.10

Cloning the repository

o clone the repository, please open the terminal and navigate to the desired directory. Then execute the following command:

git clone git@github.com:Cristiano2132/tutorial_spatial_data.git

Virtual environment

To create a virtual environment, please use the following command:

python3.10 -m venv .venv

To activate the virtual environment, use the following command:

source .venv/bin/activate 

Install the dependencies

To install the necessary dependencies, please execute the following command:

pip3 install -r requirements.txt

🤝 Authors

👤 Cristiano Ferrreira de Oliveira

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published