Metadata-Version: 2.1
Name: GOES
Version: 3.1
Summary: Python packages to download and manipulate GOES-16/17 data.
Home-page: https://github.com/joaohenry23/GOES
Author: Joao Henry Huamán Chinchay
Author-email: joaohenry23@gmail.com
License: BSD 3-Clause
Description: # GOES
        Python packages to download and manipulate GOES-16/17 data.
        <br><br>
        
        # Version
        3.1
        <br><br>
        
        # Requirements
        - [numpy](https://numpy.org/)
        - [s3fs](https://s3fs.readthedocs.io/en/latest/install.html)
        - [pyproj](https://github.com/pyproj4/pyproj)
        - [netCDF4](http://unidata.github.io/netcdf4-python/)
        - [requests](https://2.python-requests.org/en/master/)
        
        
        # Usage
        Find the jupyter notebook examples for the last version [here](https://github.com/joaohenry23/GOES/blob/master/examples/v3.1/index.ipynb).
        <br><br>
        
        
        # Installation
        You can install **GOES** on Python 2 or 3 on Linux, Windows or other, using the following commands.
        <br><br>
        **Using PIP**:
        ```
        pip install GOES
        
        ```
        
        Check if package was installed with:
        
        ```
        pip show GOES
        ```
        <br>
        
        If you already have the package installed, update it to the latest version with:
        
        ```
        pip install --upgrade GOES
        ```
        <br>
        
        **Using clone**:
        ```
        clone https://github.com/joaohenry23/GOES.git
        cd GOES
        python setup.py install
        
        ```
        <br>
        
        **Using python**:\
        Download **GOES-master.zip** from github and following the next commands:
        ```
        unzip GOES-master.zip
        cd GOES-master
        python setup.py install
        
        ```
        <br><br>
        
        
        # Support
        If you have any questions, do not hesitate to write to:
        ```
        joaohenry23@gmail.com
        
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
