You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/pull_request_template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Tutorial
15
15
Dataset
16
16
17
17
## Checklist
18
-
_The following checklist ensures that our notebooks are internally consistent ([read more](https://nasa-impact.github.io/veda-docs/adding-content/doc-and-notebooks))_
18
+
_The following checklist ensures that our notebooks are internally consistent ([read more](https://nasa-impact.github.io/veda-docs/content-curation/doc-and-notebooks))_
19
19
20
20
-[ ] The first cell contains the rendering information with author and data
21
21
-[ ] The notebook has a **Run this Notebook** section (with filename in link)
@@ -42,10 +42,10 @@ These docs help you use the services provided by the NASA VEDA Platform and lear
42
42
43
43
## New to VEDA?
44
44
45
-
If you are just getting started with open-source geospatial data science (in Python) or want to learn more, you may find the [Collection of External Resources](/open-source-ecosystem/external-resources.qmd)useful.
45
+
To learn from examples, see the [VEDA Example Notebooks](/user-guide/notebooks/index.qmd)- examples of open-source data science using VEDA services.
46
46
47
-
To learn from examples, see the [VEDA Example Notebooks](/notebooks/index.qmd) - examples of open-source data science using VEDA services.
47
+
Selected user groups can also get access to a VEDA-provided [JupyterHub service](/user-guide/scientific-computing/index.qmd).
48
48
49
-
Selected user groups can also get access to a VEDA-provided [JupyterHub service](/nasa-veda-platform/scientific-computing/index.qmd).
49
+
If you are just getting started with open-source geospatial data science (in Python) or want to learn more, you may find the [Collection of External Resources](/open-source-ecosystem/external-resources.qmd) useful.
50
50
51
-
Contributions of data, stories, and example code are open to all users affiliated with the project. We strive to make the process as easy as possible. Please see the docs on [Adding Content](/instance-management/adding-content/index.qmd).
51
+
Want to contribute data, stories, and example code to this site and the [VEDA Dashboard for NASA EarthData](https://www.earthdata.nasa.gov/dashboard/)? Please see the docs on [Content Curation](/user-guide/content-curation/index.qmd).
subtitle: A modular ecosystem of open source software for science data platforms
2
+
title: The VEDA Open Source Ecosystem
3
+
subtitle: Promoting open standards for science data platforms
4
4
---
5
5
6
-
## In this section, you can find
6
+
## The Ecosystem
7
7
8
-
* An overview of the VEDA [software architecture](./architecture.qmd)
9
-
* Links to our project's [code repositories of redeployable software components](./repositories.qmd)
10
-
* A collection of [external resources for learning and reference](./external-resources.qmd)
8
+
Below are resources for prospective platform providers and contributors to the open source ecosystem that VEDA leverages to provide science data platforms.
9
+
10
+
*[Software architecture](./architecture.qmd)
11
+
*[Code repositories of redeployable software components](./repositories.qmd)
12
+
*[External resources for learning and reference](./external-resources.qmd)
13
+
14
+
If you are interested in setting up your own platform based on VEDA open-source software, please email the VEDA team at [email protected] and we will provide further direction.
Copy file name to clipboardexpand all lines: user-guide/content-curation/dashboard-configuration/dataset-configuration.qmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Dataset Configuration"
3
3
subtitle: "Configuring your VEDA Dashboard to show a Dataset already available in VEDA Data Services"
4
4
---
5
5
6
-
Once a dataset is available in your VEDA STAC through VEDA Data Services (following the steps in the [Dataset Ingestion docs](https://docs.openveda.cloud/nasa-veda-platform/adding-content/dataset-ingestion/)), you will need to configure the Dashboard.
6
+
Once a dataset is available in your VEDA STAC through VEDA Data Services (following the steps in the [Dataset Ingestion docs](https://docs.openveda.cloud/user-guide/content-curation/dataset-ingestion/)), you will need to configure the Dashboard.
7
7
8
8
Please note that the VEDA Dashboard relies on its own set of metadata about datasets. No information from STAC is loaded initially, so some metadata may require copying information from the STAC records, such as title, description, and dataset providers.
Copy file name to clipboardexpand all lines: user-guide/content-curation/dashboard-configuration/index.qmd
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Dashboard Configuration"
3
3
subtitle: "Dataset and story publication in your VEDA Dashboard"
4
4
---
5
5
6
-
This guide explains how to publish content to your instance of the [VEDA Dashboard](https://www.earthdata.nasa.gov/dashboard/). You will do this in your own customized repository that resembles [veda-config](https://github.com/NASA-IMPACT/veda-config), the configuration repository for the [Earthdata VEDA Dashboard](https://www.earthdata.nasa.gov/dashboard/).
6
+
This guide explains how to publish content to your instance of the VEDA Dashboard. You will do this in your own customized repository that resembles [veda-config](https://github.com/NASA-IMPACT/veda-config), the configuration repository for the [Earthdata VEDA Dashboard](https://www.earthdata.nasa.gov/dashboard/).
7
7
8
8
Detailed technical documentation for each of the steps is available on GitHub and other places, links provided in the Appendix below.
9
9
@@ -46,7 +46,7 @@ For **Datasets**, the required content is:
46
46
2. 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
47
47
3. A cover image for the dataset as it will appear in the Dashboard
48
48
4. Any other relevant metadata you might want included
Next step: If your data is already in VEDA go to [Dataset Configuration](./dataset-configuration.qmd). Otherwise go to [Dataset Ingestion](../dataset-ingestion/index.qmd).
0 commit comments