BioPAL
The BIOMASS Product Algorithm Laboratory hosts official tools for processing and analysing ESA's BIOMASS mission data.
https://github.com/BioPAL/BioPAL
Category: Biosphere
Sub Category: Biomass
Last synced: about 1 hour ago
JSON representation
Repository metadata
BIOMASS Product Algorithm Laboratory
- Host: GitHub
- URL: https://github.com/BioPAL/BioPAL
- Owner: BioPAL
- License: mit
- Created: 2020-07-21T11:45:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T08:48:14.000Z (over 1 year ago)
- Last Synced: 2025-04-25T13:45:37.944Z (5 days ago)
- Language: Python
- Homepage: https://biopal.org/
- Size: 3.26 MB
- Stars: 96
- Watchers: 7
- Forks: 28
- Open Issues: 9
- Releases: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
BioPAL
The BIOMASS Product Algorithm Laboratory hosts official tools for processing and analysing ESA's BIOMASS mission data.
- Website: www.biopal.org
- Documentation:
- Mailing: biopal@esa.int
- Contributing:
- Bug reports:
Objective
BIOMASS is ESA's (European Space Agency) seventh Earth Explorer mission, currently scheduled for launch in 2023. The satellite will be the first P-band SAR (Synthetic Aperture Radar) sensor in space and will be operated in fully polarimetric interferometric and tomographic modes. The mission main aim is to map forest properties globally, but the sensor will also allow exploring subsurface scenarios (ice, desert).
The BIOMASS Product Algorithm Laboratory (BioPAL) is an evolution of the software developed for the BIOMASS prototype processor into an open source library to be used and contributed by the scientific community.
This repository collects the software routines for processing Level 1 SAR products to generate Level 2 forest products of Above Ground Biomass (AGB), Forest Heigth (FH) and Forest Disturbance (FD). More details about these products and BIOMASS can be found here.
Structure of the Project
This repository is organized as follows:
-
arepytools: Aresys I/O library for reading and managing the input dataset. Will be turned to an independent library in the future.
-
biopal: contains the BioPAL source code in particular:
- the
biopal/_package_data
folder (do not edit) contains the default Input and Configuration xml files (use biopal-quickstart to get editable ones, see Getting Started section below)
- the
-
doc: contains the documentation.
BioPAL is already used by some ESA sponsored project, however it is still an experimental code.
This means that there might be still bugs. If you happen to find one, make us happy by filling an issue with all the details to reproduce it the best you can.
You can follow the developement roadmap to version 1.0.0 here.
Getting Started
For advanced insatallation and usage options, refer to Documentation section below.
BioPAL installation (default option)
This installation procedure makes use of the open-source package management system conda, to be pre-installed.
Open a command window with conda available and follow this procedure.
Create an empty biopal environment:
conda create --name biopal python=3.9
Install GDAL library:
conda activate biopal
conda install -c conda-forge GDAL=3.5
Install the package:
pip install biopal
Configure biopal:
biopal-quickstart FOLDER
"FOLDER" is the path where usable and editable versions of Input_File.xml
and Configuration_File.xml
files will be generated.
Run BioPAL
Prepare your Input_File.xml
and Configuration_File.xml
, than open a command window with conda available and run BioPAL:
conda activate biopal
biopal --conf conf_folder inputfilexml
- inputfilexml: path of the
Input_File.xml
- conf_folder: path of the folder containing
Configuration_File.xml
BioPAL datasets
BioPAL gives easy access to several datasets that are used for examples in the documentation and testing.
These datasets are hosted on our FTP server and must be downloaded for use.
Contact biopal@esa.int to receive access to the dataset and for more information.
Call for Contributions
BioPAL is an open source project supported by a community who appreciates help from a wide range of different backgrounds. Large or small, any contribution makes a big difference; and if you've never contributed to an open source project before, we hope you will start with BioPAL!
If you are interested in contributing, check out our contributor's guide. Beyond enhancing the processing algorithms, there are many ways to contribute:
- Submit a bug report or feature request on GitHub Issues.
- Contribute a Jupyter notebook to our examples gallery.
- Assist us with user testing.
- Add to the documentation or help with our website.
- Write unit or integration tests for our project.
- Answer questions on our issues, slack channel, MAAP Forums, and elsewhere.
- Write a blog post, tweet, or share our project with others.
- Teach someone how to use BioPAL.
As you can see, there are lots of ways to get involved and we would be very happy for you to join us! The only thing we ask is that you abide by the principles of openness, respect, and consideration of others as described in our Code of Conduct.
Contributing Guidelines in Brief
Read carefully also contributor's guides before getting started.
-
Fork the repository.
-
Clone the private fork locally (execute the following command in your terminal):
git clone https://github.com/your_name_here/BioPAL.git
-
Follow the instructions specified in the documentation, make a demo run and compare with reference output. Make sure all tests are passed.
-
Add the main repository to the list of your remotes (in order to pull the latest changes before making local changes):
git remote add upstream https://github.com/BioPAL/BioPAL
-
Create a branch for local development.
-
Commit local changes and push local branch to the GitHub private fork.
-
Submit a pull request through the GitHub website to the main branch of the main repository.
Pull Request Requirements
- Include new tests for all the new routines developed.
- Documentation should be updated accordingly.
- Updated code must pass all the tests.
Documentation
Documentation is work in progress and can be found in project doc/ folder and on website doc section.
The user manual of the previous prototype software can be found in legacy.
History
BioPAL was originally written and is currently maintained by Aresys and the BioPAL team on behalf of ESA.
BioPAL team includes reperesentatives of several european research institutions, see website about section.
Citing
If you use BioPAL, please add these citations:
-
BioPAL: BIOMASS Product Algorithm Laboratory, https://github.com/BioPAL/BioPAL
-
Banda F, Giudici D, Le Toan T, Mariotti d’Alessandro M, Papathanassiou K, Quegan S, Riembauer G, Scipal K, Soja M, Tebaldini S, Ulander L, Villard L. The BIOMASS Level 2 Prototype Processor: Design and Experimental Results of Above-Ground Biomass Estimation. Remote Sensing. 2020; 12(6):985. https://doi.org/10.3390/rs12060985
Owner metadata
- Name: BioPAL
- Login: BioPAL
- Email:
- Kind: organization
- Description: BIOMASS Product Algorithm Laboratory
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/68594778?v=4
- Repositories: 4
- Last ynced at: 2023-03-08T18:46:47.897Z
- Profile URL: https://github.com/BioPAL
GitHub Events
Total
- Watch event: 8
- Fork event: 3
Last Year
- Watch event: 8
- Fork event: 3
Committers metadata
Last synced: 1 day ago
Total Commits: 161
Total Committers: 7
Avg Commits per committer: 23.0
Development Distribution Score (DDS): 0.317
Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.25
Name | Commits | |
---|---|---|
Emanuele Giorgi | e****i@a****t | 110 |
Maciej Soja | m****j@m****m | 35 |
Stefanie Lumnitz | s****z@g****m | 6 |
Alonso-Gonzalez | A****z@d****e | 4 |
Mauro Mariotti d'Alessandro | m****i@p****t | 2 |
Rado Pitonak | r****k@g****m | 2 |
banda | f****a@a****t | 2 |
Committer domains:
- aresys.it: 2
- polimi.it: 1
- dlr.de: 1
- mjsoja.com: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 20
Total pull requests: 34
Average time to close issues: about 1 month
Average time to close pull requests: about 1 month
Total issue authors: 7
Total pull request authors: 8
Average comments per issue: 1.2
Average comments per pull request: 0.94
Merged pull request: 32
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- slumnitz (10)
- imsoja (3)
- QianSong-Cherry (2)
- csucyg (2)
- francescobanda (1)
- emanuelegiorgi (1)
- Scartography (1)
Top Pull Request Authors
- emanuelegiorgi (24)
- imsoja (2)
- aalgo (2)
- slumnitz (2)
- francescobanda (1)
- rpitonak (1)
- ClementAlbinet (1)
- mauromariotti (1)
Top Issue Labels
- discussion (2)
- priority: high (1)
- release (1)
- enhancement (1)
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 212 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 2
pypi.org: biopal
BIOMASS Product Algorithm Laboratory
- Homepage: https://biopal.org/
- Documentation: https://biopal.readthedocs.io/
- Licenses: MIT
- Latest release: 0.4.0rc0 (published over 1 year ago)
- Last Synced: 2025-04-29T15:33:36.477Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 212 Last month
-
Rankings:
- Dependent packages count: 10.069%
- Downloads: 30.477%
- Average: 35.956%
- Dependent repos count: 67.323%
- Maintainers (2)
Dependencies
- furo *
- nbsphinx *
- numpydoc *
- sphinx *
- GDAL *
- Pytileproj *
- docopt *
- equi7grid ==0.0.11
- lxml *
- matplotlib *
- namedlist *
- numpy *
- pandas *
- progressbar2 *
- pyproj *
- pytest *
- pyxb *
- scikit-image *
- scipy *
- setuptools *
- shapely *
- Pytileproj *
- docopt *
- equi7grid ==0.0.11
- furo *
- namedlist *
- nbsphinx *
- numpydoc *
- progressbar2 *
- pytest *
- pyxb *
- sphinx *
- Pytileproj *
- docopt *
- equi7grid ==0.0.11
- namedlist *
- progressbar2 *
- pytest *
- pyxb *
Score: 11.965846514234688