Skip to content

Managing package contents #28

@martinjanssens

Description

@martinjanssens

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/ and Preprocess/ 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 for pyhdf.
  • Removing the main.py file, 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 on Ristretto, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions