Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] Add UpdateResultTemplate operation #537

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

EHJ-52n
Copy link
Member

@EHJ-52n EHJ-52n commented Apr 24, 2017

Checklist

  • Only if only one template exists for the given offering and observed property.
  • Only <sos:resultStructure> and <sos:resultEncoding> should be updated
  • Schema: Example Request:
    <urt:resultTemplate>http://www.52north.org/test/procedure/9/template/1</urt:resultTemplate>
    <sos:resultStructure>
        <swe:DataRecord>
            <swe:field name="phenomenonTime">
                <swe:Time definition="http://www.opengis.net/def/property/OGC/0/PhenomenonTime">
                    <swe:uom xlink:href="http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"/>
                </swe:Time>
            </swe:field>
            <swe:field name="test_observable_property_9">
                <swe:Quantity definition="http://www.52north.org/test/observableProperty/9_3">
                    <swe:uom code="test_unit_9"/>
                </swe:Quantity>
            </swe:field>
        </swe:DataRecord>
    </sos:resultStructure>
    <sos:resultEncoding>
        <swe:TextEncoding tokenSeparator="#" blockSeparator="@"/>
    </sos:resultEncoding>
    
  • Encoding
    • soap and
    • pox encoding
  • encoding directly added to database as string, no parsing.
  • when structure is set: check if observed property is matching incl. if it is complex or not
  • update get result encoding

Questions/issues

  • GetResult: what happens if old results are requested with new structures
    • encoding
    • result structure
  • InsertResult:
    • encoding
    • result structure

Meta

@EHJ-52n EHJ-52n added this to the 4.4.0 milestone Apr 24, 2017
@EHJ-52n EHJ-52n self-assigned this Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant