Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.53 KB

PyBeamDimap

Build Status codecov Documentation Status

A Python interface to easily parse and interact with the BEAM-DIMAP XML file which is used as part of SNAP software for Sentinel satellites. The metadata parameters are parsed and structured as a Python dictionary for easier navigation.

Visit the ReadTheDocs page for more information on how to use this software.

Features

  • Quickly and easily navigate the BEAM-DIMAP metadata for Sentinel satellites
  • Metadata sections are available in preprocessed dataframes or dictionary objects
  • Tested against many workflows. If it raises an issue with your particular workflow please raise an issue.

Installation

Open the terminal and type:

pip install git+https://github.com/pbrotoisworo/py-beam-dimap.git

Contributing

Contributing can be done by submitting a pull request or even just raising an issue. If you encounter an error please let me know.

If you are submitting a pull request, ensure that it passes the tests by installing pytest and typing the following command from the project root:

pytest tests