orchard_planting_system
This algorithm will calculate your orchard planting system for you!
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Keywords
Repository
This algorithm will calculate your orchard planting system for you!
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
Orchardplantingsystem
This script calculates starting from input reference points and desired planting distances as rows and tree's distances, the position of each tree in the orchard. At the end of the process a csv database of trees latitude and longitude locations in WGS84 Datum (epsg 4326) is produced.
Before using the code ensure your Python environment being adapt with:
pip install pandas
pip install pyproj
Points reference and related lines
- AB line is intended as the line to which tree rows are parallel;
- ROWs ALIGNMENT LINE is intended as the line from which all the tree rows start;
- MAX LON line is the line of maximum longitude, thus any tree after that line will not be added in the orchard database (
orch_db); - MAX LAT line is the line of maximum latitufr, thus any tree above that line will not be added in the
orch_db.

Sample preview of the output database.csv

Created trees database (trees = points) showed inside a GIS software

Trees over a Google satellite image

if you found this code usefull please leave a ⭐ and don't forget to reach me out on LinkedIn: Mirko Piani
Citation
If you make use of this program, please cite it as: * Piani, M. (2023). Orchardplantingsystem (Version 1.0.0) [Computer software]. https://doi.org/https://doi.org/10.5281/zenodo.7544041
Owner
- Name: Mirko Piani
- Login: mirkopiani98
- Kind: user
- Location: Bologna, IT
- Company: university of Bologna
- Website: https://www.linkedin.com/in/mirko-piani-7b411a1a2/
- Repositories: 1
- Profile: https://github.com/mirkopiani98
Hi there! I'm half agronomist and half "who knows" (maybe one day it'd be developer) 💻
Citation (citation.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Piani" given-names: "Mirko" orcid: "" title: "Orchard_planting_system" version: 1.0.0 doi: https://doi.org/10.5281/zenodo.7544041 date-released: 2023-01-16 url: "https://github.com/mirkopiani98/Orchard_planting_system"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1