Peter Dudfield

Results 285 comments of Peter Dudfield

@braddf you ok to review this? I think its a small change in the readme that helps point people in the right direction

Hi @Plomo-02 , would you be able to update the PR description?

Thanks code looks all good. One thing I notice when i clikc ont he preview branch is the current view wind wind and solar, the ticks go from 0, 1500,...

Im not sure if its easy, but should you split this PR in two, - getting CI tests working - adjusting the max domain calc

Is this out of data @braddf ?

Hi @ShileiCao, Thanks for you question Would you be able to help define this? And perhaps you or someone could have a go at this?

I see this to here - https://github.com/openclimatefix/india-forecast-app/pull/137

> What didn't work: > > ```python > f = fsspec.filesystem("s3", anon=False) > with f.open("some_bucket/some_remote_destination.nc", mode="wb") as ff: > xr.open_dataset("some_local_file.nc").to_netcdf(ff) > ``` > > this results in a `OSError: [Errno...

> Maybe it is netCDF3? xarray is supposed to be able to determine the file type > > ``` > with fsspec.open("s3://some_bucket/some_remote_destination.nc", mode="rb") as ff: > ds = xr.open_dataset(ff) >...

It could be here's some running notes of mine - https://github.com/openclimatefix/MetOfficeDataHub/issues/65 The same method is ```python with fsspec.open("simplecache::s3://nowcasting-nwp-development/data/test.netcdf", mode="wb") as f: dataset.to_netcdf(f,engine='h5netcdf') ```