Skip to content

Commit

Permalink
Merge pull request #99 from NASA-IMPACT/fix-ingest-doc-text-formatting
Browse files Browse the repository at this point in the history
fix formatting of text on data ingest index
  • Loading branch information
j08lue authored Aug 17, 2023
2 parents a05cd1b + 5ad26db commit a77663c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contributing/dataset-ingestion/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Complete as many steps of the process as you have capacity or authorization to.

For a walk through of the full process outlined above, please refer to this [example notebook](https://github.com/NASA-IMPACT/veda-data/blob/main/transformation-scripts/example-template/example-geoglam-ingest.ipynb). This notebook uses the `GEOGLAM June 2023` dataset as an example, but please use this as a guide for the ingestion process (and required dataset defintions), replacing the GEOGLAM dataset with your own.

Stuck on how to develop compliant metadata records for your dataset? Checkout the following notebooks and resources to help provide you with the STAC metadata required to [create the dataset definitions needed for catalog ingestion](https://nasa-impact.github.io/veda-docs/contributing/dataset-ingestion/catalog-ingestion.html).
* How to create STAC Collections - see this [example notebook](/notebooks/veda-operations/stac-collection-creation.html) and related STAC [conventions](./stac-collection-conventions.qmd)
* How to create STAC Items - see this [example notebook](/notebooks/veda-operations/stac-item-creation.html) and [conventions](./stac-item-conventions.qmd)s.
Stuck on how to develop compliant metadata records for your dataset?

Checkout the following notebooks and resources to help provide you with the STAC metadata required to [create the dataset definitions needed for catalog ingestion](https://nasa-impact.github.io/veda-docs/contributing/dataset-ingestion/catalog-ingestion.html).

- **How to create STAC Collections**: see this [example notebook](/notebooks/veda-operations/stac-collection-creation.html) and related STAC [conventions](./stac-collection-conventions.qmd)
- **How to create STAC Items**: see this [example notebook](/notebooks/veda-operations/stac-item-creation.html) and [conventions](./stac-item-conventions.qmd).

0 comments on commit a77663c

Please sign in to comment.