[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GCMD temporal coverage
- Subject: Re: GCMD temporal coverage
- Date: Wed, 28 Apr 2004 11:16:28 -0600
address@hidden wrote:
On Wed, 7 Apr 2004, Robb Kambic wrote:
Thanks Robb...I'll pass this onto our developers. Not sure what to do
about the temporal info in the parameters category (our database won't
load it like that because its not part of the controlled vocabulary, but
maybe we can force it to do so for this experiment). We think we can do
"last 5 days" on the fly with the temporal coverage, so lets see how that
works.
Thanks!
Gene
Hi Gene:
We are ready to try creating DIF from thredds records and sending them
to GCMD. Attached is a sample DIF record. Its pretty minimal, and we
will be adding more info later, but for now i think it will validate .
Let us know if you see any problems.
I am also attaching a schema made from the DTD, that we are using for
validation, in case its useful to you.
Right now, from our POV, the outstanding issue is the reletive date
thing. Let us know if we can try something out.
We decided we dont need the temporal info in the parameters, so dont
worry about those. Robb will be generating more tables of parameter
names, for other datasets. I guess one of the jobs will be to make sure
we get the names right, and map them to the right place. Is there any
XML to validate against?
Anyway, Robb will be the main contact on this, but i will be working
with him.
Thanks for your help,
John.
<?xml version="1.0" encoding="UTF-8"?>
<!--W3C Schema generated by XMLSPY v5 rel. 2 U (http://www.xmlspy.com)-->
<xs:schema
targetNamespace="http://gcmd.gsfc.nasa.gov/DIF/"
xmlns="http://gcmd.gsfc.nasa.gov/DIF/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xs:element name="DIF">
<xs:complexType>
<xs:sequence>
<xs:element ref="Entry_ID"/>
<xs:element ref="Entry_Title"/>
<xs:element ref="Data_Set_Citation" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element ref="Personnel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Discipline" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Parameters" maxOccurs="unbounded"/>
<xs:element ref="Keyword" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Sensor_Name" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Source_Name" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Temporal_Coverage" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element ref="Paleo_Temporal_Coverage" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element ref="Data_Set_Progress" minOccurs="0"/>
<xs:element ref="Spatial_Coverage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Data_Resolution" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Project" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Quality" minOccurs="0"/>
<xs:element ref="Access_Constraints" minOccurs="0"/>
<xs:element ref="Use_Constraints" minOccurs="0"/>
<xs:element ref="Data_Set_Language" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element ref="Originating_Center" minOccurs="0"/>
<xs:element ref="Data_Center" maxOccurs="unbounded"/>
<xs:element ref="Distribution" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Multimedia_Sample" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element ref="Reference" minOccurs="0"/>
<xs:element ref="Summary"/>
<xs:element ref="Related_URL" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Parent_DIF" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="IDN_Node" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Originating_Metadata_Node" minOccurs="0"/>
<xs:element ref="DIF_Creation_Date" minOccurs="0"/>
<xs:element ref="Last_DIF_Revision_Date" minOccurs="0"/>
<xs:element ref="DIF_Revision_History" minOccurs="0"/>
<xs:element ref="Future_DIF_Review_Date" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Access_Constraints" type="xs:string"/>
<xs:element name="Address" type="xs:string"/>
<xs:element name="Altitude_Resolution" type="xs:string"/>
<xs:element name="Caption" type="xs:string"/>
<xs:element name="Category" type="xs:string"/>
<xs:element name="Chronostratigraphic_Unit" type="xs:string"/>
<xs:element name="DIF_Creation_Date" type="xs:string"/>
<xs:element name="DIF_Revision_History" type="xs:string"/>
<xs:element name="Data_Center">
<xs:complexType>
<xs:sequence>
<xs:element ref="Data_Center_Name"/>
<xs:element ref="Data_Center_URL" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Data_Set_ID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Personnel" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Data_Center_Name">
<xs:complexType>
<xs:sequence>
<xs:element ref="Short_Name"/>
<xs:element ref="Long_Name" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Data_Center_URL" type="xs:string"/>
<xs:element name="Data_Presentation_Form" type="xs:string"/>
<xs:element name="Data_Resolution">
<xs:complexType>
<xs:sequence>
<xs:element ref="Latitude_Resolution" minOccurs="0"/>
<xs:element ref="Longitude_Resolution" minOccurs="0"/>
<xs:element ref="Altitude_Resolution" minOccurs="0"/>
<xs:element ref="Depth_Resolution" minOccurs="0"/>
<xs:element ref="Temporal_Resolution" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Data_Set_Citation">
<xs:complexType>
<xs:sequence>
<xs:element ref="Dataset_Creator" minOccurs="0"/>
<xs:element ref="Dataset_Title" minOccurs="0"/>
<xs:element ref="Dataset_Series_Name" minOccurs="0"/>
<xs:element ref="Dataset_Release_Date" minOccurs="0"/>
<xs:element ref="Dataset_Release_Place" minOccurs="0"/>
<xs:element ref="Dataset_Publisher" minOccurs="0"/>
<xs:element ref="Version" minOccurs="0"/>
<xs:element ref="Issue_Identification" minOccurs="0"/>
<xs:element ref="Data_Presentation_Form" minOccurs="0"/>
<xs:element ref="Other_Citation_Details" minOccurs="0"/>
<xs:element ref="Online_Resource" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Data_Set_ID" type="xs:string"/>
<xs:element name="Data_Set_Language" type="xs:string"/>
<xs:element name="Data_Set_Progress" type="xs:string"/>
<xs:element name="Dataset_Creator" type="xs:string"/>
<xs:element name="Dataset_Publisher" type="xs:string"/>
<xs:element name="Dataset_Release_Date" type="xs:string"/>
<xs:element name="Dataset_Release_Place" type="xs:string"/>
<xs:element name="Dataset_Series_Name" type="xs:string"/>
<xs:element name="Dataset_Title" type="xs:string"/>
<xs:element name="Depth_Resolution" type="xs:string"/>
<xs:element name="Description" type="xs:string"/>
<xs:element name="Detailed_Location" type="xs:string"/>
<xs:element name="Detailed_Subdiscipline" type="xs:string"/>
<xs:element name="Detailed_Variable" type="xs:string"/>
<xs:element name="Discipline">
<xs:complexType>
<xs:sequence>
<xs:element ref="Discipline_Name"/>
<xs:element ref="Subdiscipline" minOccurs="0"/>
<xs:element ref="Detailed_Subdiscipline" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Discipline_Name" type="xs:string"/>
<xs:element name="Distribution">
<xs:complexType>
<xs:sequence>
<xs:element ref="Distribution_Media" minOccurs="0"/>
<xs:element ref="Distribution_Size" minOccurs="0"/>
<xs:element ref="Distribution_Format" minOccurs="0"/>
<xs:element ref="Fees" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Distribution_Format" type="xs:string"/>
<xs:element name="Distribution_Media" type="xs:string"/>
<xs:element name="Distribution_Size" type="xs:string"/>
<xs:element name="Easternmost_Longitude" type="xs:string"/>
<xs:element name="Email" type="xs:string"/>
<xs:element name="Entry_ID" type="xs:string"/>
<xs:element name="Entry_Title" type="xs:string"/>
<xs:element name="FAX" type="xs:string"/>
<xs:element name="Fax" type="xs:string"/>
<xs:element name="Fees" type="xs:string"/>
<xs:element name="File" type="xs:string"/>
<xs:element name="First_Name" type="xs:string"/>
<xs:element name="Format" type="xs:string"/>
<xs:element name="Future_DIF_Review_Date" type="xs:string"/>
<xs:element name="IDN_Node">
<xs:complexType>
<xs:sequence>
<xs:element ref="Short_Name"/>
<xs:element ref="Long_Name" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Issue_Identification" type="xs:string"/>
<xs:element name="Keyword" type="xs:string"/>
<xs:element name="Last_DIF_Revision_Date" type="xs:string"/>
<xs:element name="Last_Name" type="xs:string"/>
<xs:element name="Latitude_Resolution" type="xs:string"/>
<xs:element name="Location">
<xs:complexType>
<xs:sequence>
<xs:element ref="Location_Name"/>
<xs:element ref="Detailed_Location" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Location_Name" type="xs:string"/>
<xs:element name="Long_Name" type="xs:string"/>
<xs:element name="Longitude_Resolution" type="xs:string"/>
<xs:element name="Maximum_Altitude" type="xs:string"/>
<xs:element name="Maximum_Depth" type="xs:string"/>
<xs:element name="Middle_Name" type="xs:string"/>
<xs:element name="Minimum_Altitude" type="xs:string"/>
<xs:element name="Minimum_Depth" type="xs:string"/>
<xs:element name="Multimedia_Sample">
<xs:complexType>
<xs:sequence>
<xs:element ref="File" minOccurs="0"/>
<xs:element ref="URL" minOccurs="0"/>
<xs:element ref="Format" minOccurs="0"/>
<xs:element ref="Caption" minOccurs="0"/>
<xs:element ref="Description" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Northernmost_Latitude" type="xs:string"/>
<xs:element name="Online_Resource" type="xs:string"/>
<xs:element name="Originating_Center" type="xs:string"/>
<xs:element name="Originating_Metadata_Node" type="xs:string"/>
<xs:element name="Other_Citation_Details" type="xs:string"/>
<xs:element name="Paleo_Start_Date" type="xs:string"/>
<xs:element name="Paleo_Stop_Date" type="xs:string"/>
<xs:element name="Paleo_Temporal_Coverage">
<xs:complexType>
<xs:sequence>
<xs:element ref="Paleo_Start_Date" minOccurs="0"/>
<xs:element ref="Paleo_Stop_Date" minOccurs="0"/>
<xs:element ref="Chronostratigraphic_Unit" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Parameters">
<xs:complexType>
<xs:sequence>
<xs:element ref="Category"/>
<xs:element ref="Topic"/>
<xs:element ref="Term"/>
<xs:element ref="Variable" minOccurs="0"/>
<xs:element ref="Detailed_Variable" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Parent_DIF" type="xs:string"/>
<xs:element name="Personnel">
<xs:complexType>
<xs:sequence>
<xs:element ref="Role" maxOccurs="unbounded"/>
<xs:element ref="First_Name" minOccurs="0"/>
<xs:element ref="Middle_Name" minOccurs="0"/>
<xs:element ref="Last_Name" minOccurs="0"/>
<xs:element ref="Email" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Phone" minOccurs="0" maxOccurs="unbounded"/>
<xs:choice>
<xs:element ref="Fax" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="FAX" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element ref="Address" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Phone" type="xs:string"/>
<xs:element name="Project">
<xs:complexType>
<xs:sequence>
<xs:element ref="Short_Name"/>
<xs:element ref="Long_Name" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Quality" type="xs:string"/>
<xs:element name="Reference" type="xs:string"/>
<xs:element name="Related_URL">
<xs:complexType>
<xs:sequence>
<xs:element ref="URL_Content_Type" minOccurs="0"/>
<xs:element ref="URL" maxOccurs="unbounded"/>
<xs:element ref="Description" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Role" type="xs:string"/>
<xs:element name="Sensor_Name">
<xs:complexType>
<xs:sequence>
<xs:element ref="Short_Name"/>
<xs:element ref="Long_Name" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Short_Name" type="xs:string"/>
<xs:element name="Source_Name">
<xs:complexType>
<xs:sequence>
<xs:element ref="Short_Name"/>
<xs:element ref="Long_Name" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Southernmost_Latitude" type="xs:string"/>
<xs:element name="Spatial_Coverage">
<xs:complexType>
<xs:sequence>
<xs:element ref="Southernmost_Latitude" minOccurs="0"/>
<xs:element ref="Northernmost_Latitude" minOccurs="0"/>
<xs:element ref="Westernmost_Longitude" minOccurs="0"/>
<xs:element ref="Easternmost_Longitude" minOccurs="0"/>
<xs:element ref="Minimum_Altitude" minOccurs="0"/>
<xs:element ref="Maximum_Altitude" minOccurs="0"/>
<xs:element ref="Minimum_Depth" minOccurs="0"/>
<xs:element ref="Maximum_Depth" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Start_Date" type="xs:string"/>
<xs:element name="Stop_Date" type="xs:string"/>
<xs:element name="Subdiscipline" type="xs:string"/>
<xs:element name="Summary" type="xs:string"/>
<xs:element name="Temporal_Coverage">
<xs:complexType>
<xs:sequence>
<xs:element ref="Start_Date" minOccurs="0"/>
<xs:element ref="Stop_Date" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Temporal_Resolution" type="xs:string"/>
<xs:element name="Term" type="xs:string"/>
<xs:element name="Topic" type="xs:string"/>
<xs:element name="URL" type="xs:string"/>
<xs:element name="URL_Content_Type" type="xs:string"/>
<xs:element name="Use_Constraints" type="xs:string"/>
<xs:element name="Variable" type="xs:string"/>
<xs:element name="Version" type="xs:string"/>
<xs:element name="Westernmost_Longitude" type="xs:string"/>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<DIF xmlns="http://gcmd.gsfc.nasa.gov/DIF/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://gcmd.gsfc.nasa.gov/DIF/
http://www.unidata.ucar.edu/schemas/other/gcmd/dif.xsd">
<Entry_ID>unidata.ucar.edu:solve1.solve</Entry_ID>
<Entry_Title>SAGE III Ozone Loss and Validation Experiment</Entry_Title>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_from_direction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_speed</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_gust</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_from_direction_min</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_from_direction_max</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_peak_from_direction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_peak_speed</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Winds</Term>
<Variable>Surface Winds</Variable>
<Detailed_Variable>wind_peak_time</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Visibility</Term>
<Variable>Visibility In Air</Variable>
<Detailed_Variable>visibility_in_air</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Visibility</Term>
<Variable>Visibility In Air</Variable>
<Detailed_Variable>visibility_in_air_direction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Visibility</Term>
<Variable>Visibility In Air</Variable>
<Detailed_Variable>visibility_in_air_vertical</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Visibility</Term>
<Variable>Visibility In Air</Variable>
<Detailed_Variable>visibility_in_air_surface</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Amount/Frequency</Variable>
<Detailed_Variable>low_cloud_area_fraction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Height</Variable>
<Detailed_Variable>low_cloud_base_altitude</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Amount/Frequency</Variable>
<Detailed_Variable>middle_cloud_area_fraction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Height</Variable>
<Detailed_Variable>middle_cloud_base_altitude</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Amount/Frequency</Variable>
<Detailed_Variable>high_cloud_area_fraction</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Clouds</Term>
<Variable>Cloud Height</Variable>
<Detailed_Variable>high_cloud_base_altitude</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Temperature</Term>
<Variable>Air Temperature</Variable>
<Detailed_Variable>air_temperature</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Water Vapor</Term>
<Variable>Dew Point</Variable>
<Detailed_Variable>dew_point_temperature</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Pressure</Term>
<Variable>Surface Pressure</Variable>
<Detailed_Variable>air_pressure</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Pressure</Term>
<Variable>Sea Level Pressure</Variable>
<Detailed_Variable>air_pressure_at_sea_level</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Atmosphere Phenomena</Term>
<Variable>Storms</Variable>
<Detailed_Variable>weather</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Precipitation</Term>
<Variable>Snow</Variable>
<Detailed_Variable>snowfall_amount_last_hour</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Precipitation</Term>
<Variable>Snow</Variable>
<Detailed_Variable>snowfall_amount</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Precipitation</Term>
<Variable>Precipitation Amount</Variable>
<Detailed_Variable>precipitation_amount_hourly</Detailed_Variable>
</Parameters>
<Parameters>
<Category>EARTH SCIENCE</Category>
<Topic>Atmosphere</Topic>
<Term>Precipitation</Term>
<Variable>Precipitation Amount</Variable>
<Detailed_Variable>precipitation_amount_24_hours</Detailed_Variable>
</Parameters>
<Keyword>Atmospheric Science</Keyword>
<Keyword>Aircraft Measurements</Keyword>
<Keyword>Upper Tropospheric Chemistry</Keyword>
<Temporal_Coverage>
<Start_Date>1999-11-16</Start_Date>
<Stop_Date>2004-04-28</Stop_Date>
</Temporal_Coverage>
<Spatial_Coverage>
<Southernmost_Latitude>-40.0</Southernmost_Latitude>
<Northernmost_Latitude>40.0</Northernmost_Latitude>
<Westernmost_Longitude>-130.0</Westernmost_Longitude>
<Easternmost_Longitude>130.0</Easternmost_Longitude>
</Spatial_Coverage>
<Use_Constraints>These files have been created from data files available at
the NASA ESPO data archive. For each flight, the individual measurement files
have been averaged at 1 minute, merged into single files, and saved in NetCDF
format by NCAR/ACD (F.Wu and L.Emmons). Please consult the original files for
additional information regarding the measurement techniques and comments on
interpreting the data. Users of these data files are expected to follow the
NASA ESPO Archive guidelines for use of the SOLVE data, including consulting
with the PIs of the individual measurements for interpretation and
credit.</Use_Constraints>
<Data_Center>
<Data_Center_Name>
<Short_Name>UCAR/NCAR/CDP</Short_Name>
<Long_Name>Community Data Portal, National Center for Atmospheric
Research, University Corporation for Atmospheric Research</Long_Name>
</Data_Center_Name>
<Data_Center_URL>http://dataportal.ucar.edu</Data_Center_URL>
<Personnel>
<Role>DATA CENTER CONTACT</Role>
<Email>address@hidden</Email>
</Personnel>
</Data_Center>
<Summary>NetCDF files of 1-minute averaged data sets for each flight of the
DC-8 and ER-2 aircraft during the NASA SOLVE field experiment.</Summary>
<Related_URL>
<URL_Content_Type>THREDDS access page</URL_Content_Type>
<URL>http://localhost:8080/thredds/subset.html?catalog=file:///C:/dev/thredds/catalog/test/data/TestHarvest.xml&dataset=solve1.solve</URL>
</Related_URL>
<DIF_Creation_Date>2004-04-28</DIF_Creation_Date>
</DIF>