Skip to content

Instantly share code, notes, and snippets.

@vpipkt
Created June 1, 2016 13:56
Show Gist options
  • Save vpipkt/6889032a365634fbe5de88918929ee27 to your computer and use it in GitHub Desktop.
Save vpipkt/6889032a365634fbe5de88918929ee27 to your computer and use it in GitHub Desktop.
Describing attributes of feature 'ObjectDetection' from catalog table 'geomesa122.gbdx'...
geom: Point (ST-Geo-index)
item_date: Date (ST-Time-index) (Indexed)
polygon: Polygon
vector_type: String
ingest_date: Date (Indexed)
text: String
source: String
item_type: List
first_item_type: String
ingest_source: String
sat_id: String
best_Airliner: Double
best_Background: Double
best_Fighter: Double
best_Helicopter: Double
best_Urban: Double
object_id: String (Indexed)
User data:
geomesa.version: 8
geomesa.table.sharing: true
geomesa.index.dtg: item_date
geomesa.table.sharing.prefix: 
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- a named layer is the basic building block of an sld document -->
<NamedLayer>
<Name>ObjectDetectin Point</Name>
<UserStyle>
<!-- they have names, titles and abstracts -->
<Title>Style for point geom of ObjectDetection</Title>
<Abstract>Style the geom attribute which is a Point</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for points -->
<FeatureTypeStyle>
<FeatureTypeName>ObjectDetection</FeatureTypeName>
<Rule>
<PointSymbolizer>
<Geometry>
<ogc:PropertyName>geom</ogc:PropertyName>
</Geometry>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Stroke>
<CssParameter name="stroke">#0000ff</CssParameter>
<CssParameter name="stroke-width">2</CssParameter>
</Stroke>
</Mark>
<Size>6</Size>
</Graphic>
</PointSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment