IGNF / Borea

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contributing

link: CONTRIBUTING.md

logo ign logo fr

About

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

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.7%