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

hardcoded hazard data type #212

Open
longshuicy opened this issue Sep 11, 2023 · 0 comments
Open

hardcoded hazard data type #212

longshuicy opened this issue Sep 11, 2023 · 0 comments
Labels
1storypoint Less than two hours of work, requiring only email communication
Milestone

Comments

@longshuicy
Copy link
Member

Those should be "ncsa:" and they probably shouldn't be hardcoded...

public static final String PROBABILISTIC_EARTHQUAKE_HAZARD_SCHEMA = "ergo:probabilisticEarthquakeRaster";
public static final String DETERMINISTIC_EARTHQUAKE_HAZARD_SCHEMA = "ergo:deterministicEarthquakeRaster";
public static final String PROBABILISTIC_TSUNAMI_HAZARD_SCHEMA = "incore:probabilisticTsunamiRaster";
public static final String DETERMINISTIC_TSUNAMI_HAZARD_SCHEMA = "incore:deterministicTsunamiRaster";
public static final String PROBABILISTIC_HURRICANE_HAZARD_SCHEMA = "incore:probabilisticHurricaneRaster";
public static final String DETERMINISTIC_HURRICANE_HAZARD_SCHEMA = "incore:deterministicHurricaneRaster";
public static final String HURRICANE_GRID_SNAPSHOT_HAZARD_SCHEMA = "incore:hurricaneGridSnapshot";
public static final String TORNADO_WINDFIELD_SCHEMA = "incore:tornadoWindfield";
public static final String DETERMINISTIC_FLOOD_HAZARD_SCHEMA = "incore:deterministicFloodRaster";
public static final String PROBABILISTIC_FLOOD_HAZARD_SCHEMA = "incore:probabilisticFloodRaster";

@longshuicy longshuicy added the 1storypoint Less than two hours of work, requiring only email communication label Sep 11, 2023
@longshuicy longshuicy added this to the 1.21.0 milestone Sep 11, 2023
@navarroc navarroc modified the milestones: 1.21.0, 1.22.0 Oct 17, 2023
@navarroc navarroc modified the milestones: 1.22.0, 1.23.0 Nov 7, 2023
@navarroc navarroc modified the milestones: 1.23.0, 1.24.0 Dec 6, 2023
@navarroc navarroc modified the milestones: 1.24.0, backlog Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1storypoint Less than two hours of work, requiring only email communication
Projects
None yet
Development

No branches or pull requests

2 participants