Installation

L1B SAR SLC IFREMER products are netCDF (.nc) files containing groups. To read netCDF files with groups, a possible python library is xarray-datatree. Installation in a conda environment is recommended.

conda install

conda create -n l1butilsenv
conda activate l1butilsenv
conda install -c conda-forge slcl1butils

pip install

To be up to date with the development team, it’s recommended to update the installation using pip:

pip install git+https://github.com/umr-lops/utils_xsarslc_l1b.git

dev install

git clone https://github.com/umr-lops/utils_xsarslc_l1b.git
cd utils_xsarslc_l1b
pip install -e .