You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hazard datasets have semantic types. Need to proper register them in the semantics database.
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";
Since they are not tabular, for now we just list the description, title and a few necessary fields
example:
Hazard datasets have semantic types. Need to proper register them in the semantics database.
Since they are not tabular, for now we just list the description, title and a few necessary fields
example:
The text was updated successfully, but these errors were encountered: