-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
In #26 (comment), we're starting to think about where to draw the boundary for the to-be published code. Just creating an issue for discussing what we'd eventually want to include. I'd propose:
- Getting rid of the entire
Download/andPreprocess/folders and all their contents. These only provide functions for downloading MODIS data and preparing that data so it can be used by the data handling framework I used for my paper. These functions should all work, and so they can be used with v. 0.1.0 if anyone wants to. Getting rid of these routines should also remove the need forpyhdf. - Removing the
main.pyfile, since it describes the procedure for reproducing the paper results, which should stay with v 0.1.0. - Rewriting the outcome anlaysis routines in
Postprocess/such that they read data that is compatible with the new metric functions. Remove the sparse PCA functions that rely onRistretto, as those aren't part of any core analysis that I'd think we want to support. Happy to discuss what we want to support, though. - Making a set of wrapper examples, which, given a dataset of a particular structure, loops over a bunch of cloud fields, computes a set of metrics and stores these. One of these examples could be a slight rewrite of the old data handling for reading MODIS downloads, another would be reading in LES fields from a netCDF4 file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels