Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
15 stars 2 forks source link

Guess cf coords before subsetting #384

Closed aulemahal closed 5 months ago

aulemahal commented 5 months ago

Pull Request Checklist:

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

No. Nothing is touched if coordinates are present. If they can't be found, it will fail silently and we can expect the subset to fail further down the line with some (hopefully) explicit message.

Other information

This allows the seamless usage of extract_dataset with datasets which lack proper attributes on their coordinates (our copy of ERA5, for example).