open-forest-observatory / geograypher

Enabling Geospatial Predictions from Individual Drone Images
https://open-forest-observatory.github.io/geograypher/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Evaluate whether `torchgeo` is useful and the dependency implications #20

Closed russelldj closed 8 months ago

russelldj commented 11 months ago

This project currently uses rastervision for handling a variety of geospatial data operations. I'm not sure if there are use cases where torchgeo would be more helpful, or if they are roughly replacement tools for our problems. Now that we've handled installing rastervision, with the method of installing pytorch3d last, I think we probably could add torchgeo. But I'm still not sure and the complexity might not be worth it.

russelldj commented 8 months ago

We no longer use rastervision, see #69