Metadata-Version: 2.4
Name: fhws
Version: 0.1.1
Summary: Python Client API for Forecast and Historical Weather Service 
Home-page: https://github.com/GSansigolo/fhws
Author: Gabriel Sansigolo
Author-email: gabrielsansigolo@gmail.com
License-File: LICENSE
Requires-Dist: xarray==2024.3.0
Requires-Dist: tqdm==4.66.4
Requires-Dist: numpy==1.26
Requires-Dist: urllib3==2.2.2
Requires-Dist: requests==2.32.3
Requires-Dist: pandas==2.2.2
Requires-Dist: scipy==1.13.1
Requires-Dist: datetime==5.5
Requires-Dist: rasterio==1.3.11
Requires-Dist: rioxarray==0.17.0
Requires-Dist: fsspec==2025.9.0
Requires-Dist: aiohttp==3.12.15
Requires-Dist: h5netcdf==1.6.4
Requires-Dist: cfgrib==0.9.15.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

..
    This file is part of Python Client Library for FHWS.
    Copyright (C) 2025 INPE.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.


=================================================================
Python Client Library for Forecast and Historical Weather Service 
=================================================================


.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
        :target: https://github.com/GSansigolo/fhws.py/blob/master/LICENSE
        :alt: Software License


.. image:: https://readthedocs.org/projects/fhws/badge/?version=latest
        :target: https://fhws.readthedocs.io/en/latest/
        :alt: Documentation Status


.. image:: https://img.shields.io/badge/lifecycle-stable-green.svg
        :target: https://www.tidyverse.org/lifecycle/#stable
        :alt: Software Life Cycle


.. image:: https://img.shields.io/github/tag/brazil-data-cube/fhws.py.svg
        :target: https://github.com/GSansigolo/fhws.py/releases
        :alt: Release


.. image:: https://img.shields.io/pypi/v/fhws
        :target: https://pypi.org/project/fhws/
        :alt: Python Package Index


.. image:: https://img.shields.io/discord/689541907621085198?logo=discord&logoColor=ffffff&color=7389D8
        :target: https://discord.com/channels/689541907621085198#
        :alt: Join us at Discord


About
=====

Forecast and historical weather data comprehend a group of data, such as Land Surface Temperature (LST), meteorological data and historical Enhanced Transparency Framework (ETF) data. These data are composed of satellite thermal bands (MODIS, AVHRR, GOES), weather models/reanalysis (ERA5, GFS) and climatology (10-20 years of previous data).

Called Forecast and Historical Weather Service (FHWS) the software extracts climate data from big EO data collections. It can be (i) cumulative precipitation, (ii) precipitation - daily, (iii) temperature - daily and (iv) climate change projections, all of those as time series. The fhws.py library also allow the creation of labelled multi-dimensional arrays from climate data based on INPE's data.

We created the fhws.py library from scratch to facilitate climate data analysis operations. This library was developed to be interoperable with other Python libraries, thus enabling users to integrate established libraries into their own workflows for pre- or post-processing and analysis. The fhws.py library has a group of functions, the main ones are:

- ``data_cube``: create multi-dimensional arrays from forecast and historical weather data as xarray.

- ``get_timeseries_data_cube``: returns in list format the climate data time series from FHWS's ``data_cube``.


Installation
============

See `INSTALL.rst <https://github.com/GSansigolo/fhws.py/blob/master/INSTALL.rst>`_.


Documentation
=============

See https://fhws.readthedocs.io/en/latest.


References
==========


WIP


License
=======


.. admonition::
    Copyright (C) 2025 INPE.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
