Antoine Grouazel

Results 9 issues of Antoine Grouazel

Dear developers, I would be interested to read WV SLC product from Sentinel-1 mission, do you plan to support such data with your library? thanks

enhancement

rasterio backend support for the `complex_int16` dtype - [x] Closes #5491 - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst`

needs work
dependencies

Having collapsible items (like `xarray.Dataset`s) in `groups` repr_html_ would help to have user friendly overview of python objects. I am wondering whether this feature is already available or not. ![image](https://user-images.githubusercontent.com/14925067/185919708-bc9f515d-e1c9-41a6-b039-6d18c8732cde.png)

html repr

I don't know if it is an issue (datatree==0.0.14) but, at least, it is an error that could appear quite easily: ```python import datatree import xarray as xr ds =...

Dear bopen team, I would be interested in reading Sentinel-1 IW SLC tiff measurement through s3: protocol. I saw in your code this comment: https://github.com/bopen/xarray-sentinel/blob/c544713fe160b6be836d1bd9a69e10e0b2e2ae55/xarray_sentinel/sentinel1.py#L527 Did you open issues in...

trying to read datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2022/013/RS2_OK133121_PK1162214_DK1119226_SCWA_20220113_173154_VV_VH_SGF ```python File "/home1/datahome/agrouaze/sources/git/grdwindinversion/grdwindinversion/inversion.py", line 179, in makeL2 xsar_obj_1000m = fct_dataset(meta, resolution='1000m') File "/home1/datahome/agrouaze/sources/git/xsar/src/xsar/radarsat2_dataset.py", line 216, in __init__ rasters = self._load_rasters_vars() File "/home1/datahome/agrouaze/sources/git/xsar/src/xsar/utils.py", line 94, in wrapper...

bug

address #172 after testing a solution that would go beyond the raise Error in case of antimeridian, it appears that rastering methods (`map_raster` and `_load_rasters_vars`) can simply not handle such...

bug

What is suspect with current `s1.datatree['noise_range'].ds['noise_lut']` is: - lines are giving 2 values below zero (a single negative value would have been enough to do interpolation) - lines from associated...

bug

## Change Summary This PR brings modifications to allow a user to use a singularity image or a docker image instead of conda environement. ## Related issue number addressed issues...