Reader for Sentinel-1 Extended Timing Annotation Dataset
Project description
s1etad Python package
======================
.. image:: https://img.shields.io/readthedocs/s1etad/latest.svg
:target: http://s1etad.readthedocs.org/
:alt: Documentation Status
:copyright: 2020 Nuno Mirada, Antonio Valentino
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.1.
Main features provided are:
* open and navigate all the S1-ETAD elements:
- product (:class:`s1etad.Sentinel1Etad`)
- swaths (:class:`s1etad.Sentinel1EtadSwath`)
- bursts (:class:`s1etad.Sentinel1EtadBurst`)
* inspect metadata
* perform queries on bursts (by time, swath name, product name or any
combination) using the :attr:`Sentinel1Etad.burst_catalog`
* 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-hypernode.com/project/s1etad
:documentation: https://s1etad.readthedocs.io
:sources: https://gitlab.com/nuno.miranda/s1-etad
:issues: https://gitlab.com/nuno.miranda/s1-etad/-/issues
Requirements
------------
* `Python <https://www.python.org>`_ >= 3.6
* `numpy <https://numpy.org>`_
* `scipy <https://scipy.org>`_
* `lxml <https://lxml.de>`_
* `netCDF4 <http://github.com/Unidata/netcdf4-python>`_
* `pandas <https://pandas.pydata.org>`_
* `python-dateutil <https://dateutil.readthedocs.io>`_
* `shapely <https://github.com/Toblerity/Shapely>`_
* `simplekml <https://pypi-hypernode.com/project/simplekml>`_
Installation
------------
To install the ``s1etad`` package simpy run the following command::
$ python3 -m pip install s1etad
License
-------
The s1etad package is distributed unthe the terms of the MIT License.
See ``LICENSE.txt`` for mare details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
s1etad-0.1.0.tar.gz
(725.4 kB
view details)
Built Distribution
File details
Details for the file s1etad-0.1.0.tar.gz
.
File metadata
- Download URL: s1etad-0.1.0.tar.gz
- Upload date:
- Size: 725.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085ddfec5a34e342b29388eba1f75500344936efc8fdf27191d78cbbf49bf1ba |
|
MD5 | ff5ef910ebd21e57e2c2d4e6301ff213 |
|
BLAKE2b-256 | cafc2d458816c89641ad57b79236863e7b82b0861bb852c1e535ac184f16bd72 |
Provenance
File details
Details for the file s1etad-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: s1etad-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45f34ab51a12b0ab418e7a5b69716bbd7a60e6b1a5f4fb7ccf4e7508726215ea |
|
MD5 | d63cd11111461a61326aeff24cb53923 |
|
BLAKE2b-256 | 6fd733d4f2721644894f9e511fe43bb4932a12c35a4f42667519660c43f77c2a |