kartoza / GEEST2

Next generation of the GEEST plugin for QGIS
GNU General Public License v3.0
0 stars 1 forks source link

Implement the Mapillary down-loader widget #7

Open timlinux opened 2 weeks ago

timlinux commented 2 weeks ago

We need a widget that contains these elements:

A radio button with an option to either input the data manually or download from Humdata

Similar to OSM and Humdata, this should simply be a label indicating that the data will be fetched from mapilliary. We can see the available APIs here:

https://help.mapillary.com/hc/en-us/articles/360010234680-Accessing-imagery-and-data-through-the-Mapillary-API

Probably this is the one that will be interesting for us:

https://graph.mapillary.com/:map_feature_id

See also #5 for the back-end function

timlinux commented 3 days ago

I would also probably put this as a lower priority than the ones that have quick, concrete implementations.