Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created May 15, 2011 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/972852 to your computer and use it in GitHub Desktop.
Save andrewxhill/972852 to your computer and use it in GitHub Desktop.
MetaDataProfile( #key=xab
basic = {name = 'MOL Range Maps',
references = 'Ole Bess',
spatial = 'spatial stuff'
},
detailed = 'lots more info'
profile = 'a real EML profile'
}
MetaDataProfile( #key=r34
basic = {name = 'Puma concolor',
bbox = 'some bbox',
},
detailed = 'lots more info'
profile = 'a real EML profile'
}
MetaDataProfile( #key=r22
basic = {name = 'Ursus americanus',
bbox = 'some bbox',
},
detailed = 'lots more info'
profile = 'a real EML profile'
}
MultiPolygon(
name = 'Puma concolor',
category = 'range',
source = 'mol',
info = {collection: xab,
info: [r34]}
)
MultiPolygon(
name = 'Ursus americanus',
category = 'range',
source = 'mol',
info = {collection: xab,
info: [r22]}
)
OccurrenceSet(
name = 'Puma concolor',
category = 'ecoregion',
source = 'wwf',
info = {collection: x22,
info: [4ps,pb2,xhr]}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment