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

Support NASA HIWAT and European COSMO weather prediction models #33

Open
wants to merge 699 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
699 commits
Select commit Hold shift + click to select a range
501d049
commented out running osx job
Oct 3, 2016
8b4bf4a
moved language back to python
Oct 3, 2016
1fc1984
minor doc change
Oct 4, 2016
c1de279
remove unnecessary element
Oct 4, 2016
8afa960
updated docstrings for merge CF compliant code
Oct 4, 2016
f347d53
added postprocessing docs
Oct 4, 2016
9c6f277
updated autofunction methods
Oct 4, 2016
381d2ae
added manual tests for inflow grids
Oct 4, 2016
9325f9f
Spelling fix
lahatte Oct 4, 2016
97cba45
Spelling fix.
lahatte Oct 4, 2016
74bed0a
Merge pull request #5 from lahatte/master
Oct 4, 2016
54f51dd
made tests use unit tests to remove code duplication
Oct 5, 2016
923c9e6
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Oct 5, 2016
c3f2fd4
added test for 24 hr erai3 file
Oct 5, 2016
ea9352e
Added test for t511 3hr manual
Oct 5, 2016
a30a1dc
bug fix writing ihg file. Not supposed to write seconds
Oct 6, 2016
7e6b405
added TautDEM tests & bug fixes
Oct 6, 2016
284c4b2
Added TauDEM installation
Oct 6, 2016
14a8625
Moved conda env activate to right before testing
Oct 6, 2016
885d0fd
modified code to be python3 compatible
Oct 7, 2016
f0d43da
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Oct 7, 2016
77697da
updated wrf-hydro code with fixes and added tests
Oct 7, 2016
c223d78
added gis files used to generate wrf input
Oct 7, 2016
08289d1
added tests for return periods and seasonal averages
Oct 7, 2016
3944fcd
various fixes for weight & voronoi
Oct 7, 2016
2f2b3e0
modified url to data
Oct 7, 2016
a74b00b
Removed coverage badge because it was not updating.
Oct 7, 2016
f759013
fixed doc bug
Oct 11, 2016
c5b033d
incremented version
Oct 11, 2016
de528ea
Added FLDAS
Oct 11, 2016
c428a1f
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Oct 11, 2016
1339190
updated doc string
Oct 11, 2016
1de8c48
modified rapid Qout to add sQout for uncertainty in new RAPID version
Oct 11, 2016
dcccdab
added muskingum kfac tests
Oct 11, 2016
4ff15f0
changed xrange to past builtins
Oct 12, 2016
f1d361b
modified csv reading to use numpy.loadtxt
Oct 12, 2016
e718d2b
modified to integer for py3 and reverted USGS function read back due …
Oct 14, 2016
2dac3a7
modified IHG to read in gssha rapid connect file and added tests
Oct 18, 2016
c08e508
added test for X from drainage line
Oct 18, 2016
dcc1a17
modified tests to use nose-cov
Oct 18, 2016
f3758f6
updated compare path
Oct 18, 2016
9e67163
modified check for sub partition list
Oct 18, 2016
ab3aaf7
fix ldas weight example
Oct 19, 2016
b852b89
fixed documentation bugs
Nov 3, 2016
7a72ad9
removed random comment
Nov 3, 2016
1b6d586
modified RAPIDDataset for time zone output & to use pandas
Nov 8, 2016
cd22992
added pandas to installation
Nov 8, 2016
963d630
removed duplicate code
Nov 8, 2016
e6315c9
Update for testing with OSX
Nov 14, 2016
0144c69
Update build for MAC
Nov 14, 2016
283fbc4
Update .travis.yml
Nov 14, 2016
b3fe100
modified to use env vars from RAPID repo
Nov 15, 2016
992ade7
initial commit for appveyor.yml
Nov 15, 2016
ec3bb62
updated miniconda install cmd
Nov 15, 2016
b05c8c5
updated cd to correct location for source env var script
Nov 15, 2016
f3ab7b2
spacing and rapid installation tweak
Nov 15, 2016
71957b3
updasted CYG vars
Nov 15, 2016
de1e12d
updated conda python env var
Nov 15, 2016
f3d083d
updated rapid_specify_varpath.sh to point to INSTALLZ_DIR
Nov 15, 2016
f10e8b6
modified for updated miniconda install
Nov 15, 2016
ada265c
backslash updated
Nov 15, 2016
b304f44
updated conda packages installation
Nov 15, 2016
839ae08
modify install path to cygpath
Nov 15, 2016
731e2a8
Added batch mode to rapid prereqs install
Nov 16, 2016
fe79bb9
Added gdal & openmpi to cyqwin installation
Nov 16, 2016
6980894
updated script to not delete namelist
Nov 16, 2016
f862818
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Nov 16, 2016
2bfc528
modified default IS_max_up to 0
Nov 16, 2016
5efc9b3
added example for reservoir forcing flows
Nov 16, 2016
7f80131
updated time range selection with timezone
Nov 18, 2016
0e720c1
updated tests to match bug fixes withe namelist and timezone
Nov 18, 2016
904b861
comment out dependencies as their build fails
Nov 21, 2016
880f359
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Nov 21, 2016
1373b8d
update install to use cygwin64
Nov 21, 2016
5681b35
fixed name of gfortran package
Nov 21, 2016
f61d2b6
modified path names to cygpath
Nov 21, 2016
afe1db8
fixed example strings
Nov 22, 2016
c35a458
updated installation requirements
Nov 22, 2016
f47e217
added check to see if intersection found for rapid rivid
Nov 22, 2016
ae9eb53
updated installation to include rapid_specify_varpath.sh
Nov 22, 2016
37b5800
added test for no intersect case of weight table generation
Nov 22, 2016
dc35e9f
modified order of import so shapely is before gdal
Nov 25, 2016
d524911
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Nov 25, 2016
c4bb220
modified to checout master branch of TauDEM
Nov 25, 2016
d66496c
remove semicolon
Nov 25, 2016
b902d09
bug fix with tests for reading in file with only one rivid
Dec 5, 2016
66e10ee
made file reading more rubust
Dec 5, 2016
bfe062f
modified to use numpy functions
Dec 5, 2016
98bd37e
modified code to more closely follow pep8
Dec 19, 2016
980eea0
added option to convert slope in percentage
Dec 21, 2016
3f968a6
added ndmin=2 when reading connectivity file for case with only 1 row
Dec 21, 2016
c54e168
bug fix find_goodess_of_fit_csv; pep8 improvements
Dec 21, 2016
63a38be
made read csv more robust
Dec 21, 2016
eb78c4c
modified seasonal average code to include max/min
Dec 21, 2016
e16fa35
made divisiors doubles
Dec 21, 2016
c1dc24f
added new file to removal
Dec 21, 2016
9b110a3
bug fix printing goodness of fit to file
Jan 10, 2017
506dfbe
bug fix printing goodness of fit to file
Jan 10, 2017
fa89922
bug fix printing goodness of fit to file
Jan 10, 2017
9338c60
modified to use anaconda's gcc to compile TauDEM to update GDAL version
Jan 13, 2017
7683ba3
Update .travis.yml
Jan 13, 2017
adc3cc7
fix for docs build
Jan 24, 2017
f16f09e
.travis.yml
Jan 27, 2017
74f8093
Added cmake to conda install
Jan 27, 2017
63dcdcf
updated test weight file to new gis output
Jan 27, 2017
d1808b2
updated path to TauDEM exe files
Jan 27, 2017
d50b570
removed dowload url
Jan 27, 2017
5a716e5
modified to include readme and license using MANIFEST
Jan 27, 2017
78c52c0
made netcdf4 package lowercase
Jan 27, 2017
7f94bd5
incremented version
Jan 27, 2017
48fda02
updated installation instructions
Jan 31, 2017
57ea644
made netcdf4 lowercase
Jan 31, 2017
1235b48
updated installation on RAPIDpy to use RAPID repo prereq script
Jan 31, 2017
7ff0a3e
handel invalid polygons when computing the weight table
sdc50 Mar 6, 2017
da097f5
Merge pull request #10 from sdc50/bugfix/handel-invalid-polygons
Mar 6, 2017
bb5565b
updated biuld to use conda-forge forall packages
Mar 6, 2017
30b4e5f
added tests
sdc50 Mar 7, 2017
91be177
shapefile needed for new tests
sdc50 Mar 7, 2017
9fbf7a1
Merge pull request #11 from sdc50/bugfix/handel-invalid-polygons
Mar 7, 2017
f42a78b
use pytest as nose is deprecated; move docs requirements to setup.py
Mar 8, 2017
ef3cfa2
updated description to point to RTD
Mar 8, 2017
a089b11
fix
Mar 8, 2017
acd99e7
updated version in docs
Mar 8, 2017
6e295fb
Added citation to Mississippi paper
aat669 Mar 9, 2017
8b3716a
Added publications and datasets
aat669 Mar 9, 2017
023608c
Update setup.py
Mar 10, 2017
9eb1eba
Updated generate_return_periods.py
spence97 Mar 21, 2017
6b561d2
Gumble and Log-Pearson methods added
spence97 Mar 22, 2017
28856b5
more log_pearson code
spence97 Mar 23, 2017
156cc41
gumble and log-pearson code
spence97 Mar 23, 2017
4807c99
updated return_periods
spence97 Mar 23, 2017
704824a
fixed typo on generate_return_periods
spence97 Mar 24, 2017
591d07a
added tests
Mar 31, 2017
956f8ab
added tests
Mar 31, 2017
80eca5c
Merge pull request #13 from spence97/return_periods
Apr 19, 2017
2c65afc
Merge pull request #12 from aat669/docs
Apr 19, 2017
469b433
added flexibility to runoff vars; added cmip5; modified end date for …
May 15, 2017
43d613d
Added test for CMIP5 data
Jun 1, 2017
88b2648
Added documentation and example for CMIP5 data
Jun 1, 2017
4aa3574
Merge pull request #15 from jimwlewis/cmip
Jun 2, 2017
bd992fd
added .idea to ignore
Jun 13, 2017
8a23b66
added option to run different return periods
Jun 13, 2017
2d1e0b1
added .idea for pycharm
Jun 13, 2017
dc044c1
removed .idea files
Jun 13, 2017
fbc6489
merge changes
Jun 13, 2017
7cfe54c
pep-8 comment fixes
Jun 13, 2017
5d3698e
made convert 1 to 3 False by default
Jun 13, 2017
387de70
Merge pull request #17 from snowman2/master
Jun 13, 2017
c4983f3
initial steps towards individual model lsm run
Jun 13, 2017
3355740
fixes for tests
Jun 14, 2017
c7d1c30
indentation fixes
Jun 14, 2017
0c72bf2
modified to not have default expected timestep
Jun 14, 2017
00d8a9e
refactored to allow single folder input/output; removed requirement f…
Jun 14, 2017
c1934b4
remove pangaea as unused in dependencies
Jun 14, 2017
b7e8b88
added docstring example for single run
Jun 14, 2017
a4764eb
Merge pull request #18 from snowman2/lsm_one_input
Jun 15, 2017
bf72b45
use pangaea to determine dates where possible; allow qinit
Jun 15, 2017
6dbec3f
removed taudem install
Jun 15, 2017
1b3d3b2
added test skip if RAPID or TauDEM are not installed
Jun 15, 2017
98e0113
added skips if TauDEM or RAPID are not installed
Jun 15, 2017
569eb37
pinned RAPID version until Qinit NetCDF issue fixed
Jun 15, 2017
1df65a2
added tests for output_file_info
Jun 15, 2017
ac7ab24
Merge pull request #19 from snowman2/lsm_one_input
Jun 16, 2017
5cf1d26
added method to select time for qinit
Jun 21, 2017
697a72b
only use xarray for gen qinit instead of RAPIDDataset
Jun 24, 2017
858e2c5
Merge pull request #22 from snowman2/csv_init
Jun 30, 2017
6ca857a
removed requirement for rapid executable location to be valid as it i…
Jun 30, 2017
644a9a6
fix for issue #14
Jun 30, 2017
d564a20
Merge pull request #24 from snowman2/bugfix/issue14
Jun 30, 2017
fcbdbd5
added cygwin to appveyor build
Jun 30, 2017
19bb898
Update appveyor.yml
Jul 1, 2017
228ab62
Update appveyor.yml
Jul 1, 2017
f1835a5
added skip for test to run RAPID if RAPID not installed
Jul 6, 2017
0304d64
fix compare dataset name
Jul 6, 2017
b7f1e06
Merge pull request #25 from snowman2/fixtest
Jul 6, 2017
3bb009c
remove TauDEM build if OSX as it fails
Jul 6, 2017
9feb36d
removed comment
Jul 6, 2017
4f3b296
moved version number to 2.5.0
Jul 6, 2017
a9b21e4
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Jul 6, 2017
13fbfd2
Added anaconda badge.
Jul 6, 2017
85fb796
Added appveyor badge
Jul 6, 2017
34dd12b
Merge pull request #27 from snowman2/osx_no_taudem
Jul 7, 2017
07c42ee
added python 3.6
Jul 7, 2017
f52b280
Added pangaea to requires.
Jul 10, 2017
bd77383
update docstring spacing
Jul 13, 2017
c1b1cb8
Merge branch 'master' of https://github.com/erdc-cm/RAPIDpy
Jul 13, 2017
b98bc7d
added support for forcing data number calculations
Aug 29, 2017
e3b387b
version to 2.5.1
Aug 30, 2017
aef9217
updated repo path for travis CI
Sep 13, 2017
15e6f75
fixed check for masked values. see: https://travis-ci.org/erdc/RAPIDp…
Sep 13, 2017
08e8157
to version 2.5.2
Sep 13, 2017
5ec8c55
update rapid.py to pass flake8
Sep 18, 2017
feb75ad
added back the cygwin install
Sep 18, 2017
57c5364
added pylint and flake8 tests; updated utilities
Sep 18, 2017
f0cff39
fix appveryor yml line 31 for cygwin install
Sep 18, 2017
974ea1a
updated to pass flake8 and pylint
Sep 18, 2017
f668670
update script to install via pip to include test requirements
Sep 18, 2017
f2f8cd0
added tear down to cleanup previous tests in case of failure
Sep 18, 2017
1dd0cc7
fixed example docstrings
Sep 19, 2017
d56c443
updated docstrings to use numpy; allow return qout as dataframe; made…
Sep 19, 2017
742b098
added line at end of file
Sep 19, 2017
edaac3c
pylint fixes and add to test
Sep 19, 2017
7cce2c6
updated docstring to match input parameters
Sep 19, 2017
ba8cc43
added pylint and flake8 to test requirements
Sep 19, 2017
750b5ca
updated docstrings to use numpy style
Sep 19, 2017
94bf06e
updated to be flake8
Sep 19, 2017
8767fb6
docstring fix
Sep 19, 2017
5be5c5a
flake8 and pylint updates
Sep 19, 2017
36fcfb5
updated to pass pylint and flake8
Sep 19, 2017
582ae30
coding style updates; use GDALGrid to convert raster to polygon
Sep 19, 2017
6d5be64
update to use staticmethods
Sep 19, 2017
7d931eb
flake8 fixes
Sep 20, 2017
e1e4c73
docstring fix
Sep 20, 2017
b8f3de6
make requirements vertical
Sep 20, 2017
e8f392b
replaced print with log
Sep 20, 2017
7e9c815
updated to pass pylint and flake8
Sep 20, 2017
c0dcb59
update to use equations; flake8 and pylint fixes
Sep 20, 2017
544b335
pylint and flake8 fixes; remove merge as untested
Sep 20, 2017
0ccfca9
update location to travis
Sep 20, 2017
b148634
remove unnecessary line
Sep 20, 2017
7fdd5b2
updated docstring and xrange import
Sep 20, 2017
0edaf35
add missing comma
Sep 21, 2017
0321bfb
updated to pass pylint and flake8
Sep 21, 2017
2a7f0a9
reorder attributes
Sep 21, 2017
244ff5e
updated to print warning instead of throw exception
Sep 21, 2017
ce0af23
added inflow to flake8 and pylint
Sep 21, 2017
10b0958
updated to pass pylint and flake8
Sep 21, 2017
e9a91f6
updated to pass pylint and flake8
Sep 21, 2017
91c653e
updatet to pass pylint & flake8
Sep 22, 2017
7fe0db5
bug fix; pylint and flake8 fixes
Sep 22, 2017
1a70948
flake8 and pylint for all of RAPIDpy
Sep 22, 2017
0b195d0
added print test
Sep 22, 2017
f7af09f
bug fix initial condition
Sep 22, 2017
21168e4
to version 2.6.0
Sep 22, 2017
4359477
added test for extract largest sub network
Sep 22, 2017
158ad56
move duplicate code to method
Sep 22, 2017
cdf6f8a
added tests for RAPIDDataset exceptions
Sep 22, 2017
621fb33
Merge pull request #30 from erdc/flake8
snowman2 Sep 22, 2017
50e14e1
updated badges to erdc from erdc-cm
Sep 22, 2017
74ea0b1
Update lsm_rapid_process.py
msouff Jun 5, 2018
ee8b8f0
first commit
xhqiao89 Jun 21, 2018
cd1eae6
extend 2 days for hiwat, fix a bug
xhqiao89 Jun 27, 2018
84ce1d1
fix a bug
xhqiao89 Jun 27, 2018
42bfd5b
first
xhqiao89 Jul 17, 2018
d4eca16
convert to incremental
xhqiao89 Jul 24, 2018
95e8a75
add initialization function
xhqiao89 Jul 27, 2018
cd533f3
fix
xhqiao89 Sep 6, 2018
5e8c578
change init file path
xhqiao89 Sep 29, 2018
f3a5013
change init file rule
xhqiao89 Sep 30, 2018
d490d03
remove useless comments
xhqiao89 Apr 29, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ docs/_build/

