Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.5

    - Add rescale to STAC items
    - Rename docker image to dtgeo/get-it-what-if-demo-etna:latest
    - Add WKT polygon
  • v0.1.4

    c9031d0e · v0.1.4 ·
    - Bug for low case solved
    - AOI: the inputs related to the AOI definition are still four corner coordinates (west_lon, east_lon, south_lat, north_lat). Take WKT as input string eg "POLYGON((8.0 33.0, 22.0 33.0, 22.0 40.0, 8.0 40.0, 8.0 33.0))”, and then extract the four corners from that to carry on the execution.
    - Hidden / masked mpi values
    - Update the title and description of the STAC Items and change some fields
  • v0.1.3

    - Add variables: SO2_cloud_top, SO2_col_mass
    - start-date-time + end-date-time (in RFC 3339)
    - Instead of several plot-times allow setting a single periodicity parameter (e.g. 3 hours and then generate outputs every 3 hours from start to end time)
    - Check volcano coordinates within box
    - One STAC Item with all variables calculated after 3 hours, another after 6 hours, etc.