Dashboard Configuration
Dataset and Discovery publication in the VEDA Dashboard
This guide explains how to publish content in the VEDA Dashboard, the graphical user interface for exploring NASA Earth Data datasets and science stories VEDA UI.
By following this document, you should have a good understanding of how to start from having an idea for some content to show on the VEDA Dashboard all the way to having your data and content appear in the production version of the VEDA Dashboard. Detailed technical documentation for each of the steps is available on GitHub and other places, links provided in the Appendix below.
Data & Content Preparation
This is an important step before ingesting or configuring anything within VEDA. This will set you up for success in later steps.
Key Steps
🧑💻 Collaborate with partners familiar with the data context, to draft the necessary content.
For Discoveries, the required content is:
Text for the actual story itself
Any visuals you would like to include, whether that be images, charts, maps, or other
If maps, identify which dataset and layer you would like to show and whether that is included in VEDA. (⚠️ If the dataset is not yet included in VEDA you’ll have to provide information about it and configure it as explained below).
If charts, gather the relevant data to build the chart. A csv file is the most common, but json is also supported
A cover image for the dataset as it will appear in the Dashboard
A title and short description/sub-title (5-10 words) for the Discovery
Next step: Discovery Configuration.
For Datasets, the required content is:
- A descriptive overview of the dataset, how it came to exist, who maintains it, and how it should be used
- Short descriptions for each layer that you will want to reveal within VEDA (an example of this would be “CO2 mean vs CO2 difference”) for users to explore on a map
- A cover image for the dataset as it will appear in the Dashboard
- Any other relevant metadata you might want included https://nasa-impact.github.io/veda-docs/contributing/dashboard-content.html
- For any datasets that need to be ingested, convert data to Cloud-Optimized GeoTIFFs (COGs) (⚠️ This is currently the only format supported in the VEDA Dashboard. More formats to come in the future)
Next step: If your data is already in VEDA go to Dataset Configuration. Otherwise go to Dataset Ingestion.
Useful Links
- Content repository for the VEDA Dashboard - veda-config
- Data processing from EIS
- Alexey’s notes on helpful tips