Forum

Author Topic: Export Google Map Tiles by Python API  (Read 4147 times)

feiko.lai

  • Newbie
  • *
  • Posts: 31
    • View Profile
Export Google Map Tiles by Python API
« on: October 18, 2016, 06:42:36 PM »
It is only possible with GUI interfaces now and I wish this is possible soon.

Thanks

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14854
    • View Profile
Re: Export Google Map Tiles by Python API
« Reply #1 on: October 18, 2016, 07:14:43 PM »
Hello feiko.lai,

In the version 1.3 it would be possible to export orthomosaic to MBTiles, Google Map Tiles and World Wind Tiles. There's additional argument in the .exportOrthomosaic() function defining the tiled image format. Now format argument defines the high level format (for example, RasterFormatMBTiles or RasterFormatXYZ), while image_format defines the format of the lover level tile format (like ImageFormatTIFF or ImageFormatJPEG).
Best regards,
Alexey Pasumansky,
Agisoft LLC

feiko.lai

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: Export Google Map Tiles by Python API
« Reply #2 on: October 19, 2016, 05:57:20 AM »
Alex,

Thank you for your reply and I just checked with the document of 1.3 Python API but I can not find a particular combination of the formats you mentioned that is exactly identical to "Export Google Map Tiles", cloud u might to give me some hints or exact parameters?

feiko.lai

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: Export Google Map Tiles by Python API
« Reply #3 on: October 19, 2016, 05:59:39 AM »
is it correct that XYZ + PNG = Google Maps Tiles in 1.25 ?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14854
    • View Profile
Re: Export Google Map Tiles by Python API
« Reply #4 on: October 19, 2016, 11:29:59 AM »
is it correct that XYZ + PNG = Google Maps Tiles in 1.25 ?

Hello feiko.lai,

Yes, it should be in this way.
Best regards,
Alexey Pasumansky,
Agisoft LLC