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

Bccaqv2 split bbox and grid point #60

Merged
merged 33 commits into from
Jan 16, 2020

Commits on Dec 19, 2019

  1. add start_date and end_date to bccaqv2 subset

    (the dates were never used in production for this process)
    David Caron committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    805f544 View commit details
    Browse the repository at this point in the history
  2. split bccaqv2 bbox and grid point processes

    David Caron committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    8ef1ffa View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. deprecate lon0 and lat0 for ...

    SubsetGridPointBCCAQV2Process
    David Caron committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    96646f9 View commit details
    Browse the repository at this point in the history
  2. add test for bccaqv2 boundingbox subset and ...

    use less mocks
    David Caron committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    614260e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. add exception message when request fails in tests

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2ae93bc View commit details
    Browse the repository at this point in the history
  2. read tests output in memory instead of writing to disk

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    f817ea4 View commit details
    Browse the repository at this point in the history
  3. change the point subset to accept a comma ...

    separated list of floats
    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    e5253ef View commit details
    Browse the repository at this point in the history
  4. add test for deprecation of lat0 and lon0

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    107e6b5 View commit details
    Browse the repository at this point in the history
  5. extract monkeypatching in a single fixture

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5d39de2 View commit details
    Browse the repository at this point in the history
  6. pin pywps~=4.2.3

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    81fe8e0 View commit details
    Browse the repository at this point in the history
  7. subset multiple grid cells

    David Caron committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5aa7c03 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. keep global_attributes when merging datasets

    David Caron committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    58b99e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. fix dimensions for multiple grid points

    David Caron committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    446f43f View commit details
    Browse the repository at this point in the history
  2. fix and test csv conversions

    David Caron committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    1e3e91b View commit details
    Browse the repository at this point in the history
  3. skip online heat_wave test

    David Caron committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    b5156d3 View commit details
    Browse the repository at this point in the history
  4. flake8

    David Caron committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a924510 View commit details
    Browse the repository at this point in the history
  5. typo and documentation

    David Caron committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8acb667 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. speed up csv creation

    David Caron committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    253a4f0 View commit details
    Browse the repository at this point in the history
  2. docs

    David Caron committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9071d14 View commit details
    Browse the repository at this point in the history
  3. explicitely close thread pool

    David Caron committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    623bb59 View commit details
    Browse the repository at this point in the history
  4. fix csv output dropna

    David Caron committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    63a132e View commit details
    Browse the repository at this point in the history
  5. flake8

    David Caron committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    85f531a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. fix multiple grid cells output and csv output

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6ba2c34 View commit details
    Browse the repository at this point in the history
  2. formatting (black) and fix tests assertions

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    7cf9332 View commit details
    Browse the repository at this point in the history
  3. drop na values after dropping 'region' index

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    5c1aacc View commit details
    Browse the repository at this point in the history
  4. bump xsubsetpoint version number

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    66c4a0e View commit details
    Browse the repository at this point in the history
  5. extract common inputs to wpsio.py

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    affab20 View commit details
    Browse the repository at this point in the history
  6. clarify unit test

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4980409 View commit details
    Browse the repository at this point in the history
  7. heatwave inherits from point subset, so the input...

    types should be strings
    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3780ef7 View commit details
    Browse the repository at this point in the history
  8. remove unneeded optimization in heatwave process

    David Caron committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e00401c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. extract lat and lon to wpsio.py

    David Caron committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4f7df80 View commit details
    Browse the repository at this point in the history
  2. flake8

    David Caron committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    73617f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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