# PyBuilder
target/

#other
*~
*.DS_Store

# pycharm
.idea/
4 changes: 4 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[MESSAGES CONTROL]
disable=invalid-name,bad-continuation,too-many-lines,superfluous-parens,too-many-arguments,too-many-branches,too-many-statements,too-many-locals,too-few-public-methods,too-many-instance-attributes
[TYPECHECK]
ignored-modules=numpy,netCDF4,scipy,scipy.spatial
116 changes: 116 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
#*******************************************************************************
#.travis.yml
#*******************************************************************************

#Purpose:
#Travis CI is a hosted continuous integration service, that is, it allows
#running code directly from a repository and checking that the code acts as
#expected. The purpose of the .travis.yml file is to give instructions to Travis
#CI on how to do the work.
#Authors:
#Alan D. Snow, 2016, based on initial .yml file by Cedric H. David

#*******************************************************************************
#System specifications for Travis CI
#*******************************************************************************
language: c
os:
- linux
- osx
env:
- TRAVIS_PYTHON_VERSION="2.7"
- TRAVIS_PYTHON_VERSION="3.5"
- TRAVIS_PYTHON_VERSION="3.6"
matrix:
fast_finish: true
allow_failures:
- os: osx
notifications:
email: false

#*******************************************************************************
#Before installing RAPIDpy
#*******************************************************************************
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update -qq;
sudo apt-get install -y g++ gfortran;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install gcc;
fi

