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

Test integration of icoscp_core #156

Open
ZogopZ opened this issue Sep 29, 2023 · 0 comments
Open

Test integration of icoscp_core #156

ZogopZ opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@ZogopZ
Copy link
Member

ZogopZ commented Sep 29, 2023

Find out if icoscp_core can easily replace these next foundational points in the current icoscp 0.1.19 :

  • resourcification (instead of envrification)
  • data & metadata access
  • http authenticated access vs jupyter open access

Things to address:

  • Should the validity of a PID be verified at the icoscp_core level or at the icoscp level?
  • From the landing page of a data object someone can grab metadata in various formats (json, ttl, xml, iso19115). Should this functionality be implemented in the icoscp_core library or rather provide the code for such conversions?
  • Deprecate dobj.id or Dobj.dobj properties. Both of these return the dobj. The dobj.id might cause confusion with the built-in id() function.
  • Comparing the "old way" (get request via the icoscp lib) and the "new way" (http request via the icoscp_core lib), it seems like class attribute coverageGeo is missing from the declaration of DataObject class in metacore.py
  • What about stilt authentication (which goes through atmo access)?
@ZogopZ ZogopZ added the feature New feature or request label Sep 29, 2023
@ZogopZ ZogopZ self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant