Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rs2dataset.cpp #1668

Merged
merged 3 commits into from
Jun 24, 2019
Merged

Update rs2dataset.cpp #1668

merged 3 commits into from
Jun 24, 2019

Commits on Jun 22, 2019

  1. Update rs2dataset.cpp

    The Affine GeoTransform is wrongly calculated , while the "positioningInformation" being assumed as AREA_OR_POINT=POINT (point coordinates from a "mapCoordinate" item is assumed to be a center of the pixel). But really the map projection coordinates from "positioningInformation" are AREA_OR_POINT=AREA (the coordinates of pixel corners). That could be proved by equal coordinate values of these point from "geodeticCoordinate" data and corresponding coordinates of GCP data. As a result of that, georeferencing performed from GeoTransform and GCP point data are different with a half pixel shift and slightly wrong scaled.
    an-ivanov authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    96c91b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Update rs2dataset.cpp

    an-ivanov authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    cd7dec2 View commit details
    Browse the repository at this point in the history
  2. Update rs2dataset.cpp

    an-ivanov authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4ea8796 View commit details
    Browse the repository at this point in the history