Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants