Metadata-Version: 2.4
Name: smosaic
Version: 0.8
Summary: Seamless Satellite Image Mosaics from SpatioTemporal Asset Catalog
Home-page: https://github.com/brazil-data-cube/smosaic
Author: Gabriel Sansigolo
Author-email: gabrielsansigolo@gmail.com
License-File: LICENSE
Requires-Dist: numpy==2.3.4
Requires-Dist: tqdm==4.67.1
Requires-Dist: pyproj==3.7.2
Requires-Dist: shapely==2.1.2
Requires-Dist: requests==2.32.5
Requires-Dist: rasterio==1.4.3
Requires-Dist: pystac-client==0.9.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 smosaic package.
    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>.

.. image:: https://raw.githubusercontent.com/brazil-data-cube/smosaic/main/docs/img/smosaic_logo.png
   :width: 350
   :align: center
   :alt: smosaic logo

==================================================================
Seamless Satellite Image Mosaics from SpatioTemporal Asset Catalog
==================================================================


.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
        :target: https://github.com/brazil-data-cube/smosaic/blob/master/LICENSE
        :alt: Software License


.. image:: https://readthedocs.org/projects/smosaic/badge/?version=latest
        :target: https://smosaic.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/smosaic.svg
        :target: https://github.com/brazil-data-cube/smosaic/releases
        :alt: Release


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

smosaic is a free and open-source tool for building Analysis-Ready Data (ARD) seamless satellite image mosaics directly from STAC, designed for analysts without deep programming knowledge. The system connects to STAC catalogs from Brazil Data Cube (BDC), Digital Earth Africa, Swiss Data Cube, Amazon Web Services (AWS) and Microsoft Planetary Computer, and can incorporate more catalogs.


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

See `Installation <https://smosaic.readthedocs.io/en/latest/users-guide/installation.html>`_.


Changes
=======

See `Changes <https://smosaic.readthedocs.io/en/latest/history.html>`_.


Using smosaic in the Command Line
=================================

See `Command Line <https://smosaic.readthedocs.io/en/latest/users-guide/cli.html>`_.


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


See https://smosaic.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.
