Metadata-Version: 2.1
Name: global_forecast_validation
Version: 0.2
Summary: Routines for forecast validation on a large scale.
Home-page: https://github.com/BYU-Hydroinformatics/Global_Forecast_Validation
Author: Wade Roberts
Author-email: waderoberts123@gmail.com
License: MIT
Description: # Global_Forecast_Validation
        
        Python solution to run large scale forecast validation using data stored in NetCDF format. This tool is meant to be 
        used with RAPIDpy, and should not be used with NetCDF files formatted in ways different than the RAPIDpy output.
        
        ## Installation 
        To intall this package, simply use::
        
            pip install global-forecast-validation
        
        It is recommended to install this in a seperate environment, especially if using conda, to avoid dependency conflicts.
        
        ## Documentation
        [Link](https://global-forecast-validation.readthedocs.io/en/stable/)
        
Keywords: hydrology,forecast validation,global
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
