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

geoparam - raster size #59

Closed
ecasellas opened this issue Oct 6, 2023 · 0 comments
Closed

geoparam - raster size #59

ecasellas opened this issue Oct 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ecasellas
Copy link
Contributor

There is an error in check_variable in field_size order, it should be:

geo_param = np.array(
    [
        self.field_geotransform,
        self.field_proj.ExportToWkt(),
        self.field_size[1],
        self.field_size[0],
    ],
    dtype="object",
)

This previously passed the tests because x and y size were the same.

@ecasellas ecasellas added the bug Something isn't working label Oct 6, 2023
@ecasellas ecasellas self-assigned this Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant