Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Allow extended-format mapping files to be used for beliefs instead of just simple dictionaries. #5

Merged
merged 1 commit into from
Oct 2, 2013

Conversation

daf
Copy link
Member

@daf daf commented Oct 1, 2013

This allows mappings generated by metamap (metamap.ioos.us) with full descriptions, eg:

{
  "comment": {
    "query": "/ncml:netcdf/ncml:attribute[@name='comment']/@value",
    "desc": "Miscellaneous information about the data.\t"
  },
  "time_coverage_resolution": {
    "query": "//ncml:attribute[@name='time_coverage_resolution']/@value)",
    "desc": "Describes the temporal coverage of the data as a time range.\t"
  },
  "geospatial_vertical_max": {
    "query": "/ncml:netcdf/ncml:attribute[@name='geospatial_vertical_max']/@value",
    "desc": "Describes a simple latitude, longitude, and vertical bounding box. For a more detailed geospatial coverage, see the suggested geospatial attributes.\n"
  },

kwilcox added a commit that referenced this pull request Oct 2, 2013
Allow extended-format mapping files to be used for beliefs instead of just simple dictionaries.
@kwilcox kwilcox merged commit 45c1bfd into ioos:master Oct 2, 2013
@dstuebe
Copy link
Contributor

dstuebe commented Oct 2, 2013

Looks great. Sorry I dragged ass on that one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants