Forum

Author Topic: How to I export using Google Web Mercator projection?  (Read 3988 times)

nickponline

  • Newbie
  • *
  • Posts: 38
    • View Profile
How to I export using Google Web Mercator projection?
« on: June 24, 2014, 08:53:37 PM »
I've tried:

crs = PhotoScan.CoordinateSystem()
crs.init('EPSG:3857')
chunk.crs = crs
chunk.projection = crs

But the projection doesn't seem to be supported and my tif still come out as:

GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.257223563,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]

instead of:

PROJCS["Google Maps Global Mercator",
    GEOGCS["WGS 84",
        DATUM["WGS_1984",
            SPHEROID["WGS 84",6378137,298.257223563,
                AUTHORITY["EPSG","7030"]],
            AUTHORITY["EPSG","6326"]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433],
        AUTHORITY["EPSG","4326"]],
    PROJECTION["Mercator_1SP"],
    PARAMETER["central_meridian",0],
    PARAMETER["scale_factor",1],
    PARAMETER["false_easting",0],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]]]

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14839
    • View Profile
Re: How to I export using Google Web Mercator projection?
« Reply #1 on: June 25, 2014, 12:29:00 PM »
Hello nickponline,

Currently PhotoScan doesn't support Pseudo Mercator. Probably it will be implemented in the next major update.
Best regards,
Alexey Pasumansky,
Agisoft LLC