#-------------------------------------------------------------------------------
#Add miniconda - from https://gist.github.com/dan-blanchard/7045057
#-----------------------------------------------------------------------------

- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh -O miniconda.sh;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-MacOSX-x86_64.sh;
fi
- chmod +x miniconda.sh
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- conda update --yes conda python
#create environment in conda
- conda create --yes --name rapid python=$TRAVIS_PYTHON_VERSION
- source activate rapid

#-----------------------------------------------------------------------------
# Install required python packages
#-----------------------------------------------------------------------------
- conda config --add channels conda-forge
- conda install --yes cmake gdal future netcdf4 numpy pandas pangaea pyproj pytz requests rtree scipy shapely
- source deactivate rapid

#-------------------------------------------------------------------------------
#Creating directory for installation of libraries used by RAPID & RAPIDpy
#-------------------------------------------------------------------------------
- export INSTALLZ_DIR=$TRAVIS_BUILD_DIR/installz
- mkdir $INSTALLZ_DIR

#-------------------------------------------------------------------------------
#Installing RAPID
#-------------------------------------------------------------------------------
- cd $TRAVIS_BUILD_DIR/..
- git clone https://github.com/c-h-david/rapid.git --branch 20161221
- cd rapid
# Installing RAPID Prereqs
- bash rapid_install_prereqs.sh -i=$INSTALLZ_DIR
- source rapid_specify_varpath.sh $INSTALLZ_DIR
# Building RAPID
- cd src
- make rapid

#-------------------------------------------------------------------------------
#Installing TauDEM
#-------------------------------------------------------------------------------
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cd $TRAVIS_BUILD_DIR/.. ;
git clone https://github.com/dtarb/TauDEM.git ;
cd TauDEM/src ;
rm makefile ;
source activate rapid ;
cmake . ;
make ;
fi

#*******************************************************************************
#Installing RAPIDpy
#*******************************************************************************
install:
- cd $TRAVIS_BUILD_DIR
- pip install -e .[tests]
#*******************************************************************************
#Testing RAPIDpy
#*******************************************************************************
script:
- py.test --cov-report term-missing --cov=RAPIDpy
- flake8 RAPIDpy
- pylint RAPIDpy
##ADD Coveralls stats for code coverage
after_success:
- coveralls
27 changes: 27 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2016, ERDC Computational Mechanics
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of RAPIDpy nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include README.md
9 changes: 9 additions & 0 deletions RAPIDpy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
"""
RAPIDpy

Created by Alan D Snow, 2015.
License: BSD 3-Clause
"""
from .rapid import RAPID # noqa
from .dataset import RAPIDDataset # noqa
Loading