GitHub user MichaelArthurAnderson reopened a pull request:
https://github.com/apache/climate/pull/495
CLIMATE-353 Bounds doesnt cast input values into proper format
CLIMATE-353 Bounds doesnt cast input values into proper format
- Extracted validation functions for end, start, and min / max lat / lon.
- Validate end and start are always of type datetime. min / max lat / lon
were already being cast to float.
- Pylinting.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/495.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #495
----
commit f7346ad34c5ca6f028eb78d731ccf584927bc912
Author: michaelarthuranderson <michael.arthur.anderson@...>
Date: 2018-01-21T17:01:32Z
CLIMATE-353 Bounds doesnt cast input values into proper format
commit 8443eca1d000d2c84cd0d377ad05677dc43a5772
Author: michaelarthuranderson <michael.arthur.anderson@...>
Date: 2018-01-21T17:11:51Z
CLIMATE-353 Bounds doesnt cast input values into proper format
----
---