Simon Proud

Results 89 comments of Simon Proud

@djhoese Only just read through this again, your suggestion to ignore products with a `_` at the start sounds good to me.

Would that have any effect on the other readers that use `recarray2dict`? I think the Electro-L reader does, for example...

Hi Haider, I have worked with this data but not recently. I will take a look and see if I have any suitable python code and get back to you...

Sorry, was away. Unfortunately we do not have any suitable code for this - our MFG reader is in fortran. I may try to convert it to python when I...

Thanks for the info. It would be good to have a more physically based approach, as we talked about in the last few days @mraspaud, that is based on the...

@MengXin001 do you have any documentation or literature that describes this correction? It would be good to include this information in the code for future reference.

Looks good! Had a very quick scan through and a couple of things based on that: - I think it'd be good to reorganise the "howtos". The current order of...

Hi, I encountered this problem but have managed to resolve most of the artefacts by using `fill-antialias: false`. Here's an example of a polygon layer with geoJSON: ```const layer_low ={"id":...

@djhoese To be honest this slipped my mind. I added the reader 'for fun' rather than for a specific work project so can't guarantee I'll finish it fast. Am away...

Looks like recent FY-3E data no longer contains the calibration coefficients (geez, I love consistency!) So, @TAlonglong's "fix" with the `try` and `except` does the job it seems.