Martin Raspaud

Results 496 comments of Martin Raspaud

I propose that we explicit the name of the arguments if the `__call__` prototype, eg: ```python class MyCompositor(CompositeBase): def __call__(self, night_data, day_data=None, solar_zenith_angle=None, **info): data_1 = night_data.copy() try: data_2 =...

I agree with @Kirill888 that the internal representation should be simple and stupid, especially if it matches the rasterio/gdal representation. Now, the cf description is more complex because it covers...

I'm pretty sure `get_lonlatalt` at least already support arrays as input, what is `get_lonlatalt_vectorized` offering more?

also something I find disturbing is that "x in sc" checks for approximate matches too.

@loerum and I approve

I can imagine this could be problematic for "works out-of-the-box" experience, when we already have some users that choke on "why to I need install X to read format Y"...

@lperier thanks for adding this reader! As you can see, the CI is complaining about a few things, that would be nice to fix as many as possible. Another important...