AmericanRedCross / street-view-green-view

BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

implement segmentation method for green view score #41

Closed banjtheman closed 1 month ago

banjtheman commented 4 months ago

Created a new module to calculate GVI based on the method from the StreetView-NatureVisibility project

README provides steps to install and run locally.

danbjoseph commented 4 months ago

Thanks for working on this! It will be a valuable addition to the project.

banjtheman commented 4 months ago
dragonejt commented 4 months ago

Agree with Jay, here's how I did something similar for image sources in #42 :

danbjoseph commented 3 months ago

this PR addresses #10

danbjoseph commented 3 months ago

it would also be good to save the green score from this segmentation method to a column with a specific header so that the user could run both the "pixel-counting" method and this method on the same files, end up with both result columns, and then compare.

danbjoseph commented 1 month ago

this is superseded by #55