Skip to content

pycrs - parse in clipping-raster #1

@Krisselack

Description

@Krisselack

In clipping-raster.ipynb the following needs to be changed (pycrs-1.0.0, python 3.6):
From pycrs.parser... to pycrs.parse...

out_meta.update({"driver": "GTiff",
                 "height": out_img.shape[1],
                 "width": out_img.shape[2],
                 "transform": out_transform,
                 "crs": pycrs.parser.from_epsg_code(31256).to_proj4()}
                         )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions