Skip to content

pyproj future warning #1

Description

@gaffinetB

Warning occurs when getting prefixes via reference raster, see function prefixes.get_from_raster(raster_path, resolution).

The two lines using the pyproj function in questions are:

lower_left = transform(inProj, outProj, bounds.left, bounds.bottom)
upper_right = transform(inProj, outProj, bounds.right, bounds.top)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions