Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine src code tree #46

Closed
jdries opened this issue Mar 22, 2022 · 3 comments
Closed

Refine src code tree #46

jdries opened this issue Mar 22, 2022 · 3 comments

Comments

@jdries
Copy link
Contributor

jdries commented Mar 22, 2022

Now functions are directly part of jupyter notebooks.

Create better (but simple) module structure, following python guidelines, with one or two algorithms that are now in notebooks.
Move notebooks to separate folder (don't have to be part of the eventual wheel).
Communicate to project colleagues, or write project guidelines.

Library also has to be usable without openEO!

@soxofaan
Copy link
Member

soxofaan commented Apr 14, 2022

  • move (reusable) functions from notebook to real fusets packages/modules
  • unit tests for these functions
  • use these fusets packages in notebooks instead of defining them in the notebooks
  • move notebooks out of src/fusets

@soxofaan
Copy link
Member

Started with PR #49 to extract reusable functions from existing notebooks

soxofaan added a commit that referenced this issue Apr 25, 2022
soxofaan added a commit that referenced this issue Apr 25, 2022
@soxofaan
Copy link
Member

Restructured src and notebook tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants