ICESAT-2HackWeek / coastal_topobathy

Team project aimed at extracting sections of tracklines, and identifying bathymetry and coastal morphology - can be extended to other questions!
https://icesat-2hackweek.github.io/coastal_topobathy/
4 stars 7 forks source link

Refactoring notebooks #5

Open iled opened 2 years ago

iled commented 2 years ago

Hey all,

Following the lead by @eeholmes, I have started to refactor code out of the notebooks. The goal is to extract code that can be reused elsewhere.

For now, these efforts are being done in the refactoring branch. Note: this tutorial of the hackweek has more info on branches.

Notebooks whose functions have been refactored so far:

TODO:

This issue will be updated as more notebooks are refactored.

iled commented 2 years ago

092e1aa removes def's from the two first refactored notebooks and imports those functions from the local modules. Outputs are confirmed to be the same, so those functions seem to be ready to be used!

iled commented 2 years ago

As of ee2fe74 (4 commits), two more notebooks had defs refactored out:

Additionally, refactored notebooks were moved to ./examples, which can later be renamed according to discussion in #6