2023-08-31
This is PMA's DBGI daily open-notebook.
Today is 2023.08.31
Todo today
Have a look at the DBGI discussion forum
- https://github.com/orgs/digital-botanical-gardens-initiative/discussions
Doing
Paused
Done
Notes
- possibility of a ppaper describing overal quality (spectral + metadata) of large spectral repositories.
DEfining additional class for the ENPKG
Claasses and abstract classes
Private methods of classes are defined by prefix them with an _underscore
from typing import Type
We make a builder to build Sample objects
https://realpython.com/python3-object-oriented-programming/
Object in a entity or thing in your programming Ex. single perosn
properties name, age, adress behaviors walk, talk and breath