-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.qmd
45 lines (31 loc) · 2.13 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "VEDA Docs"
subtitle: "How to use VEDA services or deploy your own platform with the VEDA open-source software ecosystem"
---
## Welcome {#welcome}
VEDA ([Visualization, Exploration and Data Analysis](https://www.earthdata.nasa.gov/esds/veda)) is a redeployable data platform to support scientific visualization and analysis.
By combining interactive storytelling with open science principles, VEDA enables researchers to engage new audiences and share their analysis results effectively.
These docs help you use the services provided by the NASA VEDA Platform and learn about the open-source software ecosystem that it is based on.
:::: {layout="[0.5, 0.5]"}
:::{#firstcol}
### NASA VEDA Platform
* [About the VEDA Project](/nasa-veda-platform/about/index.qmd)
* [Data Access and Management Services](/nasa-veda-platform/data-services/index.qmd)
* [VEDA Dashboard](/nasa-veda-platform/dashboard/index.qmd)
* [Scientific Computing](/nasa-veda-platform/scientific-computing/index.qmd)
* [Usage Examples and Tutorials](/notebooks/index.qmd)
* [Getting Access](/nasa-veda-platform/getting-access.qmd)
* [Service Status](https://nasa-impact.github.io/veda-statuspage/)
:::
:::{#secondcol}
### VEDA Open-Source Ecosystem
* [Software Architecture](/open-source-ecosystem/architecture.qmd)
* [Repositiories](/open-source-ecosystem/repositories.qmd)
* [External Resources](/open-source-ecosystem/external-resources.qmd)
:::
::::
## New to VEDA?
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.
To learn from examples, see the [VEDA Example Notebooks](/notebooks/index.qmd) - examples of open-source data science using VEDA services.
Selected user groups can also get access to a VEDA-provided [JupyterHub service](/nasa-veda-platform/scientific-computing/index.qmd).
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 [Contributing](/nasa-veda-platform/contributing/index.qmd).