InstallationΒΆ
xsar rely on gdal shared libs and zlib, that are not provided by pip. So insallation in a conda environement is recommended.
Minimal installation xsar:
conda create -n xsar
conda activate xsar
conda install -c conda-forge rasterio gdal dask
for user :
pip install git+https://gitlab.ifremer.fr/sarlib/saroumane.git
for development :
git clone https://gitlab.ifremer.fr/sarlib/saroumane.git
cd saroumane
pip install .
pip install -r requirements.txt
with jupyter and holoviews:
conda install -c conda-forge jupyterlab holoviews datashader nbshpinx
see also notebook in examples/xsar.ipynb