fieldsoftheworld / ftw-baselines

Code for running baseline models/experiments with the Fields of The World dataset
https://fieldsofthe.world/
MIT License
58 stars 4 forks source link

qgis plugin to try out ftw models? #47

Open cholmes opened 4 weeks ago

cholmes commented 4 weeks ago

Was just writing up how easy it is for 'any gis person to run the model', but it got me thinking that it could be even easier if we let people stay in QGIS instead of installing a python library and running the command-line.

It could be cool to see if there's a way to have a QGIS plugin that makes it easy to use. Probably limit it a lot, just small areas that are within an S2 scene. But ideally people could select a model and configure the polyganization output.

adamjstewart commented 4 weeks ago

I have some students working on QGIS and ArcGIS plugins for TorchGeo. No promises yet, but will share updates here once we get something working. We expect all FTW models to be distributed via TorchGeo, so should be easy to use just like all other models.

adamjstewart commented 3 weeks ago

People can also follow progress on this by subscribing to https://github.com/microsoft/torchgeo/issues/451 (this issue is specific to ArcGIS, but we are also working on QGIS at the same time).

cholmes commented 3 weeks ago

That's awesome @adamjstewart! Definitely keep us posted.