Description
Currently, acknowledgement statements are manually copied into the code. This can be an issue if these change down the line (new data version, etc). As the number of instruments increase, this will become a problem.
We need a more maintainable version of this.
Potential impact
- Is the feature related to an existing problem? - maintainability
- How critical is this feature to your workflow?
- How wide of an impact to you anticipate this enhancement having?
- Would this break any existing functionality?
Potential solution(s)
cdasws can get this information, but you can't access the acknowledgement statement directly. You need to download a packet of data and extract this from the attrs.
- Import and read from the json files for the master cdfs: https://cdaweb.gsfc.nasa.gov/pub/software/cdawlib/0JSONS/
- The info is present in the files themselves. This could be initialized as 'Please load data for acknowledgements', then updated after data is loaded.
- Store web info and point people to the website with ackn info in the saved string.
Alternatives
Continue with copy and paste
Additional context
n/a
Description
Currently, acknowledgement statements are manually copied into the code. This can be an issue if these change down the line (new data version, etc). As the number of instruments increase, this will become a problem.
We need a more maintainable version of this.
Potential impact
Potential solution(s)
cdaswscan get this information, but you can't access the acknowledgement statement directly. You need to download a packet of data and extract this from theattrs.Alternatives
Continue with copy and paste
Additional context
n/a