Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amilan17 committed May 2, 2024
1 parent df97058 commit 08bd386
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions examples/ac-network-mplnet-example.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
{
"id": "urn:wmo:md:nasa-mplnet-test:atmospheric-composition.observations.mplnet",
"conformsTo": [
"http://wis.wmo.int/spec/wcmp/2/conf/core"
],
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
41.38600158691406,2.117000102996826
]
},
"time": {
"interval": [
"2015-06-01T00:00:00Z",
".."],
"resolution": "PT1M"
},
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [41.38600158691406,2.117000102996826],
"properties": {
"title": "MPLNET Version 3 Data: Barcelona",
"title": "MPLNET Version 3 Data",
"description": "The NASA Micro-Pulse Lidar Network (MPLNET) is a federated network of Micro-Pulse Lidar (MPL) systems designed to measure aerosol and cloud vertical structure, and boundary layer heights. The data are collected continuously, day and night, over long time periods from sites around the world. Most MPLNET sites are co-located with sites in the NASA Aerosol Robotic Network (AERONET). MPLNET is also a contributing network to the World Meteorological Organization (WMO) Global Atmospheric Watch (GAW) Aerosol Lidar Observation Network, GALION.",
"keywords":[
"NRB","AER","CLD","PBL","Volume_Depolarization_Ratio"
"NRB","AER","CLD","PBL","volume depolarization ratio"
],
"themes": [

{
"concepts": [
{
Expand Down Expand Up @@ -50,7 +52,7 @@
}
],
"schema":"http://codes.wmo.int/wmdr/ProgramAffiliation"
},
}],
"contacts": [
{
"name":"Constantino Muñoz-Porcar",
Expand Down Expand Up @@ -81,9 +83,9 @@
"links": [
{
"rel": "about",
"href": "https://mplnet.gsfc.nasa.gov/data?s=Barcelona&v=V3",
"href": "https://mplnet.gsfc.nasa.gov/data",
"type": "text/html",
"title": "MPLNET V3 Data: Barcelona"
"title": "MPLNET V3 Data"
},
{
"rel": "search",
Expand Down

0 comments on commit 08bd386

Please sign in to comment.