Metadata-Version: 1.1
Name: metio
Version: 0.0.1
Summary: Very simple API to download gridded meteorology data from the web
Home-page: https://github.com/dgketchum/metio
Author: David Ketchum
Author-email: dgketchum@gmail.com
License: Apache
Download-URL: https://github.com/dgketchum/Metio/archive/0.0.1.tar.gz
Description: # Metio
        
        Metio is a simple API to extract TopoWX and Gridmet from the web to a geographic extent and time period.  The data can then be easily saved to a GeoTiff file and used in GIS analysis.
        
        I built this module to be used in Landsat image analysis, so it has functionality that allows one to extract gridded met
        data to the same geometry as any Landsat 5, 7, ot 8 image.
        
        The easiest way to get this package is by using `pip`
        
        ```
        pip install Metio
        ```
        
        
Keywords: landsat gridded meteorology hydrology remote sensing
Platform: Posix; MacOS X; Windows
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
