Simon Proud

Results 127 comments of Simon Proud

> Ah yes, I forgot to mention that - indeed, a different resampling would likely improve the results a bit, but iirc we tried in the past and it wasn't...

Could it be similar to this? https://github.com/OSGeo/gdal/issues/7908 Or the need to use tcmalloc? https://gdal.org/en/latest/user/multithreading.html#ram-fragmentation-and-multi-threading

To make my usual comment: Just as long as this is only applied as an enhancement/modified when saving RGBs! We need to make sure that users who want the actual...

@strandgren For quantitative use of the data I think it's important that the result becomes unphysical as the sun reaches the horizon: This indicates to the user that they're doing...

For reference, this may be improved but not totally fixed by my (slowly progressing) work on new LUTs using libradtran in `mystic` mode to allow for a fully non-spherical atmosphere....

I see the code is doing things like: `ax.add_feature(cartopy.feature.OCEAN)` Would it help to reduce the resolution? `ax.add_feature(cartopy.feature.OCEAN.with_scale("110m"))` I'm not sure what resolution is used by cartopy as the default

OK @djhoese I've now modifed the PR and it should comply with your request for the `orbital_parameters`!

For what it's worth, I am aware of: #413, which is also mine, but this appears to be a different issue. In that case I couldn't retrieve the states via...

Sorry for not getting back to you on this - busy few weeks! Will try with `pyopensky` as requested in the next days.