Skip to content

Instantly share code, notes, and snippets.

@dvntucker
Created August 15, 2016 20:44
Show Gist options
  • Select an option

  • Save dvntucker/9824309a09a86a28f76e9d6ef117221f to your computer and use it in GitHub Desktop.

Select an option

Save dvntucker/9824309a09a86a28f76e9d6ef117221f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Indexer>
<coverages>
<coverage>
<schema name="Temperature_surface">
<attributes>the_geom:Polygon,location:String,imageindex:Integer,time:java.util.Date</attributes>
</schema>
<origName>Temperature_surface</origName>
<name>Temperature_surface</name>
</coverage>
</coverages>
</Indexer>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Indexer>
<domains>
<domain name="time">
<attributes>
<attribute>time</attribute>
</attributes>
</domain>
</domains>
<coverages>
<coverage>
<schema name="Temperature_surface">
<attributes>the_geom:Polygon,location:String,imageindex:Integer,time:java.util.Date</attributes>
</schema>
<domains>
<domain ref="time"/>
</domains>
<origName>Temperature_surface</origName>
<name>Temperature_surface</name>
</coverage>
</coverages>
<parameters>
<parameter name="AuxiliaryFile" value="/Users/devon/Data/grib-user/_auxiliary.xml"/>
<parameter name="AbsolutePath" value="true"/>
</parameters>
</Indexer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment