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

ideas for new architecture #49

Open
nilshempelmann opened this issue Mar 12, 2020 · 3 comments
Open

ideas for new architecture #49

nilshempelmann opened this issue Mar 12, 2020 · 3 comments

Comments

@nilshempelmann
Copy link
Member

Description

Eggshell was set up as a collection of functions, to be used in several components.

What I Did

Currently eggshell contains the functions, developed for flyingpigeon.
organised in netCDF, EO and ploting related processing.

@nilshempelmann
Copy link
Member Author

Dependencies reduced to:
numpy
netCDF4
matplotlib?

exclude:
ocgis
cdo

How about the processes for EO data?

@huard
Copy link
Collaborator

huard commented Mar 16, 2020

Even matplotlib I'm not sure. Typically graphics would be custom for a process no ?
I see eggshell as storing utilities (file naming, opendap vs file url, metalink stuff), anything that is related to the general operation of a WPS server, not the specific services.

@nilshempelmann
Copy link
Member Author

nilshempelmann commented Mar 16, 2020

eggshell was organized in

  • EO functions
  • netCDF functions
  • plot functions

Does not make sence to continue with this structure.

This will be the core:
https://eggshell.readthedocs.io/en/latest/autoapi/eggshell/utils/index.html
and
https://eggshell.readthedocs.io/en/latest/autoapi/eggshell/nc/nc_utils/index.html

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

No branches or pull requests

2 participants