Created
April 12, 2024 07:55
-
-
Save fabricebrito/8c3bbb670852f75b6dabf60c25e4497f to your computer and use it in GitHub Desktop.
stac-cwl.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Link | |
type: record | |
fields: | |
rel: string | |
href: string | |
type: string | |
title: string | |
- name: STACCatalog | |
type: record | |
fields: | |
id: string | |
description: string | |
links: Link[] | |
catalog_directory: | |
type: Directory? | |
doc: "Optional: Directory containing the STAC catalog.json and other items." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment