umr-lops / xsar

Synthetic Aperture Radar (SAR) Level-1 GRD python mapper for efficient xarray/dask based processing
https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/
MIT License
28 stars 8 forks source link

Change installation guide (readme and installing.rst) #152

Closed yreynaud closed 1 year ago

yreynaud commented 1 year ago

RCM is being merged with xsar in PR (https://github.com/umr-lops/xsar/pull/151). Readers installation is now optional (not to install all the readers if not needed). A new syntax appear for pip installation depending if we want to use Radarsat2, RCM or both : pip install xsar[RCM,RS2]. This syntax search for readers on pypi. The problem is that for the moment xarray-safe-rcm isn't on pypi. So, when it will be uploaded, we will have to modify the installation guide in readme.md and docs/installing.rst with this new syntax.

agrouaze commented 1 year ago

closed with #151