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

Edr fixed axis #1811

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 12, 2024

  1. clean axis y order

    Reading from query bbox and reversing the order would not work anyway if not followed by reversing data (which is not cheap and would not do on default. It is visible on the sample data tests/data/coads_sst.nc where the start-stop swapping turn the data upside down.
    pzaborowski committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5cf2ee3 View commit details
    Browse the repository at this point in the history
  2. remove comments

    pzaborowski committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1b5432c View commit details
    Browse the repository at this point in the history
  3. fixed axis from data/bbox

    pzaborowski committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3fc3b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. bbox read from already calculated metadata

    there is no sense in reading it from source file once again
    pzaborowski committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2feee54 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    d583d32 View commit details
    Browse the repository at this point in the history
  2. fix

    pzaborowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f0c2dd0 View commit details
    Browse the repository at this point in the history
  3. whitespaces

    pzaborowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d3c6726 View commit details
    Browse the repository at this point in the history
  4. EDR covjson time axis compliance with stadnard

    1. time axis shall be 't' in covjson, for backward compliance it can be set with 'time_axis_covjson' provider variable. if time_axis_covjson is not set the value is read from time_field which has default value read from the source file.
    2. time axis is now list of values according to specification and it is now properly rendered on the html view of the query
    3. typo in query.html to fix error with first layer being not generated
    pzaborowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    00ea4c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. coveragejson compliance

    1.integrated changes from axis fix
    2. dataType is float according to schema https://schemas.opengis.net/covjson/1.0/coveragejson.json (number is not valid, float, integer, string are)
    3. parameter description as object according to schema https://schemas.opengis.net/covjson/1.0/coveragejson.json
    pzaborowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bc7623e View commit details
    Browse the repository at this point in the history
  2. Update coads_sst.nc

    coards_sst.nc data was shifted around 180 deg
    pzaborowski committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8531e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf9c7c View commit details
    Browse the repository at this point in the history