@gesdisc/umm-c
v1.17.0
Published
Type definitions for UMM-C Unified Metadata Model
Downloads
4
Keywords
Readme
Type definitions for UMM-C Unified Metadata Model
Generated from JSON schema: https://git.earthdata.nasa.gov/projects/EMFD/repos/unified-metadata-model/browse/collection/
Usage
- Install a specific version that matches the UMM-C version. For example, to get types for Umm-C v1.8 you would:
npm install @gesdisc/[email protected]
- Import base UmmC and related types as needed:
import { UmmC } from '@gesdisc/umm-c'
Adding a new type
- create a new branch matching UMM version folder scheme
- Generate types with QuickType (TODO: insert docs here) and update index.d.ts
- Commit changes
- Publish using
npx lerna publish
and ensure the version you enter matches the UMM-C version