Skip to content

possible error in GeoTiff reader regarding location of origin #227

Description

@fpirotti

line 161 in file -

double yllcorner{ positions[4] };

NB In GeoTIFFs the origin is expressed as the upper-left corner, not the lower-left corner. so should be changed to

double yllcorner{ positions[4] };
yllcorner -= (cellSizeY*nYSize);

as is now the geotiff results like below (the red striped area is the original fuel model raster, the top is ROS

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions