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

Hazard srs: use srs from settings.toml when none is present #55

Open
dalmijn opened this issue Jul 7, 2023 · 0 comments
Open

Hazard srs: use srs from settings.toml when none is present #55

dalmijn opened this issue Jul 7, 2023 · 0 comments
Labels
enhancement New feature or request GIS GIS related issues I/O I/O related issues

Comments

@dalmijn
Copy link
Collaborator

dalmijn commented Jul 7, 2023

Feature type

Changing existing functionality

Improvement Description

A real way of settings the srs of the hazard file from the settings toml.

Implementation Description

Two options:

  • Use the CRS as a string variable throughout the model

    • Function that use the srs from the hazard file, build a srs object from this string and use that (Clipping etc).
    • Gives problems when warping the hazard file
  • Write a new file with the srs in it and use that.

Settings the srs in an existing file produces some irregular behaviour.

Additional Context

No response

@dalmijn dalmijn added the enhancement New feature or request label Jul 7, 2023
@dalmijn dalmijn changed the title Hazard srs: use srs from setting.toml Hazard srs: use srs from setting.toml when non is present Jul 7, 2023
@dalmijn dalmijn changed the title Hazard srs: use srs from setting.toml when non is present Hazard srs: use srs from settings.toml when non is present Jul 7, 2023
@dalmijn dalmijn added GIS GIS related issues I/O I/O related issues labels Jul 7, 2023
@dalmijn dalmijn changed the title Hazard srs: use srs from settings.toml when non is present Hazard srs: use srs from settings.toml when none is present Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GIS GIS related issues I/O I/O related issues
Projects
None yet
Development

No branches or pull requests

1 participant