Skip to main content

mapillary.controller.save

mapillary.controllers.save#

This module implements the saving business logic functionalities of the Mapillary Python SDK.

For more information, please check out https://www.mapillary.com/developer/api-documentation/

  • Copyright: (c) 2021 Facebook
  • License: MIT LICENSE

mapillary.controller.save.save_as_csv_controller(data: str, path: str, file_name: str)#

Save data as CSV to given file path

  • Parameters

    • data (str) โ€“ The data to save as CSV
* **path** (*str*) โ€“ The path to save to

* **file_name** (*str*) โ€“ The file name to save as
  • Returns

    None

  • Return type

    None

mapillary.controller.save.save_as_geojson_controller(data: str, path: str, file_name: str)#

Save data as GeoJSON to given file path

  • Parameters

    • data (str) โ€“ The data to save as GeoJSON
* **path** (*str*) โ€“ The path to save to

* **file_name** (*str*) โ€“ The file name to save as
  • Returns

    None

  • Return type

    None

Module contents#

mapillary.controller.init#

This package contains all the business logic implementations of interfaces used within the Mapillary Python SDK.

  • Copyright: (c) 2021 Facebook
  • License: MIT LICENSE