Metadata-Version: 2.4
Name: simplecube
Version: 0.6
Summary: Simple python package for creating satellite image data cubes based on Brazil Data Cube
Home-page: https://github.com/GSansigolo/simplecube
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 simplecube package.
    Copyright (C) 2024 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>.


=======================================================================================
Simple python package for creating satellite image data cubes based on Brazil Data Cube
=======================================================================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.17186644.svg
        :target: https://doi.org/10.5281/zenodo.17186644
        :alt: doi


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


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


.. 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/v/tag/GSansigolo/simplecube.svg
        :target: https://github.com/GSansigolo/simplecube/releases
        :alt: Release


.. image:: https://img.shields.io/pypi/v/simplecube
        :target: https://pypi.org/project/simplecube/
        :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
=====

Simple python package for creating satellite image data cubes based on Brazil Data Cube


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

See `INSTALL.rst <./INSTALL.rst>`_.


Using simplecube in the Command Line
====================================

See `CLI.rst <./CLI.rst>`_.


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


WIP


References
==========


WIP


License
=======


.. admonition::
    Copyright (C) 2024 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.
