mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
41 stars 16 forks source link

[Good First Issue] List for file formats that you'd like to be supported by the SDK #109

Open OmarMuhammedAli opened 3 years ago

OmarMuhammedAli commented 3 years ago

Currently, the only supported file types to save geospatial data are .geojson and .csv. It'd be ideal to support as many meaningful and useful file formats as possible.

Required

  1. Add comments on this issue with additional file formats that you want to be supported by the SDK
  2. If interested, pick up one of the listed formats, create a new issue for it, assign it to yourself, and start adding the functionality!