Ouranosinc / miranda

A modern Python utility library for climate data collection and management
Apache License 2.0
17 stars 2 forks source link

Refactor ECCC functionality and create Preprocess module #165

Open Zeitsperre opened 8 months ago

Zeitsperre commented 8 months ago

Pull Request Checklist:

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

Yes, very much so. There are a lot of functions that have been pulled into the new preprocessing module, and the ECCC-related code base is completely changed.

Other information:

This is nowhere near ready. There's a strong possibility that the flat-file-handling code will be pulled entirely, as we will be moving towards an approach based entirely on calls to ECCC's GEOMET service. To be determined.

Zeitsperre commented 7 months ago

@tlogan2000

This is obviously not done, but I'd like to merge both this and your branch for RSDS then start cleaning things up.

tlogan2000 commented 7 months ago

I still have a bunch of unpushed commits for the rdrs branch