-
Notifications
You must be signed in to change notification settings - Fork 5
Cursor/download and prepare overhead imagery 039a #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor/download and prepare overhead imagery 039a #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces the AutoArborist dataset for automated overhead imagery acquisition and tree annotations, along with a summary of processed data for Calgary.
- Added dataset summary documentation in AutoArborist_summary.md
- Introduced Calgary tree annotations in two CSV files (calgary_annotations.csv and chips/calgary_imagery.csv)
- Provided a sample of tree locations in CalgaryTrees_sample.csv
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
File | Description |
---|---|
data_prep/tree_locations/CalgaryTrees_sample.csv | New sample CSV file containing tree location data. |
data_prep/AutoArborist/chips/calgary_imagery.csv | CSV file with chip-based imagery annotations for trees in Calgary. |
data_prep/AutoArborist/calgary_annotations.csv | CSV file with tree annotations for Calgary imagery. |
data_prep/AutoArborist/AutoArborist_summary.md | Markdown summary outlining dataset structure, statistics, and sources. |
Comments suppressed due to low confidence (2)
data_prep/AutoArborist/AutoArborist_summary.md:15
- The 'Failed Cities' section is currently empty. Consider adding a note (e.g., 'None') or removing the section to avoid confusion.
## Failed Cities
data_prep/AutoArborist/chips/calgary_imagery.csv:3
- Since the same image filename appears with different coordinate entries, consider clarifying in the documentation that multiple tree annotations per image are expected.
calgary_imagery_1.png,364.48123331647326,1636.4895913186558,Tree,AutoArborist,1.0,prunus,235,POINT (364.48123331647326 1636.4895913186558)
My goal here is to continue to explore background agents and what is possible. I was able to generate the backbone of this work, but was nervous to run a full example inside the container. |
9fb817e
to
0ef7df6
Compare
I think I've done as much as I want here. Once I fix tests on main, rebase, this is ready to merge. |
|
As part of this PR, I have updated the tests idea to separate out the download url links from testing the release version. This makes the testing suite more logical. We still need to test the releases on hipergator before each pypi push. |
These errors have to do with missing images in the docs for datasets that are unrelated. I am reprocessing, but @jveitchmichaelis , I think this can be merged and we are moving closer to stable. On the dataset front we have one more PR, and then we have to address #43 . |
Sure, do you want to keep this summary: |
no I will delete it. |
@jveitchmichaelis can you merge this, the two errors are
unrelated to auto-arborist. My aim is by the end of the week we have a more stable CI and then we can be more rigorous with PRs. Then we deal with image filtering. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge once the summary and related annotation files are removed
This pull request introduces the AutoArborist dataset, which automates the acquisition and annotation of overhead imagery for tree locations. It includes a dataset summary, annotations for Calgary, and a sample of tree locations. The changes establish a structured format for tree annotation and provide initial data for Calgary.
Dataset Introduction:
AutoArborist_summary.md
to provide an overview of the AutoArborist dataset, including processed cities, dataset format, and imagery sources. This document outlines the structure and purpose of the dataset.Calgary Annotations:
calgary_annotations.csv
to include tree annotations for Calgary with details such as image paths, pixel coordinates, genus, taxonomy ID, and geometry.chips/calgary_imagery.csv
with similar Calgary tree annotations, formatted for chip-based imagery processing.Tree Locations Sample:
CalgaryTrees_sample.csv
containing a sample of tree locations in Calgary with longitude, latitude, genus, and taxonomy ID for reference.