Metadata-Version: 2.0 Name: aospy Version: 0.2 Summary: Automated gridded climate data analysis and management Home-page: https://github.com/spencerahill/aospy Author: aospy Developers Author-email: aospy@googlegroups.com License: Apache Keywords: climate science netcdf xarray Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: Apache Software License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Scientific/Engineering :: Atmospheric Science Requires-Dist: cloudpickle (>=0.2.1) Requires-Dist: dask (>=0.14) Requires-Dist: distributed (>=1.16.1) Requires-Dist: netCDF4 (>=1.2) Requires-Dist: numpy (>=1.7) Requires-Dist: pandas (>=0.15.0) Requires-Dist: scipy (>=0.16) Requires-Dist: toolz (>=0.7.2) Requires-Dist: xarray (>=0.9.1) **aospy**: automated gridded climate data analysis and management A framework that enables automated calculations using gridded climate data. Following some basic description of where your data lives and defining any functions of variables stored in that data you want to compute, aospy enables you to fire off an arbitrary number of calculations using that data. Important links --------------- - HTML documentation: http://aospy.readthedocs.io/en/latest - Mailing list: https://groups.google.com/d/forum/aospy - Issue tracker: https://github.com/spencerahill/aospy/issues - Source code: https://github.com/spencerahill/aospy