https://github.com/es-alexander/agri-map
Some code for visualising agriculture plant spacings
https://github.com/es-alexander/agri-map
Last synced: 12 months ago
JSON representation
Some code for visualising agriculture plant spacings
- Host: GitHub
- URL: https://github.com/es-alexander/agri-map
- Owner: ES-Alexander
- License: mit
- Created: 2021-03-16T02:24:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T04:08:25.000Z (about 5 years ago)
- Last Synced: 2025-03-05T19:51:38.416Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agri-map
Some code for visualising agriculture plant spacings
## Requirements
- matplotlib
- numpy
Can be installed from in the repo with `pip install -r requirements.txt`.
## Usage
[agri_map.py](https://github.com/ES-Alexander/agri-map/agri_map.py)
provides the classes and functionality to generate plot-spacing diagrams.
The file is also a runnable script with command-line arguments to modify
the example output.
## Example
At the bottom of
[agri_map.py](https://github.com/ES-Alexander/agri-map/agri_map.py)
there is an example plot spacing diagram for cocoa trees interspersed with
temporary and permanent (TODO) shade trees. Run with `python agri_map.py` to run
as default, with results as shown
[here](https://www.notion.so/Cocoa-a020ef03d81e4ad29d1e0f310635e818).
Can also be run with command-line arguments to modify the output (run with the
`-h` flag to see the available options).