s2reader | Simple python module to read Sentinel 2 metadata from SAFE
kandi X-RAY | s2reader Summary
kandi X-RAY | s2reader Summary
s2reader is a Python library. s2reader has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install s2reader' or download it from GitHub, PyPI.
Simple python module to read Sentinel 2 metadata from SAFE. In its current version, it is designed to work with Level 1C data. To get more information on the data format, please be refered to the official Sentinel 2 Product Specification. A brief introduction on the most important termes can be found in the documentation as well.
Simple python module to read Sentinel 2 metadata from SAFE. In its current version, it is designed to work with Level 1C data. To get more information on the data format, please be refered to the official Sentinel 2 Product Specification. A brief introduction on the most important termes can be found in the documentation as well.
Support
Quality
Security
License
Reuse
Support
s2reader has a low active ecosystem.
It has 16 star(s) with 5 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 4 have been closed. On average issues are closed in 26 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of s2reader is 0.5
Quality
s2reader has 0 bugs and 0 code smells.
Security
s2reader has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
s2reader code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
s2reader is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
s2reader releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
s2reader saves you 11533 person hours of effort in developing the same functionality from scratch.
It has 23326 lines of code, 48 functions and 28 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed s2reader and discovered the below as its top functions. This is intended to give you an instant insight into s2reader implemented functionality, and help decide if they suit your requirements.
- Returns the path to the granule metadata
- Convert a granule identifier to XML file
- Return the footprint of the product
- Construct a polygon from coordinates
- Return cloud mask
- Get a ~astropy mask QI
- The path of the PVI file
- Return the path to the PVI file
- Return the nodata filled with nodata
- The path to the PVI file
Get all kandi verified functions for this library.
s2reader Key Features
No Key Features are available at this moment for s2reader.
s2reader Examples and Code Snippets
Copy
import s2reader
with s2reader.open("example.SAFE") as s2_product:
# returns product start time
print s2_product.product_start_time
# returns product stop time
print s2_product.product_stop_time
# returns product generation time
Community Discussions
No Community Discussions are available at this moment for s2reader.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install s2reader
You can install using 'pip install s2reader' or download it from GitHub, PyPI.
You can use s2reader like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use s2reader like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page