mintproject / ModelCatalog

A repository containing the resources needed to create a catalog of software model models and link them together
Other
1 stars 3 forks source link

Add D-REPR representation for TopoFlow files #40

Open dgarijo opened 4 years ago

dgarijo commented 4 years ago

This is the file shared by @binh-vu for RTS files (precipitation):

version: "2"
resources:
  data:
    type: np-bin
    dtype: float64
attributes:
  data: $.data
semantic_model:
  mint:Variable:1:
    properties:
      - [rdf:value, data]
    static_properties:
      - [mint:standardName, atmosphere_water__rainfall_volume_flux]
  prefixes:
    mint: https://mint.isi.edu/ 

The questions remaining are: how to use it to drive the transformations?