Skip to content
/ Borea Public

Borea is an open-source tools-box photogrammetric conversion format

License

Notifications You must be signed in to change notification settings

IGNF/Borea

Repository files navigation

Welcome to Borea !!!

IGNF badge PyPI Downloads

Borea is an open-source tools-box photogrammetric conversion format and transformation coordinate of image and terrain.
Why Borea? B for Box and orea is a back slang of aero.

Tools

Dependency

Conda/Mamba

For conda/mamba environment the depencency is borea_dependency/environment.yml.

Pip venv

For pip environment (venv) the depencency is borea_dependency/requirements.txt
and you need to install libgdal-dev and GDAL>=3.3.2.

Installation

You need to retrieve the repository with git clone and install the environment. By conda or mamba with environment.yml or pip with requirements.txt.

Conda/Mamba

conda env create -f ./borea_dependency/environment.yaml
mamba env create -f ./borea_dependency/environment.yaml

Pip

The package exists on pip with pip install ign-borea without GDAL

pip install -r ./borea_dependency/requirements.txt
sudo apt-get install libgdal-dev

Please note that the GDAL version depends on the libgdal-dev version.

apt-cache show libgdal-dev
# or if you are ogr
ogrinfo --version
pip install GDAL==<GDAL VERSION FROM OGRINFO>

You can find more information on mothergeo-py if you have problems installing GDAL.

In the QGIS environment

View the doc at ./docs/installation/In_QGIS.md.

Contributing

link: CONTRIBUTING.md

logo ign logo fr