Adam Dybbroe
Adam Dybbroe
Here, a quick example usage: ``` In [1]: from satpy import Scene In [2]: AREAID = 'nsper_swe' In [3]: FILENAMES = ['/path-to-my-epssg-mws-testdata/W_XX-EUMETSAT-Darmstadt,SAT,SGA1-MWS-1B-RAD_C_EUMT_20210609095009_G_D_20070912084321_20070912102225_T_N____.nc'] In [4]: scn = Scene(filenames=FILENAMES, reader='mws_l1b_nc') In [5]:...
> LGTM. Regarding the title, is this still a first draft? I changed the title. It is adding a reader. Then as this has been developed on test data and...
@TAlonglong Do you have time looking at this again, see comments above?
Hi! It would be great to have GCOM-C SGLI added, indeed. I am not familiar with the instrument and do not currently work with the data, so I think it...
Good. Yeah, it should be fairly straight forward, and re-using the function to write hdf5, so basically it is only making a reader for the new data. Tell me if...
What do you mean? It is not a website but a file on the internet. When I click your above link I get the file on disk. Try `wget -r...
It looks like I can assume that `self.lons` is an Xarray DataArray, and never (just) a numpy array, correct?
> > It looks like I can assume that self.lons is an Xarray DataArray, and never (just) a numpy array, correct? > > For Satpy, yes, but we can't (and...
@djhoese I made a comment in the issue: https://github.com/pytroll/pyresample/issues/554#issuecomment-1820556077 Which solution do you propose I pursue? And does @gerritholl and @mraspaud have opinions as well?
Ok, thanks for the comments and suggestions. And, yes, the dimensions are `("x", "y")` which is non-standard, I know (see below). Concerning option 2: Yes, but actually in this case...