Skip to content

A python plot for the relation between ground prize and trees in proximaty

Notifications You must be signed in to change notification settings

42magarine/WurzelWertErmittlung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WurzelWertErmittlung

Map

Project Overview

WurzelWertErmittlung is a project designed to analyze and visualize geographic data using Python. This includes generating point clouds, analyzing data within specific radii, and plotting results on a map.

Setup and Installation

1. Create a Virtual Environment

To ensure project dependencies are isolated, create a virtual environment:

python3 -m venv WurzelWert

2. Activate the Virtual Environment

Activate the virtual environment:

source WurzelWert/bin/activate

3. Install Dependencies

With the virtual environment activated, install the necessary Python libraries:

pip install matplotlib shapely numpy

4. Run the Program

Execute the main script to run the program:

python -m src.main

5. Deactivate the Virtual Environment

When you’re finished, deactivate the virtual environment:

deactivate

About

A python plot for the relation between ground prize and trees in proximaty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages