s1etad


Names1etad JSON
Version 0.5.4 PyPI version JSON
download
home_page
SummaryReader for Sentinel-1 Extended Timing Annotation Dataset
upload_time2024-02-10 21:07:35
maintainer
docs_urlNone
authorNuno Miranda, Antonio Valentino
requires_python>=3.8
licenseMIT License
keywords sentinel copernicus esa remote-sensing satellite-imagery
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            s1etad Python package
======================

.. badges

|PyPI Status| |GHA Status| |Documentation Status|

.. |PyPI Status| image:: https://img.shields.io/pypi/v/s1etad.svg
    :target: https://pypi.org/project/s1etad
    :alt: PyPI Status
.. |GHA Status| image:: https://github.com/s1tools/s1-etad/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/s1tools/s1-etad/actions
    :alt: GitHub Actions Status
.. |Documentation Status| image:: https://img.shields.io/readthedocs/s1etad/latest.svg
    :target: https://pypi.org/project/s1etad
    :alt: Documentation Status

.. contents

About
-----

The ``s1etad`` Python package provides tools for easy access to
Sentinel-1 Extended Timing Annotation Datasets.

The current version of the package is based on the Product Format
Specification Document (ETAD-DLR-PS-0014) Issue 1.5.

Main features provided are:

* open and navigate all the S1-ETAD elements:

  - product (|Sentinel1Etad| class)
  - swaths (|Sentinel1EtadSwath| class)
  - bursts (|Sentinel1EtadBurst| class)

* inspect metadata
* perform queries on bursts (by time, swath name, product name or any
  combination) using the |Sentinel1Etad.burst_catalogue|
* easy iteration
* read corrections
* perform correction mosaic: de-bursting and swath stitching (a basic
  algorithm is currently implemented)
* get footprints
* generate simple KML files of the product
* integration with Jupyter_ environments


.. _Jupyter: https://jupyter.org


Project links
-------------

:download: https://pypi.org/project/s1etad
:documentation: `latest <https://s1etad.readthedocs.io/en/latest>`_,
                `stable <https://s1etad.readthedocs.io/en/stable>`_
:sources: https://github.com/s1tools/s1-etad
:issues: https://github.com/s1tools/s1-etad/issues
:conda package: https://anaconda.org/avalentino/s1etad


Requirements
------------

* `Python <https://www.python.org>`_ >= 3.8
* `numpy <https://numpy.org>`_
* `scipy <https://scipy.org>`_
* `lxml <https://lxml.de>`_
* `netCDF4 <https://github.com/Unidata/netcdf4-python>`_
* `pandas <https://pandas.pydata.org>`_
* `shapely <https://github.com/Toblerity/Shapely>`_
* `pymap3d <https://github.com/geospace-code/pymap3d>`_
* `simplekml <https://pypi.org/project/simplekml>`_
* `GDAL <https://gdal.org>`_
* `matplotlib <https://matplotlib.org>`_


Installation
------------

To install the ``s1etad`` package simply run the following command::

  $ python3 -m pip install s1etad[kmz,cli]

In conda environments::

  $ conda install -c avalentino -c conda-forge s1etad


License
-------

:copyright: 2020-2024 Nuno Mirada, Antonio Valentino

The s1etad package is distributed under the terms of the MIT License.

See ``LICENSE.txt`` for mare details.


.. substitutions
.. |Sentinel1Etad| replace:: ``Sentinel1Etad``
.. |Sentinel1EtadSwath| replace:: ``Sentinel1EtadSwath``
.. |Sentinel1EtadBurst| replace:: ``Sentinel1EtadBurst``
.. |Sentinel1Etad.burst_catalogue| replace:: ``Sentinel1Etad.burst_catalogue``

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "s1etad",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "sentinel,copernicus,esa,remote-sensing,satellite-imagery",
    "author": "Nuno Miranda, Antonio Valentino",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9c/35/5669d5ed07f18006a315c7f449856c4aea21eec5e8cd72f35122a395def7/s1etad-0.5.4.tar.gz",
    "platform": null,
    "description": "s1etad Python package\n======================\n\n.. badges\n\n|PyPI Status| |GHA Status| |Documentation Status|\n\n.. |PyPI Status| image:: https://img.shields.io/pypi/v/s1etad.svg\n    :target: https://pypi.org/project/s1etad\n    :alt: PyPI Status\n.. |GHA Status| image:: https://github.com/s1tools/s1-etad/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/s1tools/s1-etad/actions\n    :alt: GitHub Actions Status\n.. |Documentation Status| image:: https://img.shields.io/readthedocs/s1etad/latest.svg\n    :target: https://pypi.org/project/s1etad\n    :alt: Documentation Status\n\n.. contents\n\nAbout\n-----\n\nThe ``s1etad`` Python package provides tools for easy access to\nSentinel-1 Extended Timing Annotation Datasets.\n\nThe current version of the package is based on the Product Format\nSpecification Document (ETAD-DLR-PS-0014) Issue 1.5.\n\nMain features provided are:\n\n* open and navigate all the S1-ETAD elements:\n\n  - product (|Sentinel1Etad| class)\n  - swaths (|Sentinel1EtadSwath| class)\n  - bursts (|Sentinel1EtadBurst| class)\n\n* inspect metadata\n* perform queries on bursts (by time, swath name, product name or any\n  combination) using the |Sentinel1Etad.burst_catalogue|\n* easy iteration\n* read corrections\n* perform correction mosaic: de-bursting and swath stitching (a basic\n  algorithm is currently implemented)\n* get footprints\n* generate simple KML files of the product\n* integration with Jupyter_ environments\n\n\n.. _Jupyter: https://jupyter.org\n\n\nProject links\n-------------\n\n:download: https://pypi.org/project/s1etad\n:documentation: `latest <https://s1etad.readthedocs.io/en/latest>`_,\n                `stable <https://s1etad.readthedocs.io/en/stable>`_\n:sources: https://github.com/s1tools/s1-etad\n:issues: https://github.com/s1tools/s1-etad/issues\n:conda package: https://anaconda.org/avalentino/s1etad\n\n\nRequirements\n------------\n\n* `Python <https://www.python.org>`_ >= 3.8\n* `numpy <https://numpy.org>`_\n* `scipy <https://scipy.org>`_\n* `lxml <https://lxml.de>`_\n* `netCDF4 <https://github.com/Unidata/netcdf4-python>`_\n* `pandas <https://pandas.pydata.org>`_\n* `shapely <https://github.com/Toblerity/Shapely>`_\n* `pymap3d <https://github.com/geospace-code/pymap3d>`_\n* `simplekml <https://pypi.org/project/simplekml>`_\n* `GDAL <https://gdal.org>`_\n* `matplotlib <https://matplotlib.org>`_\n\n\nInstallation\n------------\n\nTo install the ``s1etad`` package simply run the following command::\n\n  $ python3 -m pip install s1etad[kmz,cli]\n\nIn conda environments::\n\n  $ conda install -c avalentino -c conda-forge s1etad\n\n\nLicense\n-------\n\n:copyright: 2020-2024 Nuno Mirada, Antonio Valentino\n\nThe s1etad package is distributed under the terms of the MIT License.\n\nSee ``LICENSE.txt`` for mare details.\n\n\n.. substitutions\n.. |Sentinel1Etad| replace:: ``Sentinel1Etad``\n.. |Sentinel1EtadSwath| replace:: ``Sentinel1EtadSwath``\n.. |Sentinel1EtadBurst| replace:: ``Sentinel1EtadBurst``\n.. |Sentinel1Etad.burst_catalogue| replace:: ``Sentinel1Etad.burst_catalogue``\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Reader for Sentinel-1 Extended Timing Annotation Dataset",
    "version": "0.5.4",
    "project_urls": {
        "Changelog": "https://github.com/s1tools/s1-etad/blob/main/CHANGELOG.rst",
        "Documentation": "https://s1etad.readthedocs.io",
        "Homepage": "https://github.com/s1tools/s1-etad",
        "Issues": "https://github.com/s1tools/s1-etad/issues",
        "Repository": "https://github.com/s1tools/s1-etad"
    },
    "split_keywords": [
        "sentinel",
        "copernicus",
        "esa",
        "remote-sensing",
        "satellite-imagery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1864b2ccc446b81c768ea2dea447f43769c6d1a4498819ab79e7e346d68c6514",
                "md5": "6417d203635098756034e6405af48506",
                "sha256": "724112befef31aee45078ca884bf60773c0f7adaba7610fcc76901b72877e787"
            },
            "downloads": -1,
            "filename": "s1etad-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6417d203635098756034e6405af48506",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31512,
            "upload_time": "2024-02-10T21:07:30",
            "upload_time_iso_8601": "2024-02-10T21:07:30.798308Z",
            "url": "https://files.pythonhosted.org/packages/18/64/b2ccc446b81c768ea2dea447f43769c6d1a4498819ab79e7e346d68c6514/s1etad-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c355669d5ed07f18006a315c7f449856c4aea21eec5e8cd72f35122a395def7",
                "md5": "245ba4cd1302598b4e2f8fed34f2e181",
                "sha256": "2c16834a6f74eb20337c7c7b354289c3b2f0a7ed2b3ca844859f2276224237b9"
            },
            "downloads": -1,
            "filename": "s1etad-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "245ba4cd1302598b4e2f8fed34f2e181",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1017921,
            "upload_time": "2024-02-10T21:07:35",
            "upload_time_iso_8601": "2024-02-10T21:07:35.502473Z",
            "url": "https://files.pythonhosted.org/packages/9c/35/5669d5ed07f18006a315c7f449856c4aea21eec5e8cd72f35122a395def7/s1etad-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 21:07:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s1tools",
    "github_project": "s1-etad",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "s1etad"
}
        
Elapsed time: 0.17830s