diff --git a/README.md b/README.md
index d4c711e..8a3ccc1 100644
--- a/README.md
+++ b/README.md
@@ -1,56 +1,56 @@
-![OGC Logo](http://portal.opengeospatial.org/files/?artifact_id=11976&format=gif "OGC Logo")
-
-
-# Moving Features JSON Encodings
-
-This draft proposes a JSON encoding representation of movement of geographic features specified by OGC Moving Features ([OGC 14 083r2](http://docs.opengeospatial.org/is/14-083r2/14-083r2.html) and [OGC 14 084r2](http://docs.opengeospatial.org/is/14-084r2/14-084r2.html)).
-A moving feature can be express as a dynamic geomtry whose location continouly changes over time. Also it can contain dynamic non-spatial attributes of features whose value varies with time.
-The data format in this draft is extended from **GeoJSON terms** (type, geomtery, properties, etc.) in order to take the compatibility of GeoJSON.
-
-## About
-
-This GitHub repository tracks the latest version of the Moving Features JSON Encoding draft, which is not an OGC Stardard but will be publishied as an OGC Best Practice Paper. Therefore, it is not an official postion of the OGC memebership.
-With this repository the OGC invites collaboration and comments directed at the development and enhancement of this candidate encoding format.
-Pull requests for fixes are appreciated, and new functionality will still be considered until fixing the encoding format.
-The specification is done in asciidoc a format supported by GitHub, similar to markdown but with some features that make it better for specifications, like automatic section numbering.
-
-**Editor: Kyoung-Sook KIM, Nobuhiro ISHIMARU**
-
-## Contributing
-
-The contributor understands that any contributions, if accepted by the OGC Membership, shall
-be incorporated into the formal OGC Moving Features standards document and that all copyright and
-intellectual property shall be vested to the OGC.
-
-The Moving Features Standards Working Group (SWG) is the group at OGC responsible for the stewardship
-of the standard.
-
-The Moving Features SWG currently has the following email list:
- - moving-features.swg@lists.opengeospatial.org -- [sign up here](https://lists.opengeospatial.org/mailman/listinfo/moving-features.swg)
- - Private List
- - Access controlled archives
- - Requires OGC membership and Observer Agreement to protect IPR (intellectual property rights)
-
-
-**SWG Chair:**
-+ Nobuhiro ISHIMARU(Hitachi, Ltd., Defense Systems Company)
-+ Kyoung-Sook KIM(National Institute of Advanced Industrial Science & Technology (AIST))
-
-## Editing and commenting
-The Moving Features SWG is accepting public comments and suggested revisions to this document via GitHub.
-To suggest changes to the document please fork the repository and submit a pull request with the desired changes.
-Please make one pull request per logical requested change and be sure to include a comment in the PR with any justification or reasoning on why the change is needed.
-
-For more general comments (that don't include actual text changes to the specification) please create a GitHub [issue](https://github.com/opengeospatial/geopackage/issues) for that topic.
-
-Complex changes and feature requests must go throught the [change request](http://portal.opengeospatial.org/public_ogc/change_request.php) process. The details entered
-in the change request form will help the SWG adjudicate and prioritize the request.
-
-## Usages
-1. Install [asciidoctor](http://asciidoctor.org)
-2. On command line: asciidoctor -a stylesheet=./example.css index.adoc
-
-**asciidoctor-pdf -r asciidoctor-mathematical -a pdf-stylesdir=. -a pdf-style=asciidoctor -o output.pdf index.adoc
-
-
-[Document rendering example](https://ksookim.github.io/mf-json)
+![OGC Logo](http://portal.opengeospatial.org/files/?artifact_id=11976&format=gif "OGC Logo")
+
+
+# Moving Features JSON Encodings
+
+This draft proposes a JSON encoding representation of movement of geographic features specified by OGC Moving Features ([OGC 14 083r2](http://docs.opengeospatial.org/is/14-083r2/14-083r2.html) and [OGC 14 084r2](http://docs.opengeospatial.org/is/14-084r2/14-084r2.html)).
+A moving feature can be express as a dynamic geomtry whose location continouly changes over time. Also it can contain dynamic non-spatial attributes of features whose value varies with time.
+The data format in this draft is extended from **GeoJSON terms** (type, geomtery, properties, etc.) in order to take the compatibility of GeoJSON.
+
+## About
+
+This GitHub repository tracks the latest version of the Moving Features JSON Encoding draft, which is not an OGC Stardard but will be publishied as an OGC Best Practice Paper. Therefore, it is not an official postion of the OGC memebership.
+With this repository the OGC invites collaboration and comments directed at the development and enhancement of this candidate encoding format.
+Pull requests for fixes are appreciated, and new functionality will still be considered until fixing the encoding format.
+The specification is done in asciidoc a format supported by GitHub, similar to markdown but with some features that make it better for specifications, like automatic section numbering.
+
+**Editor: Kyoung-Sook KIM, Nobuhiro ISHIMARU**
+
+## Contributing
+
+The contributor understands that any contributions, if accepted by the OGC Membership, shall
+be incorporated into the formal OGC Moving Features standards document and that all copyright and
+intellectual property shall be vested to the OGC.
+
+The Moving Features Standards Working Group (SWG) is the group at OGC responsible for the stewardship
+of the standard.
+
+The Moving Features SWG currently has the following email list:
+ - moving-features.swg@lists.opengeospatial.org -- [sign up here](https://lists.opengeospatial.org/mailman/listinfo/moving-features.swg)
+ - Private List
+ - Access controlled archives
+ - Requires OGC membership and Observer Agreement to protect IPR (intellectual property rights)
+
+
+**SWG Chair:**
++ Nobuhiro ISHIMARU(Hitachi, Ltd., Defense Systems Company)
++ Kyoung-Sook KIM(National Institute of Advanced Industrial Science & Technology (AIST))
+
+## Editing and commenting
+The Moving Features SWG is accepting public comments and suggested revisions to this document via GitHub.
+To suggest changes to the document please fork the repository and submit a pull request with the desired changes.
+Please make one pull request per logical requested change and be sure to include a comment in the PR with any justification or reasoning on why the change is needed.
+
+For more general comments (that don't include actual text changes to the specification) please create a GitHub [issue](https://github.com/opengeospatial/geopackage/issues) for that topic.
+
+Complex changes and feature requests must go throught the [change request](http://portal.opengeospatial.org/public_ogc/change_request.php) process. The details entered
+in the change request form will help the SWG adjudicate and prioritize the request.
+
+## Usages
+1. Install [asciidoctor](http://asciidoctor.org)
+2. On command line: asciidoctor -a stylesheet=./example.css index.adoc
+
+**asciidoctor-pdf -r asciidoctor-mathematical -a pdf-stylesdir=. -a pdf-style=asciidoctor -o output.pdf index.adoc
+
+
+[Document rendering example](https://ksookim.github.io/mf-json)
diff --git a/bp/0_preface.adoc b/bp/0_preface.adoc
index 8d3caf8..21e10ea 100755
--- a/bp/0_preface.adoc
+++ b/bp/0_preface.adoc
@@ -1,54 +1,54 @@
-[big]*i. Abstract*
-
-This document proposes a JavaScript Object Notation (JSON) encoding representation of movement of geographic features as an encoding extension of OGC Moving Features ([OGC 14-083r2] and [OGC 14-084r2]).
-A moving feature, typically a vehicle and pedestrian, can be expressed as a temporal geometry whose location continuously changes over time and contains dynamic non-spatial attributes whose values vary with time.
-This Best Practice describes how to share moving feature data based on JSON and GeoJSON (a JSON format for encoding geographic data structures).
-In addition, this document provides an example of RESTful approaches as a Feature Service Interface that has the potential for simplicity, scalability, and resilience with respect to exchange of moving feature data across the Web.
-
-
-[big]*ii. Keywords*
-
-The following are keywords to be used by search engines and document catalogues.
-
-ogcdoc, OGC document, moving features, encoding, JSON, REST
-
-
-[big]*iii. Preface*
-
-This Best Practice document follows the abstract data model defined in ISO 19141:2008 [ISO 19141:2008] with
-the encoding method referring to the IETF GeoJSON Format [IETF RFC 7946].
-OGC Moving Features Encoding standards XML Core [OGC 14 083r2] and Simple CSV [OGC 14 084r2] have focused on the movement of 0-dimensional geometric primitives (Points), called trajectories.
-However, this document covers the movements of 0-dimensional Points, 1-dimensional curve LineStrings, and 2-dimensional surface Polygons to support application requirements such as disaster risk management, traffic information services, and geo-fencing services.
-
-Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights.
-The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.
-
-_Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation._
-
-[big]*iv. Submitting organizations*
-
-The following organization has submitted this Document to the Open GeoSpatial Consortium, Inc.:
-
-* Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-
-
-[big]*v. Submitters*
-
-All questions regarding this submission should be directed to the editor or the submitters:
-
-{set:cellbgcolor!}
-[width="99%", cols="3,7"]
-|===========================================================
-|*Name* |*Organization*
-|Kyoung-Sook KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-|Hirotaka OGAWA |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-|===========================================================
-
-
-[big]*vi. Future Work*
-
-Among the topics for future development are the following items:
-
-- Testing RESTful API implementation;
-- Moving features in an indoor space; and
-- Representation of three-dimensional moving features.
+[big]*i. Abstract*
+
+This document proposes a JavaScript Object Notation (JSON) encoding representation of movement of geographic features as an encoding extension of OGC Moving Features ([OGC 14-083r2] and [OGC 14-084r2]).
+A moving feature, typically a vehicle and pedestrian, can be expressed as a temporal geometry whose location continuously changes over time and contains dynamic non-spatial attributes whose values vary with time.
+This Best Practice describes how to share moving feature data based on JSON and GeoJSON (a JSON format for encoding geographic data structures).
+In addition, this document provides an example of RESTful approaches as a Feature Service Interface that has the potential for simplicity, scalability, and resilience with respect to exchange of moving feature data across the Web.
+
+
+[big]*ii. Keywords*
+
+The following are keywords to be used by search engines and document catalogues.
+
+ogcdoc, OGC document, moving features, encoding, JSON, REST
+
+
+[big]*iii. Preface*
+
+This Best Practice document follows the abstract data model defined in ISO 19141:2008 [ISO 19141:2008] with
+the encoding method referring to the IETF GeoJSON Format [IETF RFC 7946].
+OGC Moving Features Encoding standards XML Core [OGC 14 083r2] and Simple CSV [OGC 14 084r2] have focused on the movement of 0-dimensional geometric primitives (Points), called trajectories.
+However, this document covers the movements of 0-dimensional Points, 1-dimensional curve LineStrings, and 2-dimensional surface Polygons to support application requirements such as disaster risk management, traffic information services, and geo-fencing services.
+
+Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights.
+The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.
+
+_Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation._
+
+[big]*iv. Submitting organizations*
+
+The following organization has submitted this Document to the Open GeoSpatial Consortium, Inc.:
+
+* Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+
+
+[big]*v. Submitters*
+
+All questions regarding this submission should be directed to the editor or the submitters:
+
+{set:cellbgcolor!}
+[width="99%", cols="3,7"]
+|===========================================================
+|*Name* |*Organization*
+|Kyoung-Sook KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+|Hirotaka OGAWA |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+|===========================================================
+
+
+[big]*vi. Future Work*
+
+Among the topics for future development are the following items:
+
+- Testing RESTful API implementation;
+- Moving features in an indoor space; and
+- Representation of three-dimensional moving features.
diff --git a/bp/1_introduction.adoc b/bp/1_introduction.adoc
index 4cd580d..361831a 100755
--- a/bp/1_introduction.adoc
+++ b/bp/1_introduction.adoc
@@ -1,198 +1,198 @@
-== Scope
-
-This Best Practice provides a format for encoding moving features using JSON [IETF RFC7159] and an example of interfaces for the RESTful service of moving features.
-A moving feature describes the geometry of a feature that moves within any domain composed of spatial objects as specified in ISO 19107:2003.
-The Moving Feature JSON encoding defined in this document is an alternative to the OGC(R) Moving Features Encodings XML [OGC 14 083r2] and Simple Comma Separated Values (CSV) [OGC 14 084r2] standards.
-The data format of Moving Feature JSON is correspondingly designed to implement the abstract model of moving features as defined in ISO 19141:2008 as shown in the <> with the concepts of foliation, prism, trajectory, and leaf.
-
-[#conceptual_model,reftext='{figure-caption} {counter:figure-num}']
-.Conceptual Model of a Moving Feature: Foliation, Prism, Leaf, and Trajectory
-image::moving-features.png[Conceptual Moving Feature, pdfwidth=60%, width=60%, align="center"]
-
-In the illustration above, a 2D rectangle moves and rotates. Each representation of the rectangle at a given time is a leaf.
-The path traced by each corner point of the rectangle (and by each of its other points) is a trajectory.
-The set of points contained in all of the leaves, and in all of the trajectories, forms a prism.
-The set of leaves also forms a foliation, meaning that there is a complete and separate representation of the geometry of the feature for each specific time.
-The prism of the moving feature can be viewed as a bundle of trajectories of points on the local engineering representation of the feature's geometry.
-
-In general, Moving Feature JSON encoding applies to representations and formats of GeoJSON [IETF RFC 7946];
-however, new terms are added to specify dynamic attributes of moving features:
-
-* _Temporal geometric objects_ whose location changes over time: the movement of 0-dimensional, 1-dimensional, 2-dimensional geometric primitives, and their collections; and
-* _Dynamic non-spatial attributes_ whose value varies with time: the change of a quantity.
-
-This document also describes interfaces for accessing moving features based on the data format:
-
-* _RESTful APIs_ for handling moving feature data over HTTP: Create, Read, Update, and Delete (CRUD) operations.
-
-This Best Practice document has left many issues out of its scope.
-Design issues with complex interpolation methods and service capabilities were not considered.
-
-== Conformance
-
-Not applicable for this Best Practice document.
-
-[#references,reftext='3']
-== References
-
-The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
-
-* OGC: http://www.opengeospatial.org/standards/common[OGC 06-121r9], _OGC Web Services Common Standard_, version 2.0.0, 2010.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-083r2], _OGC Moving Features Encoding Part I: XML Core_, 2015.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-084r2], _OGC Moving Features Encoding Extension: Simple Comma Separated Values (CSV)_, 2015.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 16-120r3], _OGC Moving Features Access_, 2017.
-* OGC: http://www.opengeospatial.org/standards/sensorthings[OGC 15-078r6], _OGC SensorThings API Part 1: Sensing_, 2016.
-* ISO: http://isotc.iso.org/livelink/livelink?func=ll&objId=4230456&objAction=browse&sort=subtype[ISO/IEC Directives], _Part 2. Rules for the structure and drafting of International Standards_
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=40874[ISO 8601:2004], _Data elements and interchange formats - Information interchange - Representation of dates and time_, 2004.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=59164[ISO 19101:2014], _Geographic information — Reference model — Part 1: Fundamentals_, 2014.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=56734[ISO 19103:2015], _Geographic information — Conceptual schema language_, 2015.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19107:2003] _Geographic Information - Spatial schema_, 2003.
-* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59221[ISO 19119:2006], _Geographic information - Services_, 2006.
-* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008], _Geographic information - Schema for moving features_, 2008.
-* IETF: https://www.ietf.org/rfc/rfc3986.txt[IETF RFC 3986], _Uniform Resource Identifier (URI): Generic Syntax_, 2005.
-* IETF: https://www.ietf.org/rfc/rfc2616.txt[IETF RFC 2616], _Hypertext Transfer Protocol -- HTTP/1.1_, 1999.
-* IETF: https://www.ietf.org/rfc/rfc7159.txt[IETF RFC 7159], _The JavaScript Object Notation (JSON) Data Interchange Format_, 2014.
-* IETF: https://www.ietf.org/rfc/rfc7464.txt[IETF RFC 7464], _JavaScript Object Notation (JSON) Text Sequences_, 2015.
-* IETF: https://www.ietf.org/rfc/rfc7946.txt[IETF RFC 7946], _The GeoJSON Format_, 2016.
-* OASIS: http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html[OData-Part1], _OData Version 4.0. Part 1: Protocol Plus Errata 03._ Edited by Michael Pizzo, Ralf Handl, and Martin Zurmuehl. OASIS Standard incorporating Approved Errata 03, 2016.
-
-
-Additionally the following informative documents are addressed:
-
-* OGC: OGC 15-052r1, _OGC Testbed 11 REST Interface Engineering Report_, 2016.
-
-
-== Terms and definitions
-
-This document uses the specification terms defined in Subclause 5.3 of [OGC 06-121r9], which is based on the ISO/IEC Directives, Part 2, Rules for the structure and drafting of International Standards.
-In particular:
-
-- SHALL is the verb form used to indicate a requirement to be strictly followed to conform to this specification, from which no deviation is permitted +
-- MAY is the verb form used to indicate an action permissible within the limits of this specification
-
-For the purposes of this document, the following additional terms and definitions apply.
-
-=== API
-An interface that is defined in terms of a set of functions and procedures, and enables a program to gain access to facilities within an application. (Definition from Dictionary of Computer Science - Oxford Quick Reference, 2016)
-
-=== client
-software component that can invoke an operation from a server +
- [ OGC 06-121r9 ]
-
-=== dynamic attributes
-characteristic of a feature in which its value varies with time
-
-=== feature
-abstraction of real world phenomena +
- [ ISO 19101:2014 ]
-
-=== foliation
-one parameter set of geometries such that each point in the prism of the set is in one and only one
-trajectory and in one and only one leaf +
- [ ISO 19141:2008 ]
-
-=== geometric object
-spatial object representing a geometric set +
- [ ISO 19107:2003 ]
-
-=== geometric primitive
-geometric object representing a single, connected, homogeneous element of space +
- [ ISO 19107:2003 ]
-
-=== interface
-named set of operations that characterize the behaviour of an entity +
- [ ISO 19119:2006 ]
-
-=== leaf
- geometry at a particular value of the parameter +
- [ ISO 19141:2008 ]
-
-=== moving feature
-feature whose location changes over time +
- [ ISO 19141:2008 ] +
-NOTE Its base representation uses a local origin and local coordinate vectors of a geometric object at a given reference time.
-
-=== one parameter set of geometries
-function f from an interval t latexmath:[\in ] [a, b] such that f(t) is a geometry and for each point P latexmath:[\in ] f(a) there is a one
-parameter set of points (called the trajectory of P) P(t):[a,b] -> P(t) such that P(t) latexmath:[\in ] f(t) +
- [ ISO 19141:2008 ] +
-EXAMPLE A curve C with constructive parameter t is a one parameter set of points c(t).
-
-=== period
-one-dimensional geometric primitive representing extent in time +
- [ ISO 19141:2008 ]
-
-=== prism
- set of points in the union of the geometries (or the union of the
-trajectories) of a one parameter set of geometries +
- [ ISO 19141:2008 ]
-
-=== request
-invocation of an operation by a client +
- [ OGC 06-121r9 ]
-
-=== resource
-any addressable unit of information or service +
- [ IETF RFC 3986 ]
-
-=== response
-result of an operation, returned from a server to a client +
- [ OGC 06-121r9 ]
-
-=== server
-a particular instance of a service +
- [ OGC 06-121r9 ]
-
-=== service
-distinct part of the functionality that is provided by an entity through interfaces +
- [ ISO 19119:2006 ]
-
-=== temporal geometry
-one parameter set of geometries in which the parameter is time
-
-=== trajectory
-path of a moving point described by a one parameter set of points +
- [ ISO 19141:2008 ]
-
-== Conventions
-
-This section provides details and examples for conventions used in the document.
-
-All examples in this document illustrated by gray or orange boxes are informative only.
-
-=== JSON notation
-
-The notation of JSON in this document is based on the specification of [RFC 7159].
-
-The ordering of the members of any JSON object must be considered irrelevant. Some examples use a JavaScript single line comment (//) and an ellipsis (...) as placeholder notation for a specific JSON instance.
-Whitespace is used in the examples inside this document to help illustrate the data structures, but is not required. Unquoted whitespace is not significant in JSON.
-
-=== UML notation
-
-Unified Modeling Language (UML) static structure diagrams appearing in this document are used as described in Subclause 5.2 of OGC Web Services Common [OGC 06-121r9].
-
-=== Abbreviated terms
-
-The following symbols and abbreviated terms are used in this best practice paper:
-
-[width="99%", cols="2,8"]
-|=========
-|API | Application Program Interface
-|CRS | Coordinate Reference Systems
-|CRUD | Create, Read, Update, Delete
-|CSV | Comma Separated Values
-|HTTP | Hypertext Transfer Protocol
-|IETF | Internet Engineering Task Force
-|ISO | International Organization for Standardization
-|JSON | JavaScript Object Notation
-|OASIS| Organization for the Advancement of Structured Information Standards
-|OGC | Open Geospatial Consortium
-|REST | Representational State Transfer
-|UML | Unified Modeling Language
-|URI | Uniform Resource Identifiers
-|URL | Uniform Resource Locators
-|WKT | Well Known Text
-|XML | Extensible Markup Language
-|1D | One Dimensional
-|2D | Two Dimensional
-|=========
+== Scope
+
+This Best Practice provides a format for encoding moving features using JSON [IETF RFC7159] and an example of interfaces for the RESTful service of moving features.
+A moving feature describes the geometry of a feature that moves within any domain composed of spatial objects as specified in ISO 19107:2003.
+The Moving Feature JSON encoding defined in this document is an alternative to the OGC(R) Moving Features Encodings XML [OGC 14 083r2] and Simple Comma Separated Values (CSV) [OGC 14 084r2] standards.
+The data format of Moving Feature JSON is correspondingly designed to implement the abstract model of moving features as defined in ISO 19141:2008 as shown in the <> with the concepts of foliation, prism, trajectory, and leaf.
+
+[#conceptual_model,reftext='{figure-caption} {counter:figure-num}']
+.Conceptual Model of a Moving Feature: Foliation, Prism, Leaf, and Trajectory
+image::moving-features.png[Conceptual Moving Feature, pdfwidth=60%, width=60%, align="center"]
+
+In the illustration above, a 2D rectangle moves and rotates. Each representation of the rectangle at a given time is a leaf.
+The path traced by each corner point of the rectangle (and by each of its other points) is a trajectory.
+The set of points contained in all of the leaves, and in all of the trajectories, forms a prism.
+The set of leaves also forms a foliation, meaning that there is a complete and separate representation of the geometry of the feature for each specific time.
+The prism of the moving feature can be viewed as a bundle of trajectories of points on the local engineering representation of the feature's geometry.
+
+In general, Moving Feature JSON encoding applies to representations and formats of GeoJSON [IETF RFC 7946];
+however, new terms are added to specify dynamic attributes of moving features:
+
+* _Temporal geometric objects_ whose location changes over time: the movement of 0-dimensional, 1-dimensional, 2-dimensional geometric primitives, and their collections; and
+* _Dynamic non-spatial attributes_ whose value varies with time: the change of a quantity.
+
+This document also describes interfaces for accessing moving features based on the data format:
+
+* _RESTful APIs_ for handling moving feature data over HTTP: Create, Read, Update, and Delete (CRUD) operations.
+
+This Best Practice document has left many issues out of its scope.
+Design issues with complex interpolation methods and service capabilities were not considered.
+
+== Conformance
+
+Not applicable for this Best Practice document.
+
+[#references,reftext='3']
+== References
+
+The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
+
+* OGC: http://www.opengeospatial.org/standards/common[OGC 06-121r9], _OGC Web Services Common Standard_, version 2.0.0, 2010.
+* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-083r2], _OGC Moving Features Encoding Part I: XML Core_, 2015.
+* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-084r2], _OGC Moving Features Encoding Extension: Simple Comma Separated Values (CSV)_, 2015.
+* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 16-120r3], _OGC Moving Features Access_, 2017.
+* OGC: http://www.opengeospatial.org/standards/sensorthings[OGC 15-078r6], _OGC SensorThings API Part 1: Sensing_, 2016.
+* ISO: http://isotc.iso.org/livelink/livelink?func=ll&objId=4230456&objAction=browse&sort=subtype[ISO/IEC Directives], _Part 2. Rules for the structure and drafting of International Standards_
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=40874[ISO 8601:2004], _Data elements and interchange formats - Information interchange - Representation of dates and time_, 2004.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=59164[ISO 19101:2014], _Geographic information — Reference model — Part 1: Fundamentals_, 2014.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=56734[ISO 19103:2015], _Geographic information — Conceptual schema language_, 2015.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19107:2003] _Geographic Information - Spatial schema_, 2003.
+* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59221[ISO 19119:2006], _Geographic information - Services_, 2006.
+* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008], _Geographic information - Schema for moving features_, 2008.
+* IETF: https://www.ietf.org/rfc/rfc3986.txt[IETF RFC 3986], _Uniform Resource Identifier (URI): Generic Syntax_, 2005.
+* IETF: https://www.ietf.org/rfc/rfc2616.txt[IETF RFC 2616], _Hypertext Transfer Protocol -- HTTP/1.1_, 1999.
+* IETF: https://www.ietf.org/rfc/rfc7159.txt[IETF RFC 7159], _The JavaScript Object Notation (JSON) Data Interchange Format_, 2014.
+* IETF: https://www.ietf.org/rfc/rfc7464.txt[IETF RFC 7464], _JavaScript Object Notation (JSON) Text Sequences_, 2015.
+* IETF: https://www.ietf.org/rfc/rfc7946.txt[IETF RFC 7946], _The GeoJSON Format_, 2016.
+* OASIS: http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html[OData-Part1], _OData Version 4.0. Part 1: Protocol Plus Errata 03._ Edited by Michael Pizzo, Ralf Handl, and Martin Zurmuehl. OASIS Standard incorporating Approved Errata 03, 2016.
+
+
+Additionally the following informative documents are addressed:
+
+* OGC: OGC 15-052r1, _OGC Testbed 11 REST Interface Engineering Report_, 2016.
+
+
+== Terms and definitions
+
+This document uses the specification terms defined in Subclause 5.3 of [OGC 06-121r9], which is based on the ISO/IEC Directives, Part 2, Rules for the structure and drafting of International Standards.
+In particular:
+
+- SHALL is the verb form used to indicate a requirement to be strictly followed to conform to this specification, from which no deviation is permitted +
+- MAY is the verb form used to indicate an action permissible within the limits of this specification
+
+For the purposes of this document, the following additional terms and definitions apply.
+
+=== API
+An interface that is defined in terms of a set of functions and procedures, and enables a program to gain access to facilities within an application. (Definition from Dictionary of Computer Science - Oxford Quick Reference, 2016)
+
+=== client
+software component that can invoke an operation from a server +
+ [ OGC 06-121r9 ]
+
+=== dynamic attributes
+characteristic of a feature in which its value varies with time
+
+=== feature
+abstraction of real world phenomena +
+ [ ISO 19101:2014 ]
+
+=== foliation
+one parameter set of geometries such that each point in the prism of the set is in one and only one
+trajectory and in one and only one leaf +
+ [ ISO 19141:2008 ]
+
+=== geometric object
+spatial object representing a geometric set +
+ [ ISO 19107:2003 ]
+
+=== geometric primitive
+geometric object representing a single, connected, homogeneous element of space +
+ [ ISO 19107:2003 ]
+
+=== interface
+named set of operations that characterize the behaviour of an entity +
+ [ ISO 19119:2006 ]
+
+=== leaf
+ geometry at a particular value of the parameter +
+ [ ISO 19141:2008 ]
+
+=== moving feature
+feature whose location changes over time +
+ [ ISO 19141:2008 ] +
+NOTE Its base representation uses a local origin and local coordinate vectors of a geometric object at a given reference time.
+
+=== one parameter set of geometries
+function f from an interval t latexmath:[\in ] [a, b] such that f(t) is a geometry and for each point P latexmath:[\in ] f(a) there is a one
+parameter set of points (called the trajectory of P) P(t):[a,b] -> P(t) such that P(t) latexmath:[\in ] f(t) +
+ [ ISO 19141:2008 ] +
+EXAMPLE A curve C with constructive parameter t is a one parameter set of points c(t).
+
+=== period
+one-dimensional geometric primitive representing extent in time +
+ [ ISO 19141:2008 ]
+
+=== prism
+ set of points in the union of the geometries (or the union of the
+trajectories) of a one parameter set of geometries +
+ [ ISO 19141:2008 ]
+
+=== request
+invocation of an operation by a client +
+ [ OGC 06-121r9 ]
+
+=== resource
+any addressable unit of information or service +
+ [ IETF RFC 3986 ]
+
+=== response
+result of an operation, returned from a server to a client +
+ [ OGC 06-121r9 ]
+
+=== server
+a particular instance of a service +
+ [ OGC 06-121r9 ]
+
+=== service
+distinct part of the functionality that is provided by an entity through interfaces +
+ [ ISO 19119:2006 ]
+
+=== temporal geometry
+one parameter set of geometries in which the parameter is time
+
+=== trajectory
+path of a moving point described by a one parameter set of points +
+ [ ISO 19141:2008 ]
+
+== Conventions
+
+This section provides details and examples for conventions used in the document.
+
+All examples in this document illustrated by gray or orange boxes are informative only.
+
+=== JSON notation
+
+The notation of JSON in this document is based on the specification of [RFC 7159].
+
+The ordering of the members of any JSON object must be considered irrelevant. Some examples use a JavaScript single line comment (//) and an ellipsis (...) as placeholder notation for a specific JSON instance.
+Whitespace is used in the examples inside this document to help illustrate the data structures, but is not required. Unquoted whitespace is not significant in JSON.
+
+=== UML notation
+
+Unified Modeling Language (UML) static structure diagrams appearing in this document are used as described in Subclause 5.2 of OGC Web Services Common [OGC 06-121r9].
+
+=== Abbreviated terms
+
+The following symbols and abbreviated terms are used in this best practice paper:
+
+[width="99%", cols="2,8"]
+|=========
+|API | Application Program Interface
+|CRS | Coordinate Reference Systems
+|CRUD | Create, Read, Update, Delete
+|CSV | Comma Separated Values
+|HTTP | Hypertext Transfer Protocol
+|IETF | Internet Engineering Task Force
+|ISO | International Organization for Standardization
+|JSON | JavaScript Object Notation
+|OASIS| Organization for the Advancement of Structured Information Standards
+|OGC | Open Geospatial Consortium
+|REST | Representational State Transfer
+|UML | Unified Modeling Language
+|URI | Uniform Resource Identifiers
+|URL | Uniform Resource Locators
+|WKT | Well Known Text
+|XML | Extensible Markup Language
+|1D | One Dimensional
+|2D | Two Dimensional
+|=========
diff --git a/bp/2_data-format.adoc b/bp/2_data-format.adoc
index 83d279b..7a452f2 100755
--- a/bp/2_data-format.adoc
+++ b/bp/2_data-format.adoc
@@ -1,531 +1,531 @@
-[#data_format,reftext='6']
-== JSON Encoding
-
-This clause specifies the data format for encoding moving features by using JSON objects.
-
-
-=== Overview
-
-Moving Features JSON (MF-JSON) defines new fields by extending "foreign members" of https://www.ietf.org/rfc/rfc7946.txt[GeoJSON] [IETF RFC 7946].
-MF-JSON provides several types of JSON objects to represent geographical movements, dynamic properties, and spatiotemporal extents of moving features,
-based on the two reference systems of World Geodetic System 1984 (WGS84) and Coordinated Universal Time (UTC). However, the MF-JSON object may have the "crs" member
-to describe its local or global coordinate reference system (CRS).
-
-[NOTE]
-In https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON format], types are not extensible.
-GeoJSON allows only the fixed types: FeatureCollection, Feature, Point, LineString, MultiPoint, Polygon, MultiLineString, MultiPolygon, and GeometryCollection.
-For the compatibility with GeoJSON, MF-JSON reserves new members of the geometric description of feature movement and the change of non-spatial attributes of features.
-
-
-// (Despite compliant GeoJSON not permitting extension of types, this document extends new types for representing moving features with time-varying geometries and properties.
-
-
-<> compares the difference of members between GeoJSON and MF-JSON.
-
-[#mf_overview,reftext='{figure-caption} {counter:figure-num}']
-.JSON Objects in the Moving Features JSON format
-image::mfjson.png[Overview, pdfwidth=55%, width=55%, align="center"]
-// image::mf-overview.png[Overview, pdfwidth=55%, width=55%, align="center"] s
-
-
-[source, javascript]
-.Example 6.1:
-{
- "type": "MovingFeature", //(REQUIRED) Moving Feature Type
- "temporalGeometry": { //(REQUIRED) temporal geometric object, extended from 'geometry'
- "type": "MovingPoint", // a geometry type to represent a trajectory
- "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ],
- "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z", "2011-07-15T01:01:01Z"],
- "interpolations": ["Linear"] // a pre-defined interpolation method between two consecutive instants in the "datetimes" field
- },
- "temporalProperties": [ //(OPTIONAL) dynamic non-spatial attributes, extended from 'properties'
- { // a group of temporal properties that are measured at the same times
- "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
- "length": {
- "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", // a URI denoting a unit-of-measure
- "values": [1.0, 2.4, 1.0], // the array of values for "length", with the same number of elements as "datetimes"
- "interpolations": ["Stepwise"],
- "description": "description1" //(OPTIONAL)
- },
- "message":{
- "uom": "text", // a predefined unit for a string value
- "values": ["A", "B", "C"], // the array of values for "message", with the same number of elements as "datetimes"
- "interpolations": ["Discrete"],
- "description": "description2" //(OPTIONAL)
- }
- },
- {
- "datetimes" : ["2011-07-14T22:02:01Z", "2011-07-15T01:11:22Z"],
- "discharge" : {
- "uom" : "m^3/s", // a symbol from UCUM
- "values" : [3.0, 4.0],
- "interpolations": [ // two user-defined interpolations having two sub-time intervals
- {
- "coefficients": [1.0, 3.0, 4.1], // v = 1.0t^2 + 3.0t + 4.1
- "period": {
- "begin": "2011-07-14T22:02:01Z",
- "end" : "2011-07-14T23:11:14Z"
- }
- },
- {
- "coefficients": [5.0, 8.2], // v = 5.0t + 8.2
- "period": {
- "begin": "2011-07-14T23:11:14Z",
- "end" : "2011-07-15T01:11:22Z"
- }
- }
- ],
- "description": "it has two user-defined interpolations" //(OPTIONAL)
- }
- }
- ],
- "stBoundedBy": { //(OPTIONAL) spatiotemporal bounding box to include the moving feature
- "bbox": [100.0, 0.0, 101.0, 1.0],
- "period": {
- "begin": "2011-07-14T22:01:00Z",
- "end" : "2011-07-15T21:14:00Z"
- }
- },
- "properties": { //(OPTIONAL) static non-spatial attributes regardless of time: the same representation of GeoJSON
- "name": "bus1",
- "state":"test1"
- }
-}
-
-
-=== Moving Features
-
-In the MF-JSON format, two moving feature types are added as follows:
-
-- *MovingFeature*: a JSON object to represent a moving feature instance, having two REQUIRED members of `"type"` and `"temporalGeometry"`, and three OPTIONAL members of `"temporalProperties"`, `"stBoundedBy"`, and `"properties"` depending on the application requirements.
-
-+
-
-[source, javascript]
-{
- "type": "MovingFeature", //(REQUIRED)
- "temporalGeometry": {...}, //(REQUIRED)
- "temporalProperties": [...], //(OPTIONAL)
- "stBoundedBy": {...}, //(OPTIONAL)
- "properties": {...} //(OPTIONAL)
-}
-
-+
-
- ** The value of the `"type"` member SHALL be the string of `"MovingFeature"`.
- ** The value of the `"temporalGeometry"` member SHALL be a JSON object as described in <>. An instance of `"MovingFeature"` SHALL only one `"temporalGeometry"` member.
- ** The value of the `"temporalProperties"` member SHALL be a JSON array as described in <>.
- ** The value of the `"stBoundedBy"` member SHALL be a JSON object as described in <>, representing the spatiotemporal bounding box of the `"temporalGeometry"` instance.
- ** The value of the `"properties"` member is an object (any JSON object or a JSON null value).
-
-
-- *MovingFeatureCollection*: a JSON object to represent a collection of moving feature instances, having two REQUIRED members of `"type"` and `"features"` and one OPTIONAL member of `"stBoundedBy"`.
-
-+
-
-[source, javascript]
-{
- "type": "MovingFeatureCollection", //(REQUIRED)
- "features": [ //(REQUIRED)
- {
- "type": "MovingFeature",
- "temporalGeometry": {...},
- "temporalProperties": [...],
- ...
- },
- {
- "type": "MovingFeature",
- "temporalGeometry": {...},
- "temporalProperties": [...],
- ...
- }
- ],
- "stBoundedBy": {...} //(OPTIONAL)
-}
-
-+
-
- ** The value of the `"type"` member SHALL be the string of `"MovingFeatureCollection"`.
- ** The value of the `"features"` member SHALL be a JSON array of moving feature instances as described in <>.
- ** The value of the `"stBoundedBy"` member SHALL be a JSON object as described in <>, representing the spatiotemporal bounding box to cover all of the `"temporalGeometry"` instances in the `"features"` elements.
-
-
-[#tgeometry]
-=== Temporal Geometries
-
-The value of `"temporalGeometry"` member of a moving feature SHALL be a JSON object where the value of the `"type"` member is one of the following strings: `"MovingPoint"`, `"MovingLineString"`, `"MovingPolygon"`, `"MultiMovingPoint"`, `"MultiMovingLineString"`, `"MultiMovingPolygon"`, and `"MovingGeometryCollection"`.
-A temporal geometry is conceptualized as a prism of the set of points contained in all of the leaves (a foliation) and trajectories, representing the geographical movement of a moving feature.
-The temporal geometry is mathematically modeled as a mapping function from time to a geometric object: *_temporalGeometry: timePosition -> Geometry_* (http://geojson.org/geojson-spec.html#point[Point], http://geojson.org/geojson-spec.html#linestring[LineString], http://geojson.org/geojson-spec.html#polygon[Polygon],
-http://geojson.org/geojson-spec.html#multipoint[MultiPoint], http://geojson.org/geojson-spec.html#multilinestring[MultiLineString], http://geojson.org/geojson-spec.html#multipolygon#polygon[MultiPolygon], or http://geojson.org/geojson-spec.html#geometry-collection[GeometryCollection]).
-
-- *MovingPoint*: A temporal geometry represents the trajectory of a time-parameterized 0-dimensional geometric primitive (Point) representing a single geographic position at a time position (instant) within its temporal domain. Intuitively, this type depicts a set of curves in a spatiotemporal domain. A MovingPoint is used to express http://docs.opengeospatial.org/is/14-083r2/14-083r2.html#78[mf:AbstractTrajectory] in the OGC Moving Features standard. For example, the movement information of people, vehicles, or hurricanes can be shared by instances of the `"MovingPoint"` type.
-
-- *MovingLineString*: A temporal geometry represents the prism of a time-parameterized 1-dimensional (1D) geometric primitive (LineString) whose leaf at a time position is 1-dimensional linear object in a particular time period. Intuitively this type depicts a set of surfaces in a spatiotemporal domain. For example, the movement information of weather fronts or traffic congestion on roads can be shared by instances of the `"MovingLineString"` type.
-
-- *MovingPolygon*: A temporal geometry represents the prism of a time-parameterized 2-dimensional (2D) geometric primitive (Polygon) whose leaf at a time position is 2-dimensional polygonal object in a particular time period. Intuitively this type depicts a set of polyhedrons that are the convex hulls of two congruent polygons in a spatiotemporal domain. For example, the changes of flooding areas or the movement information of air pollution can be shared by instances of the `"MovingPolygon"` type.
-
-- *MultiMovingPoint*: A temporal geometry represents a set of moving points.
-
-- *MultiMovingLineString*: A temporal geometry represents a set of moving linestrings.
-
-- *MultiMovingPolygon*: A temporal geometry represents a set of moving polygons.
-
-- *MovingGeometryCollection*: Represents a collection of temporal geometries that have time-varing locations. Each element in the collection belongs to one of the above types.
-
-
-This practice defines two encoding mthods for a temporal geometry instance: simple and collection form.
-
-[#simple]
-==== Simple Temporal Geometries
-
-The simple form of temporal geometry instances is a JSON object with four REQUIRED members: `"type"`, `"coordinates"`, `"datetimes"`, and `"interpolations"`.
-The simple form represents the movement of one geometric primitive that comprises non-decomposed objects, i.e., a moving point, moving linestring, and moving polygon.
-If viewed in a 4-dimensional spatio-temporal coordinate system, the temporal geometry is a single continuum.
-A moving point, linestring, and polygon is a spatio-temporal curve, surface, and solid, respectively.
-Their JSON representation is as follows.
-
-[source, json]
-{
- ...,
- "temporalGeometry": {
- "type": "MovingPoint | MovingLineString | MovingPolygon", // (REQUIRED) vbar | as a means to select ONE type.
- "coordinates": [...], //(REQUIRED)
- "datetimes" : [...], //(REQUIRED)
- "interpolations": [...] //(REQUIRED)
- },
- ...
-}
-
-
-- `"type"`: A case-sensitive string that is one of `"MovingPoint"`, `"MovingLineString"`, and `"MovingPolygon"`.
-
-- `"coordinates"`: The object SHALL be a list of leaf geometric primitives (points, linestrings, polygons) at times. The number of elements is same as the `"datetimes"` ones with a temporal order.
-There is an one-to-one correspondence between the elements of `"coordinates"` and `"datetimes"` as a temporal sequence of pairs latexmath:[(g,t)], where latexmath:[g] is a leaf geometry and latexmath:[t] is its sampling time.
-
-+
-
-[width="99%", cols="1,^7,2", options="header"]
-|=========
-| Types | Formats of the `"coordinates"` object | _Comments_
-| MovingPoint | [ [x1,y1(,z1)], [x2,y2(,z2)], ... ] | _a list of points at each leaf, increasing time order_
-| MovingLineString | [ [[x11,y11(,z11)], [x12,y12(,z12)], ...], [[x21,y21(,z21)], [x22,y22(,z22)], ...], ... ] | _a list of linestrings at each leaf, increasing time order_
-| MovingPolygon | [ [[[ox11,oy11(,oz11)], [ox12,oy12(,oz12)], ...], [[ix11,iy11(,iz11)],[ix12,iy12(,iz12)], ...],...], [[[ox21,oy21(,oz21)], [ox22,oy22(,oz22)], ...], [[ix21,iy21(,iz21)],[ix22,iy22(,iz22)], ...], ...], ... ] | _a list of polygons at each leaf, increasing time order_
-|=========
-
-[NOTE]
-https://www.rfc-editor.org/info/rfc7946[[IETF GeoJSON format]] A position is represented by an array of numbers, which must contain two or more elements. The first two elements are longitude/easting (x) and latitude/northing (y), precisely in that order and using decimal numbers. Altitude/elevation (z) MAY be included as an optional third element.
-
-- `"datetimes"`: The object SHALL be a list of time instants encoded as a character string of [ISO 8601:2004](http://www.iso.org/iso/home/standards/iso8601.htm) date-time formatter in chronological order, which does not allow duplicates.
-
-+
-
-[width="99%", cols="1,^6,3", options="header"]
-|=========
-| Types | Formats the `"datetimes"` object | _Comments_
-|http://www.w3.org/TR/xmlschema11-2/#dateTime[DateTime] | ["yyyy-MM-dd'T'HH:mm:ss'Z'", "yyyy-MM-dd'T'HH:mm:ss'Z'", ...]| _a list of monotonic increasing instants_
-|=========
-
-- `"interpolations"`: The object SHALL be a JSON array of interpolation methods.
-http://mathworld.wolfram.com/Interpolation.html[Interpolation] is a method of finding new values for any function using the given set of values.
-Here, the interpolation object approximates geographic positions at non sampling time instants for constructing the trajectory or prism of a moving feature in a spatiotemporal domain.
-The unknown position at a particular time can be found using many interpolation methods.
-In this practice, there are two expressions for an instance of interpolation methods: Predefined Interpolation Methods and Interpolation Formulas.
-
-+
-
-.[Predefined Interpolation Methods]
-A predefined method SHALL be a case-sensitive string of one of `"Discrete"`, `"Stepwise"`, `"Linear"`, and `"Spline"`.
-The new position is differently derived by each method.
-For the predefined method, there is the restriction of the same number positions of all leaf geometries.
-
-+
-
-[width="99%", cols="1,^5,3", options="header"]
-|=========
-| Types | Descriptions | _Comments_
-| Discrete | image:discrete.png[Discrete, pdfwidth=80%, width=70%] | _There is no interpolation position between two successive positions._
-| Stepwise | image:stepwise.png[Stepwise, pdfwidth=80%, width=70%] | _The interpolation position between two successive positions equals to the first position._
-| Linear | image:linear.png[Linear, pdfwidth=80%, width=70%] | _The new position is found from the linear interpolation formula with the two successive positions. *Default_
-| Spline | image:spline.png[Spline, pdfwidth=80%, width=70%] | _An interpolation position is derived from a cubic spline function on each interval between data positions._
-|=========
-
-+
-
-[source, javascript]
-{
- "type": "MovingPoint",
- "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0]],
- "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
- "interpolations": ["Linear"] // an interpolation method during the period of datetimes
-}
-
-[NOTE]
-If a moving feature needs different predefined interpolation methods for several sub-intervals of time during its lifespan,
-this practice recommends the use of user-defined interpolation formulas corresponding to each sub-interval.
-
-
-.[Interpolation Formulas]
-A temporal geometry MAY have a several interpolation formulas within its temporal domain. An element of interpolation formulas SHALL be represented by two members of `"coefficients"` and `"period"`.
-The new geographical position at a given time position is derived from a `"coefficients"` instance as a multidimensional array of *polynomial interpolation formulas* of latexmath:[(x, y, z)] coordinates during a particular time period.
-If a time position does not belong to any time period of the elements of formula, there is no interpolation position at that time.
-The order of arrays for the interpolation formula of a temporal position SHALL follow latexmath:[x] (longitude), latexmath:[y] (latitude), latexmath:[z] (altitude) order.
-The time periods between any two elements of formulas only allows empty or 0-dimensional intersection.
-This practice converts the time position to a signed 64-bit integer(long) value that represents milliseconds for computing a value of each axis of coordinates at an arbitrary time position formatted by a character string of [ISO 8601:2004].
-
-[latexmath]
-+++++++++++
-[x(t) = a_{n-1}t^{n-1} + a_{n-2}t^{n-2} + ... + a_0t^0]
-+++++++++++
-[latexmath]
-+++++++++++
-[y(t) = b_{n-1}t^{n-1} + b_{n-2}t^{n-2} + ... + b_0t^0]
-+++++++++++
-[latexmath]
-+++++++++++
-[z(t) = c_{n-1}t^{n-1} + c_{n-2}t^{n-2} + ... + c_0t^0]
-+++++++++++
-
-[source, javascript]
-{
- "type": "MovingPoint",
- "coordinates": ...,
- "datetimes": ...,
- "interpolations": [
- {
- "coefficients": [[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]],
- // x = 1.0*t^2 + 3.0*t + 4.1 , y = 2.0*t^2 + 2.1*t + 3.0
- "period": {
- "begin": "2011-07-14T22:01:01Z",
- "end" : "2011-07-14T23:01:01Z"
- }
- },
- {
- "coefficients": [[4.0, 2.0], [1.0, 2.0]],
- // x = 4.0*t + 2.0 , y = 1.0*t + 2.0
- "period": {
- "begin": "2011-07-14T23:01:01Z",
- "end" : "2011-07-15T00:01:01Z"
- }
- }
- ]
-}
-
-
-[source, javascript]
-{
- "type": "MovingLineString",
- "coordinates": ...,
- "datetimes": ...,
- "interpolations": [
- {
- "coefficients": [[[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]], [[2.0, 1.0, 1.2], [1.0, 0.1, 2.0]]],
- // x1 = 1.0*t^2 + 3.0*t + 4.1 , y1 = 2.0*t^2 + 2.1*t + 3.0
- // x2 = 2.0*t^2 + 1.0*t + 1.2 , y2 = 1.0*t^2 + 0.1*t + 2.0
- "period": {
- "begin": "2011-07-14T22:01:01Z",
- "end" : "2011-07-14T23:01:01Z"
- }
- },
- {
- "coefficients": [[[4.0, 2.0], [1.0, 2.0]], [[2.0, 3.0], [2.0, 1.0]]],
- // x1 = 4.0*t + 2.0 , y1 = 1.0*t + 2.0
- // x2 = 2.0*t + 3.0 , y2 = 2.0*t + 1.0
- "period": {
- "begin": "2011-07-14T23:01:01Z",
- "end" : "2011-07-15T00:01:01Z"
- }
- }
- ]
-}
-
-
-[#collection]
-==== Collection of Temporal Geometries
-
-The collection form of temporal geometry instances is a JSON object with two REQUIRED fields: `"type"` and `"members"`.
-
-[source, json]
-{
- ...
- "temporalGeometry": {
- "type": "MultiMovingPoint | MultiMovingLineString | MultiMovingPolygon | MovingGeometryCollection",
- "members": [
- {
- // Simple temporal geometry instance
- "type": "MovingPoint | MovingLineString | MovingPolygon",
- "coordinates": [...], // COORDINATES expression
- "datetimes" : [...], // DATETIMES expression
- "interpolations": [...] // INTERPOLATIONS expression
- }
- ]
- },
- ...
-}
-
-
-- `"type"`: A case-sensitive string that is one of `"MultiMovingPoint"`, `"MultiMovingLineString"`, `"MultiMovingPolygon"`, and `"MovingGeometryCollection"`.
-
-- `"members"`: The object is encoded as a JSON array of instances of temporal geometry where each element is encoded in simple form.
- ** *MultiMovingPoint*: The elements of the `"members"` object SHALL be instances of type `"MovingPoint"`. The leaf geometry at a time position is an instance of type "MultiPoint", which is the union of each leaf of moving point members at the same time.
- ** *MultiMovingLineString*: The elements of the `"members"` object SHALL be instances of type `"MovingLineString"`. The leaf geometry at a time position is an instance of type "MultiLineString", which is the union of each leaf of moving linestring members at the same time.
- ** *MultiMovingPolygon*: The element of the `"members"` object SHALL be instances of type `"MovingPolygon"`. The leaf geometry at a time position is an instance of type "MultiPolygon", which is the union of each leaf of moving polygon members at the same time.
- ** *MovingGeometryCollection*: Each element of the `"members"` object can be an instance of different moving types. The leaf geometry at a time position is an instance of type `"GeometryCollection"`, which is the union of each leaf of any temporal geometries at the same time.
-
-
-[#tproperties]
-=== Temporal Properties
-
-A moving feature can have more than zero time-varying properties, such as the velocity of vehicles or the wind speed of hurricanes.
-A temporal property represents a dynamic measure that the result of ascertaining the value of a characteristic of a moving feature that changes over time and/or location.
-Even though the value of temporal property depends on the spatiotemporal location, this document only considers the temporal dependencies of their changes of value.
-
-[NOTE]
-If a property has a static value, it is represented with the "properties" member as same as GeoJSON.
-
-
-[source, json]
-{
- ...,
- "temporalProperties": [
- { // a collection of temporal properties which are measured at the same times
- "datetimes": [...], //(REQUIRED) JSON Array of time instances in order, which does not allow duplicates.
- "_property0_": { // _property0_ whose name is defined by an application
- "uom": ..., //(REQUIRED) a predefined string or URI
- "values": [...], //(REQUIRED) a JSON Array of values
- "interpolations": [...],//(REQUIRED) a JSON Array of interpolation methods
- "description": "any string" //(OPTIONAL)
- },
- "_property1_": { // _property1_ whose name is defined by an application
- "uom": ..., //(REQUIRED) a predefined string or URI
- "values": [...], //(REQUIRED) a JSON Array of values
- "interpolations": [...],//(REQUIRED) a JSON Array of interpolation methods
- "description": "any string" //(OPTIONAL) a JSON string
- },
- ...
- },
- { // another collection of dynamic properties which are measured at the same times
- "datetimes": [...],
- "_property2_": {...},
- "_property3_": {...}
- }
- ],
- ...
-}
-
-
-The `temporalProperties` is a JSON array of collections of temporal properties whose results are ascertained at the same times.
-A collection of temporal properties SHALL have one "datetimes" member and more than one _property_ member whose name is defined by an application.
-However, the value of the _property_ member SHALL be a JSON object that has the following fields:
-
-* `"uom"`: A unit of measure is a quantity adopted as a standard of measurement [ISO 19103:2015]. The unit of a temporal property is represented as a URI denoting a unit-of-measure defined in a web resource or a predefined strings. This practice defines the following unit strings.
-
-[width="99%", cols="2,8", options="header"]
-|=========
-| Unit strings | Descriptions
-| _print symbols_ | From the Unified Code for Units of Measure (UCUM)<<1>>
-| null | The `"values"` member contains counting measures.
-| text | The `"values"` member contains any strings.
-| image| The `"values"` member contains Base64 strings converted from images.
-|=========
-
-* `"values"`: Each element of values is a string, number, null, or one of the literals: true and false. The number of elements is the same as the "datetimes" ones. There is an one-to-one correspondence between the elements of `"values"` of a _property_ object and `"datetimes"` as a temporal sequence of pairs latexmath:[(v,t)], where latexmath:[v] is a value of measurement and latexmath:[t] is its sampling time.
-
-[NOTE]
-If the values of a temporal property are measured at different times of `"datetimes"`, each SHALL be represented as a new element in the JSON array.
-
-* `"interpolations"`: The temporal property also needs to define an interpolation method like the temporal geometry.
-The object SHALL be a JSON array of interpolation methods whose instance is a pre-defined interpolation methods of `"Discrete"`, `"Stepwise"`, `"Linear"`(default), and `"Spline"`, or an interpolation formula used for polynomial interpolation in time.
-
-[source, json]
-{
- ...,
- "temporalProperties" : [
- {
- "datetimes" : [ "2017-03-13T01:00:00Z", "2017-03-13T02:00:00Z", "2017-03-13T03:00:00Z", "2017-03-13T04:00:00Z", "2017-03-13T05:00:00Z", "2017-03-13T06:00:00Z", "2017-03-13T07:00:00Z", "2017-03-13T08:00:00Z", "2017-03-13T09:00:00Z", "2017-03-13T10:00:00Z", "2017-03-13T11:00:00Z", "2017-03-13T12:00:00Z", "2017-03-13T13:00:00Z", "2017-03-13T14:00:00Z", "2017-03-13T15:00:00Z", "2017-03-13T16:00:00Z", "2017-03-13T17:00:00Z", "2017-03-13T18:00:00Z", "2017-03-13T19:00:00Z", "2017-03-13T20:00:00Z", "2017-03-13T21:00:00Z", "2017-03-13T22:00:00Z", "2017-03-13T23:00:00Z", "2017-03-13T24:00:00Z" ],
- "NO2" : {
- "uom" : "ppm",
- "values" : [ 0.018, 0.013, 0.013, 0.014, 0.021, 0.034, 0.036, 0.047, 0.059, 0.052, 0.042, 0.031, 0.024, 0.02, 0.023, 0.022, 0.027, 0.025, 0.029, 0.03, 0.024, 0.02, 0.018, 0.016 ],
- "interpolations" : [ "Stepwise" ]
- },
- "NO" : {
- "uom" : "ppm",
- "values" : [ 0.001, 0.001, 0.001, 0.002, 0.002, 0.006, 0.012, 0.056, 0.085, 0.06, 0.039, 0.024, 0.013, 0.01, 0.009, 0.009, 0.009, 0.007, 0.007, 0.006, 0.005, 0.004, 0.003, 0.003 ],
- "interpolations" : [ "Linear" ]
- }
- },
- {
- "datetimes" : [ "2017-03-13T01:00:00Z", "2017-03-13T03:00:00Z", "2017-03-13T04:00:00Z", "2017-03-13T05:00:00Z", "2017-03-13T06:00:00Z", "2017-03-13T07:00:00Z", "2017-03-13T08:00:00Z", "2017-03-13T09:00:00Z", "2017-03-13T10:00:00Z", "2017-03-13T11:00:00Z", "2017-03-13T12:00:00Z", "2017-03-13T13:00:00Z", "2017-03-13T14:00:00Z", "2017-03-13T15:00:00Z", "2017-03-13T16:00:00Z", "2017-03-13T17:00:00Z", "2017-03-13T18:00:00Z", "2017-03-13T19:00:00Z", "2017-03-13T20:00:00Z", "2017-03-13T21:00:00Z", "2017-03-13T22:00:00Z", "2017-03-13T23:00:00Z", "2017-03-13T24:00:00Z" ],
- "CH4" : {
- "uom" : "ppmC",
- "values" : [ 1.97, 1.98, 1.97, 2.01, 2.19, 2.13, 2.06, 2.21, 2.14, 2.08, 2.04, 1.99, 1.97, 1.96, 1.95, 1.95, 1.96, 1.96, 1.97, 1.96, 1.95, 1.95, 1.95 ],
- "interpolations" : [ "Discrete" ]
- },
- "THC" : {
- "uom" : "ppmC",
- "values" : [ 2.09, 2.05, 2.05, 2.09, 2.33, 2.26, 2.22, 2.45, 2.35, 2.25, 2.18, 2.09, 2.04, 2.04, 2.03, 2.02, 2.03, 2.05, 2.08, 2.06, 2.03, 2.03, 2.03 ],
- "interpolations" : [ // The function is an example, no sense of working
- {
- "coefficients": [1.0, 3.0, 4.1], // v = at^2 + bt + c
- "period": {
- "begin": "2017-03-13T01:00:00Z",
- "end" : "2017-03-13T05:00:00Z"
- }
- },
- {
- "coefficients": [5.0, 8.0], // v = at + b
- "period": {
- "begin": "2017-03-13T05:00:00Z",
- "end" : "2017-03-13T24:00:00Z"
- }
- }
- },
- }
- ],
- ...
-}
-
-* `"description"`: A temporal property can have an optional member to describe a short description.
-
-
-[#stbox]
-=== Spatiotemporal Bounding Box
-
-A moving feature may have a member named `"stBoundedBy"`, which indicates the boundary containing moving features in a spatiotemporal domain. To represent information on the coordinate range for moving features, this MF-JSON format follows GeoJSON's `"bbox"` field.
-The value of the bbox member is a 2*n array where n is the number of dimensions.
-The temporal boundary is a temporal period of `"begin"` and `"end"` expressed in ISO 8601:2004.
-
-[source, json]
-{
- ...,
- "stBoundedBy": {
- "bbox": [-10.0, -10.0, 10.0, 10.0],
- "period": {
- "begin": "1994-11-05T13:15:30Z",
- "end" : "1994-11-05T13:15:30Z"
- }
- },
- ...
-}
-
-=== Application Domain Variables (Foreign Members)
-
-MF-JSON uses annotations to represent foreign members which are not described in this document and whose semantics are dependent on a domain or application specific requirement.
-For this reason, MF-JSON defines foreign elements by extending the foreign member of GeoJSON.
-For a name/value pair of a foreign member, the name always starts with the at sign (@), such as `"@id"`, `"@context"`, and so on.
-
-=== Discussions
-
-[NOTE]
-.Coordinate Reference System
-https://www.ietf.org/rfc/rfc7946.txt[The IETF GeoJSON format] recommends a single coordinate reference system based on WGS84<<2>>.
-In this version of MF-JSON, CRSs are fixed to WGS84 for space and ISO 8601:2004 for time; however, the coordinate reference systems need to be indicated in the case of an application request.
-If the application requires an alternative CRS, the CRS of a GeoJSON object can be represented with its "crs" field as described in GeoJSON(2008)<<3>>.
-
-[NOTE]
-.Circular Temporal Geometry
-Some applications, such as the predication of hurricanes, need to represent a time-varying circular object. https://www.ietf.org/rfc/rfc7946.txt[The IETF GeoJSON format] excludes the circular types such as Circle or Ellipse.
-No type for "Circle" and "Ellipse" is defined in this version of MF-JSON.
-
-[NOTE]
-.Geometry Object
-A moving feature may have a member named `"geometry"`, which may represent its projection in coordinate space as points, curves, or surfaces. The representation of Geometry objects is same as GeoJSON.
+[#data_format,reftext='6']
+== JSON Encoding
+
+This clause specifies the data format for encoding moving features by using JSON objects.
+
+
+=== Overview
+
+Moving Features JSON (MF-JSON) defines new fields by extending "foreign members" of https://www.ietf.org/rfc/rfc7946.txt[GeoJSON] [IETF RFC 7946].
+MF-JSON provides several types of JSON objects to represent geographical movements, dynamic properties, and spatiotemporal extents of moving features,
+based on the two reference systems of World Geodetic System 1984 (WGS84) and Coordinated Universal Time (UTC). However, the MF-JSON object may have the "crs" member
+to describe its local or global coordinate reference system (CRS).
+
+[NOTE]
+In https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON format], types are not extensible.
+GeoJSON allows only the fixed types: FeatureCollection, Feature, Point, LineString, MultiPoint, Polygon, MultiLineString, MultiPolygon, and GeometryCollection.
+For the compatibility with GeoJSON, MF-JSON reserves new members of the geometric description of feature movement and the change of non-spatial attributes of features.
+
+
+// (Despite compliant GeoJSON not permitting extension of types, this document extends new types for representing moving features with time-varying geometries and properties.
+
+
+<> compares the difference of members between GeoJSON and MF-JSON.
+
+[#mf_overview,reftext='{figure-caption} {counter:figure-num}']
+.JSON Objects in the Moving Features JSON format
+image::mfjson.png[Overview, pdfwidth=55%, width=55%, align="center"]
+// image::mf-overview.png[Overview, pdfwidth=55%, width=55%, align="center"] s
+
+
+[source, javascript]
+.Example 6.1:
+{
+ "type": "MovingFeature", //(REQUIRED) Moving Feature Type
+ "temporalGeometry": { //(REQUIRED) temporal geometric object, extended from 'geometry'
+ "type": "MovingPoint", // a geometry type to represent a trajectory
+ "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ],
+ "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z", "2011-07-15T01:01:01Z"],
+ "interpolations": ["Linear"] // a pre-defined interpolation method between two consecutive instants in the "datetimes" field
+ },
+ "temporalProperties": [ //(OPTIONAL) dynamic non-spatial attributes, extended from 'properties'
+ { // a group of temporal properties that are measured at the same times
+ "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
+ "length": {
+ "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", // a URI denoting a unit-of-measure
+ "values": [1.0, 2.4, 1.0], // the array of values for "length", with the same number of elements as "datetimes"
+ "interpolations": ["Stepwise"],
+ "description": "description1" //(OPTIONAL)
+ },
+ "message":{
+ "uom": "text", // a predefined unit for a string value
+ "values": ["A", "B", "C"], // the array of values for "message", with the same number of elements as "datetimes"
+ "interpolations": ["Discrete"],
+ "description": "description2" //(OPTIONAL)
+ }
+ },
+ {
+ "datetimes" : ["2011-07-14T22:02:01Z", "2011-07-15T01:11:22Z"],
+ "discharge" : {
+ "uom" : "m^3/s", // a symbol from UCUM
+ "values" : [3.0, 4.0],
+ "interpolations": [ // two user-defined interpolations having two sub-time intervals
+ {
+ "coefficients": [1.0, 3.0, 4.1], // v = 1.0t^2 + 3.0t + 4.1
+ "period": {
+ "begin": "2011-07-14T22:02:01Z",
+ "end" : "2011-07-14T23:11:14Z"
+ }
+ },
+ {
+ "coefficients": [5.0, 8.2], // v = 5.0t + 8.2
+ "period": {
+ "begin": "2011-07-14T23:11:14Z",
+ "end" : "2011-07-15T01:11:22Z"
+ }
+ }
+ ],
+ "description": "it has two user-defined interpolations" //(OPTIONAL)
+ }
+ }
+ ],
+ "stBoundedBy": { //(OPTIONAL) spatiotemporal bounding box to include the moving feature
+ "bbox": [100.0, 0.0, 101.0, 1.0],
+ "period": {
+ "begin": "2011-07-14T22:01:00Z",
+ "end" : "2011-07-15T21:14:00Z"
+ }
+ },
+ "properties": { //(OPTIONAL) static non-spatial attributes regardless of time: the same representation of GeoJSON
+ "name": "bus1",
+ "state":"test1"
+ }
+}
+
+
+=== Moving Features
+
+In the MF-JSON format, two moving feature types are added as follows:
+
+- *MovingFeature*: a JSON object to represent a moving feature instance, having two REQUIRED members of `"type"` and `"temporalGeometry"`, and three OPTIONAL members of `"temporalProperties"`, `"stBoundedBy"`, and `"properties"` depending on the application requirements.
+
++
+
+[source, javascript]
+{
+ "type": "MovingFeature", //(REQUIRED)
+ "temporalGeometry": {...}, //(REQUIRED)
+ "temporalProperties": [...], //(OPTIONAL)
+ "stBoundedBy": {...}, //(OPTIONAL)
+ "properties": {...} //(OPTIONAL)
+}
+
++
+
+ ** The value of the `"type"` member SHALL be the string of `"MovingFeature"`.
+ ** The value of the `"temporalGeometry"` member SHALL be a JSON object as described in <>. An instance of `"MovingFeature"` SHALL only one `"temporalGeometry"` member.
+ ** The value of the `"temporalProperties"` member SHALL be a JSON array as described in <>.
+ ** The value of the `"stBoundedBy"` member SHALL be a JSON object as described in <>, representing the spatiotemporal bounding box of the `"temporalGeometry"` instance.
+ ** The value of the `"properties"` member is an object (any JSON object or a JSON null value).
+
+
+- *MovingFeatureCollection*: a JSON object to represent a collection of moving feature instances, having two REQUIRED members of `"type"` and `"features"` and one OPTIONAL member of `"stBoundedBy"`.
+
++
+
+[source, javascript]
+{
+ "type": "MovingFeatureCollection", //(REQUIRED)
+ "features": [ //(REQUIRED)
+ {
+ "type": "MovingFeature",
+ "temporalGeometry": {...},
+ "temporalProperties": [...],
+ ...
+ },
+ {
+ "type": "MovingFeature",
+ "temporalGeometry": {...},
+ "temporalProperties": [...],
+ ...
+ }
+ ],
+ "stBoundedBy": {...} //(OPTIONAL)
+}
+
++
+
+ ** The value of the `"type"` member SHALL be the string of `"MovingFeatureCollection"`.
+ ** The value of the `"features"` member SHALL be a JSON array of moving feature instances as described in <>.
+ ** The value of the `"stBoundedBy"` member SHALL be a JSON object as described in <>, representing the spatiotemporal bounding box to cover all of the `"temporalGeometry"` instances in the `"features"` elements.
+
+
+[#tgeometry]
+=== Temporal Geometries
+
+The value of `"temporalGeometry"` member of a moving feature SHALL be a JSON object where the value of the `"type"` member is one of the following strings: `"MovingPoint"`, `"MovingLineString"`, `"MovingPolygon"`, `"MultiMovingPoint"`, `"MultiMovingLineString"`, `"MultiMovingPolygon"`, and `"MovingGeometryCollection"`.
+A temporal geometry is conceptualized as a prism of the set of points contained in all of the leaves (a foliation) and trajectories, representing the geographical movement of a moving feature.
+The temporal geometry is mathematically modeled as a mapping function from time to a geometric object: *_temporalGeometry: timePosition -> Geometry_* (http://geojson.org/geojson-spec.html#point[Point], http://geojson.org/geojson-spec.html#linestring[LineString], http://geojson.org/geojson-spec.html#polygon[Polygon],
+http://geojson.org/geojson-spec.html#multipoint[MultiPoint], http://geojson.org/geojson-spec.html#multilinestring[MultiLineString], http://geojson.org/geojson-spec.html#multipolygon#polygon[MultiPolygon], or http://geojson.org/geojson-spec.html#geometry-collection[GeometryCollection]).
+
+- *MovingPoint*: A temporal geometry represents the trajectory of a time-parameterized 0-dimensional geometric primitive (Point) representing a single geographic position at a time position (instant) within its temporal domain. Intuitively, this type depicts a set of curves in a spatiotemporal domain. A MovingPoint is used to express http://docs.opengeospatial.org/is/14-083r2/14-083r2.html#78[mf:AbstractTrajectory] in the OGC Moving Features standard. For example, the movement information of people, vehicles, or hurricanes can be shared by instances of the `"MovingPoint"` type.
+
+- *MovingLineString*: A temporal geometry represents the prism of a time-parameterized 1-dimensional (1D) geometric primitive (LineString) whose leaf at a time position is 1-dimensional linear object in a particular time period. Intuitively this type depicts a set of surfaces in a spatiotemporal domain. For example, the movement information of weather fronts or traffic congestion on roads can be shared by instances of the `"MovingLineString"` type.
+
+- *MovingPolygon*: A temporal geometry represents the prism of a time-parameterized 2-dimensional (2D) geometric primitive (Polygon) whose leaf at a time position is 2-dimensional polygonal object in a particular time period. Intuitively this type depicts a set of polyhedrons that are the convex hulls of two congruent polygons in a spatiotemporal domain. For example, the changes of flooding areas or the movement information of air pollution can be shared by instances of the `"MovingPolygon"` type.
+
+- *MultiMovingPoint*: A temporal geometry represents a set of moving points.
+
+- *MultiMovingLineString*: A temporal geometry represents a set of moving linestrings.
+
+- *MultiMovingPolygon*: A temporal geometry represents a set of moving polygons.
+
+- *MovingGeometryCollection*: Represents a collection of temporal geometries that have time-varing locations. Each element in the collection belongs to one of the above types.
+
+
+This practice defines two encoding mthods for a temporal geometry instance: simple and collection form.
+
+[#simple]
+==== Simple Temporal Geometries
+
+The simple form of temporal geometry instances is a JSON object with four REQUIRED members: `"type"`, `"coordinates"`, `"datetimes"`, and `"interpolations"`.
+The simple form represents the movement of one geometric primitive that comprises non-decomposed objects, i.e., a moving point, moving linestring, and moving polygon.
+If viewed in a 4-dimensional spatio-temporal coordinate system, the temporal geometry is a single continuum.
+A moving point, linestring, and polygon is a spatio-temporal curve, surface, and solid, respectively.
+Their JSON representation is as follows.
+
+[source, json]
+{
+ ...,
+ "temporalGeometry": {
+ "type": "MovingPoint | MovingLineString | MovingPolygon", // (REQUIRED) vbar | as a means to select ONE type.
+ "coordinates": [...], //(REQUIRED)
+ "datetimes" : [...], //(REQUIRED)
+ "interpolations": [...] //(REQUIRED)
+ },
+ ...
+}
+
+
+- `"type"`: A case-sensitive string that is one of `"MovingPoint"`, `"MovingLineString"`, and `"MovingPolygon"`.
+
+- `"coordinates"`: The object SHALL be a list of leaf geometric primitives (points, linestrings, polygons) at times. The number of elements is same as the `"datetimes"` ones with a temporal order.
+There is an one-to-one correspondence between the elements of `"coordinates"` and `"datetimes"` as a temporal sequence of pairs latexmath:[(g,t)], where latexmath:[g] is a leaf geometry and latexmath:[t] is its sampling time.
+
++
+
+[width="99%", cols="1,^7,2", options="header"]
+|=========
+| Types | Formats of the `"coordinates"` object | _Comments_
+| MovingPoint | [ [x1,y1(,z1)], [x2,y2(,z2)], ... ] | _a list of points at each leaf, increasing time order_
+| MovingLineString | [ [[x11,y11(,z11)], [x12,y12(,z12)], ...], [[x21,y21(,z21)], [x22,y22(,z22)], ...], ... ] | _a list of linestrings at each leaf, increasing time order_
+| MovingPolygon | [ [[[ox11,oy11(,oz11)], [ox12,oy12(,oz12)], ...], [[ix11,iy11(,iz11)],[ix12,iy12(,iz12)], ...],...], [[[ox21,oy21(,oz21)], [ox22,oy22(,oz22)], ...], [[ix21,iy21(,iz21)],[ix22,iy22(,iz22)], ...], ...], ... ] | _a list of polygons at each leaf, increasing time order_
+|=========
+
+[NOTE]
+https://www.rfc-editor.org/info/rfc7946[[IETF GeoJSON format]] A position is represented by an array of numbers, which must contain two or more elements. The first two elements are longitude/easting (x) and latitude/northing (y), precisely in that order and using decimal numbers. Altitude/elevation (z) MAY be included as an optional third element.
+
+- `"datetimes"`: The object SHALL be a list of time instants encoded as a character string of [ISO 8601:2004](http://www.iso.org/iso/home/standards/iso8601.htm) date-time formatter in chronological order, which does not allow duplicates.
+
++
+
+[width="99%", cols="1,^6,3", options="header"]
+|=========
+| Types | Formats the `"datetimes"` object | _Comments_
+|http://www.w3.org/TR/xmlschema11-2/#dateTime[DateTime] | ["yyyy-MM-dd'T'HH:mm:ss'Z'", "yyyy-MM-dd'T'HH:mm:ss'Z'", ...]| _a list of monotonic increasing instants_
+|=========
+
+- `"interpolations"`: The object SHALL be a JSON array of interpolation methods.
+http://mathworld.wolfram.com/Interpolation.html[Interpolation] is a method of finding new values for any function using the given set of values.
+Here, the interpolation object approximates geographic positions at non sampling time instants for constructing the trajectory or prism of a moving feature in a spatiotemporal domain.
+The unknown position at a particular time can be found using many interpolation methods.
+In this practice, there are two expressions for an instance of interpolation methods: Predefined Interpolation Methods and Interpolation Formulas.
+
++
+
+.[Predefined Interpolation Methods]
+A predefined method SHALL be a case-sensitive string of one of `"Discrete"`, `"Stepwise"`, `"Linear"`, and `"Spline"`.
+The new position is differently derived by each method.
+For the predefined method, there is the restriction of the same number positions of all leaf geometries.
+
++
+
+[width="99%", cols="1,^5,3", options="header"]
+|=========
+| Types | Descriptions | _Comments_
+| Discrete | image:discrete.png[Discrete, pdfwidth=80%, width=70%] | _There is no interpolation position between two successive positions._
+| Stepwise | image:stepwise.png[Stepwise, pdfwidth=80%, width=70%] | _The interpolation position between two successive positions equals to the first position._
+| Linear | image:linear.png[Linear, pdfwidth=80%, width=70%] | _The new position is found from the linear interpolation formula with the two successive positions. *Default_
+| Spline | image:spline.png[Spline, pdfwidth=80%, width=70%] | _An interpolation position is derived from a cubic spline function on each interval between data positions._
+|=========
+
++
+
+[source, javascript]
+{
+ "type": "MovingPoint",
+ "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0]],
+ "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
+ "interpolations": ["Linear"] // an interpolation method during the period of datetimes
+}
+
+[NOTE]
+If a moving feature needs different predefined interpolation methods for several sub-intervals of time during its lifespan,
+this practice recommends the use of user-defined interpolation formulas corresponding to each sub-interval.
+
+
+.[Interpolation Formulas]
+A temporal geometry MAY have a several interpolation formulas within its temporal domain. An element of interpolation formulas SHALL be represented by two members of `"coefficients"` and `"period"`.
+The new geographical position at a given time position is derived from a `"coefficients"` instance as a multidimensional array of *polynomial interpolation formulas* of latexmath:[(x, y, z)] coordinates during a particular time period.
+If a time position does not belong to any time period of the elements of formula, there is no interpolation position at that time.
+The order of arrays for the interpolation formula of a temporal position SHALL follow latexmath:[x] (longitude), latexmath:[y] (latitude), latexmath:[z] (altitude) order.
+The time periods between any two elements of formulas only allows empty or 0-dimensional intersection.
+This practice converts the time position to a signed 64-bit integer(long) value that represents milliseconds for computing a value of each axis of coordinates at an arbitrary time position formatted by a character string of [ISO 8601:2004].
+
+[latexmath]
++++++++++++
+[x(t) = a_{n-1}t^{n-1} + a_{n-2}t^{n-2} + ... + a_0t^0]
++++++++++++
+[latexmath]
++++++++++++
+[y(t) = b_{n-1}t^{n-1} + b_{n-2}t^{n-2} + ... + b_0t^0]
++++++++++++
+[latexmath]
++++++++++++
+[z(t) = c_{n-1}t^{n-1} + c_{n-2}t^{n-2} + ... + c_0t^0]
++++++++++++
+
+[source, javascript]
+{
+ "type": "MovingPoint",
+ "coordinates": ...,
+ "datetimes": ...,
+ "interpolations": [
+ {
+ "coefficients": [[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]],
+ // x = 1.0*t^2 + 3.0*t + 4.1 , y = 2.0*t^2 + 2.1*t + 3.0
+ "period": {
+ "begin": "2011-07-14T22:01:01Z",
+ "end" : "2011-07-14T23:01:01Z"
+ }
+ },
+ {
+ "coefficients": [[4.0, 2.0], [1.0, 2.0]],
+ // x = 4.0*t + 2.0 , y = 1.0*t + 2.0
+ "period": {
+ "begin": "2011-07-14T23:01:01Z",
+ "end" : "2011-07-15T00:01:01Z"
+ }
+ }
+ ]
+}
+
+
+[source, javascript]
+{
+ "type": "MovingLineString",
+ "coordinates": ...,
+ "datetimes": ...,
+ "interpolations": [
+ {
+ "coefficients": [[[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]], [[2.0, 1.0, 1.2], [1.0, 0.1, 2.0]]],
+ // x1 = 1.0*t^2 + 3.0*t + 4.1 , y1 = 2.0*t^2 + 2.1*t + 3.0
+ // x2 = 2.0*t^2 + 1.0*t + 1.2 , y2 = 1.0*t^2 + 0.1*t + 2.0
+ "period": {
+ "begin": "2011-07-14T22:01:01Z",
+ "end" : "2011-07-14T23:01:01Z"
+ }
+ },
+ {
+ "coefficients": [[[4.0, 2.0], [1.0, 2.0]], [[2.0, 3.0], [2.0, 1.0]]],
+ // x1 = 4.0*t + 2.0 , y1 = 1.0*t + 2.0
+ // x2 = 2.0*t + 3.0 , y2 = 2.0*t + 1.0
+ "period": {
+ "begin": "2011-07-14T23:01:01Z",
+ "end" : "2011-07-15T00:01:01Z"
+ }
+ }
+ ]
+}
+
+
+[#collection]
+==== Collection of Temporal Geometries
+
+The collection form of temporal geometry instances is a JSON object with two REQUIRED fields: `"type"` and `"members"`.
+
+[source, json]
+{
+ ...
+ "temporalGeometry": {
+ "type": "MultiMovingPoint | MultiMovingLineString | MultiMovingPolygon | MovingGeometryCollection",
+ "members": [
+ {
+ // Simple temporal geometry instance
+ "type": "MovingPoint | MovingLineString | MovingPolygon",
+ "coordinates": [...], // COORDINATES expression
+ "datetimes" : [...], // DATETIMES expression
+ "interpolations": [...] // INTERPOLATIONS expression
+ }
+ ]
+ },
+ ...
+}
+
+
+- `"type"`: A case-sensitive string that is one of `"MultiMovingPoint"`, `"MultiMovingLineString"`, `"MultiMovingPolygon"`, and `"MovingGeometryCollection"`.
+
+- `"members"`: The object is encoded as a JSON array of instances of temporal geometry where each element is encoded in simple form.
+ ** *MultiMovingPoint*: The elements of the `"members"` object SHALL be instances of type `"MovingPoint"`. The leaf geometry at a time position is an instance of type "MultiPoint", which is the union of each leaf of moving point members at the same time.
+ ** *MultiMovingLineString*: The elements of the `"members"` object SHALL be instances of type `"MovingLineString"`. The leaf geometry at a time position is an instance of type "MultiLineString", which is the union of each leaf of moving linestring members at the same time.
+ ** *MultiMovingPolygon*: The element of the `"members"` object SHALL be instances of type `"MovingPolygon"`. The leaf geometry at a time position is an instance of type "MultiPolygon", which is the union of each leaf of moving polygon members at the same time.
+ ** *MovingGeometryCollection*: Each element of the `"members"` object can be an instance of different moving types. The leaf geometry at a time position is an instance of type `"GeometryCollection"`, which is the union of each leaf of any temporal geometries at the same time.
+
+
+[#tproperties]
+=== Temporal Properties
+
+A moving feature can have more than zero time-varying properties, such as the velocity of vehicles or the wind speed of hurricanes.
+A temporal property represents a dynamic measure that the result of ascertaining the value of a characteristic of a moving feature that changes over time and/or location.
+Even though the value of temporal property depends on the spatiotemporal location, this document only considers the temporal dependencies of their changes of value.
+
+[NOTE]
+If a property has a static value, it is represented with the "properties" member as same as GeoJSON.
+
+
+[source, json]
+{
+ ...,
+ "temporalProperties": [
+ { // a collection of temporal properties which are measured at the same times
+ "datetimes": [...], //(REQUIRED) JSON Array of time instances in order, which does not allow duplicates.
+ "_property0_": { // _property0_ whose name is defined by an application
+ "uom": ..., //(REQUIRED) a predefined string or URI
+ "values": [...], //(REQUIRED) a JSON Array of values
+ "interpolations": [...],//(REQUIRED) a JSON Array of interpolation methods
+ "description": "any string" //(OPTIONAL)
+ },
+ "_property1_": { // _property1_ whose name is defined by an application
+ "uom": ..., //(REQUIRED) a predefined string or URI
+ "values": [...], //(REQUIRED) a JSON Array of values
+ "interpolations": [...],//(REQUIRED) a JSON Array of interpolation methods
+ "description": "any string" //(OPTIONAL) a JSON string
+ },
+ ...
+ },
+ { // another collection of dynamic properties which are measured at the same times
+ "datetimes": [...],
+ "_property2_": {...},
+ "_property3_": {...}
+ }
+ ],
+ ...
+}
+
+
+The `temporalProperties` is a JSON array of collections of temporal properties whose results are ascertained at the same times.
+A collection of temporal properties SHALL have one "datetimes" member and more than one _property_ member whose name is defined by an application.
+However, the value of the _property_ member SHALL be a JSON object that has the following fields:
+
+* `"uom"`: A unit of measure is a quantity adopted as a standard of measurement [ISO 19103:2015]. The unit of a temporal property is represented as a URI denoting a unit-of-measure defined in a web resource or a predefined strings. This practice defines the following unit strings.
+
+[width="99%", cols="2,8", options="header"]
+|=========
+| Unit strings | Descriptions
+| _print symbols_ | From the Unified Code for Units of Measure (UCUM)<<1>>
+| null | The `"values"` member contains counting measures.
+| text | The `"values"` member contains any strings.
+| image| The `"values"` member contains Base64 strings converted from images.
+|=========
+
+* `"values"`: Each element of values is a string, number, null, or one of the literals: true and false. The number of elements is the same as the "datetimes" ones. There is an one-to-one correspondence between the elements of `"values"` of a _property_ object and `"datetimes"` as a temporal sequence of pairs latexmath:[(v,t)], where latexmath:[v] is a value of measurement and latexmath:[t] is its sampling time.
+
+[NOTE]
+If the values of a temporal property are measured at different times of `"datetimes"`, each SHALL be represented as a new element in the JSON array.
+
+* `"interpolations"`: The temporal property also needs to define an interpolation method like the temporal geometry.
+The object SHALL be a JSON array of interpolation methods whose instance is a pre-defined interpolation methods of `"Discrete"`, `"Stepwise"`, `"Linear"`(default), and `"Spline"`, or an interpolation formula used for polynomial interpolation in time.
+
+[source, json]
+{
+ ...,
+ "temporalProperties" : [
+ {
+ "datetimes" : [ "2017-03-13T01:00:00Z", "2017-03-13T02:00:00Z", "2017-03-13T03:00:00Z", "2017-03-13T04:00:00Z", "2017-03-13T05:00:00Z", "2017-03-13T06:00:00Z", "2017-03-13T07:00:00Z", "2017-03-13T08:00:00Z", "2017-03-13T09:00:00Z", "2017-03-13T10:00:00Z", "2017-03-13T11:00:00Z", "2017-03-13T12:00:00Z", "2017-03-13T13:00:00Z", "2017-03-13T14:00:00Z", "2017-03-13T15:00:00Z", "2017-03-13T16:00:00Z", "2017-03-13T17:00:00Z", "2017-03-13T18:00:00Z", "2017-03-13T19:00:00Z", "2017-03-13T20:00:00Z", "2017-03-13T21:00:00Z", "2017-03-13T22:00:00Z", "2017-03-13T23:00:00Z", "2017-03-13T24:00:00Z" ],
+ "NO2" : {
+ "uom" : "ppm",
+ "values" : [ 0.018, 0.013, 0.013, 0.014, 0.021, 0.034, 0.036, 0.047, 0.059, 0.052, 0.042, 0.031, 0.024, 0.02, 0.023, 0.022, 0.027, 0.025, 0.029, 0.03, 0.024, 0.02, 0.018, 0.016 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "NO" : {
+ "uom" : "ppm",
+ "values" : [ 0.001, 0.001, 0.001, 0.002, 0.002, 0.006, 0.012, 0.056, 0.085, 0.06, 0.039, 0.024, 0.013, 0.01, 0.009, 0.009, 0.009, 0.007, 0.007, 0.006, 0.005, 0.004, 0.003, 0.003 ],
+ "interpolations" : [ "Linear" ]
+ }
+ },
+ {
+ "datetimes" : [ "2017-03-13T01:00:00Z", "2017-03-13T03:00:00Z", "2017-03-13T04:00:00Z", "2017-03-13T05:00:00Z", "2017-03-13T06:00:00Z", "2017-03-13T07:00:00Z", "2017-03-13T08:00:00Z", "2017-03-13T09:00:00Z", "2017-03-13T10:00:00Z", "2017-03-13T11:00:00Z", "2017-03-13T12:00:00Z", "2017-03-13T13:00:00Z", "2017-03-13T14:00:00Z", "2017-03-13T15:00:00Z", "2017-03-13T16:00:00Z", "2017-03-13T17:00:00Z", "2017-03-13T18:00:00Z", "2017-03-13T19:00:00Z", "2017-03-13T20:00:00Z", "2017-03-13T21:00:00Z", "2017-03-13T22:00:00Z", "2017-03-13T23:00:00Z", "2017-03-13T24:00:00Z" ],
+ "CH4" : {
+ "uom" : "ppmC",
+ "values" : [ 1.97, 1.98, 1.97, 2.01, 2.19, 2.13, 2.06, 2.21, 2.14, 2.08, 2.04, 1.99, 1.97, 1.96, 1.95, 1.95, 1.96, 1.96, 1.97, 1.96, 1.95, 1.95, 1.95 ],
+ "interpolations" : [ "Discrete" ]
+ },
+ "THC" : {
+ "uom" : "ppmC",
+ "values" : [ 2.09, 2.05, 2.05, 2.09, 2.33, 2.26, 2.22, 2.45, 2.35, 2.25, 2.18, 2.09, 2.04, 2.04, 2.03, 2.02, 2.03, 2.05, 2.08, 2.06, 2.03, 2.03, 2.03 ],
+ "interpolations" : [ // The function is an example, no sense of working
+ {
+ "coefficients": [1.0, 3.0, 4.1], // v = at^2 + bt + c
+ "period": {
+ "begin": "2017-03-13T01:00:00Z",
+ "end" : "2017-03-13T05:00:00Z"
+ }
+ },
+ {
+ "coefficients": [5.0, 8.0], // v = at + b
+ "period": {
+ "begin": "2017-03-13T05:00:00Z",
+ "end" : "2017-03-13T24:00:00Z"
+ }
+ }
+ },
+ }
+ ],
+ ...
+}
+
+* `"description"`: A temporal property can have an optional member to describe a short description.
+
+
+[#stbox]
+=== Spatiotemporal Bounding Box
+
+A moving feature may have a member named `"stBoundedBy"`, which indicates the boundary containing moving features in a spatiotemporal domain. To represent information on the coordinate range for moving features, this MF-JSON format follows GeoJSON's `"bbox"` field.
+The value of the bbox member is a 2*n array where n is the number of dimensions.
+The temporal boundary is a temporal period of `"begin"` and `"end"` expressed in ISO 8601:2004.
+
+[source, json]
+{
+ ...,
+ "stBoundedBy": {
+ "bbox": [-10.0, -10.0, 10.0, 10.0],
+ "period": {
+ "begin": "1994-11-05T13:15:30Z",
+ "end" : "1994-11-05T13:15:30Z"
+ }
+ },
+ ...
+}
+
+=== Application Domain Variables (Foreign Members)
+
+MF-JSON uses annotations to represent foreign members which are not described in this document and whose semantics are dependent on a domain or application specific requirement.
+For this reason, MF-JSON defines foreign elements by extending the foreign member of GeoJSON.
+For a name/value pair of a foreign member, the name always starts with the at sign (@), such as `"@id"`, `"@context"`, and so on.
+
+=== Discussions
+
+[NOTE]
+.Coordinate Reference System
+https://www.ietf.org/rfc/rfc7946.txt[The IETF GeoJSON format] recommends a single coordinate reference system based on WGS84<<2>>.
+In this version of MF-JSON, CRSs are fixed to WGS84 for space and ISO 8601:2004 for time; however, the coordinate reference systems need to be indicated in the case of an application request.
+If the application requires an alternative CRS, the CRS of a GeoJSON object can be represented with its "crs" field as described in GeoJSON(2008)<<3>>.
+
+[NOTE]
+.Circular Temporal Geometry
+Some applications, such as the predication of hurricanes, need to represent a time-varying circular object. https://www.ietf.org/rfc/rfc7946.txt[The IETF GeoJSON format] excludes the circular types such as Circle or Ellipse.
+No type for "Circle" and "Ellipse" is defined in this version of MF-JSON.
+
+[NOTE]
+.Geometry Object
+A moving feature may have a member named `"geometry"`, which may represent its projection in coordinate space as points, curves, or surfaces. The representation of Geometry objects is same as GeoJSON.
diff --git a/bp/3_rest-api.adoc b/bp/3_rest-api.adoc
index 6109604..3d521d6 100755
--- a/bp/3_rest-api.adoc
+++ b/bp/3_rest-api.adoc
@@ -1,1030 +1,1030 @@
-[#rest_api,reftext='7']
-== RESTful API
-
-This Clause provides a design example of a RESTful API as a form of service interface to handle moving features on the Web with ease of development and access, as well as being robust and scalable in server/client distributed environments.
-In general, Representational State Transfer (REST) focuses on resources and how to access to these resources over Hypertext Transfer Protocol (HTTP).
-A few use cases of RESTful approaches for OGC web service interfaces are analyzed in the OGC Testbed 11 REST Interface Engineering Report [OGC 15-052r1].
-OGC supports the use of RESTful interfaces and JSON encodings and this practice refers to the OGC SensorThings API [OGC 15-078r6] standard as a good example for RESTful principles.
-
-=== General Information
-Clients and servers exchange representations of resources via HTTP messages as shown in <>.
-Clients send a request against the resources to the server in the form of a HTTP verb, Uniform Resource Identifier (URI), protocol version, and request content (header and body).
-The server replies with a response message consisting of the protocol version followed by a status code and content.
-
-[#protocol,reftext='{figure-caption} {counter:figure-num}']
-.Client/Server Communication based on RESTful API
-image::protocol.png[Protocol, pdfwidth=70%, width=70%, align="center"]
-
-==== Verb
-
-Verb is an HTTP method: POST, GET, PUT/PATCH, and DELETE corresponding to create, read, update, and delete (CRUD) operations, respectively. A client make a request with one of the following methods to be applied to the resource.
-
-[width="99%", cols="2,8"]
-|=========
-|POST | Creates a new resource.
-|GET | Retrieves a resource.
-|PUT | Updates/Replaces an existing resource.
-|PATCH | Updates/Modifies an existing resource.
-|DELETE | Deletes a resource.
-|=========
-
-==== URI
-
-A Uniform Resource Identifier (URI) provides a simple and extensible means for identifying a resource as being a locator, a name, or both. The general rules of URIs are defined in [IETF RFC 3986].
-The RESTful API to support moving feature data uses a Uniform Resource Locator (URL) for location and access of resources via the HTTP protocol. The basic components of URLs can be defined as follows:
-
-======
-*URL = _SERVICE_ROOT_ [ "/" _RESOURCE_PATH_ [ "?" _QUERY_OPTIONS_ ]]*
-======
-
-- _SERVICE_ROOT_: the identification of service endpoints for clients, usually formed as `"http:""//"host[":"port]["/"version]`. The "http" scheme is used to locate network resources via the HTTP protocol. The host is a domain name of a network host, or its IPv4 address as a set of four decimal digit groups separated by ".". The version is a API version.
-- _RESOURCE_PATH_: the representation of a particular resource. By attaching the resource path after the service root URI, clients can address to different types of resources. (sub-clause <>).
-- _QUERY_OPTIONS_: clients can apply query options after the resource path to further process the addressed resources, such as sorting by properties or filtering with criteria (sub-clause <>).
-
-==== Version
-
-The service implementation shall support a HTTP version. This document assumes the protocol referred to as "HTTP/1.1" [IETF RFC 2616].
-
-==== Status
-
-The response message should contain a status code of the attempt to understand and satisfy the request. Depending on the first digit of a 3-digit integer code, it is classified into five roles:
-[width="99%", cols="2,8"]
-|=========
-|1xx | Informational - Request received, continuing process
-|2xx | Success - The action was successfully received, understood, and accepted
-|3xx | Redirection - Further action must be taken in order to complete the request
-|4xx | Client Error - The request contains bad syntax or cannot be fulfilled
-|5xx | Server Error - The server failed to fulfill an apparently valid request
-|=========
-
-Full list of status codes are defined in [IETF RFC 2616], Section 10. This document suggests usage of the following specific codes:
-
-- *200 OK* : General success status code.
-- *201 CREATED*: Successful creation of resources for POST or PATCH.
-- *204 NO CONTENT*: Successful operation for DELETE or PUT. There is nothing in the response body.
-- *400 BAD REQUEST*: General error of client request, such as a wrong parameter, missing data, etc.
-- *404 NOT FOUND*: The requested resource is not found.
-- *406 Not Acceptable*: The media type given in the Content-Type header field is not `"application/geo+json"` or `"application/geo+json-seq"`.
-- *500 Internal Service Error*: Unexpected condition during the request operations in a server side.
-- *501 Not Implemented*: The server does not support the functionality required to fulfill the request.
-
-==== Header
-
-A general HTTP request/response message contains header fields consisting of a name, followed by a colon (":") and the field value. Detailed information on HTTP header fields are described in [IETF RFC 2616], Section 4.5 (General Header Fields), Section 5.3 (Request Header Fields), Section 6.2 (Response Header Fields), and Section 7.1 (Entity Header Fields).
-The RESTful API of moving features in this document concerns only the Content-Type field, and the other fields are left to the implementation of domain applications.
-
-- *Content-Type*: All request/response message SHALL contain the Content-Type field to indicate the media type of the entity-body. The Content-Type field has one of media types of `"application/geo+json"` and `"application/geo+json-seq"` to interpret Moving Features JSON (MF-JSON) entities in the message body.
-- *Transfer-Encoding*: A web server serves content as a stream (dynamically-generated content) with the Transfer-Encoding field set by `"chunked"`. The size of each chuck is sent right before the chuck itself, the representation of content is recommended to use the JSON Text Sequence format [IETF RFC 7464] for the streaming transfer. Content transfer is terminated by a final chunk of length zero.
-
-[NOTE]
-The Host request-header field specifies the Internet host and port number of the resource being requested. If the service_root omits the request, the client needs to include this field.
-
-==== Body
-
-The entity-body (if any) sent with an request or response is in the JSON format. If the entities represent moving feature data, it is encoded by MF-JSON. More examples are given the next sub-clause.
-
-[#resources,reftext='7.2']
-=== Resources
-A request URI is constructed with a resource path for a corresponding resource item. Resources are the fundamental elements of the RESTful API.
-This API is designed by the resource classes and their relationships as shown in <>.
-
-[#resource_type,reftext='{figure-caption} {counter:figure-num}']
-.REST Resource Classes of a Moving Feature Service
-image::restresources.png[REST Resources, pdfwidth=100%, width=90%, align="center"]
-
-==== Resource Classes
-
-- *MovingFeature Class*: Is the root resource to enable the client to access other resources as its properties.
-A MovingFeature resource is required to be implemented with the following properties in a moving-feature service:
-
-[width="99%", cols="2,5,3,2,1", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|@id | It is the unique and system-generated identifier. Clients cannot edit its value. | JSON Any (Null is not allowed)| One (mandatory) | NO
-|temporalGeometry | A navigation property to address the resource containing a temporal geometry. | JSON Object (Null is not allowed)| One (mandatory) |YES
-|temporalProperties | A navigation property to address the resource containing temporal properties. | JSON Array or Null | Zero-to-one | YES
-|properties | A navigation property to address the resource containing static properties as name-value pairs. | JSON Array or Null | Zero-to-one | YES
-|===========================================================
-
-[NOTE]
-JSON Any = False / Null / True / Object / Array / Number / String +
-A resource instance whose type is specified, such as Geometry, DateTime, TemporalGeometry, TemporalProperty, Property, and so on, is a JSON Object.
-
-- *TemporalGeometry Class*: The class for accessing the temporal geometry of moving features. A TemporalGeometry resource is required to be implemented with the following properties in a moving-feature service:
-
-[width="99%", cols="2,5,3,2,1", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|type |Its value is one of "MovingPoint", "MovingLineString", "MovingPolygon", "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection". | JSON String | One (mandatory) | NO
-|coordinates | A collection of geometries represented by lists of sampled positions. | JSON Array (or Null for collection types)| Zero-to-one (mandatory for simple types) | YES
-|datetimes | A collection of datetimes when the coordinates are sampled. | JSON Array (or Null for collection types)| Zero-to-one (mandatory for simple types) | YES
-|members | A navigation property to address temporal-geometry elements of the collection types such as "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection". | TemporalGeometry (or Null for simple types)| Zero-to-many | NO
-|interpolations| A navigation property to address the interpolation methods. | Interpolation (or Null for collection types)| Zero-to-many (mandatory for simple types) | YES
-|===========================================================
-
-- *TemporalProperty Class*: The class for accessing the temporal properties of moving features. A TemporalProperty resource is optionally to be implemented in a moving-feature service. The minimum properties for the class are defined by:
-
-[width="99%", cols="2,3,3,2,3", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|name | A name of dynamic attribute of feature. | JSON String | One (mandatory) | YES (but, no duplication within a moving feature.)
-|uom | A symbol or URI to address the unit of measurement. | JSON String or Null | Zero-to-one | YES
-|values | A collection of sampled values to represent dynamic changes of feature attribute. | JSON Array | One (mandatory) | YES
-|datetimes | A collection of datetimes when the values are sampled. | JSON Array | One (mandatory) | YES
-|interpolations| A navigation property to address the interpolation methods. | Interpolation | One-to-many (mandatory) | YES
-|===========================================================
-
-- *Interpolation Class*: The class for accessing an interpolation method. An Interpolation resource is required to be implemented with the following properties in a moving-feature service:
-
-[width="99%", cols="2,3,3,2,3", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|@id | It is the unique and system-generated identifier. | JSON Any | One (mandatory) | NO
-|name | A name of interpolation. | JSON String | One (mandatory) | NO
-|formulas | A collection of formulas to estimate arbitrary values at time. | JSON Any | Zero-to-one | NO
-|===========================================================
-
-For pre-defined methods such as `"Discrete"`, `"Stepwise"`, `"Linear"`, and `"Spline"`, the client cannot edit the names of methods.
-This practice assumes that the name of a user-defined interpolation formula is automatically assigned by the service when moving features are inserted.
-
-- *Property Class*: The class for accessing the static properties of moving features. A Property resource is optionally to be implemented in a moving-feature service. The minimum properties for the class are defined by:
-
-[width="99%", cols="2,3,3,2,3", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|name | A name of feature attribute. | JSON String | One (mandatory) | YES (but, no duplication within a moving feature.)
-|value | A value of feature attribute. | JSON Any | One (mandatory) | YES
-|===========================================================
-
-- *FeatureLayer Class*: The class for a collection of moving features to manage data in a distinct (physical or logical) space; this is an optional resource and can be replaced by an Application-dependent feature.
-When the service implements this class, the following properties may be required:
-
-[width="99%", cols="2,3,3,2,3", options="header"]
-|===========================================================
-|Name |Description | Data type | Multiplicity and use | Editable
-|name |A property indicates the label of a FeatureLayer resource | JSON String | One (mandatory) | YES (but, no duplication.)
-|description | A property describes a short comment about the layer | JSON String | One (mandatory) |YES
-|updateFrequency | A property provides the connectivity of movement within a time interval (second) | Integer | One (mandatory) | YES (but, the previous data are not affected.)
-|features | A navigation property to address each moving feature | MovingFeature | Zero-to-many | YES
-|===========================================================
-
-[NOTE]
-The moving-feature service needs to manage the connectivity of features' movement by using the updateFrequency interval. If the updateFrequency interval is 0, the server does not manage the connectivity of movements.
-
-==== Resource Path Patterns
-
-Each resource in the service has at least one URL.
-The recommended pattern of resource URL paths to address a collection of MovingFeature entities, a MovingFeature entity, and their properties may be formed as:
-[source]
-.URL patterns without a FeatureLayer resource
- - SERVICE_ROOT/MovingFeatures
- - SERVICE_ROOT/MovingFeatures(@id)
- - SERVICE_ROOT/MovingFeatures(@id)/temporalGeometry
- - SERVICE_ROOT/MovingFeatures(@id)/temporalProperties
- - SERVICE_ROOT/MovingFeatures(@id)/temporalProperties($NAME)
- - SERVICE_ROOT/MovingFeatures(@id)/properties
- - SERVICE_ROOT/MovingFeatures(@id)/properties($NAME)
-
-[NOTE]
-@id is the identifier of moving feature; therefore, the server needs to return its identifier when a client inserts a new feature or provides a way to access each identifier.
-
-
-If the server implements the FeatureLayer resource, it is recommend that the path pattern of resource be formed as:
-[source]
-.URL patterns with FeatureLayer resources
- - SERVICE_ROOT/FeatureLayers/
- - SERVICE_ROOT/FeatureLayers($NAME)/features
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalGeometry
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalProperties
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalProperties($NAME)
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/properties
- - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/properties($NAME)
-
-[NOTE]
- $NAME is replaced by a value of property `name`.
-
-[WARNING]
-==========
- For the root type of resources, a server should take one resource type of MovingFeatures or FeatureLayers. Both a MovingFeatures and FeatureLayers resource cannot exist at the same level.
-==========
-
-==== Resource Path Examples
-
-A client can make a request against the resources via URL using various HTTP methods: POST, GET, PUT/PATCH, and DELETE.
-
-[source]
-.Example 7.1: To insert a moving feature data into the service.
-----
->>> Request
-POST SERVICE_ROOT/MovingFeatures HTTP1.1
-Content-Type: application/geo+json
-{
- "type": "MovingFeature",
- "temporalGeometry": {
- "type": "MovingPoint", // a geometry type to represent a trajectory object
- "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ],
- "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z", "2011-07-15T01:01:01Z"],
- "interpolations": ["Linear"]
- },
- "temporalProperties": [ //(optional)
- {
- "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
- "length": {
- "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", // a URL denoting a unit-of-measure
- "values": [1.0, 2.4, 1.0],
- "interpolations": ["Stepwise"]
- }
- }
- ]
-}
-
-<<< Response
-201 CREATED
-{
- “@id”: “mf0001",
- “@created”: "2012-07-14T22:01:01" // Application-defined property
-}
-----
-
-[source]
-.Example 7.2: To insert a list of moving feature data into the service with the "application/geo+json-seq" content type.
-----
->>> Request
-POST SERVICE_ROOT/MovingFeatures HTTP1.1
-Content-Type: application/geo+json-seq
-{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
-{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
-{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
-
-<<< Response
-201 CREATED
-{
- “@id”: [“mf0001", “mf0002", “mf0003"]
- “@created”: "2012-07-14T22:01:01" // Application-defined property
-}
-----
-
-
-[source]
-.Example 7.3: To add new trajectory data into a stored moving feature.
-----
->>> Request
-POST SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry HTTP1.1
-Content-Type: application/geo+json
-{
- "type": "MovingPoint", // a geometry type to represent a trajectory object
- "coordinates": [ [100.0, 0.0], [101.0, 0.0]],
- "datetimes": ["2011-07-16T02:01:01Z", "2011-07-16T06:01:01Z"],
- "interpolation": ["Linear"]
-}
-
-<<< Response
-201 CREATED
-{
- “@modified”: "2012-07-14T22:01:01" // Application-defined property
-}
-----
-
-[source]
-.Example 7.4: To get the list of all the temporal property information.
-----
->>>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties HTTP1.1
-
-<<< Response
-200 OK
-[
- {
- "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
- "length": {
- "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
- "values": [1.0, 2.4, 1.0],
- "interpolations": ["Stepwise"]
- }
- }
-]
-----
-
-[source]
-.Example 7.5: To retrieve a temporal property information whose name is 'dose'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('dose') HTTP1.1
-
-<<< Response
-200 OK
-{
- "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-15T12:01:01Z"],
- "dose": {
- "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/AbsorbedDose",
- "values": [0.003, 0.003],
- "interpolations": ["Discrete"]
- }
-}
-----
-
-[source]
-.Example 7.6: To modify the name of a property.
-----
->>> Request
-PUT SERVICE_ROOT/MovingFeatures('mf0001')/properties#name='title' HTTP1.1
-
-<<< Response
-204 NO CONTENT
-----
-
-[#queries,reftext='7.3']
-=== Access Interfaces
-
-The OGC Moving Features Access [OGC 16-120r3] document requires three types of operations for accessing moving feature data: Type A, Type B, and Type C as follows:
-
-- Type A: Retrieval of feature attribute +
-For example, these operations retrieve positions, trajectories, and velocities of a moving feature such as a car, a person, a vessel, an aircraft, and a hurricane.
-- Type B: Operations between one trajectory object and one or more geometry objects +
-An example of these operations is “intersection” between a geometry object like an administrative boundary and a trajectory of a moving feature like a car, a person, a vessel, an aircraft, and a hurricane.
-- Type C: Operations between two trajectory objects +
-An example of these operations is to calculate a distance of the nearest approach of a trajectory to another trajectory. The case studies are distance between a criminal agent and a police agent for predicting crime patterns or distance between soccer players for making proper tactics.
-
-OGC Moving Feature Access provides a guideline for implementing interfaces to support moving feature data calculations in a database, data service, or an application using various programming languages or protocols (e.g., SQL functions, Java APIs, and Web APIs).
-This sub-clause exemplifies how to realize those operations using RESTful API based on a resource URL, followed by the query option parts.
-The client is able to retrieve a resource representation using a HTTP GET request.
-
-======
-*"GET" _SERVICE_ROOT_ "/" _RESOURCE_PATH_ "?" _QUERY_OPTIONS_ "HTTP/1.1"*
-======
-
-This document basically follows the usage of query options ($filter, $count, $orderby, $skip, $top, $select, and $search) as used in the OGC SensorThings API standard [OGC 15-078r6].
-The OGC SensorThings API provides a good example of adaptation in OData protocols [OData-Part1] and extension of geospatial query functions.
-This practice employs the `$select`, `$filter`, and `$search` options in moving feature operations.
-In order to make a simple rule for the query options, the abstract operations of moving features as identified in [OGC 16-120r3] are re-categorized into three interfaces as shown in <>: *Harvest*, *Relation*, and *Analysis*.
-Interface *GeoSpatial* and *Temporal* are additionally defined to access derived properties from a TemporalGeometry and TemporalProperty resource.
-
-[WARNING]
-The <> omits the parameters and return types of Type A, B, and C operations. The detailed specification of each operation in Type A, B, and C (gray color boxes) is described by the OGC Moving Features Access standard.
-The other interfaces (yellow color boxes) are not related to the OGC Moving Features Access standard.
-
-[#interfaces,reftext='{figure-caption} {counter:figure-num}']
-.Interface Types of RESTful API
-image::restinterfaces.png[Moving Feature Interfaces, pdfwidth=100%, width=100%, align="center"]
-
-- *Harvest Interface*: This interface mostly implements the Type A operations to retrieve feature attributes. The practice uses `geometryAtTime` and `timeAtGeometry` to extend the geometry types not only 0-dimensional geometry objects but also 1- and 2-dimensional geometry objects instead of _pointAtTime_ and _timeAtPoint_ in the Moving Features Access document.
-In addition, operation `stBoundedBy` is added to return the boundary object containing moving features in a spatiotemporal domain. This interface is realized with <>.
-
-- *Relation Interface*: This interface implements the topological relationship operations in Type B (between trajectory and geometry objects) and Type C (between two trajectory objects), such as _disjoint_ and _intersects_. The practice changes the name of _distanceWithin_ to `within` to exclude the distance parameter. Moreover, new relations of `enters`, `leaves`, and `passes` are defined to clarify its temporal order of topological changes of relation from _intersects_. +
-<> shows the examples of each relation. This interface is realized with <>. +
-
-[#relations,reftext='{figure-caption} {counter:figure-num}']
-.Specialized Relations of Moving Features from _intersects_ (latexmath:[t_i < t_j < t_k] for time instant latexmath:[t_i, t_j, t_k])
-image::mfrelations.png[Moving Feature Relations, pdfwidth=50%, width=50%, align="center"]
-
-- *Analysis Interface*: This interface implements the analysis operations in Type B (between trajectory and geometry objects) and Type C (between two trajectory objects), such as _nearestApproach_ and _difference_. The operations return a new object as a computation result. For example, operation "nearestApproach" with geometric object calculates the distance between a trajectory and the geometry or between two trajectories, and returns a distance in time. This practice additionally defines two more operations: `buffer` and `convoy`.
-The `buffer` operation returns a temporal geometry (simple or collection) covering all points within a given distance from a target temporal geometry (simple or collection).
-The `convoy` operation returns the minimum bounding temporal geometry enclosing a group of moving features such that these features are consecutively close to each other (the k-nearest neighbors from a target) during a given time period.
-<> shows the result examples of `buffer` and `convoy` operations. This interface is realized with <>. +
-
-[#analysis,reftext='{figure-caption} {counter:figure-num}']
-.Examples of Analysis Operations
-image::mfanalysis.png[Moving Feature Analysis, pdfwidth=60%, width=60%, align="center"]
-
-- *GeoSpatial Interface*: This interface provides the function `dimension` that returns the maximum dimension of leaf geometry objects and `boundary` that returns the closure of the combinatorial geospatial boundary of all leaves (a foliation) for a temporal geometry resource. This interface is realized with <>.
-
-- *Temporal Interface*: This interface provides the functions `snapshot` and `slice` that returns a sub-object of a temporal geometry/property at a given time instant and time period, respectively. The `boundedBy` function returns the temporal range covering its prism. This interface is realized with <>.
-
-[#select_query]
-==== Query Option `$select`
-
-The `$select` query option requests the service to harvest the properties or return a value derived from properties. The operations of *Harvest*, *GeoSpatial*, and *Temporal* are realized with the `$select` query option corresponding to a MovingFeature or FeatureLayer resource.
-
-[source]
-.Example 7.7: geometryAtTime of a moving feature with ID.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=geometryAtTime(2008-02-04T00:00:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "geometryAtTime" : {
- "type" : "POINT",
- "coordinates" : [ 116.35072, 39.96354 ]
- }
-}
-----
-
-[source]
-.Example 7.8: geometryAtTime of all moving features.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$select=geometryAtTime(2008-02-04T00:00:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id" : "mf0001",
- "geometryAtTime" : {
- "type" : "POINT",
- "coordinates" : [ 116.35072, 39.96354 ]
- }
- },
- {
- "@id" : "mf0002",
- "geometryAtTime" : {
- "type" : "POINT",
- "coordinates" : [ 116.01843751281389, 39.909385232047136 ]
- }
- }
-]
-----
-
-[source]
-.Example 7.9: timeAtGeometry of a moving feature with ID.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=timeAtGeometry(POINT(116.4%2039.8)) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "timeAtGeometry" : [ "2008-02-07T13:00:37Z", "2008-02-07T13:00:51Z", "2008-02-08T13:35:57Z", "2008-02-08T13:36:06Z", "2008-02-06T13:08:32Z", "2008-02-06T13:08:29Z", "2008-02-07T23:04:51Z", "2008-02-07T23:04:55Z", "2008-02-06T23:09:41Z", "2008-02-06T23:09:56Z", "2008-02-04T00:36:14Z", "2008-02-04T00:36:23Z", "2008-02-05T13:17:28Z", "2008-02-05T13:17:39Z" ]
-}
-----
-
-[source]
-.Example 7.10: timeAtGeometry of all moving features.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$select=timeAtGeometry(POINT(116.4%2039.8)) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id" : "mf0001",
- "timeAtGeometry" : [ "2008-02-07T13:00:37Z", "2008-02-07T13:00:51Z", "2008-02-08T13:35:57Z", "2008-02-08T13:36:06Z", "2008-02-06T13:08:32Z", "2008-02-06T13:08:29Z", "2008-02-07T23:04:51Z", "2008-02-07T23:04:55Z", "2008-02-06T23:09:41Z", "2008-02-06T23:09:56Z", "2008-02-04T00:36:14Z", "2008-02-04T00:36:23Z", "2008-02-05T13:17:28Z", "2008-02-05T13:17:39Z" ]
- },
- {
- "@id": "mf0002",
- "timeAtGeometry": ["2013-05-01T10:33:45Z"]
- }
-]
-----
-
-[source]
-.Example 7.11: velocity of the all moving feature.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$select=velocity(2008-02-04T00:00:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id" : "mf0001",
- "velocity" : [ 0.0, 0.0 ]
- },
- {
- "@id" : "mf0002",
- "velocity" : [ -5.42125853725347E-4, 1.0906301588750913E-4 ]
- }
-]
-----
-
-[source]
-.Example 7.12: timeAtCummulativeDistance of a moving feature with ID.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=timeAtCummulativeDistance(1,%22km%22) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "timeAtCummulativeDistance" : "2008-02-02T22:35:04Z"
-}
-----
-
-[source]
-.Example 7.13: stBoundedBy of moving features.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$select=stBoundedBy() HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id" : "mf0001",
- "stBoundedBy" : {
- "bbox": [-10.0, -10.0, 10.0, 10.0],
- "period": {
- "begin": "1994-11-05T13:15:30Z",
- "end" : "1994-11-05T13:15:30Z"
- }
- }
- },
- {
- "@id" : "mf0002",
- "stBoundedBy" : {
- "bbox": ...,
- "period": ...
- }
- }
-]
-----
-
-[source]
-.Example 7.14: subTrajectory of a moving feature with ID.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=subTrajectory(2008-02-03T23:00:00Z,2008-02-03T23:05:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "subTrajectory" : {
- "type" : "MovingPoint",
- "datetimes" : [ "2008-02-03T23:00:00Z", "2008-02-03T23:04:34Z", "2008-02-03T23:03:49Z", "2008-02-03T23:03:04Z", "2008-02-03T23:02:19Z", "2008-02-03T23:01:29Z", "2008-02-03T23:00:44Z", "2008-02-03T23:00:04Z", "2008-02-03T23:04:39Z", "2008-02-03T23:03:54Z", "2008-02-03T23:03:09Z", "2008-02-03T23:02:24Z", "2008-02-03T23:01:34Z", "2008-02-03T23:00:49Z", "2008-02-03T23:00:09Z", "2008-02-03T23:04:44Z", "2008-02-03T23:03:59Z", "2008-02-03T23:03:14Z", "2008-02-03T23:02:29Z", "2008-02-03T23:01:39Z", "2008-02-03T23:00:54Z", "2008-02-03T23:00:14Z", "2008-02-03T23:04:49Z", "2008-02-03T23:04:04Z", "2008-02-03T23:03:19Z", "2008-02-03T23:02:34Z", "2008-02-03T23:01:49Z", "2008-02-03T23:00:59Z", "2008-02-03T23:00:19Z", "2008-02-03T23:04:56Z", "2008-02-03T23:04:09Z", "2008-02-03T23:03:24Z", "2008-02-03T23:02:39Z", "2008-02-03T23:01:54Z", "2008-02-03T23:01:04Z", "2008-02-03T23:00:24Z", "2008-02-03T23:04:14Z", "2008-02-03T23:03:29Z", "2008-02-03T23:02:49Z", "2008-02-03T23:01:59Z", "2008-02-03T23:01:09Z", "2008-02-03T23:00:29Z", "2008-02-03T23:04:19Z", "2008-02-03T23:03:34Z", "2008-02-03T23:02:54Z", "2008-02-03T23:02:04Z", "2008-02-03T23:01:19Z", "2008-02-03T23:00:34Z", "2008-02-03T23:04:29Z", "2008-02-03T23:03:44Z", "2008-02-03T23:02:59Z", "2008-02-03T23:02:09Z", "2008-02-03T23:01:24Z", "2008-02-03T23:00:39Z", "2008-02-03T23:05:00Z" ],
- "coordinates" : [ [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96421 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35107, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35106, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35105, 39.96424 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96424 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96423 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ] ],
- "interpolations" : ["Linear"]
- }
-}
-----
-The subTrajectory operation can also be realized by using the slice interface of temporal geometry as follows:
-
-[source]
-.Example 7.15: slice of the temporal geometry of the moving feature whose identifier is 'mf0001'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=slice(2008-02-03T23:00:00Z,2008-02-03T23:05:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "slice": {
- "type" : "MovingPoint",
- "datetimes" : [ "2008-02-03T23:00:00Z", "2008-02-03T23:04:34Z", "2008-02-03T23:03:49Z", "2008-02-03T23:03:04Z", "2008-02-03T23:02:19Z", "2008-02-03T23:01:29Z", "2008-02-03T23:00:44Z", "2008-02-03T23:00:04Z", "2008-02-03T23:04:39Z", "2008-02-03T23:03:54Z", "2008-02-03T23:03:09Z", "2008-02-03T23:02:24Z", "2008-02-03T23:01:34Z", "2008-02-03T23:00:49Z", "2008-02-03T23:00:09Z", "2008-02-03T23:04:44Z", "2008-02-03T23:03:59Z", "2008-02-03T23:03:14Z", "2008-02-03T23:02:29Z", "2008-02-03T23:01:39Z", "2008-02-03T23:00:54Z", "2008-02-03T23:00:14Z", "2008-02-03T23:04:49Z", "2008-02-03T23:04:04Z", "2008-02-03T23:03:19Z", "2008-02-03T23:02:34Z", "2008-02-03T23:01:49Z", "2008-02-03T23:00:59Z", "2008-02-03T23:00:19Z", "2008-02-03T23:04:56Z", "2008-02-03T23:04:09Z", "2008-02-03T23:03:24Z", "2008-02-03T23:02:39Z", "2008-02-03T23:01:54Z", "2008-02-03T23:01:04Z", "2008-02-03T23:00:24Z", "2008-02-03T23:04:14Z", "2008-02-03T23:03:29Z", "2008-02-03T23:02:49Z", "2008-02-03T23:01:59Z", "2008-02-03T23:01:09Z", "2008-02-03T23:00:29Z", "2008-02-03T23:04:19Z", "2008-02-03T23:03:34Z", "2008-02-03T23:02:54Z", "2008-02-03T23:02:04Z", "2008-02-03T23:01:19Z", "2008-02-03T23:00:34Z", "2008-02-03T23:04:29Z", "2008-02-03T23:03:44Z", "2008-02-03T23:02:59Z", "2008-02-03T23:02:09Z", "2008-02-03T23:01:24Z", "2008-02-03T23:00:39Z", "2008-02-03T23:05:00Z" ],
- "coordinates" : [ [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96421 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35107, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35106, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35105, 39.96424 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96424 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96423 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ] ],
- "interpolations" : ["Linear"]
- }
-}
-----
-
-However, the slice operation is for only one MovingFeature resource. This practice restricts the use of the GeoSpatial and Temporal interfaces to only TemporalGeometry or/and TemporalProperty resource types.
-The following examples show the use cases of each operation.
-
-[source]
-.Example 7.16: snapshot of the temporal property whose name is 'length' of the moving feature whose identifier is 'mf0001'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('length')?$select=snapshot(2013-05-01T10:33:41Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "snapshot": {
- "datetimes": ["2013-05-01T10:33:41Z"],
- "length": {
- "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
- "values": [1.2],
- "interpolations": ["Discrete"]
- }
-}
-----
-
-[source]
-.Example 7.17: boundedBy of the temporal geometry of the moving feature whose identifier is 'mf0001'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=boundedBy() HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "boundedBy": {
- "begin" : "2008-02-03T23:00:00Z",
- "end" : "2008-02-03T23:05:00Z"
- }
-}
-----
-
-[source]
-.Example 7.18: boundary of the temporal geometry of the moving feature whose identifier is 'mf0001'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=boundary() HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "boundary": {
- "type": "LineString",
- "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ]
- }
-}
-----
-
-[source]
-.Example 7.19: to select a part of a temporal property of the moving feature whose identifier is 'mf0001'.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('length')?select=values gt 10 HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "temporalProperties": [{
- "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
- "length": {
- "uom" : "m",
- "values": [10, 15, 20],
- "interpolations": "Linear"
- }]
-}
-----
-
-[#filter_query]
-==== Query Option `$filter`
-
-The `$filter` query option allows clients to filter a collection of moving features that are addressed by a request URL. It can be applied to a specific moving feature or a collection of moving features. The `$filter` option is evaluated for each moving feature in the collection, and returns the features where the expression of the Relation interface is `true` in the response. For a specific feature, it returns `true` or `false`. The *Relation* interface is realized with the `$filter` query option.
-
-[source]
-.Example 7.20: The disjoint operation returns true or false corresponding to a moving feature.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$filter=disjoint(LINESTRING(1%202,3%204,5%206),2008-02-02T22:31:00Z,2008-02-02T22:40:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "disjoint": true
-}
-----
-
-[source]
-.Example 7.21: The intersects operation returns the identifiers of moving features whose trajectory intersects with the parameter geometry object for a particular period of time in the collection.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$filter=intersects(POLYGON((30%2010%2C40%2040%2C20%2040%2C10%2020%2C30%2010)),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "intersects": [ "mf0001", "mf0003"]
-}
-----
-
-[source]
-.Example 7.22: The distanceWithin operation returns the identifiers of moving features which are located within 100km from the given position during the parameter time period.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$filter=distanceWithin(POINT(103%201.0),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z,100;km) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "distanceWithin ": null
-}
-----
-
-[NOTE]
-==========
-The operations of Type C between two trajectory objects provide spatiotemporal relations (e.g., intersects).
-The current API tries to realize the Type C operation by a temporary method until an expression is developed for the request URL, such as the Well-Known Text (WKT) format for a geometry object.
-
-.(1) Create a temporal resource of FeatureLayer as follows:
------
->>> Request
-POST SERVICE_ROOT/FeatureLayers HTTP1.1
-Content-Type: application/geo+json
-{
- "name": "queryfeatures",
- "description": "temporal feature layer for query parameters"
- "updateFrequency": 0
-}
-
-<<< Response
-201 CREATED
-{
- “@id”: "queryfeatures",
- “@created”: "2012-07-14T22:01:01"
-}
------
-.(2) Insert a query object into the feature layer as follows:
------
->>> Request
-POST SERVICE_ROOT/FeatureLayers('queryfeatures') HTTP1.1
-Content-Type: application/geo+json
-{
- "type": "MovingFeature",
- "temporalGeometry": {
- ....
- }
-}
-<<< Response
-201 CREATED
-{
- “@id”: "mf9999999",
- “@created”: "2012-07-14T23:01:01"
-}
------
-.(3) Search intersected moving features from the bus layer with the query feature.
------
->>> Request
-GET SERVICE_ROOT/FeatureLayers('bus')/features?$filter=intersects(@id)&@id='mf9999999' HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "intersects": [ "mf0001", "mf0003"]
-}
------
-==========
-
-
-
-[#search_query]
-==== Query Option `$search`
-
-The `$search` query option allows clients to analyze moving features or a specific moving feature, and returns a new object as a computation result. The *Analysis* interface is realized with the `$search` query option.
-
-[source]
-.Example 7.23: To search the nearest approach point with ID.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('mf0001')?$search=nearestApproachPoint(LINESTRING(116.35%2039.8,116.36%2040),2008-02-04T00:00:00Z,2008-02-04T00:10:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "nearestApproachPoint" : {
- "type" : "MovingPoint",
- "datetimes" : [ "2008-02-04T00:06:14Z", "2008-02-04T00:06:19Z" ],
- "coordinates" : [ [ 116.35089, 39.96329 ], [ 116.35814635910225, 39.962927182044886 ] ],
- "interpolations" : ["Linear"]
- }
-}
-----
-
-[source]
-.Example 7.24: To search the nearest approach distance for all moving features.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$search=nearestApproach(LINESTRING(116.35%2039.8,116.36%2040),2008-02-04T00:00:00Z,2008-02-04T00:10:00Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id" : "mf0001",
- "nearestApproach" : {
- "datetimes" : [ "2008-02-04T00:06:14Z", "2008-02-04T00:06:19Z" ],
- "distance" : {
- "uom" : "m",
- "values" : [ 7.265423889165578, 7.265423889165578 ],
- "interpolations" : ["Linear"]
- }
- }
- }
- ]
-----
-
-[source]
-.Example 7.25: To compute each intersection object of the temporal geometry from a collection of moving features with a parameter geometry object for a particular period of time.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures?$search=intersection(POLYGON((30%2010%2C40%2040%2C20%2040%2C10%2020%2C30%2010)),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z) HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id": "mf001",
- "intersection": {
- "type": "MovingPoint,
- "coordinates": [...],
- "datetimes" : [...],
- "interpolations": [...]
- }
- },
- {
- "@id": "mf003",
- "intersection": {
- ...
- }
- }
-]
-----
-
-
-[NOTE]
-==========
-The `$search` query option can be used for the full text search of properties/temporalProperties of moving features with a set of keywords. +
-For example,
-
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures/properties?$search=bike HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id": "mf001",
- "properties": {
- "name": "bike",
- "description": "fast bike"
- }
- }
-]
-----
-
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures/properties('name')?$search=bike HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id": "mf001",
- "name": "bike"
- }
-]
-----
-
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures/temporalProperties?$search=(mountain OR bike) AND NOT clothing HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id": "mf003",
- "temporalProperties": [{
- "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
- "messages": {
- "uom" : "text",
- "values": ["mountain bike", "mountain", "bike"],
- "interpolations": "Discrete"
- },
- "annotations": {
- "uom" : "text",
- "values": ["a mountain bike", "a mountain", "a bike"],
- "interpolations": "Discrete"
- }
- }]
- }
-]
-----
-
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures/temporalProperties('messages')?$search=(mountain OR bike) AND NOT clothing HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-[
- {
- "@id": "mf003",
- "messages": {
- "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
- "values": ["mountain bike", "mountain", "bike"]
- }
- }
-]
-----
-
-==========
-
-[#addressing]
-==== Addressing Entities: `$ref`, `$value`
-This practice uses the symbolic resource `$ref`, located at the service root or a FeatureLayer entity, to get the URL for addressing all entities.
-The symbolic resource `$value` is allowed to resolve to a single property value or to get a list of values of TemporalProperty and Property elements of a MovingFeatures resource in text/plain form.
-
-[source]
-.Example 7.26: To get the URLs of all MovingFeatures entities if the service does not have any resource of FeatureLayer.
-----
->>> Request
-GET SERVICE_ROOT/$ref HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "url": ["MovingFeatures('m0001')", "MovingFeatures('m0002')"]
-}
-----
-
-[source]
-.Example 7.27: To get the URLs of all FeatureLayer entities if the service manages resources of FeatureLayer.
-----
->>> Request
-GET SERVICE_ROOT/$ref HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "url": ["FeatureLayers('bus')", "FeatureLayers('typhoon')"]
-}
-----
-
-[source]
-.Example 7.28: To get the URLs of all MovingFeatures entities in a FeatureLayer entity.
-----
->>> Request
-GET SERVICE_ROOT/FeatureLayers('typhoon')/$ref HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: application/geo+json
-{
- "url": ["features('m0001')", "features('m0002')"]
-}
-----
-
-[source]
-.Example 7.29: To get a list of names of FeatureLayer.
-----
->>> Request
-GET SERVICE_ROOT/FeatureLayers/name/$value HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: text/plain
-bus, typhoon
-----
-
-[source]
-.Example 7.30: To get a list of static properties' name.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('m0001')/properties/name/$value HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: text/plain
-title, author
-----
-
-[source]
-.Example 7.31: To get a value of a static properties.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('m0001')/properties('title')/$value HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: text/plain
-Test Title
-----
-
-[source]
-.Example 7.32: To get a list of temporal properties' name.
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('m0001')/temporalProperties/name/$value HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: text/plain
-length, dose, picture
-----
-
-[source]
-.Example 7.33: To get a unit value of a temporal property
-----
->>> Request
-GET SERVICE_ROOT/MovingFeatures('m0001')/temporalProperties('length')/uom/$value HTTP1.1
-
-<<< Response
-200 OK
-Content_Type: text/plain
-http://www.qudt.org/qudt/owl/1.0.0/quantity/Length
-----
+[#rest_api,reftext='7']
+== RESTful API
+
+This Clause provides a design example of a RESTful API as a form of service interface to handle moving features on the Web with ease of development and access, as well as being robust and scalable in server/client distributed environments.
+In general, Representational State Transfer (REST) focuses on resources and how to access to these resources over Hypertext Transfer Protocol (HTTP).
+A few use cases of RESTful approaches for OGC web service interfaces are analyzed in the OGC Testbed 11 REST Interface Engineering Report [OGC 15-052r1].
+OGC supports the use of RESTful interfaces and JSON encodings and this practice refers to the OGC SensorThings API [OGC 15-078r6] standard as a good example for RESTful principles.
+
+=== General Information
+Clients and servers exchange representations of resources via HTTP messages as shown in <>.
+Clients send a request against the resources to the server in the form of a HTTP verb, Uniform Resource Identifier (URI), protocol version, and request content (header and body).
+The server replies with a response message consisting of the protocol version followed by a status code and content.
+
+[#protocol,reftext='{figure-caption} {counter:figure-num}']
+.Client/Server Communication based on RESTful API
+image::protocol.png[Protocol, pdfwidth=70%, width=70%, align="center"]
+
+==== Verb
+
+Verb is an HTTP method: POST, GET, PUT/PATCH, and DELETE corresponding to create, read, update, and delete (CRUD) operations, respectively. A client make a request with one of the following methods to be applied to the resource.
+
+[width="99%", cols="2,8"]
+|=========
+|POST | Creates a new resource.
+|GET | Retrieves a resource.
+|PUT | Updates/Replaces an existing resource.
+|PATCH | Updates/Modifies an existing resource.
+|DELETE | Deletes a resource.
+|=========
+
+==== URI
+
+A Uniform Resource Identifier (URI) provides a simple and extensible means for identifying a resource as being a locator, a name, or both. The general rules of URIs are defined in [IETF RFC 3986].
+The RESTful API to support moving feature data uses a Uniform Resource Locator (URL) for location and access of resources via the HTTP protocol. The basic components of URLs can be defined as follows:
+
+======
+*URL = _SERVICE_ROOT_ [ "/" _RESOURCE_PATH_ [ "?" _QUERY_OPTIONS_ ]]*
+======
+
+- _SERVICE_ROOT_: the identification of service endpoints for clients, usually formed as `"http:""//"host[":"port]["/"version]`. The "http" scheme is used to locate network resources via the HTTP protocol. The host is a domain name of a network host, or its IPv4 address as a set of four decimal digit groups separated by ".". The version is a API version.
+- _RESOURCE_PATH_: the representation of a particular resource. By attaching the resource path after the service root URI, clients can address to different types of resources. (sub-clause <>).
+- _QUERY_OPTIONS_: clients can apply query options after the resource path to further process the addressed resources, such as sorting by properties or filtering with criteria (sub-clause <>).
+
+==== Version
+
+The service implementation shall support a HTTP version. This document assumes the protocol referred to as "HTTP/1.1" [IETF RFC 2616].
+
+==== Status
+
+The response message should contain a status code of the attempt to understand and satisfy the request. Depending on the first digit of a 3-digit integer code, it is classified into five roles:
+[width="99%", cols="2,8"]
+|=========
+|1xx | Informational - Request received, continuing process
+|2xx | Success - The action was successfully received, understood, and accepted
+|3xx | Redirection - Further action must be taken in order to complete the request
+|4xx | Client Error - The request contains bad syntax or cannot be fulfilled
+|5xx | Server Error - The server failed to fulfill an apparently valid request
+|=========
+
+Full list of status codes are defined in [IETF RFC 2616], Section 10. This document suggests usage of the following specific codes:
+
+- *200 OK* : General success status code.
+- *201 CREATED*: Successful creation of resources for POST or PATCH.
+- *204 NO CONTENT*: Successful operation for DELETE or PUT. There is nothing in the response body.
+- *400 BAD REQUEST*: General error of client request, such as a wrong parameter, missing data, etc.
+- *404 NOT FOUND*: The requested resource is not found.
+- *406 Not Acceptable*: The media type given in the Content-Type header field is not `"application/geo+json"` or `"application/geo+json-seq"`.
+- *500 Internal Service Error*: Unexpected condition during the request operations in a server side.
+- *501 Not Implemented*: The server does not support the functionality required to fulfill the request.
+
+==== Header
+
+A general HTTP request/response message contains header fields consisting of a name, followed by a colon (":") and the field value. Detailed information on HTTP header fields are described in [IETF RFC 2616], Section 4.5 (General Header Fields), Section 5.3 (Request Header Fields), Section 6.2 (Response Header Fields), and Section 7.1 (Entity Header Fields).
+The RESTful API of moving features in this document concerns only the Content-Type field, and the other fields are left to the implementation of domain applications.
+
+- *Content-Type*: All request/response message SHALL contain the Content-Type field to indicate the media type of the entity-body. The Content-Type field has one of media types of `"application/geo+json"` and `"application/geo+json-seq"` to interpret Moving Features JSON (MF-JSON) entities in the message body.
+- *Transfer-Encoding*: A web server serves content as a stream (dynamically-generated content) with the Transfer-Encoding field set by `"chunked"`. The size of each chuck is sent right before the chuck itself, the representation of content is recommended to use the JSON Text Sequence format [IETF RFC 7464] for the streaming transfer. Content transfer is terminated by a final chunk of length zero.
+
+[NOTE]
+The Host request-header field specifies the Internet host and port number of the resource being requested. If the service_root omits the request, the client needs to include this field.
+
+==== Body
+
+The entity-body (if any) sent with an request or response is in the JSON format. If the entities represent moving feature data, it is encoded by MF-JSON. More examples are given the next sub-clause.
+
+[#resources,reftext='7.2']
+=== Resources
+A request URI is constructed with a resource path for a corresponding resource item. Resources are the fundamental elements of the RESTful API.
+This API is designed by the resource classes and their relationships as shown in <>.
+
+[#resource_type,reftext='{figure-caption} {counter:figure-num}']
+.REST Resource Classes of a Moving Feature Service
+image::restresources.png[REST Resources, pdfwidth=100%, width=90%, align="center"]
+
+==== Resource Classes
+
+- *MovingFeature Class*: Is the root resource to enable the client to access other resources as its properties.
+A MovingFeature resource is required to be implemented with the following properties in a moving-feature service:
+
+[width="99%", cols="2,5,3,2,1", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|@id | It is the unique and system-generated identifier. Clients cannot edit its value. | JSON Any (Null is not allowed)| One (mandatory) | NO
+|temporalGeometry | A navigation property to address the resource containing a temporal geometry. | JSON Object (Null is not allowed)| One (mandatory) |YES
+|temporalProperties | A navigation property to address the resource containing temporal properties. | JSON Array or Null | Zero-to-one | YES
+|properties | A navigation property to address the resource containing static properties as name-value pairs. | JSON Array or Null | Zero-to-one | YES
+|===========================================================
+
+[NOTE]
+JSON Any = False / Null / True / Object / Array / Number / String +
+A resource instance whose type is specified, such as Geometry, DateTime, TemporalGeometry, TemporalProperty, Property, and so on, is a JSON Object.
+
+- *TemporalGeometry Class*: The class for accessing the temporal geometry of moving features. A TemporalGeometry resource is required to be implemented with the following properties in a moving-feature service:
+
+[width="99%", cols="2,5,3,2,1", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|type |Its value is one of "MovingPoint", "MovingLineString", "MovingPolygon", "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection". | JSON String | One (mandatory) | NO
+|coordinates | A collection of geometries represented by lists of sampled positions. | JSON Array (or Null for collection types)| Zero-to-one (mandatory for simple types) | YES
+|datetimes | A collection of datetimes when the coordinates are sampled. | JSON Array (or Null for collection types)| Zero-to-one (mandatory for simple types) | YES
+|members | A navigation property to address temporal-geometry elements of the collection types such as "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection". | TemporalGeometry (or Null for simple types)| Zero-to-many | NO
+|interpolations| A navigation property to address the interpolation methods. | Interpolation (or Null for collection types)| Zero-to-many (mandatory for simple types) | YES
+|===========================================================
+
+- *TemporalProperty Class*: The class for accessing the temporal properties of moving features. A TemporalProperty resource is optionally to be implemented in a moving-feature service. The minimum properties for the class are defined by:
+
+[width="99%", cols="2,3,3,2,3", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|name | A name of dynamic attribute of feature. | JSON String | One (mandatory) | YES (but, no duplication within a moving feature.)
+|uom | A symbol or URI to address the unit of measurement. | JSON String or Null | Zero-to-one | YES
+|values | A collection of sampled values to represent dynamic changes of feature attribute. | JSON Array | One (mandatory) | YES
+|datetimes | A collection of datetimes when the values are sampled. | JSON Array | One (mandatory) | YES
+|interpolations| A navigation property to address the interpolation methods. | Interpolation | One-to-many (mandatory) | YES
+|===========================================================
+
+- *Interpolation Class*: The class for accessing an interpolation method. An Interpolation resource is required to be implemented with the following properties in a moving-feature service:
+
+[width="99%", cols="2,3,3,2,3", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|@id | It is the unique and system-generated identifier. | JSON Any | One (mandatory) | NO
+|name | A name of interpolation. | JSON String | One (mandatory) | NO
+|formulas | A collection of formulas to estimate arbitrary values at time. | JSON Any | Zero-to-one | NO
+|===========================================================
+
+For pre-defined methods such as `"Discrete"`, `"Stepwise"`, `"Linear"`, and `"Spline"`, the client cannot edit the names of methods.
+This practice assumes that the name of a user-defined interpolation formula is automatically assigned by the service when moving features are inserted.
+
+- *Property Class*: The class for accessing the static properties of moving features. A Property resource is optionally to be implemented in a moving-feature service. The minimum properties for the class are defined by:
+
+[width="99%", cols="2,3,3,2,3", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|name | A name of feature attribute. | JSON String | One (mandatory) | YES (but, no duplication within a moving feature.)
+|value | A value of feature attribute. | JSON Any | One (mandatory) | YES
+|===========================================================
+
+- *FeatureLayer Class*: The class for a collection of moving features to manage data in a distinct (physical or logical) space; this is an optional resource and can be replaced by an Application-dependent feature.
+When the service implements this class, the following properties may be required:
+
+[width="99%", cols="2,3,3,2,3", options="header"]
+|===========================================================
+|Name |Description | Data type | Multiplicity and use | Editable
+|name |A property indicates the label of a FeatureLayer resource | JSON String | One (mandatory) | YES (but, no duplication.)
+|description | A property describes a short comment about the layer | JSON String | One (mandatory) |YES
+|updateFrequency | A property provides the connectivity of movement within a time interval (second) | Integer | One (mandatory) | YES (but, the previous data are not affected.)
+|features | A navigation property to address each moving feature | MovingFeature | Zero-to-many | YES
+|===========================================================
+
+[NOTE]
+The moving-feature service needs to manage the connectivity of features' movement by using the updateFrequency interval. If the updateFrequency interval is 0, the server does not manage the connectivity of movements.
+
+==== Resource Path Patterns
+
+Each resource in the service has at least one URL.
+The recommended pattern of resource URL paths to address a collection of MovingFeature entities, a MovingFeature entity, and their properties may be formed as:
+[source]
+.URL patterns without a FeatureLayer resource
+ - SERVICE_ROOT/MovingFeatures
+ - SERVICE_ROOT/MovingFeatures(@id)
+ - SERVICE_ROOT/MovingFeatures(@id)/temporalGeometry
+ - SERVICE_ROOT/MovingFeatures(@id)/temporalProperties
+ - SERVICE_ROOT/MovingFeatures(@id)/temporalProperties($NAME)
+ - SERVICE_ROOT/MovingFeatures(@id)/properties
+ - SERVICE_ROOT/MovingFeatures(@id)/properties($NAME)
+
+[NOTE]
+@id is the identifier of moving feature; therefore, the server needs to return its identifier when a client inserts a new feature or provides a way to access each identifier.
+
+
+If the server implements the FeatureLayer resource, it is recommend that the path pattern of resource be formed as:
+[source]
+.URL patterns with FeatureLayer resources
+ - SERVICE_ROOT/FeatureLayers/
+ - SERVICE_ROOT/FeatureLayers($NAME)/features
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalGeometry
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalProperties
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/temporalProperties($NAME)
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/properties
+ - SERVICE_ROOT/FeatureLayers($NAME)/features(@id)/properties($NAME)
+
+[NOTE]
+ $NAME is replaced by a value of property `name`.
+
+[WARNING]
+==========
+ For the root type of resources, a server should take one resource type of MovingFeatures or FeatureLayers. Both a MovingFeatures and FeatureLayers resource cannot exist at the same level.
+==========
+
+==== Resource Path Examples
+
+A client can make a request against the resources via URL using various HTTP methods: POST, GET, PUT/PATCH, and DELETE.
+
+[source]
+.Example 7.1: To insert a moving feature data into the service.
+----
+>>> Request
+POST SERVICE_ROOT/MovingFeatures HTTP1.1
+Content-Type: application/geo+json
+{
+ "type": "MovingFeature",
+ "temporalGeometry": {
+ "type": "MovingPoint", // a geometry type to represent a trajectory object
+ "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ],
+ "datetimes": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z", "2011-07-15T01:01:01Z"],
+ "interpolations": ["Linear"]
+ },
+ "temporalProperties": [ //(optional)
+ {
+ "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
+ "length": {
+ "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", // a URL denoting a unit-of-measure
+ "values": [1.0, 2.4, 1.0],
+ "interpolations": ["Stepwise"]
+ }
+ }
+ ]
+}
+
+<<< Response
+201 CREATED
+{
+ “@id”: “mf0001",
+ “@created”: "2012-07-14T22:01:01" // Application-defined property
+}
+----
+
+[source]
+.Example 7.2: To insert a list of moving feature data into the service with the "application/geo+json-seq" content type.
+----
+>>> Request
+POST SERVICE_ROOT/MovingFeatures HTTP1.1
+Content-Type: application/geo+json-seq
+{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
+{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
+{ "type": "MovingFeature", "temporalGeometry": {...}, "temporalProperties": [...]}
+
+<<< Response
+201 CREATED
+{
+ “@id”: [“mf0001", “mf0002", “mf0003"]
+ “@created”: "2012-07-14T22:01:01" // Application-defined property
+}
+----
+
+
+[source]
+.Example 7.3: To add new trajectory data into a stored moving feature.
+----
+>>> Request
+POST SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry HTTP1.1
+Content-Type: application/geo+json
+{
+ "type": "MovingPoint", // a geometry type to represent a trajectory object
+ "coordinates": [ [100.0, 0.0], [101.0, 0.0]],
+ "datetimes": ["2011-07-16T02:01:01Z", "2011-07-16T06:01:01Z"],
+ "interpolation": ["Linear"]
+}
+
+<<< Response
+201 CREATED
+{
+ “@modified”: "2012-07-14T22:01:01" // Application-defined property
+}
+----
+
+[source]
+.Example 7.4: To get the list of all the temporal property information.
+----
+>>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties HTTP1.1
+
+<<< Response
+200 OK
+[
+ {
+ "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"],
+ "length": {
+ "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
+ "values": [1.0, 2.4, 1.0],
+ "interpolations": ["Stepwise"]
+ }
+ }
+]
+----
+
+[source]
+.Example 7.5: To retrieve a temporal property information whose name is 'dose'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('dose') HTTP1.1
+
+<<< Response
+200 OK
+{
+ "datetimes" : ["2011-07-14T22:01:01Z", "2011-07-15T12:01:01Z"],
+ "dose": {
+ "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/AbsorbedDose",
+ "values": [0.003, 0.003],
+ "interpolations": ["Discrete"]
+ }
+}
+----
+
+[source]
+.Example 7.6: To modify the name of a property.
+----
+>>> Request
+PUT SERVICE_ROOT/MovingFeatures('mf0001')/properties#name='title' HTTP1.1
+
+<<< Response
+204 NO CONTENT
+----
+
+[#queries,reftext='7.3']
+=== Access Interfaces
+
+The OGC Moving Features Access [OGC 16-120r3] document requires three types of operations for accessing moving feature data: Type A, Type B, and Type C as follows:
+
+- Type A: Retrieval of feature attribute +
+For example, these operations retrieve positions, trajectories, and velocities of a moving feature such as a car, a person, a vessel, an aircraft, and a hurricane.
+- Type B: Operations between one trajectory object and one or more geometry objects +
+An example of these operations is “intersection” between a geometry object like an administrative boundary and a trajectory of a moving feature like a car, a person, a vessel, an aircraft, and a hurricane.
+- Type C: Operations between two trajectory objects +
+An example of these operations is to calculate a distance of the nearest approach of a trajectory to another trajectory. The case studies are distance between a criminal agent and a police agent for predicting crime patterns or distance between soccer players for making proper tactics.
+
+OGC Moving Feature Access provides a guideline for implementing interfaces to support moving feature data calculations in a database, data service, or an application using various programming languages or protocols (e.g., SQL functions, Java APIs, and Web APIs).
+This sub-clause exemplifies how to realize those operations using RESTful API based on a resource URL, followed by the query option parts.
+The client is able to retrieve a resource representation using a HTTP GET request.
+
+======
+*"GET" _SERVICE_ROOT_ "/" _RESOURCE_PATH_ "?" _QUERY_OPTIONS_ "HTTP/1.1"*
+======
+
+This document basically follows the usage of query options ($filter, $count, $orderby, $skip, $top, $select, and $search) as used in the OGC SensorThings API standard [OGC 15-078r6].
+The OGC SensorThings API provides a good example of adaptation in OData protocols [OData-Part1] and extension of geospatial query functions.
+This practice employs the `$select`, `$filter`, and `$search` options in moving feature operations.
+In order to make a simple rule for the query options, the abstract operations of moving features as identified in [OGC 16-120r3] are re-categorized into three interfaces as shown in <>: *Harvest*, *Relation*, and *Analysis*.
+Interface *GeoSpatial* and *Temporal* are additionally defined to access derived properties from a TemporalGeometry and TemporalProperty resource.
+
+[WARNING]
+The <> omits the parameters and return types of Type A, B, and C operations. The detailed specification of each operation in Type A, B, and C (gray color boxes) is described by the OGC Moving Features Access standard.
+The other interfaces (yellow color boxes) are not related to the OGC Moving Features Access standard.
+
+[#interfaces,reftext='{figure-caption} {counter:figure-num}']
+.Interface Types of RESTful API
+image::restinterfaces.png[Moving Feature Interfaces, pdfwidth=100%, width=100%, align="center"]
+
+- *Harvest Interface*: This interface mostly implements the Type A operations to retrieve feature attributes. The practice uses `geometryAtTime` and `timeAtGeometry` to extend the geometry types not only 0-dimensional geometry objects but also 1- and 2-dimensional geometry objects instead of _pointAtTime_ and _timeAtPoint_ in the Moving Features Access document.
+In addition, operation `stBoundedBy` is added to return the boundary object containing moving features in a spatiotemporal domain. This interface is realized with <>.
+
+- *Relation Interface*: This interface implements the topological relationship operations in Type B (between trajectory and geometry objects) and Type C (between two trajectory objects), such as _disjoint_ and _intersects_. The practice changes the name of _distanceWithin_ to `within` to exclude the distance parameter. Moreover, new relations of `enters`, `leaves`, and `passes` are defined to clarify its temporal order of topological changes of relation from _intersects_. +
+<> shows the examples of each relation. This interface is realized with <>. +
+
+[#relations,reftext='{figure-caption} {counter:figure-num}']
+.Specialized Relations of Moving Features from _intersects_ (latexmath:[t_i < t_j < t_k] for time instant latexmath:[t_i, t_j, t_k])
+image::mfrelations.png[Moving Feature Relations, pdfwidth=50%, width=50%, align="center"]
+
+- *Analysis Interface*: This interface implements the analysis operations in Type B (between trajectory and geometry objects) and Type C (between two trajectory objects), such as _nearestApproach_ and _difference_. The operations return a new object as a computation result. For example, operation "nearestApproach" with geometric object calculates the distance between a trajectory and the geometry or between two trajectories, and returns a distance in time. This practice additionally defines two more operations: `buffer` and `convoy`.
+The `buffer` operation returns a temporal geometry (simple or collection) covering all points within a given distance from a target temporal geometry (simple or collection).
+The `convoy` operation returns the minimum bounding temporal geometry enclosing a group of moving features such that these features are consecutively close to each other (the k-nearest neighbors from a target) during a given time period.
+<> shows the result examples of `buffer` and `convoy` operations. This interface is realized with <>. +
+
+[#analysis,reftext='{figure-caption} {counter:figure-num}']
+.Examples of Analysis Operations
+image::mfanalysis.png[Moving Feature Analysis, pdfwidth=60%, width=60%, align="center"]
+
+- *GeoSpatial Interface*: This interface provides the function `dimension` that returns the maximum dimension of leaf geometry objects and `boundary` that returns the closure of the combinatorial geospatial boundary of all leaves (a foliation) for a temporal geometry resource. This interface is realized with <>.
+
+- *Temporal Interface*: This interface provides the functions `snapshot` and `slice` that returns a sub-object of a temporal geometry/property at a given time instant and time period, respectively. The `boundedBy` function returns the temporal range covering its prism. This interface is realized with <>.
+
+[#select_query]
+==== Query Option `$select`
+
+The `$select` query option requests the service to harvest the properties or return a value derived from properties. The operations of *Harvest*, *GeoSpatial*, and *Temporal* are realized with the `$select` query option corresponding to a MovingFeature or FeatureLayer resource.
+
+[source]
+.Example 7.7: geometryAtTime of a moving feature with ID.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=geometryAtTime(2008-02-04T00:00:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "geometryAtTime" : {
+ "type" : "POINT",
+ "coordinates" : [ 116.35072, 39.96354 ]
+ }
+}
+----
+
+[source]
+.Example 7.8: geometryAtTime of all moving features.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$select=geometryAtTime(2008-02-04T00:00:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id" : "mf0001",
+ "geometryAtTime" : {
+ "type" : "POINT",
+ "coordinates" : [ 116.35072, 39.96354 ]
+ }
+ },
+ {
+ "@id" : "mf0002",
+ "geometryAtTime" : {
+ "type" : "POINT",
+ "coordinates" : [ 116.01843751281389, 39.909385232047136 ]
+ }
+ }
+]
+----
+
+[source]
+.Example 7.9: timeAtGeometry of a moving feature with ID.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=timeAtGeometry(POINT(116.4%2039.8)) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "timeAtGeometry" : [ "2008-02-07T13:00:37Z", "2008-02-07T13:00:51Z", "2008-02-08T13:35:57Z", "2008-02-08T13:36:06Z", "2008-02-06T13:08:32Z", "2008-02-06T13:08:29Z", "2008-02-07T23:04:51Z", "2008-02-07T23:04:55Z", "2008-02-06T23:09:41Z", "2008-02-06T23:09:56Z", "2008-02-04T00:36:14Z", "2008-02-04T00:36:23Z", "2008-02-05T13:17:28Z", "2008-02-05T13:17:39Z" ]
+}
+----
+
+[source]
+.Example 7.10: timeAtGeometry of all moving features.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$select=timeAtGeometry(POINT(116.4%2039.8)) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id" : "mf0001",
+ "timeAtGeometry" : [ "2008-02-07T13:00:37Z", "2008-02-07T13:00:51Z", "2008-02-08T13:35:57Z", "2008-02-08T13:36:06Z", "2008-02-06T13:08:32Z", "2008-02-06T13:08:29Z", "2008-02-07T23:04:51Z", "2008-02-07T23:04:55Z", "2008-02-06T23:09:41Z", "2008-02-06T23:09:56Z", "2008-02-04T00:36:14Z", "2008-02-04T00:36:23Z", "2008-02-05T13:17:28Z", "2008-02-05T13:17:39Z" ]
+ },
+ {
+ "@id": "mf0002",
+ "timeAtGeometry": ["2013-05-01T10:33:45Z"]
+ }
+]
+----
+
+[source]
+.Example 7.11: velocity of the all moving feature.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$select=velocity(2008-02-04T00:00:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id" : "mf0001",
+ "velocity" : [ 0.0, 0.0 ]
+ },
+ {
+ "@id" : "mf0002",
+ "velocity" : [ -5.42125853725347E-4, 1.0906301588750913E-4 ]
+ }
+]
+----
+
+[source]
+.Example 7.12: timeAtCummulativeDistance of a moving feature with ID.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=timeAtCummulativeDistance(1,%22km%22) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "timeAtCummulativeDistance" : "2008-02-02T22:35:04Z"
+}
+----
+
+[source]
+.Example 7.13: stBoundedBy of moving features.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$select=stBoundedBy() HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id" : "mf0001",
+ "stBoundedBy" : {
+ "bbox": [-10.0, -10.0, 10.0, 10.0],
+ "period": {
+ "begin": "1994-11-05T13:15:30Z",
+ "end" : "1994-11-05T13:15:30Z"
+ }
+ }
+ },
+ {
+ "@id" : "mf0002",
+ "stBoundedBy" : {
+ "bbox": ...,
+ "period": ...
+ }
+ }
+]
+----
+
+[source]
+.Example 7.14: subTrajectory of a moving feature with ID.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$select=subTrajectory(2008-02-03T23:00:00Z,2008-02-03T23:05:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "subTrajectory" : {
+ "type" : "MovingPoint",
+ "datetimes" : [ "2008-02-03T23:00:00Z", "2008-02-03T23:04:34Z", "2008-02-03T23:03:49Z", "2008-02-03T23:03:04Z", "2008-02-03T23:02:19Z", "2008-02-03T23:01:29Z", "2008-02-03T23:00:44Z", "2008-02-03T23:00:04Z", "2008-02-03T23:04:39Z", "2008-02-03T23:03:54Z", "2008-02-03T23:03:09Z", "2008-02-03T23:02:24Z", "2008-02-03T23:01:34Z", "2008-02-03T23:00:49Z", "2008-02-03T23:00:09Z", "2008-02-03T23:04:44Z", "2008-02-03T23:03:59Z", "2008-02-03T23:03:14Z", "2008-02-03T23:02:29Z", "2008-02-03T23:01:39Z", "2008-02-03T23:00:54Z", "2008-02-03T23:00:14Z", "2008-02-03T23:04:49Z", "2008-02-03T23:04:04Z", "2008-02-03T23:03:19Z", "2008-02-03T23:02:34Z", "2008-02-03T23:01:49Z", "2008-02-03T23:00:59Z", "2008-02-03T23:00:19Z", "2008-02-03T23:04:56Z", "2008-02-03T23:04:09Z", "2008-02-03T23:03:24Z", "2008-02-03T23:02:39Z", "2008-02-03T23:01:54Z", "2008-02-03T23:01:04Z", "2008-02-03T23:00:24Z", "2008-02-03T23:04:14Z", "2008-02-03T23:03:29Z", "2008-02-03T23:02:49Z", "2008-02-03T23:01:59Z", "2008-02-03T23:01:09Z", "2008-02-03T23:00:29Z", "2008-02-03T23:04:19Z", "2008-02-03T23:03:34Z", "2008-02-03T23:02:54Z", "2008-02-03T23:02:04Z", "2008-02-03T23:01:19Z", "2008-02-03T23:00:34Z", "2008-02-03T23:04:29Z", "2008-02-03T23:03:44Z", "2008-02-03T23:02:59Z", "2008-02-03T23:02:09Z", "2008-02-03T23:01:24Z", "2008-02-03T23:00:39Z", "2008-02-03T23:05:00Z" ],
+ "coordinates" : [ [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96421 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35107, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35106, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35105, 39.96424 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96424 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96423 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ] ],
+ "interpolations" : ["Linear"]
+ }
+}
+----
+The subTrajectory operation can also be realized by using the slice interface of temporal geometry as follows:
+
+[source]
+.Example 7.15: slice of the temporal geometry of the moving feature whose identifier is 'mf0001'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=slice(2008-02-03T23:00:00Z,2008-02-03T23:05:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "slice": {
+ "type" : "MovingPoint",
+ "datetimes" : [ "2008-02-03T23:00:00Z", "2008-02-03T23:04:34Z", "2008-02-03T23:03:49Z", "2008-02-03T23:03:04Z", "2008-02-03T23:02:19Z", "2008-02-03T23:01:29Z", "2008-02-03T23:00:44Z", "2008-02-03T23:00:04Z", "2008-02-03T23:04:39Z", "2008-02-03T23:03:54Z", "2008-02-03T23:03:09Z", "2008-02-03T23:02:24Z", "2008-02-03T23:01:34Z", "2008-02-03T23:00:49Z", "2008-02-03T23:00:09Z", "2008-02-03T23:04:44Z", "2008-02-03T23:03:59Z", "2008-02-03T23:03:14Z", "2008-02-03T23:02:29Z", "2008-02-03T23:01:39Z", "2008-02-03T23:00:54Z", "2008-02-03T23:00:14Z", "2008-02-03T23:04:49Z", "2008-02-03T23:04:04Z", "2008-02-03T23:03:19Z", "2008-02-03T23:02:34Z", "2008-02-03T23:01:49Z", "2008-02-03T23:00:59Z", "2008-02-03T23:00:19Z", "2008-02-03T23:04:56Z", "2008-02-03T23:04:09Z", "2008-02-03T23:03:24Z", "2008-02-03T23:02:39Z", "2008-02-03T23:01:54Z", "2008-02-03T23:01:04Z", "2008-02-03T23:00:24Z", "2008-02-03T23:04:14Z", "2008-02-03T23:03:29Z", "2008-02-03T23:02:49Z", "2008-02-03T23:01:59Z", "2008-02-03T23:01:09Z", "2008-02-03T23:00:29Z", "2008-02-03T23:04:19Z", "2008-02-03T23:03:34Z", "2008-02-03T23:02:54Z", "2008-02-03T23:02:04Z", "2008-02-03T23:01:19Z", "2008-02-03T23:00:34Z", "2008-02-03T23:04:29Z", "2008-02-03T23:03:44Z", "2008-02-03T23:02:59Z", "2008-02-03T23:02:09Z", "2008-02-03T23:01:24Z", "2008-02-03T23:00:39Z", "2008-02-03T23:05:00Z" ],
+ "coordinates" : [ [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96372 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96422 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35102, 39.96421 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35107, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35106, 39.96425 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35105, 39.96424 ], [ 116.35079, 39.96373 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96424 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35076, 39.96383 ], [ 116.35104, 39.96423 ], [ 116.35079, 39.96374 ], [ 116.35079, 39.96373 ], [ 116.35076, 39.96383 ] ],
+ "interpolations" : ["Linear"]
+ }
+}
+----
+
+However, the slice operation is for only one MovingFeature resource. This practice restricts the use of the GeoSpatial and Temporal interfaces to only TemporalGeometry or/and TemporalProperty resource types.
+The following examples show the use cases of each operation.
+
+[source]
+.Example 7.16: snapshot of the temporal property whose name is 'length' of the moving feature whose identifier is 'mf0001'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('length')?$select=snapshot(2013-05-01T10:33:41Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "snapshot": {
+ "datetimes": ["2013-05-01T10:33:41Z"],
+ "length": {
+ "uom": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
+ "values": [1.2],
+ "interpolations": ["Discrete"]
+ }
+}
+----
+
+[source]
+.Example 7.17: boundedBy of the temporal geometry of the moving feature whose identifier is 'mf0001'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=boundedBy() HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "boundedBy": {
+ "begin" : "2008-02-03T23:00:00Z",
+ "end" : "2008-02-03T23:05:00Z"
+ }
+}
+----
+
+[source]
+.Example 7.18: boundary of the temporal geometry of the moving feature whose identifier is 'mf0001'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalGeometry?$select=boundary() HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "boundary": {
+ "type": "LineString",
+ "coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0] ]
+ }
+}
+----
+
+[source]
+.Example 7.19: to select a part of a temporal property of the moving feature whose identifier is 'mf0001'.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')/temporalProperties('length')?select=values gt 10 HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "temporalProperties": [{
+ "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
+ "length": {
+ "uom" : "m",
+ "values": [10, 15, 20],
+ "interpolations": "Linear"
+ }]
+}
+----
+
+[#filter_query]
+==== Query Option `$filter`
+
+The `$filter` query option allows clients to filter a collection of moving features that are addressed by a request URL. It can be applied to a specific moving feature or a collection of moving features. The `$filter` option is evaluated for each moving feature in the collection, and returns the features where the expression of the Relation interface is `true` in the response. For a specific feature, it returns `true` or `false`. The *Relation* interface is realized with the `$filter` query option.
+
+[source]
+.Example 7.20: The disjoint operation returns true or false corresponding to a moving feature.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$filter=disjoint(LINESTRING(1%202,3%204,5%206),2008-02-02T22:31:00Z,2008-02-02T22:40:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "disjoint": true
+}
+----
+
+[source]
+.Example 7.21: The intersects operation returns the identifiers of moving features whose trajectory intersects with the parameter geometry object for a particular period of time in the collection.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$filter=intersects(POLYGON((30%2010%2C40%2040%2C20%2040%2C10%2020%2C30%2010)),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "intersects": [ "mf0001", "mf0003"]
+}
+----
+
+[source]
+.Example 7.22: The distanceWithin operation returns the identifiers of moving features which are located within 100km from the given position during the parameter time period.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$filter=distanceWithin(POINT(103%201.0),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z,100;km) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "distanceWithin ": null
+}
+----
+
+[NOTE]
+==========
+The operations of Type C between two trajectory objects provide spatiotemporal relations (e.g., intersects).
+The current API tries to realize the Type C operation by a temporary method until an expression is developed for the request URL, such as the Well-Known Text (WKT) format for a geometry object.
+
+.(1) Create a temporal resource of FeatureLayer as follows:
+-----
+>>> Request
+POST SERVICE_ROOT/FeatureLayers HTTP1.1
+Content-Type: application/geo+json
+{
+ "name": "queryfeatures",
+ "description": "temporal feature layer for query parameters"
+ "updateFrequency": 0
+}
+
+<<< Response
+201 CREATED
+{
+ “@id”: "queryfeatures",
+ “@created”: "2012-07-14T22:01:01"
+}
+-----
+.(2) Insert a query object into the feature layer as follows:
+-----
+>>> Request
+POST SERVICE_ROOT/FeatureLayers('queryfeatures') HTTP1.1
+Content-Type: application/geo+json
+{
+ "type": "MovingFeature",
+ "temporalGeometry": {
+ ....
+ }
+}
+<<< Response
+201 CREATED
+{
+ “@id”: "mf9999999",
+ “@created”: "2012-07-14T23:01:01"
+}
+-----
+.(3) Search intersected moving features from the bus layer with the query feature.
+-----
+>>> Request
+GET SERVICE_ROOT/FeatureLayers('bus')/features?$filter=intersects(@id)&@id='mf9999999' HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "intersects": [ "mf0001", "mf0003"]
+}
+-----
+==========
+
+
+
+[#search_query]
+==== Query Option `$search`
+
+The `$search` query option allows clients to analyze moving features or a specific moving feature, and returns a new object as a computation result. The *Analysis* interface is realized with the `$search` query option.
+
+[source]
+.Example 7.23: To search the nearest approach point with ID.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('mf0001')?$search=nearestApproachPoint(LINESTRING(116.35%2039.8,116.36%2040),2008-02-04T00:00:00Z,2008-02-04T00:10:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "nearestApproachPoint" : {
+ "type" : "MovingPoint",
+ "datetimes" : [ "2008-02-04T00:06:14Z", "2008-02-04T00:06:19Z" ],
+ "coordinates" : [ [ 116.35089, 39.96329 ], [ 116.35814635910225, 39.962927182044886 ] ],
+ "interpolations" : ["Linear"]
+ }
+}
+----
+
+[source]
+.Example 7.24: To search the nearest approach distance for all moving features.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$search=nearestApproach(LINESTRING(116.35%2039.8,116.36%2040),2008-02-04T00:00:00Z,2008-02-04T00:10:00Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id" : "mf0001",
+ "nearestApproach" : {
+ "datetimes" : [ "2008-02-04T00:06:14Z", "2008-02-04T00:06:19Z" ],
+ "distance" : {
+ "uom" : "m",
+ "values" : [ 7.265423889165578, 7.265423889165578 ],
+ "interpolations" : ["Linear"]
+ }
+ }
+ }
+ ]
+----
+
+[source]
+.Example 7.25: To compute each intersection object of the temporal geometry from a collection of moving features with a parameter geometry object for a particular period of time.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures?$search=intersection(POLYGON((30%2010%2C40%2040%2C20%2040%2C10%2020%2C30%2010)),2013-05-01T10:33:50Z,2013-05-01T10:36:41Z) HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id": "mf001",
+ "intersection": {
+ "type": "MovingPoint,
+ "coordinates": [...],
+ "datetimes" : [...],
+ "interpolations": [...]
+ }
+ },
+ {
+ "@id": "mf003",
+ "intersection": {
+ ...
+ }
+ }
+]
+----
+
+
+[NOTE]
+==========
+The `$search` query option can be used for the full text search of properties/temporalProperties of moving features with a set of keywords. +
+For example,
+
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures/properties?$search=bike HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id": "mf001",
+ "properties": {
+ "name": "bike",
+ "description": "fast bike"
+ }
+ }
+]
+----
+
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures/properties('name')?$search=bike HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id": "mf001",
+ "name": "bike"
+ }
+]
+----
+
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures/temporalProperties?$search=(mountain OR bike) AND NOT clothing HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id": "mf003",
+ "temporalProperties": [{
+ "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
+ "messages": {
+ "uom" : "text",
+ "values": ["mountain bike", "mountain", "bike"],
+ "interpolations": "Discrete"
+ },
+ "annotations": {
+ "uom" : "text",
+ "values": ["a mountain bike", "a mountain", "a bike"],
+ "interpolations": "Discrete"
+ }
+ }]
+ }
+]
+----
+
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures/temporalProperties('messages')?$search=(mountain OR bike) AND NOT clothing HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+[
+ {
+ "@id": "mf003",
+ "messages": {
+ "datetimes": ["2017-03-13T01:00:00Z","2017-03-13T21:00:00Z", "2017-03-13T23:00:00Z"],
+ "values": ["mountain bike", "mountain", "bike"]
+ }
+ }
+]
+----
+
+==========
+
+[#addressing]
+==== Addressing Entities: `$ref`, `$value`
+This practice uses the symbolic resource `$ref`, located at the service root or a FeatureLayer entity, to get the URL for addressing all entities.
+The symbolic resource `$value` is allowed to resolve to a single property value or to get a list of values of TemporalProperty and Property elements of a MovingFeatures resource in text/plain form.
+
+[source]
+.Example 7.26: To get the URLs of all MovingFeatures entities if the service does not have any resource of FeatureLayer.
+----
+>>> Request
+GET SERVICE_ROOT/$ref HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "url": ["MovingFeatures('m0001')", "MovingFeatures('m0002')"]
+}
+----
+
+[source]
+.Example 7.27: To get the URLs of all FeatureLayer entities if the service manages resources of FeatureLayer.
+----
+>>> Request
+GET SERVICE_ROOT/$ref HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "url": ["FeatureLayers('bus')", "FeatureLayers('typhoon')"]
+}
+----
+
+[source]
+.Example 7.28: To get the URLs of all MovingFeatures entities in a FeatureLayer entity.
+----
+>>> Request
+GET SERVICE_ROOT/FeatureLayers('typhoon')/$ref HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: application/geo+json
+{
+ "url": ["features('m0001')", "features('m0002')"]
+}
+----
+
+[source]
+.Example 7.29: To get a list of names of FeatureLayer.
+----
+>>> Request
+GET SERVICE_ROOT/FeatureLayers/name/$value HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: text/plain
+bus, typhoon
+----
+
+[source]
+.Example 7.30: To get a list of static properties' name.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('m0001')/properties/name/$value HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: text/plain
+title, author
+----
+
+[source]
+.Example 7.31: To get a value of a static properties.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('m0001')/properties('title')/$value HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: text/plain
+Test Title
+----
+
+[source]
+.Example 7.32: To get a list of temporal properties' name.
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('m0001')/temporalProperties/name/$value HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: text/plain
+length, dose, picture
+----
+
+[source]
+.Example 7.33: To get a unit value of a temporal property
+----
+>>> Request
+GET SERVICE_ROOT/MovingFeatures('m0001')/temporalProperties('length')/uom/$value HTTP1.1
+
+<<< Response
+200 OK
+Content_Type: text/plain
+http://www.qudt.org/qudt/owl/1.0.0/quantity/Length
+----
diff --git a/bp/a_1_revision-history.adoc b/bp/a_1_revision-history.adoc
index f2bb35c..8ca0da2 100755
--- a/bp/a_1_revision-history.adoc
+++ b/bp/a_1_revision-history.adoc
@@ -1,14 +1,14 @@
-[appendix]
-== Revision History
-
-[#revision_history,reftext='{table-caption} {counter:table-num}']
-[cols="2,2,3,3,2",options="header"]
-|===============================================================================
-|Date |Release |Author |Paragraph modified |Description
-|2016-08-29 | |Kyoung-Sook KIM, Hirotaka OGAWA |All |Created
-|2016-09-27 | |Kyoung-Sook KIM |RESTful APIs: Resource types and interfaces |Revised
-|2016-10-23 | |Kyoung-Sook KIM |Interpolation formulas, RESTful APIs|Revised
-|2017-01-15 | |Kyoung-Sook KIM |RESTful APIs- Addressing Entities|Added
-|2017-03-15 | |Kyoung-Sook KIM |Temporal Properties|Revised
-|2017-06-12 | |Scott Simmons |All |prepare for publication
-|===============================================================================
+[appendix]
+== Revision History
+
+[#revision_history,reftext='{table-caption} {counter:table-num}']
+[cols="2,2,3,3,2",options="header"]
+|===============================================================================
+|Date |Release |Author |Paragraph modified |Description
+|2016-08-29 | |Kyoung-Sook KIM, Hirotaka OGAWA |All |Created
+|2016-09-27 | |Kyoung-Sook KIM |RESTful APIs: Resource types and interfaces |Revised
+|2016-10-23 | |Kyoung-Sook KIM |Interpolation formulas, RESTful APIs|Revised
+|2017-01-15 | |Kyoung-Sook KIM |RESTful APIs- Addressing Entities|Added
+|2017-03-15 | |Kyoung-Sook KIM |Temporal Properties|Revised
+|2017-06-12 | |Scott Simmons |All |prepare for publication
+|===============================================================================
diff --git a/bp/asciidoctor-theme.yml b/bp/asciidoctor-theme.yml
index 38e3655..74416af 100755
--- a/bp/asciidoctor-theme.yml
+++ b/bp/asciidoctor-theme.yml
@@ -1,241 +1,241 @@
-font:
- catalog:
- NotoSerif:
- normal: notoserif-regular-subset.ttf
- bold: notoserif-bold-subset.ttf
- italic: notoserif-italic-subset.ttf
- bold_italic: notoserif-bold_italic-subset.ttf
- # NOTE currently, callout numbers don't work with LiberationMono
- LiberationMono:
- normal: LiberationMono-Regular.ttf
- bold: LiberationMono-Bold.ttf
- italic: LiberationMono-Italic.ttf
- bold_italic: LiberationMono-BoldItalic.ttf
- Mplus1mn:
- normal: mplus1mn-regular-ascii-conums.ttf
- bold: mplus1mn-bold-ascii.ttf
- italic: mplus1mn-italic-ascii.ttf
- bold_italic: mplus1mn-bolditalic-ascii.ttf
- #Mplus1pMultilingual:
- # normal: mplus1p-regular-multilingual.ttf
- #FontAwesome:
- # normal: fontawesome-regular.ttf
- # FIXME using fallbacks breaks use of custom font styles (fixed in Prawn 1.2.1!)
- #fallbacks:
- # - Mplus1pMultilingual
-brand:
- primary_color: 005498
-page:
- background_color: FFFFFF
- layout: portrait
- # multiply inches by 72 to get pt values
- # margin: [0.5 * 72, 0.67 * 72, 0.67 * 72, 0.67 * 72]
- margin: [25mm, 20mm, 20mm, 20mm]
- size: Letter
-title_page:
- align: right
- logo:
- top: 10%
- content: 'aaaaa'
- title:
- top: 10%
- font_size: $heading_h1_font_size
- font_color: 000000
- line_height: 0.9
- subtitle:
- font_size: $heading_h3_font_size
- font_style: bold_italic
- line_height: 1
- authors:
- margin_top: $base_font_size * 1.25
- font_size: $base_font_size_large
- font_color: 181818
- revision:
- margin_top: $base_font_size * 1.25
-base:
- font_color: 222222
- font_family: NotoSerif
- # Helvetica Courier
- # choose one of these font_size/line_height_length combinations
- #font_size: 14
- #line_height_length: 20
- #font_size: 11.25
- #line_height_length: 18
- #font_size: 11.2
- #line_height_length: 16
- font_size: 10.5
- #line_height_length: 15
- # correct line height for NotoSerif metrics
- line_height_length: 12
- #font_size: 11.25
- #line_height_length: 18
- line_height: $base_line_height_length / $base_font_size
- font_size_large: round($base_font_size * 1.25)
- font_size_small: round($base_font_size * 0.85)
- font_style: normal
- align: justify
- border_radius: 4
- border_width: 0.5
- border_color: DDDDDD
-# FIXME vertical_rhythm is weird; we should think in terms of ems
-#vertical_rhythm: $base_line_height_length * 2 / 3
-# correct line height for NotoSerif metrics
-vertical_rhythm: $base_line_height_length
-horizontal_rhythm: $base_line_height_length
-link_font_color: $brand_primary_color
-heading:
- font_color: BA3925
- font_family: $base_font_family
- #font_size_h1: floor($base_font_size * 2.6)
- #font_size_h2: floor($base_font_size * 2.15)
- #font_size_h3: round($base_font_size * 1.7)
- font_size_h1: floor($base_font_size * 2.1)
- font_size_h2: floor($base_font_size * 1.9)
- font_size_h3: round($base_font_size * 1.7)
- font_size_h4: $base_font_size_large
- font_size_h5: $base_font_size
- font_size_h6: $base_font_size_small
- font_style: bold
- #line_height: 1.4
- # correct line height for NotoSerif metrics
- line_height: 1.2
- margin_top: $vertical_rhythm * 0.2
- margin_bottom: $vertical_rhythm * 0.8
-#prose:
-# margin_top: 0
-# margin_bottom: $vertical_rhythm
-block:
- #margin_top: 0
- #margin_bottom: $vertical_rhythm
- padding: [$vertical_rhythm, $vertical_rhythm * 1.25, $vertical_rhythm, $vertical_rhythm * 1.25]
-# code is used for source blocks (perhaps change to source or listing?)
-code:
- font_color: $base_font_color
- #font_family: LiberationMono
- font_size: floor($base_font_size * 0.9)
- font_family: Mplus1mn
- #font_size: ceil($base_font_size )
- #padding: [$base_font_size, $code_font_size, $base_font_size, $code_font_size]
- padding: $code_font_size
- #line_height: 1.25
- line_height: 1.15
- background_color: F7F7F8
- border_color: FFFFFF
- border_radius: $base_border_radius
- border_width: 0
-# literal is currently used for inline monospaced in prose and table cells
-literal:
- #font_family: $code_font_family
- font_family: LiberationMono
- font_color: 6D180B
-blockquote:
- align: center
- font_color: 6F6F6F
- font_size: $base_font_size_small
- cite_font_size: $base_font_size_small
- cite_font_color: 555555
- border_width: 0
-sidebar:
- border_color: D9D9D9
- border_radius: $base_border_radius
- border_width: $base_border_width
- background_color: F2F2F2
- title_font_color: 7A2518
- title_font_family: $heading_font_family
- title_font_size: $heading_font_size_h4
- title_font_style: normal
- title_align: left
-example:
- border_color: E6E6E6
- border_radius: $base_border_radius
- border_width: 0.75
- background_color: transparent
-admonition:
- border_color: $base_border_color
- border_width: $base_border_width
-caption:
- font_color: 7A2518
- font_style: bold
- align: center
- margin_inside: $vertical_rhythm * 0.25
- margin_outside: 0
-conum:
- font_family: Mplus1mn
- font_color: $literal_font_color
- font_size: $code_font_size
-image:
- align_default: center
- scaled_width_default: 0.5
-lead:
- # QUESTION what about $base_font_size_large?
- #font_size: floor($base_line_height_length * 0.8)
- font_size: $base_font_size_large
- line_height: 1.4
-abstract:
- font_size: $base_font_size
- # font_color: 999999
- font_style: normal
- #line_height: $lead_line_height
- # HACK set line_height to 1 to workaround spacing problem after first line
- line_height: 1.4
-thematic_break:
- border_color: $base_border_color
- margin_top: $vertical_rhythm * 0.5
- margin_bottom: $vertical_rhythm * 1.5
-description_list:
- term_font_style: bold
- description_indent: $horizontal_rhythm * 1.25
-outline_list:
- indent: $horizontal_rhythm * 1.25
-table:
- background_color: transparent
- background_color_alt: F9F9F9
- border_color: DDDDDD
- border_width: $base_border_width
- # HACK accounting for line-height
- cell_padding: [3, 3, 6, 3]
- image_valign: 50
-footer:
- font_size: $base_font_size_small
- # NOTE if background_color is set, background and border will span width of page
- border_color: dddddd
- border_width: 0.25
- height: $base_line_height_length * 2.5
- line_height: 1
- padding: [$base_line_height_length / 2, 1, 0, 1]
- vertical_align: top
- #image_vertical_align: or
- # additional attributes for content:
- # * {page-count}
- # * {page-number}
- # * {document-title}
- # * {document-subtitle}
- # * {chapter-title}
- # * {section-title}
- # * {section-or-chapter-title}
- recto:
- #columns: "<50% =0% >50%"
- #right:
- #content: '{page-number}'
- #content: '{section-or-chapter-title} | {page-number}'
- #content: '{document-title} | {page-number}'
- center:
- content: '{page-number}'
- verso:
- #columns: $footer_recto_columns
- #left:
- #content: '{page-number}'
- #content: '{page-number} | {chapter-title}'
- center:
- content: '{page-number}'
-header:
- font_size: $base_font_size_small
- font_color: $base_font_color
- height: 20mm
- valign: bottom
- border_color: dddddd
- border_width: 0.25
- recto_content:
- left: 'OGC 16-140r1'
- verso_content:
- right: 'OGC 16-140r1'
+font:
+ catalog:
+ NotoSerif:
+ normal: notoserif-regular-subset.ttf
+ bold: notoserif-bold-subset.ttf
+ italic: notoserif-italic-subset.ttf
+ bold_italic: notoserif-bold_italic-subset.ttf
+ # NOTE currently, callout numbers don't work with LiberationMono
+ LiberationMono:
+ normal: LiberationMono-Regular.ttf
+ bold: LiberationMono-Bold.ttf
+ italic: LiberationMono-Italic.ttf
+ bold_italic: LiberationMono-BoldItalic.ttf
+ Mplus1mn:
+ normal: mplus1mn-regular-ascii-conums.ttf
+ bold: mplus1mn-bold-ascii.ttf
+ italic: mplus1mn-italic-ascii.ttf
+ bold_italic: mplus1mn-bolditalic-ascii.ttf
+ #Mplus1pMultilingual:
+ # normal: mplus1p-regular-multilingual.ttf
+ #FontAwesome:
+ # normal: fontawesome-regular.ttf
+ # FIXME using fallbacks breaks use of custom font styles (fixed in Prawn 1.2.1!)
+ #fallbacks:
+ # - Mplus1pMultilingual
+brand:
+ primary_color: 005498
+page:
+ background_color: FFFFFF
+ layout: portrait
+ # multiply inches by 72 to get pt values
+ # margin: [0.5 * 72, 0.67 * 72, 0.67 * 72, 0.67 * 72]
+ margin: [25mm, 20mm, 20mm, 20mm]
+ size: Letter
+title_page:
+ align: right
+ logo:
+ top: 10%
+ content: 'aaaaa'
+ title:
+ top: 10%
+ font_size: $heading_h1_font_size
+ font_color: 000000
+ line_height: 0.9
+ subtitle:
+ font_size: $heading_h3_font_size
+ font_style: bold_italic
+ line_height: 1
+ authors:
+ margin_top: $base_font_size * 1.25
+ font_size: $base_font_size_large
+ font_color: 181818
+ revision:
+ margin_top: $base_font_size * 1.25
+base:
+ font_color: 222222
+ font_family: NotoSerif
+ # Helvetica Courier
+ # choose one of these font_size/line_height_length combinations
+ #font_size: 14
+ #line_height_length: 20
+ #font_size: 11.25
+ #line_height_length: 18
+ #font_size: 11.2
+ #line_height_length: 16
+ font_size: 10.5
+ #line_height_length: 15
+ # correct line height for NotoSerif metrics
+ line_height_length: 12
+ #font_size: 11.25
+ #line_height_length: 18
+ line_height: $base_line_height_length / $base_font_size
+ font_size_large: round($base_font_size * 1.25)
+ font_size_small: round($base_font_size * 0.85)
+ font_style: normal
+ align: justify
+ border_radius: 4
+ border_width: 0.5
+ border_color: DDDDDD
+# FIXME vertical_rhythm is weird; we should think in terms of ems
+#vertical_rhythm: $base_line_height_length * 2 / 3
+# correct line height for NotoSerif metrics
+vertical_rhythm: $base_line_height_length
+horizontal_rhythm: $base_line_height_length
+link_font_color: $brand_primary_color
+heading:
+ font_color: BA3925
+ font_family: $base_font_family
+ #font_size_h1: floor($base_font_size * 2.6)
+ #font_size_h2: floor($base_font_size * 2.15)
+ #font_size_h3: round($base_font_size * 1.7)
+ font_size_h1: floor($base_font_size * 2.1)
+ font_size_h2: floor($base_font_size * 1.9)
+ font_size_h3: round($base_font_size * 1.7)
+ font_size_h4: $base_font_size_large
+ font_size_h5: $base_font_size
+ font_size_h6: $base_font_size_small
+ font_style: bold
+ #line_height: 1.4
+ # correct line height for NotoSerif metrics
+ line_height: 1.2
+ margin_top: $vertical_rhythm * 0.2
+ margin_bottom: $vertical_rhythm * 0.8
+#prose:
+# margin_top: 0
+# margin_bottom: $vertical_rhythm
+block:
+ #margin_top: 0
+ #margin_bottom: $vertical_rhythm
+ padding: [$vertical_rhythm, $vertical_rhythm * 1.25, $vertical_rhythm, $vertical_rhythm * 1.25]
+# code is used for source blocks (perhaps change to source or listing?)
+code:
+ font_color: $base_font_color
+ #font_family: LiberationMono
+ font_size: floor($base_font_size * 0.9)
+ font_family: Mplus1mn
+ #font_size: ceil($base_font_size )
+ #padding: [$base_font_size, $code_font_size, $base_font_size, $code_font_size]
+ padding: $code_font_size
+ #line_height: 1.25
+ line_height: 1.15
+ background_color: F7F7F8
+ border_color: FFFFFF
+ border_radius: $base_border_radius
+ border_width: 0
+# literal is currently used for inline monospaced in prose and table cells
+literal:
+ #font_family: $code_font_family
+ font_family: LiberationMono
+ font_color: 6D180B
+blockquote:
+ align: center
+ font_color: 6F6F6F
+ font_size: $base_font_size_small
+ cite_font_size: $base_font_size_small
+ cite_font_color: 555555
+ border_width: 0
+sidebar:
+ border_color: D9D9D9
+ border_radius: $base_border_radius
+ border_width: $base_border_width
+ background_color: F2F2F2
+ title_font_color: 7A2518
+ title_font_family: $heading_font_family
+ title_font_size: $heading_font_size_h4
+ title_font_style: normal
+ title_align: left
+example:
+ border_color: E6E6E6
+ border_radius: $base_border_radius
+ border_width: 0.75
+ background_color: transparent
+admonition:
+ border_color: $base_border_color
+ border_width: $base_border_width
+caption:
+ font_color: 7A2518
+ font_style: bold
+ align: center
+ margin_inside: $vertical_rhythm * 0.25
+ margin_outside: 0
+conum:
+ font_family: Mplus1mn
+ font_color: $literal_font_color
+ font_size: $code_font_size
+image:
+ align_default: center
+ scaled_width_default: 0.5
+lead:
+ # QUESTION what about $base_font_size_large?
+ #font_size: floor($base_line_height_length * 0.8)
+ font_size: $base_font_size_large
+ line_height: 1.4
+abstract:
+ font_size: $base_font_size
+ # font_color: 999999
+ font_style: normal
+ #line_height: $lead_line_height
+ # HACK set line_height to 1 to workaround spacing problem after first line
+ line_height: 1.4
+thematic_break:
+ border_color: $base_border_color
+ margin_top: $vertical_rhythm * 0.5
+ margin_bottom: $vertical_rhythm * 1.5
+description_list:
+ term_font_style: bold
+ description_indent: $horizontal_rhythm * 1.25
+outline_list:
+ indent: $horizontal_rhythm * 1.25
+table:
+ background_color: transparent
+ background_color_alt: F9F9F9
+ border_color: DDDDDD
+ border_width: $base_border_width
+ # HACK accounting for line-height
+ cell_padding: [3, 3, 6, 3]
+ image_valign: 50
+footer:
+ font_size: $base_font_size_small
+ # NOTE if background_color is set, background and border will span width of page
+ border_color: dddddd
+ border_width: 0.25
+ height: $base_line_height_length * 2.5
+ line_height: 1
+ padding: [$base_line_height_length / 2, 1, 0, 1]
+ vertical_align: top
+ #image_vertical_align: or
+ # additional attributes for content:
+ # * {page-count}
+ # * {page-number}
+ # * {document-title}
+ # * {document-subtitle}
+ # * {chapter-title}
+ # * {section-title}
+ # * {section-or-chapter-title}
+ recto:
+ #columns: "<50% =0% >50%"
+ #right:
+ #content: '{page-number}'
+ #content: '{section-or-chapter-title} | {page-number}'
+ #content: '{document-title} | {page-number}'
+ center:
+ content: '{page-number}'
+ verso:
+ #columns: $footer_recto_columns
+ #left:
+ #content: '{page-number}'
+ #content: '{page-number} | {chapter-title}'
+ center:
+ content: '{page-number}'
+header:
+ font_size: $base_font_size_small
+ font_color: $base_font_color
+ height: 20mm
+ valign: bottom
+ border_color: dddddd
+ border_width: 0.25
+ recto_content:
+ left: 'OGC 16-140r1'
+ verso_content:
+ right: 'OGC 16-140r1'
diff --git a/bp/asciidoctor.css b/bp/asciidoctor.css
index d919f85..1f4bddd 100755
--- a/bp/asciidoctor.css
+++ b/bp/asciidoctor.css
@@ -1,407 +1,407 @@
-/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
-/* Remove comment around @import statement below when using as a custom stylesheet */
-/*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
-article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
-audio,canvas,video{display:inline-block}
-audio:not([controls]){display:none;height:0}
-[hidden],template{display:none}
-script{display:none!important}
-html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
-body{margin:0}
-a{background:transparent}
-a:focus{outline:thin dotted}
-a:active,a:hover{outline:0}
-h1{font-size:2em;margin:.67em 0}
-abbr[title]{border-bottom:1px dotted}
-b,strong{font-weight:bold}
-dfn{font-style:italic}
-hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
-mark{background:#ff0;color:#000}
-code,kbd,pre,samp{font-family:monospace;font-size:1em}
-pre{white-space:pre-wrap}
-q{quotes:"\201C" "\201D" "\2018" "\2019"}
-small{font-size:80%}
-sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
-sup{top:-.5em}
-sub{bottom:-.25em}
-img{border:0}
-svg:not(:root){overflow:hidden}
-figure{margin:0}
-fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
-legend{border:0;padding:0}
-button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
-button,input{line-height:normal}
-button,select{text-transform:none}
-button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
-button[disabled],html input[disabled]{cursor:default}
-input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
-input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
-input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
-button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
-textarea{overflow:auto;vertical-align:top}
-table{border-collapse:collapse;border-spacing:0}
-*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
-html,body{font-size:100%}
-body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto}
-a:hover{cursor:pointer}
-img,object,embed{max-width:100%;height:auto}
-object,embed{height:100%}
-img{-ms-interpolation-mode:bicubic}
-.left{float:left!important}
-.right{float:right!important}
-.text-left{text-align:left!important}
-.text-right{text-align:right!important}
-.text-center{text-align:center!important}
-.text-justify{text-align:justify!important}
-.hide{display:none}
-body{-webkit-font-smoothing:antialiased}
-img,object,svg{display:inline-block;vertical-align:middle}
-textarea{height:auto;min-height:50px}
-select{width:100%}
-.center{margin-left:auto;margin-right:auto}
-.spread{width:100%}
-p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{font-size:1.21875em;line-height:1.6}
-.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
-div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
-a{color:#2156a5;text-decoration:underline;line-height:inherit}
-a:hover,a:focus{color:#1d4b8f}
-a img{border:none}
-p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
-p aside{font-size:.875em;line-height:1.35;font-style:italic}
-h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
-h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
-h1{font-size:2.125em}
-h2{font-size:1.6875em}
-h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
-h4,h5{font-size:1.125em}
-h6{font-size:1em}
-hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
-em,i{font-style:italic;line-height:inherit}
-strong,b{font-weight:bold;line-height:inherit}
-small{font-size:60%;line-height:inherit}
-code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
-ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
-ul,ol,ul.no-bullet,ol.no-bullet{margin-left:1.5em}
-ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
-ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
-ul.square{list-style-type:square}
-ul.circle{list-style-type:circle}
-ul.disc{list-style-type:disc}
-ul.no-bullet{list-style:none}
-ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
-dl dt{margin-bottom:.3125em;font-weight:bold}
-dl dd{margin-bottom:1.25em}
-abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
-abbr{text-transform:none}
-blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
-blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
-blockquote cite:before{content:"\2014 \0020"}
-blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
-blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
-@media only screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
-h1{font-size:2.75em}
-h2{font-size:2.3125em}
-h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
-h4{font-size:1.4375em}}
-table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
-table thead,table tfoot{background:#f7f8f7;font-weight:bold}
-table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
-table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
-table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f8f8f7}
-table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
-body{tab-size:4}
-h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
-h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
-.clearfix:before,.clearfix:after,.float-group:before,.float-group:after{content:" ";display:table}
-.clearfix:after,.float-group:after{clear:both}
-*:not(pre)>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background-color:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
-pre,pre>code{line-height:1.45;color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;text-rendering:optimizeSpeed}
-.keyseq{color:rgba(51,51,51,.8)}
-kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
-.keyseq kbd:first-child{margin-left:0}
-.keyseq kbd:last-child{margin-right:0}
-.menuseq,.menu{color:rgba(0,0,0,.8)}
-b.button:before,b.button:after{position:relative;top:-1px;font-weight:400}
-b.button:before{content:"[";padding:0 3px 0 2px}
-b.button:after{content:"]";padding:0 2px 0 3px}
-p a>code:hover{color:rgba(0,0,0,.9)}
-#header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
-#header:before,#header:after,#content:before,#content:after,#footnotes:before,#footnotes:after,#footer:before,#footer:after{content:" ";display:table}
-#header:after,#content:after,#footnotes:after,#footer:after{clear:both}
-#content{margin-top:1.25em}
-#content:before{content:none}
-#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
-#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #ddddd8}
-#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px}
-#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
-#header .details span:first-child{margin-left:-.125em}
-#header .details span.email a{color:rgba(0,0,0,.85)}
-#header .details br{display:none}
-#header .details br+span:before{content:"\00a0\2013\00a0"}
-#header .details br+span.author:before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
-#header .details br+span#revremark:before{content:"\00a0|\00a0"}
-#header #revnumber{text-transform:capitalize}
-#header #revnumber:after{content:"\00a0"}
-#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
-#toc{border-bottom:1px solid #efefed;padding-bottom:.5em}
-#toc>ul{margin-left:.125em}
-#toc ul.sectlevel0>li>a{font-style:italic}
-#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
-#toc ul{font-family:"Open Sans","DejaVu Sans",sans-serif;list-style-type:none}
-#toc li{line-height:1.3334;margin-top:.3334em}
-#toc a{text-decoration:none}
-#toc a:active{text-decoration:underline}
-#toctitle{color:#7a2518;font-size:1.2em}
-@media only screen and (min-width:768px){#toctitle{font-size:1.375em}
-body.toc2{padding-left:15em;padding-right:0}
-#toc.toc2{margin-top:0!important;background-color:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #efefed;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
-#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
-#toc.toc2>ul{font-size:.9em;margin-bottom:0}
-#toc.toc2 ul ul{margin-left:0;padding-left:1em}
-#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
-body.toc2.toc-right{padding-left:0;padding-right:15em}
-body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #efefed;left:auto;right:0}}
-@media only screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
-#toc.toc2{width:20em}
-#toc.toc2 #toctitle{font-size:1.375em}
-#toc.toc2>ul{font-size:.95em}
-#toc.toc2 ul ul{padding-left:1.25em}
-body.toc2.toc-right{padding-left:0;padding-right:20em}}
-#content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
-#content #toc>:first-child{margin-top:0}
-#content #toc>:last-child{margin-bottom:0}
-#footer{max-width:100%;background-color:rgba(0,0,0,.8);padding:1.25em}
-#footer-text{color:rgba(255,255,255,.8);line-height:1.44}
-.sect1{padding-bottom:.625em}
-@media only screen and (min-width:768px){.sect1{padding-bottom:1.25em}}
-.sect1+.sect1{border-top:1px solid #efefed}
-#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
-#content h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,#toctitle>a.anchor:before,.sidebarblock>.content>.title>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
-#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
-#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
-#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
-.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
-.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
-table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0}
-.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{color:rgba(0,0,0,.85)}
-table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit}
-.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
-.admonitionblock>table td.icon{text-align:center;width:80px}
-.admonitionblock>table td.icon img{max-width:none}
-.admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
-.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #ddddd8;color:rgba(0,0,0,.6)}
-.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
-.exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
-.exampleblock>.content>:first-child{margin-top:0}
-.exampleblock>.content>:last-child{margin-bottom:0}
-.sidebarblock{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
-.sidebarblock>:first-child{margin-top:0}
-.sidebarblock>:last-child{margin-bottom:0}
-.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
-.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
-.literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#f7f7f8}
-.sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#f2f1f1}
-.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;padding:1em;font-size:.8125em}
-.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto;white-space:pre;word-wrap:normal}
-@media only screen and (min-width:768px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:.90625em}}
-@media only screen and (min-width:1280px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:1em}}
-.literalblock.output pre{color:#f7f7f8;background-color:rgba(0,0,0,.9)}
-.listingblock pre.highlightjs{padding:0}
-.listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
-.listingblock pre.prettyprint{border-width:0}
-.listingblock>.content{position:relative}
-.listingblock code[data-lang]:before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:#999}
-.listingblock:hover code[data-lang]:before{display:block}
-.listingblock.terminal pre .command:before{content:attr(data-prompt);padding-right:.5em;color:#999}
-.listingblock.terminal pre .command:not([data-prompt]):before{content:"$"}
-table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none}
-table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45}
-table.pyhltable td.code{padding-left:.75em;padding-right:0}
-pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8}
-pre.pygments .lineno{display:inline-block;margin-right:.25em}
-table.pyhltable .linenodiv{background:none!important;padding-right:0!important}
-.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
-.quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em}
-.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
-.quoteblock blockquote{margin:0;padding:0;border:0}
-.quoteblock blockquote:before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
-.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
-.quoteblock .attribution{margin-top:.5em;margin-right:.5ex;text-align:right}
-.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:.5em 0;border-left:3px solid rgba(0,0,0,.6)}
-.quoteblock .quoteblock blockquote{padding:0 0 0 .75em}
-.quoteblock .quoteblock blockquote:before{display:none}
-.verseblock{margin:0 1em 1.25em 1em}
-.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
-.verseblock pre strong{font-weight:400}
-.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
-.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
-.quoteblock .attribution br,.verseblock .attribution br{display:none}
-.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
-.quoteblock.abstract{margin:0 0 1.25em 0;display:block}
-.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0}
-.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none}
-table.tableblock{max-width:100%;border-collapse:separate}
-table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0}
-table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
-table.grid-all th.tableblock,table.grid-all td.tableblock{border-width:0 1px 1px 0}
-table.grid-all tfoot>tr>th.tableblock,table.grid-all tfoot>tr>td.tableblock{border-width:1px 1px 0 0}
-table.grid-cols th.tableblock,table.grid-cols td.tableblock{border-width:0 1px 0 0}
-table.grid-all *>tr>.tableblock:last-child,table.grid-cols *>tr>.tableblock:last-child{border-right-width:0}
-table.grid-rows th.tableblock,table.grid-rows td.tableblock{border-width:0 0 1px 0}
-table.grid-all tbody>tr:last-child>th.tableblock,table.grid-all tbody>tr:last-child>td.tableblock,table.grid-all thead:last-child>tr>th.tableblock,table.grid-rows tbody>tr:last-child>th.tableblock,table.grid-rows tbody>tr:last-child>td.tableblock,table.grid-rows thead:last-child>tr>th.tableblock{border-bottom-width:0}
-table.grid-rows tfoot>tr>th.tableblock,table.grid-rows tfoot>tr>td.tableblock{border-width:1px 0 0 0}
-table.frame-all{border-width:1px}
-table.frame-sides{border-width:0 1px}
-table.frame-topbot{border-width:1px 0}
-th.halign-left,td.halign-left{text-align:left}
-th.halign-right,td.halign-right{text-align:right}
-th.halign-center,td.halign-center{text-align:center}
-th.valign-top,td.valign-top{vertical-align:top}
-th.valign-bottom,td.valign-bottom{vertical-align:bottom}
-th.valign-middle,td.valign-middle{vertical-align:middle}
-table thead th,table tfoot th{font-weight:bold}
-tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
-tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
-p.tableblock>code:only-child{background:none;padding:0}
-p.tableblock{font-size:1em}
-td>div.verse{white-space:pre}
-ol{margin-left:1.75em}
-ul li ol{margin-left:1.5em}
-dl dd{margin-left:1.125em}
-dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
-ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
-ul.unstyled,ol.unnumbered,ul.checklist,ul.none{list-style-type:none}
-ul.unstyled,ol.unnumbered,ul.checklist{margin-left:.625em}
-ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1em;font-size:.85em}
-ul.checklist li>p:first-child>input[type="checkbox"]:first-child{width:1em;position:relative;top:1px}
-ul.inline{margin:0 auto .625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}
-ul.inline>li{list-style:none;float:left;margin-left:1.375em;display:block}
-ul.inline>li>*{display:block}
-.unstyled dl dt{font-weight:400;font-style:normal}
-ol.arabic{list-style-type:decimal}
-ol.decimal{list-style-type:decimal-leading-zero}
-ol.loweralpha{list-style-type:lower-alpha}
-ol.upperalpha{list-style-type:upper-alpha}
-ol.lowerroman{list-style-type:lower-roman}
-ol.upperroman{list-style-type:upper-roman}
-ol.lowergreek{list-style-type:lower-greek}
-.hdlist>table,.colist>table{border:0;background:none}
-.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
-td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
-td.hdlist1{font-weight:bold;padding-bottom:1.25em}
-.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
-.colist>table tr>td:first-of-type{padding:0 .75em;line-height:1}
-.colist>table tr>td:last-of-type{padding:.25em 0}
-.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
-.imageblock.left,.imageblock[style*="float: left"]{margin:.25em .625em 1.25em 0}
-.imageblock.right,.imageblock[style*="float: right"]{margin:.25em 0 1.25em .625em}
-.imageblock>.title{margin-bottom:0}
-.imageblock.thumb,.imageblock.th{border-width:6px}
-.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
-.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
-.image.left{margin-right:.625em}
-.image.right{margin-left:.625em}
-a.image{text-decoration:none;display:inline-block}
-a.image object{pointer-events:none}
-sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
-sup.footnote a,sup.footnoteref a{text-decoration:none}
-sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
-#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
-#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em 0;border-width:1px 0 0 0}
-#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;text-indent:-1.05em;margin-bottom:.2em}
-#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none}
-#footnotes .footnote:last-of-type{margin-bottom:0}
-#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
-.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
-.gist .file-data>table td.line-data{width:99%}
-div.unbreakable{page-break-inside:avoid}
-.big{font-size:larger}
-.small{font-size:smaller}
-.underline{text-decoration:underline}
-.overline{text-decoration:overline}
-.line-through{text-decoration:line-through}
-.aqua{color:#00bfbf}
-.aqua-background{background-color:#00fafa}
-.black{color:#000}
-.black-background{background-color:#000}
-.blue{color:#0000bf}
-.blue-background{background-color:#0000fa}
-.fuchsia{color:#bf00bf}
-.fuchsia-background{background-color:#fa00fa}
-.gray{color:#606060}
-.gray-background{background-color:#7d7d7d}
-.green{color:#006000}
-.green-background{background-color:#007d00}
-.lime{color:#00bf00}
-.lime-background{background-color:#00fa00}
-.maroon{color:#600000}
-.maroon-background{background-color:#7d0000}
-.navy{color:#000060}
-.navy-background{background-color:#00007d}
-.olive{color:#606000}
-.olive-background{background-color:#7d7d00}
-.purple{color:#600060}
-.purple-background{background-color:#7d007d}
-.red{color:#bf0000}
-.red-background{background-color:#fa0000}
-.silver{color:#909090}
-.silver-background{background-color:#bcbcbc}
-.teal{color:#006060}
-.teal-background{background-color:#007d7d}
-.white{color:#bfbfbf}
-.white-background{background-color:#fafafa}
-.yellow{color:#bfbf00}
-.yellow-background{background-color:#fafa00}
-span.icon>.fa{cursor:default}
-.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
-.admonitionblock td.icon .icon-note:before{content:"\f05a";color:#19407c}
-.admonitionblock td.icon .icon-tip:before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
-.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#bf6900}
-.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}
-.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}
-.conum[data-value]{display:inline-block;color:#fff!important;background-color:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
-.conum[data-value] *{color:#fff!important}
-.conum[data-value]+b{display:none}
-.conum[data-value]:after{content:attr(data-value)}
-pre .conum[data-value]{position:relative;top:-.125em}
-b.conum *{color:inherit!important}
-.conum:not([data-value]):empty{display:none}
-dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
-h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
-p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
-p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
-p{margin-bottom:1.25rem}
-.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
-.exampleblock>.content{background-color:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
-.print-only{display:none!important}
-@media print{@page{margin:1.25cm .75cm}
-*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
-a{color:inherit!important;text-decoration:underline!important}
-a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
-a[href^="http:"]:not(.bare):after,a[href^="https:"]:not(.bare):after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
-abbr[title]:after{content:" (" attr(title) ")"}
-pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
-thead{display:table-header-group}
-svg{max-width:100%}
-p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
-h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
-#toc,.sidebarblock,.exampleblock>.content{background:none!important}
-#toc{border-bottom:1px solid #ddddd8!important;padding-bottom:0!important}
-.sect1{padding-bottom:0!important}
-.sect1+.sect1{border:0!important}
-#header>h1:first-child{margin-top:1.25rem}
-body.book #header{text-align:center}
-body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em 0}
-body.book #header .details{border:0!important;display:block;padding:0!important}
-body.book #header .details span:first-child{margin-left:0!important}
-body.book #header .details br{display:block}
-body.book #header .details br+span:before{content:none!important}
-body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
-body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
-.listingblock code[data-lang]:before{display:block}
-#footer{background:none!important;padding:0 .9375em}
-#footer-text{color:rgba(0,0,0,.6)!important;font-size:.9em}
-.hide-on-print{display:none!important}
-.print-only{display:block!important}
-.hide-for-print{display:none!important}
+/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
+/* Remove comment around @import statement below when using as a custom stylesheet */
+/*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
+article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
+audio,canvas,video{display:inline-block}
+audio:not([controls]){display:none;height:0}
+[hidden],template{display:none}
+script{display:none!important}
+html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
+body{margin:0}
+a{background:transparent}
+a:focus{outline:thin dotted}
+a:active,a:hover{outline:0}
+h1{font-size:2em;margin:.67em 0}
+abbr[title]{border-bottom:1px dotted}
+b,strong{font-weight:bold}
+dfn{font-style:italic}
+hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
+mark{background:#ff0;color:#000}
+code,kbd,pre,samp{font-family:monospace;font-size:1em}
+pre{white-space:pre-wrap}
+q{quotes:"\201C" "\201D" "\2018" "\2019"}
+small{font-size:80%}
+sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
+sup{top:-.5em}
+sub{bottom:-.25em}
+img{border:0}
+svg:not(:root){overflow:hidden}
+figure{margin:0}
+fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
+legend{border:0;padding:0}
+button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
+button,input{line-height:normal}
+button,select{text-transform:none}
+button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
+button[disabled],html input[disabled]{cursor:default}
+input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
+input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
+input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
+button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
+textarea{overflow:auto;vertical-align:top}
+table{border-collapse:collapse;border-spacing:0}
+*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
+html,body{font-size:100%}
+body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto}
+a:hover{cursor:pointer}
+img,object,embed{max-width:100%;height:auto}
+object,embed{height:100%}
+img{-ms-interpolation-mode:bicubic}
+.left{float:left!important}
+.right{float:right!important}
+.text-left{text-align:left!important}
+.text-right{text-align:right!important}
+.text-center{text-align:center!important}
+.text-justify{text-align:justify!important}
+.hide{display:none}
+body{-webkit-font-smoothing:antialiased}
+img,object,svg{display:inline-block;vertical-align:middle}
+textarea{height:auto;min-height:50px}
+select{width:100%}
+.center{margin-left:auto;margin-right:auto}
+.spread{width:100%}
+p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{font-size:1.21875em;line-height:1.6}
+.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
+div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
+a{color:#2156a5;text-decoration:underline;line-height:inherit}
+a:hover,a:focus{color:#1d4b8f}
+a img{border:none}
+p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
+p aside{font-size:.875em;line-height:1.35;font-style:italic}
+h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
+h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
+h1{font-size:2.125em}
+h2{font-size:1.6875em}
+h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
+h4,h5{font-size:1.125em}
+h6{font-size:1em}
+hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
+em,i{font-style:italic;line-height:inherit}
+strong,b{font-weight:bold;line-height:inherit}
+small{font-size:60%;line-height:inherit}
+code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
+ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
+ul,ol,ul.no-bullet,ol.no-bullet{margin-left:1.5em}
+ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
+ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
+ul.square{list-style-type:square}
+ul.circle{list-style-type:circle}
+ul.disc{list-style-type:disc}
+ul.no-bullet{list-style:none}
+ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
+dl dt{margin-bottom:.3125em;font-weight:bold}
+dl dd{margin-bottom:1.25em}
+abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
+abbr{text-transform:none}
+blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
+blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
+blockquote cite:before{content:"\2014 \0020"}
+blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
+blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
+@media only screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
+h1{font-size:2.75em}
+h2{font-size:2.3125em}
+h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
+h4{font-size:1.4375em}}
+table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
+table thead,table tfoot{background:#f7f8f7;font-weight:bold}
+table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
+table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
+table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f8f8f7}
+table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
+body{tab-size:4}
+h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
+h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
+.clearfix:before,.clearfix:after,.float-group:before,.float-group:after{content:" ";display:table}
+.clearfix:after,.float-group:after{clear:both}
+*:not(pre)>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background-color:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
+pre,pre>code{line-height:1.45;color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;text-rendering:optimizeSpeed}
+.keyseq{color:rgba(51,51,51,.8)}
+kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
+.keyseq kbd:first-child{margin-left:0}
+.keyseq kbd:last-child{margin-right:0}
+.menuseq,.menu{color:rgba(0,0,0,.8)}
+b.button:before,b.button:after{position:relative;top:-1px;font-weight:400}
+b.button:before{content:"[";padding:0 3px 0 2px}
+b.button:after{content:"]";padding:0 2px 0 3px}
+p a>code:hover{color:rgba(0,0,0,.9)}
+#header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
+#header:before,#header:after,#content:before,#content:after,#footnotes:before,#footnotes:after,#footer:before,#footer:after{content:" ";display:table}
+#header:after,#content:after,#footnotes:after,#footer:after{clear:both}
+#content{margin-top:1.25em}
+#content:before{content:none}
+#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
+#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #ddddd8}
+#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px}
+#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
+#header .details span:first-child{margin-left:-.125em}
+#header .details span.email a{color:rgba(0,0,0,.85)}
+#header .details br{display:none}
+#header .details br+span:before{content:"\00a0\2013\00a0"}
+#header .details br+span.author:before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
+#header .details br+span#revremark:before{content:"\00a0|\00a0"}
+#header #revnumber{text-transform:capitalize}
+#header #revnumber:after{content:"\00a0"}
+#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
+#toc{border-bottom:1px solid #efefed;padding-bottom:.5em}
+#toc>ul{margin-left:.125em}
+#toc ul.sectlevel0>li>a{font-style:italic}
+#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
+#toc ul{font-family:"Open Sans","DejaVu Sans",sans-serif;list-style-type:none}
+#toc li{line-height:1.3334;margin-top:.3334em}
+#toc a{text-decoration:none}
+#toc a:active{text-decoration:underline}
+#toctitle{color:#7a2518;font-size:1.2em}
+@media only screen and (min-width:768px){#toctitle{font-size:1.375em}
+body.toc2{padding-left:15em;padding-right:0}
+#toc.toc2{margin-top:0!important;background-color:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #efefed;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
+#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
+#toc.toc2>ul{font-size:.9em;margin-bottom:0}
+#toc.toc2 ul ul{margin-left:0;padding-left:1em}
+#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
+body.toc2.toc-right{padding-left:0;padding-right:15em}
+body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #efefed;left:auto;right:0}}
+@media only screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
+#toc.toc2{width:20em}
+#toc.toc2 #toctitle{font-size:1.375em}
+#toc.toc2>ul{font-size:.95em}
+#toc.toc2 ul ul{padding-left:1.25em}
+body.toc2.toc-right{padding-left:0;padding-right:20em}}
+#content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
+#content #toc>:first-child{margin-top:0}
+#content #toc>:last-child{margin-bottom:0}
+#footer{max-width:100%;background-color:rgba(0,0,0,.8);padding:1.25em}
+#footer-text{color:rgba(255,255,255,.8);line-height:1.44}
+.sect1{padding-bottom:.625em}
+@media only screen and (min-width:768px){.sect1{padding-bottom:1.25em}}
+.sect1+.sect1{border-top:1px solid #efefed}
+#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
+#content h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,#toctitle>a.anchor:before,.sidebarblock>.content>.title>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
+#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
+#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
+#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
+.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
+.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
+table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0}
+.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{color:rgba(0,0,0,.85)}
+table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit}
+.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
+.admonitionblock>table td.icon{text-align:center;width:80px}
+.admonitionblock>table td.icon img{max-width:none}
+.admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
+.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #ddddd8;color:rgba(0,0,0,.6)}
+.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
+.exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
+.exampleblock>.content>:first-child{margin-top:0}
+.exampleblock>.content>:last-child{margin-bottom:0}
+.sidebarblock{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
+.sidebarblock>:first-child{margin-top:0}
+.sidebarblock>:last-child{margin-bottom:0}
+.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
+.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
+.literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#f7f7f8}
+.sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#f2f1f1}
+.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;padding:1em;font-size:.8125em}
+.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto;white-space:pre;word-wrap:normal}
+@media only screen and (min-width:768px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:.90625em}}
+@media only screen and (min-width:1280px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:1em}}
+.literalblock.output pre{color:#f7f7f8;background-color:rgba(0,0,0,.9)}
+.listingblock pre.highlightjs{padding:0}
+.listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
+.listingblock pre.prettyprint{border-width:0}
+.listingblock>.content{position:relative}
+.listingblock code[data-lang]:before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:#999}
+.listingblock:hover code[data-lang]:before{display:block}
+.listingblock.terminal pre .command:before{content:attr(data-prompt);padding-right:.5em;color:#999}
+.listingblock.terminal pre .command:not([data-prompt]):before{content:"$"}
+table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none}
+table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45}
+table.pyhltable td.code{padding-left:.75em;padding-right:0}
+pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8}
+pre.pygments .lineno{display:inline-block;margin-right:.25em}
+table.pyhltable .linenodiv{background:none!important;padding-right:0!important}
+.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
+.quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em}
+.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
+.quoteblock blockquote{margin:0;padding:0;border:0}
+.quoteblock blockquote:before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
+.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
+.quoteblock .attribution{margin-top:.5em;margin-right:.5ex;text-align:right}
+.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:.5em 0;border-left:3px solid rgba(0,0,0,.6)}
+.quoteblock .quoteblock blockquote{padding:0 0 0 .75em}
+.quoteblock .quoteblock blockquote:before{display:none}
+.verseblock{margin:0 1em 1.25em 1em}
+.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
+.verseblock pre strong{font-weight:400}
+.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
+.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
+.quoteblock .attribution br,.verseblock .attribution br{display:none}
+.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
+.quoteblock.abstract{margin:0 0 1.25em 0;display:block}
+.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0}
+.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none}
+table.tableblock{max-width:100%;border-collapse:separate}
+table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0}
+table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
+table.grid-all th.tableblock,table.grid-all td.tableblock{border-width:0 1px 1px 0}
+table.grid-all tfoot>tr>th.tableblock,table.grid-all tfoot>tr>td.tableblock{border-width:1px 1px 0 0}
+table.grid-cols th.tableblock,table.grid-cols td.tableblock{border-width:0 1px 0 0}
+table.grid-all *>tr>.tableblock:last-child,table.grid-cols *>tr>.tableblock:last-child{border-right-width:0}
+table.grid-rows th.tableblock,table.grid-rows td.tableblock{border-width:0 0 1px 0}
+table.grid-all tbody>tr:last-child>th.tableblock,table.grid-all tbody>tr:last-child>td.tableblock,table.grid-all thead:last-child>tr>th.tableblock,table.grid-rows tbody>tr:last-child>th.tableblock,table.grid-rows tbody>tr:last-child>td.tableblock,table.grid-rows thead:last-child>tr>th.tableblock{border-bottom-width:0}
+table.grid-rows tfoot>tr>th.tableblock,table.grid-rows tfoot>tr>td.tableblock{border-width:1px 0 0 0}
+table.frame-all{border-width:1px}
+table.frame-sides{border-width:0 1px}
+table.frame-topbot{border-width:1px 0}
+th.halign-left,td.halign-left{text-align:left}
+th.halign-right,td.halign-right{text-align:right}
+th.halign-center,td.halign-center{text-align:center}
+th.valign-top,td.valign-top{vertical-align:top}
+th.valign-bottom,td.valign-bottom{vertical-align:bottom}
+th.valign-middle,td.valign-middle{vertical-align:middle}
+table thead th,table tfoot th{font-weight:bold}
+tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
+tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
+p.tableblock>code:only-child{background:none;padding:0}
+p.tableblock{font-size:1em}
+td>div.verse{white-space:pre}
+ol{margin-left:1.75em}
+ul li ol{margin-left:1.5em}
+dl dd{margin-left:1.125em}
+dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
+ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
+ul.unstyled,ol.unnumbered,ul.checklist,ul.none{list-style-type:none}
+ul.unstyled,ol.unnumbered,ul.checklist{margin-left:.625em}
+ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1em;font-size:.85em}
+ul.checklist li>p:first-child>input[type="checkbox"]:first-child{width:1em;position:relative;top:1px}
+ul.inline{margin:0 auto .625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}
+ul.inline>li{list-style:none;float:left;margin-left:1.375em;display:block}
+ul.inline>li>*{display:block}
+.unstyled dl dt{font-weight:400;font-style:normal}
+ol.arabic{list-style-type:decimal}
+ol.decimal{list-style-type:decimal-leading-zero}
+ol.loweralpha{list-style-type:lower-alpha}
+ol.upperalpha{list-style-type:upper-alpha}
+ol.lowerroman{list-style-type:lower-roman}
+ol.upperroman{list-style-type:upper-roman}
+ol.lowergreek{list-style-type:lower-greek}
+.hdlist>table,.colist>table{border:0;background:none}
+.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
+td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
+td.hdlist1{font-weight:bold;padding-bottom:1.25em}
+.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
+.colist>table tr>td:first-of-type{padding:0 .75em;line-height:1}
+.colist>table tr>td:last-of-type{padding:.25em 0}
+.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
+.imageblock.left,.imageblock[style*="float: left"]{margin:.25em .625em 1.25em 0}
+.imageblock.right,.imageblock[style*="float: right"]{margin:.25em 0 1.25em .625em}
+.imageblock>.title{margin-bottom:0}
+.imageblock.thumb,.imageblock.th{border-width:6px}
+.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
+.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
+.image.left{margin-right:.625em}
+.image.right{margin-left:.625em}
+a.image{text-decoration:none;display:inline-block}
+a.image object{pointer-events:none}
+sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
+sup.footnote a,sup.footnoteref a{text-decoration:none}
+sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
+#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
+#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em 0;border-width:1px 0 0 0}
+#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;text-indent:-1.05em;margin-bottom:.2em}
+#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none}
+#footnotes .footnote:last-of-type{margin-bottom:0}
+#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
+.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
+.gist .file-data>table td.line-data{width:99%}
+div.unbreakable{page-break-inside:avoid}
+.big{font-size:larger}
+.small{font-size:smaller}
+.underline{text-decoration:underline}
+.overline{text-decoration:overline}
+.line-through{text-decoration:line-through}
+.aqua{color:#00bfbf}
+.aqua-background{background-color:#00fafa}
+.black{color:#000}
+.black-background{background-color:#000}
+.blue{color:#0000bf}
+.blue-background{background-color:#0000fa}
+.fuchsia{color:#bf00bf}
+.fuchsia-background{background-color:#fa00fa}
+.gray{color:#606060}
+.gray-background{background-color:#7d7d7d}
+.green{color:#006000}
+.green-background{background-color:#007d00}
+.lime{color:#00bf00}
+.lime-background{background-color:#00fa00}
+.maroon{color:#600000}
+.maroon-background{background-color:#7d0000}
+.navy{color:#000060}
+.navy-background{background-color:#00007d}
+.olive{color:#606000}
+.olive-background{background-color:#7d7d00}
+.purple{color:#600060}
+.purple-background{background-color:#7d007d}
+.red{color:#bf0000}
+.red-background{background-color:#fa0000}
+.silver{color:#909090}
+.silver-background{background-color:#bcbcbc}
+.teal{color:#006060}
+.teal-background{background-color:#007d7d}
+.white{color:#bfbfbf}
+.white-background{background-color:#fafafa}
+.yellow{color:#bfbf00}
+.yellow-background{background-color:#fafa00}
+span.icon>.fa{cursor:default}
+.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
+.admonitionblock td.icon .icon-note:before{content:"\f05a";color:#19407c}
+.admonitionblock td.icon .icon-tip:before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
+.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#bf6900}
+.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}
+.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}
+.conum[data-value]{display:inline-block;color:#fff!important;background-color:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
+.conum[data-value] *{color:#fff!important}
+.conum[data-value]+b{display:none}
+.conum[data-value]:after{content:attr(data-value)}
+pre .conum[data-value]{position:relative;top:-.125em}
+b.conum *{color:inherit!important}
+.conum:not([data-value]):empty{display:none}
+dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
+h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
+p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
+p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
+p{margin-bottom:1.25rem}
+.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
+.exampleblock>.content{background-color:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
+.print-only{display:none!important}
+@media print{@page{margin:1.25cm .75cm}
+*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
+a{color:inherit!important;text-decoration:underline!important}
+a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
+a[href^="http:"]:not(.bare):after,a[href^="https:"]:not(.bare):after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
+abbr[title]:after{content:" (" attr(title) ")"}
+pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
+thead{display:table-header-group}
+svg{max-width:100%}
+p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
+h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
+#toc,.sidebarblock,.exampleblock>.content{background:none!important}
+#toc{border-bottom:1px solid #ddddd8!important;padding-bottom:0!important}
+.sect1{padding-bottom:0!important}
+.sect1+.sect1{border:0!important}
+#header>h1:first-child{margin-top:1.25rem}
+body.book #header{text-align:center}
+body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em 0}
+body.book #header .details{border:0!important;display:block;padding:0!important}
+body.book #header .details span:first-child{margin-left:0!important}
+body.book #header .details br{display:block}
+body.book #header .details br+span:before{content:none!important}
+body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
+body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
+.listingblock code[data-lang]:before{display:block}
+#footer{background:none!important;padding:0 .9375em}
+#footer-text{color:rgba(0,0,0,.6)!important;font-size:.9em}
+.hide-on-print{display:none!important}
+.print-only{display:block!important}
+.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
\ No newline at end of file
diff --git a/bp/bibliography.adoc b/bp/bibliography.adoc
index c8a58a2..186693c 100755
--- a/bp/bibliography.adoc
+++ b/bp/bibliography.adoc
@@ -1,6 +1,6 @@
-== Bibliography
-
-[bibliography]
-- [[[1]]] Schadow, G. and McDonald, C. J.: Unified Code for Units of Measure (UCUM), unitsofmeasure.org
-- [[[2]]] EPSG: EPSG Geodetic Parameter Dataset, www.epsg.org
-- [[[3]]] IETF: [RFC 7946] The GeoJSON Format, 2016
+== Bibliography
+
+[bibliography]
+- [[[1]]] Schadow, G. and McDonald, C. J.: Unified Code for Units of Measure (UCUM), unitsofmeasure.org
+- [[[2]]] EPSG: EPSG Geodetic Parameter Dataset, www.epsg.org
+- [[[3]]] IETF: [RFC 7946] The GeoJSON Format, 2016
diff --git a/bp/coderay-asciidoctor.css b/bp/coderay-asciidoctor.css
index 8319772..e502434 100755
--- a/bp/coderay-asciidoctor.css
+++ b/bp/coderay-asciidoctor.css
@@ -1,89 +1,89 @@
-/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
-/*pre.CodeRay {background-color:#f7f7f8;}*/
-.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
-.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
-.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
-table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
-table.CodeRay td{vertical-align: top;line-height:1.45}
-table.CodeRay td.line-numbers{text-align:right}
-table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
-table.CodeRay td.code{padding:0 0 0 .5em}
-table.CodeRay td.code>pre{padding:0}
-.CodeRay .debug{color:#fff !important;background:#000080 !important}
-.CodeRay .annotation{color:#007}
-.CodeRay .attribute-name{color:#000080}
-.CodeRay .attribute-value{color:#700}
-.CodeRay .binary{color:#509}
-.CodeRay .comment{color:#998;font-style:italic}
-.CodeRay .char{color:#04d}
-.CodeRay .char .content{color:#04d}
-.CodeRay .char .delimiter{color:#039}
-.CodeRay .class{color:#458;font-weight:bold}
-.CodeRay .complex{color:#a08}
-.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
-.CodeRay .color{color:#099}
-.CodeRay .class-variable{color:#369}
-.CodeRay .decorator{color:#b0b}
-.CodeRay .definition{color:#099}
-.CodeRay .delimiter{color:#000}
-.CodeRay .doc{color:#970}
-.CodeRay .doctype{color:#34b}
-.CodeRay .doc-string{color:#d42}
-.CodeRay .escape{color:#666}
-.CodeRay .entity{color:#800}
-.CodeRay .error{color:#808}
-.CodeRay .exception{color:inherit}
-.CodeRay .filename{color:#099}
-.CodeRay .function{color:#900;font-weight:bold}
-.CodeRay .global-variable{color:#008080}
-.CodeRay .hex{color:#058}
-.CodeRay .integer,.CodeRay .float{color:#099}
-.CodeRay .include{color:#555}
-.CodeRay .inline{color:#000}
-.CodeRay .inline .inline{background:#ccc}
-.CodeRay .inline .inline .inline{background:#bbb}
-.CodeRay .inline .inline-delimiter{color:#d14}
-.CodeRay .inline-delimiter{color:#d14}
-.CodeRay .important{color:#555;font-weight:bold}
-.CodeRay .interpreted{color:#b2b}
-.CodeRay .instance-variable{color:#008080}
-.CodeRay .label{color:#970}
-.CodeRay .local-variable{color:#963}
-.CodeRay .octal{color:#40e}
-.CodeRay .predefined{color:#369}
-.CodeRay .preprocessor{color:#579}
-.CodeRay .pseudo-class{color:#555}
-.CodeRay .directive{font-weight:bold}
-.CodeRay .type{font-weight:bold}
-.CodeRay .predefined-type{color:inherit}
-.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
-.CodeRay .key{color:#808}
-.CodeRay .key .delimiter{color:#606}
-.CodeRay .key .char{color:#80f}
-.CodeRay .value{color:#088}
-.CodeRay .regexp .delimiter{color:#808}
-.CodeRay .regexp .content{color:#808}
-.CodeRay .regexp .modifier{color:#808}
-.CodeRay .regexp .char{color:#d14}
-.CodeRay .regexp .function{color:#404;font-weight:bold}
-.CodeRay .string{color:#d20}
-.CodeRay .string .string .string{background:#ffd0d0}
-.CodeRay .string .content{color:#d14}
-.CodeRay .string .char{color:#d14}
-.CodeRay .string .delimiter{color:#d14}
-.CodeRay .shell{color:#d14}
-.CodeRay .shell .delimiter{color:#d14}
-.CodeRay .symbol{color:#990073}
-.CodeRay .symbol .content{color:#a60}
-.CodeRay .symbol .delimiter{color:#630}
-.CodeRay .tag{color:#008080}
-.CodeRay .tag-special{color:#d70}
-.CodeRay .variable{color:#036}
-.CodeRay .insert{background:#afa}
-.CodeRay .delete{background:#faa}
-.CodeRay .change{color:#aaf;background:#007}
-.CodeRay .head{color:#f8f;background:#505}
-.CodeRay .insert .insert{color:#080}
-.CodeRay .delete .delete{color:#800}
-.CodeRay .change .change{color:#66f}
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top;line-height:1.45}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#000}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
.CodeRay .head .head{color:#f4f}
\ No newline at end of file
diff --git a/bp/example.css b/bp/example.css
index 7ae55f3..a04d112 100755
--- a/bp/example.css
+++ b/bp/example.css
@@ -1,412 +1,412 @@
-/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
-article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
-audio, canvas, video { display: inline-block; }
-audio:not([controls]) { display: none; height: 0; }
-[hidden] { display: none; }
-html { background: #fff; color: #000; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
-body { margin: 0; }
-a:focus { outline: thin dotted; }
-a:active, a:hover { outline: 0; }
-h1 { font-size: 2em; margin: 0.67em 0; }
-abbr[title] { border-bottom: 1px dotted; }
-b, strong { font-weight: bold; }
-dfn { font-style: italic; }
-hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
-mark { background: #ff0; color: #000; }
-code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
-pre { white-space: pre-wrap; }
-q { quotes: "\201C" "\201D" "\2018" "\2019"; }
-small { font-size: 80%; }
-sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
-sup { top: -0.5em; }
-sub { bottom: -0.25em; }
-img { border: 0; }
-svg:not(:root) { overflow: hidden; }
-figure { margin: 0; }
-fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
-legend { border: 0; padding: 0; }
-button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
-button, input { line-height: normal; }
-button, select { text-transform: none; }
-button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
-button[disabled], html input[disabled] { cursor: default; }
-input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
-input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
-input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
-button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
-textarea { overflow: auto; vertical-align: top; }
-table { border-collapse: collapse; border-spacing: 0; }
-*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
-html, body { font-size: 100%; }
-body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; }
-a:hover { cursor: pointer; }
-a:focus { outline: none; }
-img, object, embed { max-width: 100%; height: auto; }
-object, embed { height: 100%; }
-img { -ms-interpolation-mode: bicubic; }
-#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
-.left { float: left !important; }
-.right { float: right !important; }
-.text-left { text-align: left !important; }
-.text-right { text-align: right !important; }
-.text-center { text-align: center !important; }
-.text-justify { text-align: justify !important; }
-.hide { display: none; }
-.antialiased, body { -webkit-font-smoothing: antialiased; }
-img { display: inline-block; vertical-align: middle; }
-textarea { height: auto; min-height: 50px; }
-select { width: 100%; }
-p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; }
-.subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
-div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
-a { color: #005498; text-decoration: underline; line-height: inherit; }
-a:hover, a:focus { color: #00467f; }
-a img { border: none; }
-p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
-p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
-h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
-h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; }
-h1 { font-size: 2.025em; }
-h2 { font-size: 1.5875em; }
-h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
-h4 { font-size: 1.125em; }
-h5 { font-size: 1.125em; }
-h6 { font-size: 1em; }
-hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
-em, i { font-style: italic; line-height: inherit; }
-strong, b { font-weight: bold; line-height: inherit; }
-small { font-size: 60%; line-height: inherit; }
-code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #6d180b; }
-ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
-ul, ol { margin-left: 1.5em; }
-ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; }
-ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
-ul.square { list-style-type: square; }
-ul.circle { list-style-type: circle; }
-ul.disc { list-style-type: disc; }
-ul.no-bullet { list-style: none; }
-ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
-dl dt { margin-bottom: 0.3125em; font-weight: bold; }
-dl dd { margin-bottom: 1.25em; }
-abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }
-abbr { text-transform: none; }
-blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
-blockquote cite { display: block; font-size: inherit; color: #555555; }
-blockquote cite:before { content: "\2014 \0020"; }
-blockquote cite a, blockquote cite a:visited { color: #555555; }
-blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; }
-blockquote, blockquote p { line-height: 1.6; color: #000; }
-.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
-.vcard li { margin: 0; display: block; }
-.vcard .fn { font-weight: bold; font-size: 0.9375em; }
-.vevent .summary { font-weight: bold; }
-.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
-@media only screen and (min-width: 768px) {
- h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
- h1 { font-size: 2.45em; }
- h2 { font-size: 2.025em; }
- h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
- h4 { font-size: 1.4375em; } }
-.print-only { display: none !important; }
-@media print {
- * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
- a, a:visited { text-decoration: underline; }
- a[href]:after { content: " (" attr(href) ")"; }
- abbr[title]:after { content: " (" attr(title) ")"; }
- .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
- pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
- thead { display: table-header-group; }
- img { page-break-inside: avoid; }
- img { max-width: 100% !important; }
- @page { margin: 0.5cm; }
- p, h2, h3, #toctitle, .sidebarblock > .content > .title { orphans: 3; widows: 3; }
- h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; page-break-before: avoid;}
- .hide-on-print { display: none !important; }
- .print-only { display: block !important; }
- .hide-for-print { display: none !important; }
- .show-for-print { display: inherit !important; } }
-table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
-table thead, table tfoot { background: whitesmoke; font-weight: bold; }
-table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222222; text-align: left; }
-table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
-table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
-table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; }
-.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
-.clearfix:after, .float-group:after { clear: both; }
-*:not(pre) > code { font-size: 0.9375em; padding: 1px 3px 0; white-space: nowrap; background-color: #f2f2f2; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; }
-pre, pre > code { line-height: 1.4; color: inherit; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; }
-kbd.keyseq { color: #555555; }
-kbd:not(.keyseq) { display: inline-block; color: #222222; font-size: 0.75em; line-height: 1.4; background-color: #F7F7F7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
-kbd kbd:first-child { margin-left: 0; }
-kbd kbd:last-child { margin-right: 0; }
-.menuseq, .menu { color: #090909; }
-p a > code:hover { color: #561309; }
-#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }
-#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
-#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
-#header { margin-bottom: 2.5em; }
-#header > h1 { color: black; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; }
-#header span { color: #6f6f6f; }
-#header #revnumber { text-transform: capitalize; }
-#header br { display: none; }
-#header br + span { padding-left: 3px; }
-#header br + span:before { content: "\2013 \0020"; }
-#header br + span.author { padding-left: 0; }
-#header br + span.author:before { content: ", "; }
-#toc { border-bottom: 3px double #ebebeb; padding-bottom: 1.25em; }
-#toc > ul { margin-left: 0.25em; }
-#toc ul.sectlevel0 > li > a { font-style: italic; }
-#toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
-#toc ul { list-style-type: none; }
-#toctitle { color: #7a2518; }
-@media only screen and (min-width: 1280px) { body.book {margin-left: 30em;} body.toc { padding-left: 30em; }
- #toc.toc { position: fixed; width: 30em; left: 0; top: 0; border-right: 1px solid #ebebeb; border-bottom: 0; z-index: 1000; padding: 1em; height: 100%; overflow: auto; }
- #toc.toc #toctitle { margin-top: 0; }
- #toc.toc > ul { font-size: .95em; }
- #toc.toc ul ul { margin-left: 0; padding-left: 1.25em; }
- #toc.toc ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
- body.toc.toc-right { padding-left: 0; padding-right: 30em; }
- body.toc.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #ebebeb; left: auto; right: 0; } }
-#content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; }
-#content #toc > :first-child { margin-top: 0; }
-#content #toc > :last-child { margin-bottom: 0; }
-#content #toc a { text-decoration: none; }
-#content #toctitle { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1em; padding-left: 0.125em; }
-#footer { max-width: 100%; background-color: #222222; padding: 1.25em; }
-#footer-text { color: #dddddd; line-height: 1.44; }
-.sect1 { padding-bottom: 1.25em; }
-.sect1 + .sect1 { border-top: 3px double #ebebeb; }
-#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
-#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: '\00A7'; font-size: .85em; vertical-align: text-top; display: block; margin-top: 0.05em; }
-#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; }
-#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; }
-#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; }
-.imageblock, .literalblock, .listingblock, .verseblock, .videoblock { margin-bottom: 1.25em; }
-.admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
-.tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
-table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
-.admonitionblock > table { border: 0; background: none; width: 100%; }
-.admonitionblock > table td.icon { text-align: center; width: 80px; }
-.admonitionblock > table td.icon img { max-width: none; }
-.admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
-.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; }
-.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
-.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; }
-.exampleblock > .content > :first-child { margin-top: 0; }
-.exampleblock > .content > :last-child { margin-bottom: 0; }
-.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }
-.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }
-.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }
-.exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }
-.exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #d9d9d9; box-shadow: 0 1px 8px #d9d9d9; }
-.sidebarblock { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 4px; border-radius: 4px; }
-.sidebarblock > :first-child { margin-top: 0; }
-.sidebarblock > :last-child { margin-bottom: 0; }
-.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }
-.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }
-.sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }
-.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
-.literalblock > .content pre, .listingblock > .content pre { background: #faebcc; border-width: 1px; border-style: solid; border-color: #d9d9d9; -webkit-border-radius: 4px; border-radius: 4px; padding: 0.75em 0.75em 0.5em 0.75em; word-wrap: break-word; }
-.literalblock > .content pre.nowrap, .listingblock > .content pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
-.literalblock > .content pre > code, .listingblock > .content pre > code { display: block; }
-@media only screen { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.8em; } }
-@media only screen and (min-width: 768px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.9em; } }
-@media only screen and (min-width: 1280px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 1em; } }
-.listingblock > .content { position: relative; }
-.listingblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
-.listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }
-.listingblock:hover code.asciidoc:before { content: "asciidoc"; }
-.listingblock:hover code.clojure:before { content: "clojure"; }
-.listingblock:hover code.css:before { content: "css"; }
-.listingblock:hover code.groovy:before { content: "groovy"; }
-.listingblock:hover code.html:before { content: "html"; }
-.listingblock:hover code.java:before { content: "java"; }
-.listingblock:hover code.javascript:before { content: "javascript"; }
-.listingblock:hover code.python:before { content: "python"; }
-.listingblock:hover code.ruby:before { content: "ruby"; }
-.listingblock:hover code.scss:before { content: "scss"; }
-.listingblock:hover code.xml:before { content: "xml"; }
-.listingblock:hover code.yaml:before { content: "yaml"; }
-.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
-.listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }
-table.pyhltable { border: 0; margin-bottom: 0; }
-table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }
-table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
-.highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #dddddd; }
-.highlight.pygments .lineno { display: inline-block; margin-right: .25em; }
-table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }
-.quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.5625em 0; border: 0; }
-.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
-.quoteblock .attribution { margin-top: -.25em; padding-bottom: 0.5625em; font-size: inherit; color: #555555; }
-.quoteblock .attribution br { display: none; }
-.quoteblock .attribution cite { display: block; margin-bottom: 0.625em; }
-table thead th, table tfoot th { font-weight: bold; }
-table.tableblock.grid-all { border-collapse: separate; border-spacing: 1px; -webkit-border-radius: 4px; border-radius: 4px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
-table.tableblock.frame-topbot, table.tableblock.frame-none { border-left: 0; border-right: 0; }
-table.tableblock.frame-sides, table.tableblock.frame-none { border-top: 0; border-bottom: 0; }
-table.tableblock td .paragraph:last-child p, table.tableblock td > p:last-child { margin-bottom: 0; }
-th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
-th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
-th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
-th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
-th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
-th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
-p.tableblock.header { color: #222222; font-weight: bold; }
-td > div.verse { white-space: pre; }
-ol { margin-left: 1.75em; }
-ul li ol { margin-left: 1.5em; }
-dl dd { margin-left: 1.125em; }
-dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
-ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
-ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }
-ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }
-ul.checklist li > p:first-child > i[class^="icon-check"]:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
-ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }
-ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
-ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }
-ul.inline > li > * { display: block; }
-.unstyled dl dt { font-weight: normal; font-style: normal; }
-ol.arabic { list-style-type: decimal; }
-ol.decimal { list-style-type: decimal-leading-zero; }
-ol.loweralpha { list-style-type: lower-alpha; }
-ol.upperalpha { list-style-type: upper-alpha; }
-ol.lowerroman { list-style-type: lower-roman; }
-ol.upperroman { list-style-type: upper-roman; }
-ol.lowergreek { list-style-type: lower-greek; }
-.hdlist > table, .colist > table { border: 0; background: none; }
-.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
-td.hdlist1 { padding-right: .8em; font-weight: bold; }
-td.hdlist1, td.hdlist2 { vertical-align: top; }
-.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
-.colist > table tr > td:first-of-type { padding: 0 .8em; line-height: 1; }
-.colist > table tr > td:last-of-type { padding: 0.25em 0; }
-.qanda > ol > li > p > em:only-child { color: #00467f; }
-.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }
-.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }
-.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }
-.imageblock > .title { margin-bottom: 0; text-align: center; font-weight: bold;}
-.imageblock.thumb, .imageblock.th { border-width: 6px; }
-.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
-.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
-.image.left { margin-right: 0.625em; }
-.image.right { margin-left: 0.625em; }
-a.image { text-decoration: none; }
-span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }
-span.footnote a, span.footnoteref a { text-decoration: none; }
-#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
-#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }
-#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }
-#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }
-#footnotes .footnote:last-of-type { margin-bottom: 0; }
-#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
-.gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }
-.gist .file-data > table td.line-data { width: 99%; }
-div.unbreakable { page-break-inside: avoid; }
-.big { font-size: larger; }
-.small { font-size: smaller; }
-.underline { text-decoration: underline; }
-.overline { text-decoration: overline; }
-.line-through { text-decoration: line-through; }
-.aqua { color: #00bfbf; }
-.aqua-background { background-color: #00fafa; }
-.black { color: black; }
-.black-background { background-color: black; }
-.blue { color: #0000bf; }
-.blue-background { background-color: #0000fa; }
-.fuchsia { color: #bf00bf; }
-.fuchsia-background { background-color: #fa00fa; }
-.gray { color: #606060; }
-.gray-background { background-color: #7d7d7d; }
-.green { color: #006000; }
-.green-background { background-color: #007d00; }
-.lime { color: #00bf00; }
-.lime-background { background-color: #00fa00; }
-.maroon { color: #600000; }
-.maroon-background { background-color: #7d0000; }
-.navy { color: #000060; }
-.navy-background { background-color: #00007d; }
-.olive { color: #606000; }
-.olive-background { background-color: #7d7d00; }
-.purple { color: #600060; }
-.purple-background { background-color: #7d007d; }
-.red { color: #bf0000; }
-.red-background { background-color: #fa0000; }
-.silver { color: #909090; }
-.silver-background { background-color: #bcbcbc; }
-.teal { color: #006060; }
-.teal-background { background-color: #007d7d; }
-.white { color: #bfbfbf; }
-.white-background { background-color: #fafafa; }
-.yellow { color: #bfbf00; }
-.yellow-background { background-color: #fafa00; }
-span.icon > .fa {
- cursor: default;
-}
-
-.admonitionblock td.icon [class^="fa icon-"] {
- font-size: 2.5em;
- text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
- cursor: default;
-}
-
-.admonitionblock td.icon .icon-note:before {
- content: "\f24a";
- color: #19407c;
-}
-
-.admonitionblock td.icon .icon-tip:before {
- content: "\f0eb";
- text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
- color: #111;
-}
-
-.admonitionblock td.icon .icon-warning:before {
- content: "\f071";
- color: #bf6900;
-}
-
-.admonitionblock td.icon .icon-caution:before {
- content: "\f06d";
- color: #bf3400;
-}
-
-.admonitionblock td.icon .icon-important:before {
- content: "\f06a";
- color: #bf0000;
-}
-
-.conum[data-value] {
- display: inline-block;
- color: #fff !important;
- background-color: rgba(0, 0, 0, 0.8);
- -webkit-border-radius: 100px;
- border-radius: 100px;
- text-align: center;
- font-size: 0.75em;
- width: 1.67em;
- height: 1.67em;
- line-height: 1.67em;
- font-family: "Open Sans", "DejaVu Sans", sans-serif;
- font-style: normal;
- font-weight: bold;
-}
-
-.conum[data-value] * {
- color: #fff !important;
-}
-
-.conum[data-value] + b {
- display: none;
-}
-
-.conum[data-value]:after {
- content: attr(data-value);
-}
-
-.conum:not([data-value]):empty { display: none; }
-.literalblock > .content > pre, .listingblock > .content > pre { -webkit-border-radius: 0; border-radius: 0; }
-#ogctext {color: #000;}
-#ogctitle {font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-size: 26pt;text-align:center;font-weight:bold; color: #c7513a;}
-ins {color: green; background: yellow; text-decoration: none;}
-del {color: red;}
-.docwarning {border: 1px solid #F00; border-radius: 1em; margin: 10px; padding: 10px; text-align: center;}
+/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
+article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
+audio, canvas, video { display: inline-block; }
+audio:not([controls]) { display: none; height: 0; }
+[hidden] { display: none; }
+html { background: #fff; color: #000; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
+body { margin: 0; }
+a:focus { outline: thin dotted; }
+a:active, a:hover { outline: 0; }
+h1 { font-size: 2em; margin: 0.67em 0; }
+abbr[title] { border-bottom: 1px dotted; }
+b, strong { font-weight: bold; }
+dfn { font-style: italic; }
+hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
+mark { background: #ff0; color: #000; }
+code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
+pre { white-space: pre-wrap; }
+q { quotes: "\201C" "\201D" "\2018" "\2019"; }
+small { font-size: 80%; }
+sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
+sup { top: -0.5em; }
+sub { bottom: -0.25em; }
+img { border: 0; }
+svg:not(:root) { overflow: hidden; }
+figure { margin: 0; }
+fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
+legend { border: 0; padding: 0; }
+button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
+button, input { line-height: normal; }
+button, select { text-transform: none; }
+button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
+button[disabled], html input[disabled] { cursor: default; }
+input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
+input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
+input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
+button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
+textarea { overflow: auto; vertical-align: top; }
+table { border-collapse: collapse; border-spacing: 0; }
+*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
+html, body { font-size: 100%; }
+body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; }
+a:hover { cursor: pointer; }
+a:focus { outline: none; }
+img, object, embed { max-width: 100%; height: auto; }
+object, embed { height: 100%; }
+img { -ms-interpolation-mode: bicubic; }
+#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
+.left { float: left !important; }
+.right { float: right !important; }
+.text-left { text-align: left !important; }
+.text-right { text-align: right !important; }
+.text-center { text-align: center !important; }
+.text-justify { text-align: justify !important; }
+.hide { display: none; }
+.antialiased, body { -webkit-font-smoothing: antialiased; }
+img { display: inline-block; vertical-align: middle; }
+textarea { height: auto; min-height: 50px; }
+select { width: 100%; }
+p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; }
+.subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
+div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
+a { color: #005498; text-decoration: underline; line-height: inherit; }
+a:hover, a:focus { color: #00467f; }
+a img { border: none; }
+p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
+p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
+h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
+h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; }
+h1 { font-size: 2.025em; }
+h2 { font-size: 1.5875em; }
+h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
+h4 { font-size: 1.125em; }
+h5 { font-size: 1.125em; }
+h6 { font-size: 1em; }
+hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
+em, i { font-style: italic; line-height: inherit; }
+strong, b { font-weight: bold; line-height: inherit; }
+small { font-size: 60%; line-height: inherit; }
+code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #6d180b; }
+ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
+ul, ol { margin-left: 1.5em; }
+ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; }
+ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
+ul.square { list-style-type: square; }
+ul.circle { list-style-type: circle; }
+ul.disc { list-style-type: disc; }
+ul.no-bullet { list-style: none; }
+ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
+dl dt { margin-bottom: 0.3125em; font-weight: bold; }
+dl dd { margin-bottom: 1.25em; }
+abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }
+abbr { text-transform: none; }
+blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
+blockquote cite { display: block; font-size: inherit; color: #555555; }
+blockquote cite:before { content: "\2014 \0020"; }
+blockquote cite a, blockquote cite a:visited { color: #555555; }
+blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; }
+blockquote, blockquote p { line-height: 1.6; color: #000; }
+.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
+.vcard li { margin: 0; display: block; }
+.vcard .fn { font-weight: bold; font-size: 0.9375em; }
+.vevent .summary { font-weight: bold; }
+.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
+@media only screen and (min-width: 768px) {
+ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
+ h1 { font-size: 2.45em; }
+ h2 { font-size: 2.025em; }
+ h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
+ h4 { font-size: 1.4375em; } }
+.print-only { display: none !important; }
+@media print {
+ * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
+ a, a:visited { text-decoration: underline; }
+ a[href]:after { content: " (" attr(href) ")"; }
+ abbr[title]:after { content: " (" attr(title) ")"; }
+ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
+ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
+ thead { display: table-header-group; }
+ img { page-break-inside: avoid; }
+ img { max-width: 100% !important; }
+ @page { margin: 0.5cm; }
+ p, h2, h3, #toctitle, .sidebarblock > .content > .title { orphans: 3; widows: 3; }
+ h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; page-break-before: avoid;}
+ .hide-on-print { display: none !important; }
+ .print-only { display: block !important; }
+ .hide-for-print { display: none !important; }
+ .show-for-print { display: inherit !important; } }
+table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
+table thead, table tfoot { background: whitesmoke; font-weight: bold; }
+table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222222; text-align: left; }
+table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
+table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
+table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; }
+.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
+.clearfix:after, .float-group:after { clear: both; }
+*:not(pre) > code { font-size: 0.9375em; padding: 1px 3px 0; white-space: nowrap; background-color: #f2f2f2; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; }
+pre, pre > code { line-height: 1.4; color: inherit; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; }
+kbd.keyseq { color: #555555; }
+kbd:not(.keyseq) { display: inline-block; color: #222222; font-size: 0.75em; line-height: 1.4; background-color: #F7F7F7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
+kbd kbd:first-child { margin-left: 0; }
+kbd kbd:last-child { margin-right: 0; }
+.menuseq, .menu { color: #090909; }
+p a > code:hover { color: #561309; }
+#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }
+#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
+#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
+#header { margin-bottom: 2.5em; }
+#header > h1 { color: black; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; }
+#header span { color: #6f6f6f; }
+#header #revnumber { text-transform: capitalize; }
+#header br { display: none; }
+#header br + span { padding-left: 3px; }
+#header br + span:before { content: "\2013 \0020"; }
+#header br + span.author { padding-left: 0; }
+#header br + span.author:before { content: ", "; }
+#toc { border-bottom: 3px double #ebebeb; padding-bottom: 1.25em; }
+#toc > ul { margin-left: 0.25em; }
+#toc ul.sectlevel0 > li > a { font-style: italic; }
+#toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
+#toc ul { list-style-type: none; }
+#toctitle { color: #7a2518; }
+@media only screen and (min-width: 1280px) { body.book {margin-left: 30em;} body.toc { padding-left: 30em; }
+ #toc.toc { position: fixed; width: 30em; left: 0; top: 0; border-right: 1px solid #ebebeb; border-bottom: 0; z-index: 1000; padding: 1em; height: 100%; overflow: auto; }
+ #toc.toc #toctitle { margin-top: 0; }
+ #toc.toc > ul { font-size: .95em; }
+ #toc.toc ul ul { margin-left: 0; padding-left: 1.25em; }
+ #toc.toc ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
+ body.toc.toc-right { padding-left: 0; padding-right: 30em; }
+ body.toc.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #ebebeb; left: auto; right: 0; } }
+#content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; }
+#content #toc > :first-child { margin-top: 0; }
+#content #toc > :last-child { margin-bottom: 0; }
+#content #toc a { text-decoration: none; }
+#content #toctitle { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1em; padding-left: 0.125em; }
+#footer { max-width: 100%; background-color: #222222; padding: 1.25em; }
+#footer-text { color: #dddddd; line-height: 1.44; }
+.sect1 { padding-bottom: 1.25em; }
+.sect1 + .sect1 { border-top: 3px double #ebebeb; }
+#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
+#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: '\00A7'; font-size: .85em; vertical-align: text-top; display: block; margin-top: 0.05em; }
+#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; }
+#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; }
+#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; }
+.imageblock, .literalblock, .listingblock, .verseblock, .videoblock { margin-bottom: 1.25em; }
+.admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
+.tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
+table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
+.admonitionblock > table { border: 0; background: none; width: 100%; }
+.admonitionblock > table td.icon { text-align: center; width: 80px; }
+.admonitionblock > table td.icon img { max-width: none; }
+.admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
+.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; }
+.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
+.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; }
+.exampleblock > .content > :first-child { margin-top: 0; }
+.exampleblock > .content > :last-child { margin-bottom: 0; }
+.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }
+.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }
+.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }
+.exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }
+.exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #d9d9d9; box-shadow: 0 1px 8px #d9d9d9; }
+.sidebarblock { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 4px; border-radius: 4px; }
+.sidebarblock > :first-child { margin-top: 0; }
+.sidebarblock > :last-child { margin-bottom: 0; }
+.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }
+.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }
+.sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }
+.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
+.literalblock > .content pre, .listingblock > .content pre { background: #faebcc; border-width: 1px; border-style: solid; border-color: #d9d9d9; -webkit-border-radius: 4px; border-radius: 4px; padding: 0.75em 0.75em 0.5em 0.75em; word-wrap: break-word; }
+.literalblock > .content pre.nowrap, .listingblock > .content pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
+.literalblock > .content pre > code, .listingblock > .content pre > code { display: block; }
+@media only screen { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.8em; } }
+@media only screen and (min-width: 768px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.9em; } }
+@media only screen and (min-width: 1280px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 1em; } }
+.listingblock > .content { position: relative; }
+.listingblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
+.listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }
+.listingblock:hover code.asciidoc:before { content: "asciidoc"; }
+.listingblock:hover code.clojure:before { content: "clojure"; }
+.listingblock:hover code.css:before { content: "css"; }
+.listingblock:hover code.groovy:before { content: "groovy"; }
+.listingblock:hover code.html:before { content: "html"; }
+.listingblock:hover code.java:before { content: "java"; }
+.listingblock:hover code.javascript:before { content: "javascript"; }
+.listingblock:hover code.python:before { content: "python"; }
+.listingblock:hover code.ruby:before { content: "ruby"; }
+.listingblock:hover code.scss:before { content: "scss"; }
+.listingblock:hover code.xml:before { content: "xml"; }
+.listingblock:hover code.yaml:before { content: "yaml"; }
+.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
+.listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }
+table.pyhltable { border: 0; margin-bottom: 0; }
+table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }
+table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
+.highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #dddddd; }
+.highlight.pygments .lineno { display: inline-block; margin-right: .25em; }
+table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }
+.quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.5625em 0; border: 0; }
+.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
+.quoteblock .attribution { margin-top: -.25em; padding-bottom: 0.5625em; font-size: inherit; color: #555555; }
+.quoteblock .attribution br { display: none; }
+.quoteblock .attribution cite { display: block; margin-bottom: 0.625em; }
+table thead th, table tfoot th { font-weight: bold; }
+table.tableblock.grid-all { border-collapse: separate; border-spacing: 1px; -webkit-border-radius: 4px; border-radius: 4px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
+table.tableblock.frame-topbot, table.tableblock.frame-none { border-left: 0; border-right: 0; }
+table.tableblock.frame-sides, table.tableblock.frame-none { border-top: 0; border-bottom: 0; }
+table.tableblock td .paragraph:last-child p, table.tableblock td > p:last-child { margin-bottom: 0; }
+th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
+th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
+th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
+th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
+th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
+th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
+p.tableblock.header { color: #222222; font-weight: bold; }
+td > div.verse { white-space: pre; }
+ol { margin-left: 1.75em; }
+ul li ol { margin-left: 1.5em; }
+dl dd { margin-left: 1.125em; }
+dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
+ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
+ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }
+ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }
+ul.checklist li > p:first-child > i[class^="icon-check"]:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
+ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }
+ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
+ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }
+ul.inline > li > * { display: block; }
+.unstyled dl dt { font-weight: normal; font-style: normal; }
+ol.arabic { list-style-type: decimal; }
+ol.decimal { list-style-type: decimal-leading-zero; }
+ol.loweralpha { list-style-type: lower-alpha; }
+ol.upperalpha { list-style-type: upper-alpha; }
+ol.lowerroman { list-style-type: lower-roman; }
+ol.upperroman { list-style-type: upper-roman; }
+ol.lowergreek { list-style-type: lower-greek; }
+.hdlist > table, .colist > table { border: 0; background: none; }
+.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
+td.hdlist1 { padding-right: .8em; font-weight: bold; }
+td.hdlist1, td.hdlist2 { vertical-align: top; }
+.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
+.colist > table tr > td:first-of-type { padding: 0 .8em; line-height: 1; }
+.colist > table tr > td:last-of-type { padding: 0.25em 0; }
+.qanda > ol > li > p > em:only-child { color: #00467f; }
+.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }
+.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }
+.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }
+.imageblock > .title { margin-bottom: 0; text-align: center; font-weight: bold;}
+.imageblock.thumb, .imageblock.th { border-width: 6px; }
+.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
+.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
+.image.left { margin-right: 0.625em; }
+.image.right { margin-left: 0.625em; }
+a.image { text-decoration: none; }
+span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }
+span.footnote a, span.footnoteref a { text-decoration: none; }
+#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
+#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }
+#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }
+#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }
+#footnotes .footnote:last-of-type { margin-bottom: 0; }
+#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
+.gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }
+.gist .file-data > table td.line-data { width: 99%; }
+div.unbreakable { page-break-inside: avoid; }
+.big { font-size: larger; }
+.small { font-size: smaller; }
+.underline { text-decoration: underline; }
+.overline { text-decoration: overline; }
+.line-through { text-decoration: line-through; }
+.aqua { color: #00bfbf; }
+.aqua-background { background-color: #00fafa; }
+.black { color: black; }
+.black-background { background-color: black; }
+.blue { color: #0000bf; }
+.blue-background { background-color: #0000fa; }
+.fuchsia { color: #bf00bf; }
+.fuchsia-background { background-color: #fa00fa; }
+.gray { color: #606060; }
+.gray-background { background-color: #7d7d7d; }
+.green { color: #006000; }
+.green-background { background-color: #007d00; }
+.lime { color: #00bf00; }
+.lime-background { background-color: #00fa00; }
+.maroon { color: #600000; }
+.maroon-background { background-color: #7d0000; }
+.navy { color: #000060; }
+.navy-background { background-color: #00007d; }
+.olive { color: #606000; }
+.olive-background { background-color: #7d7d00; }
+.purple { color: #600060; }
+.purple-background { background-color: #7d007d; }
+.red { color: #bf0000; }
+.red-background { background-color: #fa0000; }
+.silver { color: #909090; }
+.silver-background { background-color: #bcbcbc; }
+.teal { color: #006060; }
+.teal-background { background-color: #007d7d; }
+.white { color: #bfbfbf; }
+.white-background { background-color: #fafafa; }
+.yellow { color: #bfbf00; }
+.yellow-background { background-color: #fafa00; }
+span.icon > .fa {
+ cursor: default;
+}
+
+.admonitionblock td.icon [class^="fa icon-"] {
+ font-size: 2.5em;
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
+ cursor: default;
+}
+
+.admonitionblock td.icon .icon-note:before {
+ content: "\f24a";
+ color: #19407c;
+}
+
+.admonitionblock td.icon .icon-tip:before {
+ content: "\f0eb";
+ text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
+ color: #111;
+}
+
+.admonitionblock td.icon .icon-warning:before {
+ content: "\f071";
+ color: #bf6900;
+}
+
+.admonitionblock td.icon .icon-caution:before {
+ content: "\f06d";
+ color: #bf3400;
+}
+
+.admonitionblock td.icon .icon-important:before {
+ content: "\f06a";
+ color: #bf0000;
+}
+
+.conum[data-value] {
+ display: inline-block;
+ color: #fff !important;
+ background-color: rgba(0, 0, 0, 0.8);
+ -webkit-border-radius: 100px;
+ border-radius: 100px;
+ text-align: center;
+ font-size: 0.75em;
+ width: 1.67em;
+ height: 1.67em;
+ line-height: 1.67em;
+ font-family: "Open Sans", "DejaVu Sans", sans-serif;
+ font-style: normal;
+ font-weight: bold;
+}
+
+.conum[data-value] * {
+ color: #fff !important;
+}
+
+.conum[data-value] + b {
+ display: none;
+}
+
+.conum[data-value]:after {
+ content: attr(data-value);
+}
+
+.conum:not([data-value]):empty { display: none; }
+.literalblock > .content > pre, .listingblock > .content > pre { -webkit-border-radius: 0; border-radius: 0; }
+#ogctext {color: #000;}
+#ogctitle {font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-size: 26pt;text-align:center;font-weight:bold; color: #c7513a;}
+ins {color: green; background: yellow; text-decoration: none;}
+del {color: red;}
+.docwarning {border: 1px solid #F00; border-radius: 1em; margin: 10px; padding: 10px; text-align: center;}
diff --git a/bp/index.adoc b/bp/index.adoc
index 98118b2..5afcf12 100755
--- a/bp/index.adoc
+++ b/bp/index.adoc
@@ -1,101 +1,101 @@
-:title: OGC Moving Features Encoding Extension - JSON
-:titletext: OGC Moving Features Encoding Extension - JSON
-:doctype: book
-:encoding: utf-8
-:lang: en
-:toc:
-:toc-placement!:
-:toclevels: 3
-:sectanchors:
-:icons: font
-:source-highlighter: coderay //pygments
-:math:
-:imagesdir: ./images
-:stem: latexmath, pass
-:toc-title: Contents
-:linkcss:
-:notitle:
-
-= {title}
-
-ifndef::backend-pdf[]
-<<<
-[width="99%", cols = ">",frame = "none",grid = "none"]
-|===
-|{set:cellbgcolor:#FFFFFF}
-|[big]*Open Geospatial Consortium*
-|Submission Date: 2017-01-17
-|Approval Date: 2017-03-24
-|Publication Date: 2017-06-15
-|External identifier of this OGC® document: http://www.opengis.net/doc/BP/mf-json/1.0
-|Internal reference number of this OGC® document: OGC 16-((140r2))
-|Version: 1.0
-|Category: OGC® Best Practice
-|Editor: Kyoung-Sook KIM, Hirotaka OGAWA
-|===
-
-[.title, id="ogctitle"]
-{titletext}
-
-
-[width="99%", cols = "^", frame = "none", grid = "none"]
-|===
-|*Copyright notice*
-|Copyright © 2017 Open Geospatial Consortium
-|To obtain additional rights of use, visit http://www.opengeospatial.org/legal/
-|===
-
-[width="99%", cols = "^", frame = "none"]
-|===
-|*Warning*
-|===
-
-This document defines an OGC Best Practice on a particular technology or approach related to an OGC standard.
- This document is *not* an OGC Standard and may not be referred to as an OGC Standard.
- This document is subject to change without notice. However, this document is an *official* position of the OGC membership on this particular technology topic.
-
-
-[width = "50%", grid = "none"]
-|===
-|Document type: OGC® Best Practice
-|Document subtype: Not applicable
-|Document stage: Approved for public release
-|Document language: English
-|===
-
-<<<
-License Agreement
-
-[small]#Permission is hereby granted by the Open Geospatial Consortium, ("Licensor"), free of charge and subject to the terms set forth below, to any person obtaining a copy of this Intellectual Property and any associated documentation, to deal in the Intellectual Property without restriction (except as set forth below), including without limitation the rights to implement, use, copy, modify, merge, publish, distribute, and/or sublicense copies of the Intellectual Property, and to permit persons to whom the Intellectual Property is furnished to do so, provided that all copyright notices on the intellectual property are retained intact and that each person to whom the Intellectual Property is furnished agrees to the terms of this Agreement.#
-
-[small]#If you modify the Intellectual Property, all copies of the modified Intellectual Property must include, in addition to the above copyright notice, a notice that the Intellectual Property includes modifications that have not been approved or adopted by LICENSOR.#
-
-[small]#THIS LICENSE IS A COPYRIGHT LICENSE ONLY, AND DOES NOT CONVEY ANY RIGHTS UNDER ANY PATENTS THAT MAY BE IN FORCE ANYWHERE IN THE WORLD.#
-
-[small]#THE INTELLECTUAL PROPERTY IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE DO NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE INTELLECTUAL PROPERTY WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE INTELLECTUAL PROPERTY WILL BE UNINTERRUPTED OR ERROR FREE. ANY USE OF THE INTELLECTUAL PROPERTY SHALL BE MADE ENTIRELY AT THE USER’S OWN RISK. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ANY CONTRIBUTOR OF INTELLECTUAL PROPERTY RIGHTS TO THE INTELLECTUAL PROPERTY BE LIABLE FOR ANY CLAIM, OR ANY DIRECT, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM ANY ALLEGED INFRINGEMENT OR ANY LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR UNDER ANY OTHER LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH THE IMPLEMENTATION, USE, COMMERCIALIZATION OR PERFORMANCE OF THIS INTELLECTUAL PROPERTY.#
-
-[small]#This license is effective until terminated. You may terminate it at any time by destroying the Intellectual Property together with all copies in any form. The license will also terminate if you fail to comply with any term or condition of this Agreement. Except as provided in the following sentence, no such termination of this license shall require the termination of any third party end-user sublicense to the Intellectual Property which is in force as of the date of notice of such termination. In addition, should the Intellectual Property, or the operation of the Intellectual Property, infringe, or in LICENSOR’s sole opinion be likely to infringe, any patent, copyright, trademark or other right of a third party, you agree that LICENSOR, in its sole discretion, may terminate this license without any compensation or liability to you, your licensees or any other party. You agree upon termination of any kind to destroy or cause to be destroyed the Intellectual Property together with all copies in any form, whether held by you or by any third party.#
-
-[small]#Except as contained in this notice, the name of LICENSOR or of any other holder of a copyright in all or part of the Intellectual Property shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Intellectual Property without prior written authorization of LICENSOR or such copyright holder. LICENSOR is and shall at all times be the sole entity that may authorize you or any third party to use certification marks, trademarks or other special designations to indicate compliance with any LICENSOR standards or specifications. This Agreement is governed by the laws of the Commonwealth of Massachusetts. The application to this Agreement of the United Nations Convention on Contracts for the International Sale of Goods is hereby expressly excluded. In the event any provision of this Agreement shall be deemed unenforceable, void or invalid, such provision shall be modified so as to make it valid and enforceable, and as so modified the entire Agreement shall remain in full force and effect. No decision, action or inaction by LICENSOR shall be construed to be a waiver of any rights or remedies available to it.#
-
-endif::[]
-
-<<<
-toc::[]
-
-<<<
-
-include::0_preface.adoc[]
-
-:numbered:
-
-include::1_introduction.adoc[]
-include::2_data-format.adoc[]
-include::3_rest-api.adoc[]
-
-:numbered!:
-include::bibliography.adoc[]
-
-:numbered:
-
-include::a_1_revision-history.adoc[]
+:title: OGC Moving Features Encoding Extension - JSON
+:titletext: OGC Moving Features Encoding Extension - JSON
+:doctype: book
+:encoding: utf-8
+:lang: en
+:toc:
+:toc-placement!:
+:toclevels: 3
+:sectanchors:
+:icons: font
+:source-highlighter: coderay //pygments
+:math:
+:imagesdir: ./images
+:stem: latexmath, pass
+:toc-title: Contents
+:linkcss:
+:notitle:
+
+= {title}
+
+ifndef::backend-pdf[]
+<<<
+[width="99%", cols = ">",frame = "none",grid = "none"]
+|===
+|{set:cellbgcolor:#FFFFFF}
+|[big]*Open Geospatial Consortium*
+|Submission Date: 2017-01-17
+|Approval Date: 2017-03-24
+|Publication Date: 2017-06-15
+|External identifier of this OGC® document: http://www.opengis.net/doc/BP/mf-json/1.0
+|Internal reference number of this OGC® document: OGC 16-((140r2))
+|Version: 1.0
+|Category: OGC® Best Practice
+|Editor: Kyoung-Sook KIM, Hirotaka OGAWA
+|===
+
+[.title, id="ogctitle"]
+{titletext}
+
+
+[width="99%", cols = "^", frame = "none", grid = "none"]
+|===
+|*Copyright notice*
+|Copyright © 2017 Open Geospatial Consortium
+|To obtain additional rights of use, visit http://www.opengeospatial.org/legal/
+|===
+
+[width="99%", cols = "^", frame = "none"]
+|===
+|*Warning*
+|===
+
+This document defines an OGC Best Practice on a particular technology or approach related to an OGC standard.
+ This document is *not* an OGC Standard and may not be referred to as an OGC Standard.
+ This document is subject to change without notice. However, this document is an *official* position of the OGC membership on this particular technology topic.
+
+
+[width = "50%", grid = "none"]
+|===
+|Document type: OGC® Best Practice
+|Document subtype: Not applicable
+|Document stage: Approved for public release
+|Document language: English
+|===
+
+<<<
+License Agreement
+
+[small]#Permission is hereby granted by the Open Geospatial Consortium, ("Licensor"), free of charge and subject to the terms set forth below, to any person obtaining a copy of this Intellectual Property and any associated documentation, to deal in the Intellectual Property without restriction (except as set forth below), including without limitation the rights to implement, use, copy, modify, merge, publish, distribute, and/or sublicense copies of the Intellectual Property, and to permit persons to whom the Intellectual Property is furnished to do so, provided that all copyright notices on the intellectual property are retained intact and that each person to whom the Intellectual Property is furnished agrees to the terms of this Agreement.#
+
+[small]#If you modify the Intellectual Property, all copies of the modified Intellectual Property must include, in addition to the above copyright notice, a notice that the Intellectual Property includes modifications that have not been approved or adopted by LICENSOR.#
+
+[small]#THIS LICENSE IS A COPYRIGHT LICENSE ONLY, AND DOES NOT CONVEY ANY RIGHTS UNDER ANY PATENTS THAT MAY BE IN FORCE ANYWHERE IN THE WORLD.#
+
+[small]#THE INTELLECTUAL PROPERTY IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE DO NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE INTELLECTUAL PROPERTY WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE INTELLECTUAL PROPERTY WILL BE UNINTERRUPTED OR ERROR FREE. ANY USE OF THE INTELLECTUAL PROPERTY SHALL BE MADE ENTIRELY AT THE USER’S OWN RISK. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ANY CONTRIBUTOR OF INTELLECTUAL PROPERTY RIGHTS TO THE INTELLECTUAL PROPERTY BE LIABLE FOR ANY CLAIM, OR ANY DIRECT, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM ANY ALLEGED INFRINGEMENT OR ANY LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR UNDER ANY OTHER LEGAL THEORY, ARISING OUT OF OR IN CONNECTION WITH THE IMPLEMENTATION, USE, COMMERCIALIZATION OR PERFORMANCE OF THIS INTELLECTUAL PROPERTY.#
+
+[small]#This license is effective until terminated. You may terminate it at any time by destroying the Intellectual Property together with all copies in any form. The license will also terminate if you fail to comply with any term or condition of this Agreement. Except as provided in the following sentence, no such termination of this license shall require the termination of any third party end-user sublicense to the Intellectual Property which is in force as of the date of notice of such termination. In addition, should the Intellectual Property, or the operation of the Intellectual Property, infringe, or in LICENSOR’s sole opinion be likely to infringe, any patent, copyright, trademark or other right of a third party, you agree that LICENSOR, in its sole discretion, may terminate this license without any compensation or liability to you, your licensees or any other party. You agree upon termination of any kind to destroy or cause to be destroyed the Intellectual Property together with all copies in any form, whether held by you or by any third party.#
+
+[small]#Except as contained in this notice, the name of LICENSOR or of any other holder of a copyright in all or part of the Intellectual Property shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Intellectual Property without prior written authorization of LICENSOR or such copyright holder. LICENSOR is and shall at all times be the sole entity that may authorize you or any third party to use certification marks, trademarks or other special designations to indicate compliance with any LICENSOR standards or specifications. This Agreement is governed by the laws of the Commonwealth of Massachusetts. The application to this Agreement of the United Nations Convention on Contracts for the International Sale of Goods is hereby expressly excluded. In the event any provision of this Agreement shall be deemed unenforceable, void or invalid, such provision shall be modified so as to make it valid and enforceable, and as so modified the entire Agreement shall remain in full force and effect. No decision, action or inaction by LICENSOR shall be construed to be a waiver of any rights or remedies available to it.#
+
+endif::[]
+
+<<<
+toc::[]
+
+<<<
+
+include::0_preface.adoc[]
+
+:numbered:
+
+include::1_introduction.adoc[]
+include::2_data-format.adoc[]
+include::3_rest-api.adoc[]
+
+:numbered!:
+include::bibliography.adoc[]
+
+:numbered:
+
+include::a_1_revision-history.adoc[]
diff --git a/bp/index.html b/bp/index.html
index a892bd1..e070249 100755
--- a/bp/index.html
+++ b/bp/index.html
@@ -1,442 +1,442 @@
-
-
-
-
-
-
-
-Untitled
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+Untitled
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/.DS_Store b/samples/.DS_Store
deleted file mode 100644
index 7c60de8..0000000
Binary files a/samples/.DS_Store and /dev/null differ
diff --git a/samples/README.md b/samples/README.md
index 5473a13..5372903 100644
--- a/samples/README.md
+++ b/samples/README.md
@@ -1,5 +1,5 @@
-# Sample Data
-
-## Typhoon data
-
-The sample data was generated from [Digital Typhoon](http://agora.ex.nii.ac.jp/digital-typhoon/index.html.en).
+# Sample Data
+
+## Typhoon data
+
+The sample data was generated from [Digital Typhoon](http://agora.ex.nii.ac.jp/digital-typhoon/index.html.en).
diff --git a/samples/Typhoon201501_MEKKHALA_feature.json b/samples/Typhoon201501_MEKKHALA_feature.json
index 8f7bc3f..b0e32d8 100644
--- a/samples/Typhoon201501_MEKKHALA_feature.json
+++ b/samples/Typhoon201501_MEKKHALA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201501号 (MEKKHALA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-01-13T09:00:00Z", "2015-01-13T15:00:00Z", "2015-01-13T21:00:00Z", "2015-01-14T03:00:00Z", "2015-01-14T09:00:00Z", "2015-01-14T15:00:00Z", "2015-01-14T21:00:00Z", "2015-01-15T03:00:00Z", "2015-01-15T09:00:00Z", "2015-01-15T15:00:00Z", "2015-01-15T21:00:00Z", "2015-01-16T03:00:00Z", "2015-01-16T09:00:00Z", "2015-01-16T15:00:00Z", "2015-01-16T21:00:00Z", "2015-01-17T03:00:00Z", "2015-01-17T09:00:00Z", "2015-01-17T15:00:00Z", "2015-01-17T21:00:00Z", "2015-01-18T03:00:00Z", "2015-01-18T09:00:00Z", "2015-01-18T15:00:00Z", "2015-01-18T21:00:00Z", "2015-01-19T03:00:00Z", "2015-01-19T09:00:00Z", "2015-01-19T15:00:00Z", "2015-01-19T21:00:00Z", "2015-01-20T03:00:00Z", "2015-01-20T09:00:00Z", "2015-01-20T15:00:00Z", "2015-01-20T21:00:00Z", "2015-01-21T03:00:00Z" ],
- "coordinates" : [ [ [ [ 143.9, 8.7 ], [ 143.60710678118656, 7.992893218813451 ], [ 142.9, 7.699999999999999 ], [ 142.19289321881345, 7.992893218813451 ], [ 141.9, 8.7 ], [ 142.19289321881345, 9.407106781186547 ], [ 142.9, 9.7 ], [ 143.60710678118656, 9.407106781186547 ], [ 143.9, 8.7 ] ] ], [ [ [ 143.4, 8.5 ], [ 143.10710678118656, 7.792893218813452 ], [ 142.4, 7.5 ], [ 141.69289321881345, 7.792893218813452 ], [ 141.4, 8.5 ], [ 141.69289321881345, 9.207106781186548 ], [ 142.4, 9.5 ], [ 143.10710678118656, 9.207106781186548 ], [ 143.4, 8.5 ] ] ], [ [ [ 142.7, 8.6 ], [ 142.40710678118654, 7.892893218813452 ], [ 141.7, 7.6 ], [ 140.99289321881344, 7.892893218813452 ], [ 140.7, 8.6 ], [ 140.99289321881344, 9.307106781186548 ], [ 141.7, 9.6 ], [ 142.40710678118654, 9.307106781186548 ], [ 142.7, 8.6 ] ] ], [ [ [ 141.7, 9.2 ], [ 141.40710678118654, 8.492893218813451 ], [ 140.7, 8.2 ], [ 139.99289321881344, 8.492893218813451 ], [ 139.7, 9.2 ], [ 139.99289321881344, 9.907106781186547 ], [ 140.7, 10.2 ], [ 141.40710678118654, 9.907106781186547 ], [ 141.7, 9.2 ] ] ], [ [ [ 140.5, 10.1 ], [ 140.20710678118655, 9.392893218813452 ], [ 139.5, 9.1 ], [ 138.79289321881345, 9.392893218813452 ], [ 138.5, 10.1 ], [ 138.79289321881345, 10.807106781186548 ], [ 139.5, 11.1 ], [ 140.20710678118655, 10.807106781186548 ], [ 140.5, 10.1 ] ] ], [ [ [ 141.4, 10.3 ], [ 140.52132034355964, 8.178679656440359 ], [ 138.4, 7.300000000000001 ], [ 136.27867965644037, 8.178679656440359 ], [ 135.4, 10.3 ], [ 136.27867965644037, 12.421320343559643 ], [ 138.4, 13.3 ], [ 140.52132034355964, 12.421320343559643 ], [ 141.4, 10.3 ] ] ], [ [ [ 140.1, 10.9 ], [ 139.22132034355963, 8.778679656440358 ], [ 137.1, 7.9 ], [ 134.97867965644036, 8.778679656440357 ], [ 134.1, 10.9 ], [ 134.97867965644036, 13.021320343559642 ], [ 137.1, 13.9 ], [ 139.22132034355963, 13.021320343559644 ], [ 140.1, 10.9 ] ] ], [ [ [ 138.6, 11.3 ], [ 137.72132034355963, 9.178679656440359 ], [ 135.6, 8.3 ], [ 133.47867965644036, 9.178679656440359 ], [ 132.6, 11.3 ], [ 133.47867965644036, 13.421320343559643 ], [ 135.6, 14.3 ], [ 137.72132034355963, 13.421320343559643 ], [ 138.6, 11.3 ] ] ], [ [ [ 137.2, 11.4 ], [ 136.32132034355962, 9.278679656440358 ], [ 134.2, 8.4 ], [ 132.07867965644036, 9.278679656440357 ], [ 131.2, 11.4 ], [ 132.07867965644036, 13.521320343559642 ], [ 134.2, 14.4 ], [ 136.32132034355962, 13.521320343559644 ], [ 137.2, 11.4 ] ] ], [ [ [ 136.2, 11.6 ], [ 135.32132034355962, 9.478679656440358 ], [ 133.2, 8.6 ], [ 131.07867965644036, 9.478679656440356 ], [ 130.2, 11.6 ], [ 131.07867965644036, 13.721320343559642 ], [ 133.2, 14.6 ], [ 135.32132034355962, 13.721320343559643 ], [ 136.2, 11.6 ] ] ], [ [ [ 135.7, 11.7 ], [ 134.82132034355962, 9.578679656440357 ], [ 132.7, 8.7 ], [ 130.57867965644036, 9.578679656440357 ], [ 129.7, 11.7 ], [ 130.57867965644036, 13.821320343559641 ], [ 132.7, 14.7 ], [ 134.82132034355962, 13.821320343559641 ], [ 135.7, 11.7 ] ] ], [ [ [ 134.7, 11.6 ], [ 133.82132034355962, 9.478679656440358 ], [ 131.7, 8.6 ], [ 129.57867965644036, 9.478679656440356 ], [ 128.7, 11.6 ], [ 129.57867965644036, 13.721320343559642 ], [ 131.7, 14.6 ], [ 133.82132034355962, 13.721320343559643 ], [ 134.7, 11.6 ] ] ], [ [ [ 133.7, 11.3 ], [ 132.82132034355962, 9.178679656440359 ], [ 130.7, 8.3 ], [ 128.57867965644036, 9.178679656440359 ], [ 127.69999999999999, 11.3 ], [ 128.57867965644036, 13.421320343559643 ], [ 130.7, 14.3 ], [ 132.82132034355962, 13.421320343559643 ], [ 133.7, 11.3 ] ] ], [ [ [ 132.3, 11.3 ], [ 131.42132034355964, 9.178679656440359 ], [ 129.3, 8.3 ], [ 127.17867965644037, 9.178679656440359 ], [ 126.30000000000001, 11.3 ], [ 127.17867965644037, 13.421320343559643 ], [ 129.3, 14.3 ], [ 131.42132034355964, 13.421320343559643 ], [ 132.3, 11.3 ] ] ], [ [ [ 131.5, 11.2 ], [ 130.62132034355963, 9.078679656440357 ], [ 128.5, 8.2 ], [ 126.37867965644035, 9.078679656440357 ], [ 125.5, 11.2 ], [ 126.37867965644035, 13.321320343559641 ], [ 128.5, 14.2 ], [ 130.62132034355963, 13.321320343559641 ], [ 131.5, 11.2 ] ] ], [ [ [ 130.5, 11.0 ], [ 129.62132034355963, 8.878679656440358 ], [ 127.5, 8.0 ], [ 125.37867965644035, 8.878679656440358 ], [ 124.5, 11.0 ], [ 125.37867965644035, 13.121320343559642 ], [ 127.5, 14.0 ], [ 129.62132034355963, 13.121320343559642 ], [ 130.5, 11.0 ] ] ], [ [ [ 129.7, 11.4 ], [ 128.82132034355965, 9.278679656440358 ], [ 126.7, 8.4 ], [ 124.57867965644036, 9.278679656440357 ], [ 123.7, 11.4 ], [ 124.57867965644036, 13.521320343559642 ], [ 126.7, 14.4 ], [ 128.82132034355965, 13.521320343559644 ], [ 129.7, 11.4 ] ] ], [ [ [ 129.0, 11.9 ], [ 128.12132034355963, 9.778679656440358 ], [ 126.0, 8.9 ], [ 123.87867965644035, 9.778679656440357 ], [ 123.0, 11.9 ], [ 123.87867965644035, 14.021320343559642 ], [ 126.0, 14.9 ], [ 128.12132034355963, 14.021320343559644 ], [ 129.0, 11.9 ] ] ], [ [ [ 128.2, 12.4 ], [ 127.32132034355965, 10.278679656440358 ], [ 125.2, 9.4 ], [ 123.07867965644036, 10.278679656440357 ], [ 122.2, 12.4 ], [ 123.07867965644036, 14.521320343559642 ], [ 125.2, 15.4 ], [ 127.32132034355965, 14.521320343559644 ], [ 128.2, 12.4 ] ] ], [ [ [ 127.3, 12.7 ], [ 126.42132034355964, 10.578679656440357 ], [ 124.3, 9.7 ], [ 122.17867965644035, 10.578679656440357 ], [ 121.3, 12.7 ], [ 122.17867965644035, 14.821320343559641 ], [ 124.3, 15.7 ], [ 126.42132034355964, 14.821320343559641 ], [ 127.3, 12.7 ] ] ], [ [ [ 126.6, 13.5 ], [ 125.72132034355964, 11.378679656440358 ], [ 123.6, 10.5 ], [ 121.47867965644035, 11.378679656440358 ], [ 120.6, 13.5 ], [ 121.47867965644035, 15.621320343559642 ], [ 123.6, 16.5 ], [ 125.72132034355964, 15.621320343559642 ], [ 126.6, 13.5 ] ] ], [ [ [ 125.9, 13.9 ], [ 125.02132034355965, 11.778679656440358 ], [ 122.9, 10.9 ], [ 120.77867965644036, 11.778679656440357 ], [ 119.9, 13.9 ], [ 120.77867965644036, 16.021320343559644 ], [ 122.9, 16.9 ], [ 125.02132034355965, 16.021320343559644 ], [ 125.9, 13.9 ] ] ], [ [ [ 125.6, 14.8 ], [ 124.72132034355964, 12.678679656440359 ], [ 122.6, 11.8 ], [ 120.47867965644035, 12.678679656440359 ], [ 119.6, 14.8 ], [ 120.47867965644035, 16.921320343559643 ], [ 122.6, 17.8 ], [ 124.72132034355964, 16.921320343559643 ], [ 125.6, 14.8 ] ] ], [ [ [ 123.5, 16.0 ], [ 123.20710678118655, 15.292893218813452 ], [ 122.5, 15.0 ], [ 121.79289321881345, 15.292893218813452 ], [ 121.5, 16.0 ], [ 121.79289321881345, 16.707106781186546 ], [ 122.5, 17.0 ], [ 123.20710678118655, 16.707106781186546 ], [ 123.5, 16.0 ] ] ], [ [ [ 123.8, 16.6 ], [ 123.50710678118655, 15.892893218813454 ], [ 122.8, 15.600000000000001 ], [ 122.09289321881344, 15.892893218813454 ], [ 121.8, 16.6 ], [ 122.09289321881344, 17.307106781186548 ], [ 122.8, 17.6 ], [ 123.50710678118655, 17.307106781186548 ], [ 123.8, 16.6 ] ] ], [ [ [ 124.1, 16.8 ], [ 123.80710678118655, 16.092893218813455 ], [ 123.1, 15.8 ], [ 122.39289321881344, 16.092893218813455 ], [ 122.1, 16.8 ], [ 122.39289321881344, 17.507106781186547 ], [ 123.1, 17.8 ], [ 123.80710678118655, 17.507106781186547 ], [ 124.1, 16.8 ] ] ], [ [ [ 124.3, 16.8 ], [ 124.00710678118655, 16.092893218813455 ], [ 123.3, 15.8 ], [ 122.59289321881344, 16.092893218813455 ], [ 122.3, 16.8 ], [ 122.59289321881344, 17.507106781186547 ], [ 123.3, 17.8 ], [ 124.00710678118655, 17.507106781186547 ], [ 124.3, 16.8 ] ] ], [ [ [ 124.9, 16.8 ], [ 124.60710678118656, 16.092893218813455 ], [ 123.9, 15.8 ], [ 123.19289321881345, 16.092893218813455 ], [ 122.9, 16.8 ], [ 123.19289321881345, 17.507106781186547 ], [ 123.9, 17.8 ], [ 124.60710678118656, 17.507106781186547 ], [ 124.9, 16.8 ] ] ], [ [ [ 125.4, 16.8 ], [ 125.10710678118656, 16.092893218813455 ], [ 124.4, 15.8 ], [ 123.69289321881345, 16.092893218813455 ], [ 123.4, 16.8 ], [ 123.69289321881345, 17.507106781186547 ], [ 124.4, 17.8 ], [ 125.10710678118656, 17.507106781186547 ], [ 125.4, 16.8 ] ] ], [ [ [ 125.7, 16.9 ], [ 125.40710678118656, 16.192893218813452 ], [ 124.7, 15.899999999999999 ], [ 123.99289321881345, 16.192893218813452 ], [ 123.7, 16.9 ], [ 123.99289321881345, 17.607106781186545 ], [ 124.7, 17.9 ], [ 125.40710678118656, 17.607106781186545 ], [ 125.7, 16.9 ] ] ], [ [ [ 126.0, 17.0 ], [ 125.70710678118655, 16.292893218813454 ], [ 125.0, 16.0 ], [ 124.29289321881345, 16.292893218813454 ], [ 124.0, 17.0 ], [ 124.29289321881345, 17.707106781186546 ], [ 125.0, 18.0 ], [ 125.70710678118655, 17.707106781186546 ], [ 126.0, 17.0 ] ] ], [ [ [ 126.2, 17.3 ], [ 125.90710678118656, 16.592893218813455 ], [ 125.2, 16.3 ], [ 124.49289321881345, 16.592893218813455 ], [ 124.2, 17.3 ], [ 124.49289321881345, 18.007106781186547 ], [ 125.2, 18.3 ], [ 125.90710678118656, 18.007106781186547 ], [ 126.2, 17.3 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-01-13T09:00:00Z", "2015-01-13T15:00:00Z", "2015-01-13T21:00:00Z", "2015-01-14T03:00:00Z", "2015-01-14T09:00:00Z", "2015-01-14T15:00:00Z", "2015-01-14T21:00:00Z", "2015-01-15T03:00:00Z", "2015-01-15T09:00:00Z", "2015-01-15T15:00:00Z", "2015-01-15T21:00:00Z", "2015-01-16T03:00:00Z", "2015-01-16T09:00:00Z", "2015-01-16T15:00:00Z", "2015-01-16T21:00:00Z", "2015-01-17T03:00:00Z", "2015-01-17T09:00:00Z", "2015-01-17T15:00:00Z", "2015-01-17T21:00:00Z", "2015-01-18T03:00:00Z", "2015-01-18T09:00:00Z", "2015-01-18T15:00:00Z", "2015-01-18T21:00:00Z", "2015-01-19T03:00:00Z", "2015-01-19T09:00:00Z", "2015-01-19T15:00:00Z", "2015-01-19T21:00:00Z", "2015-01-20T03:00:00Z", "2015-01-20T09:00:00Z", "2015-01-20T15:00:00Z", "2015-01-20T21:00:00Z", "2015-01-21T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 994.0, 992.0, 990.0, 985.0, 980.0, 975.0, 975.0, 975.0, 990.0, 992.0, 996.0, 996.0, 1000.0, 1004.0, 1010.0, 1010.0, 1012.0, 1012.0, 1012.0, 1012.0, 1012.0, 1012.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 50.0, 60.0, 60.0, 60.0, 45.0, 40.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201501号 (MEKKHALA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-01-13T09:00:00Z", "2015-01-13T15:00:00Z", "2015-01-13T21:00:00Z", "2015-01-14T03:00:00Z", "2015-01-14T09:00:00Z", "2015-01-14T15:00:00Z", "2015-01-14T21:00:00Z", "2015-01-15T03:00:00Z", "2015-01-15T09:00:00Z", "2015-01-15T15:00:00Z", "2015-01-15T21:00:00Z", "2015-01-16T03:00:00Z", "2015-01-16T09:00:00Z", "2015-01-16T15:00:00Z", "2015-01-16T21:00:00Z", "2015-01-17T03:00:00Z", "2015-01-17T09:00:00Z", "2015-01-17T15:00:00Z", "2015-01-17T21:00:00Z", "2015-01-18T03:00:00Z", "2015-01-18T09:00:00Z", "2015-01-18T15:00:00Z", "2015-01-18T21:00:00Z", "2015-01-19T03:00:00Z", "2015-01-19T09:00:00Z", "2015-01-19T15:00:00Z", "2015-01-19T21:00:00Z", "2015-01-20T03:00:00Z", "2015-01-20T09:00:00Z", "2015-01-20T15:00:00Z", "2015-01-20T21:00:00Z", "2015-01-21T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 143.9, 8.7 ], [ 143.60710678118656, 7.992893218813451 ], [ 142.9, 7.699999999999999 ], [ 142.19289321881345, 7.992893218813451 ], [ 141.9, 8.7 ], [ 142.19289321881345, 9.407106781186547 ], [ 142.9, 9.7 ], [ 143.60710678118656, 9.407106781186547 ], [ 143.9, 8.7 ] ] ], [ [ [ 143.4, 8.5 ], [ 143.10710678118656, 7.792893218813452 ], [ 142.4, 7.5 ], [ 141.69289321881345, 7.792893218813452 ], [ 141.4, 8.5 ], [ 141.69289321881345, 9.207106781186548 ], [ 142.4, 9.5 ], [ 143.10710678118656, 9.207106781186548 ], [ 143.4, 8.5 ] ] ], [ [ [ 142.7, 8.6 ], [ 142.40710678118654, 7.892893218813452 ], [ 141.7, 7.6 ], [ 140.99289321881344, 7.892893218813452 ], [ 140.7, 8.6 ], [ 140.99289321881344, 9.307106781186548 ], [ 141.7, 9.6 ], [ 142.40710678118654, 9.307106781186548 ], [ 142.7, 8.6 ] ] ], [ [ [ 141.7, 9.2 ], [ 141.40710678118654, 8.492893218813451 ], [ 140.7, 8.2 ], [ 139.99289321881344, 8.492893218813451 ], [ 139.7, 9.2 ], [ 139.99289321881344, 9.907106781186547 ], [ 140.7, 10.2 ], [ 141.40710678118654, 9.907106781186547 ], [ 141.7, 9.2 ] ] ], [ [ [ 140.5, 10.1 ], [ 140.20710678118655, 9.392893218813452 ], [ 139.5, 9.1 ], [ 138.79289321881345, 9.392893218813452 ], [ 138.5, 10.1 ], [ 138.79289321881345, 10.807106781186548 ], [ 139.5, 11.1 ], [ 140.20710678118655, 10.807106781186548 ], [ 140.5, 10.1 ] ] ], [ [ [ 141.4, 10.3 ], [ 140.52132034355964, 8.178679656440359 ], [ 138.4, 7.300000000000001 ], [ 136.27867965644037, 8.178679656440359 ], [ 135.4, 10.3 ], [ 136.27867965644037, 12.421320343559643 ], [ 138.4, 13.3 ], [ 140.52132034355964, 12.421320343559643 ], [ 141.4, 10.3 ] ] ], [ [ [ 140.1, 10.9 ], [ 139.22132034355963, 8.778679656440358 ], [ 137.1, 7.9 ], [ 134.97867965644036, 8.778679656440357 ], [ 134.1, 10.9 ], [ 134.97867965644036, 13.021320343559642 ], [ 137.1, 13.9 ], [ 139.22132034355963, 13.021320343559644 ], [ 140.1, 10.9 ] ] ], [ [ [ 138.6, 11.3 ], [ 137.72132034355963, 9.178679656440359 ], [ 135.6, 8.3 ], [ 133.47867965644036, 9.178679656440359 ], [ 132.6, 11.3 ], [ 133.47867965644036, 13.421320343559643 ], [ 135.6, 14.3 ], [ 137.72132034355963, 13.421320343559643 ], [ 138.6, 11.3 ] ] ], [ [ [ 137.2, 11.4 ], [ 136.32132034355962, 9.278679656440358 ], [ 134.2, 8.4 ], [ 132.07867965644036, 9.278679656440357 ], [ 131.2, 11.4 ], [ 132.07867965644036, 13.521320343559642 ], [ 134.2, 14.4 ], [ 136.32132034355962, 13.521320343559644 ], [ 137.2, 11.4 ] ] ], [ [ [ 136.2, 11.6 ], [ 135.32132034355962, 9.478679656440358 ], [ 133.2, 8.6 ], [ 131.07867965644036, 9.478679656440356 ], [ 130.2, 11.6 ], [ 131.07867965644036, 13.721320343559642 ], [ 133.2, 14.6 ], [ 135.32132034355962, 13.721320343559643 ], [ 136.2, 11.6 ] ] ], [ [ [ 135.7, 11.7 ], [ 134.82132034355962, 9.578679656440357 ], [ 132.7, 8.7 ], [ 130.57867965644036, 9.578679656440357 ], [ 129.7, 11.7 ], [ 130.57867965644036, 13.821320343559641 ], [ 132.7, 14.7 ], [ 134.82132034355962, 13.821320343559641 ], [ 135.7, 11.7 ] ] ], [ [ [ 134.7, 11.6 ], [ 133.82132034355962, 9.478679656440358 ], [ 131.7, 8.6 ], [ 129.57867965644036, 9.478679656440356 ], [ 128.7, 11.6 ], [ 129.57867965644036, 13.721320343559642 ], [ 131.7, 14.6 ], [ 133.82132034355962, 13.721320343559643 ], [ 134.7, 11.6 ] ] ], [ [ [ 133.7, 11.3 ], [ 132.82132034355962, 9.178679656440359 ], [ 130.7, 8.3 ], [ 128.57867965644036, 9.178679656440359 ], [ 127.69999999999999, 11.3 ], [ 128.57867965644036, 13.421320343559643 ], [ 130.7, 14.3 ], [ 132.82132034355962, 13.421320343559643 ], [ 133.7, 11.3 ] ] ], [ [ [ 132.3, 11.3 ], [ 131.42132034355964, 9.178679656440359 ], [ 129.3, 8.3 ], [ 127.17867965644037, 9.178679656440359 ], [ 126.30000000000001, 11.3 ], [ 127.17867965644037, 13.421320343559643 ], [ 129.3, 14.3 ], [ 131.42132034355964, 13.421320343559643 ], [ 132.3, 11.3 ] ] ], [ [ [ 131.5, 11.2 ], [ 130.62132034355963, 9.078679656440357 ], [ 128.5, 8.2 ], [ 126.37867965644035, 9.078679656440357 ], [ 125.5, 11.2 ], [ 126.37867965644035, 13.321320343559641 ], [ 128.5, 14.2 ], [ 130.62132034355963, 13.321320343559641 ], [ 131.5, 11.2 ] ] ], [ [ [ 130.5, 11.0 ], [ 129.62132034355963, 8.878679656440358 ], [ 127.5, 8.0 ], [ 125.37867965644035, 8.878679656440358 ], [ 124.5, 11.0 ], [ 125.37867965644035, 13.121320343559642 ], [ 127.5, 14.0 ], [ 129.62132034355963, 13.121320343559642 ], [ 130.5, 11.0 ] ] ], [ [ [ 129.7, 11.4 ], [ 128.82132034355965, 9.278679656440358 ], [ 126.7, 8.4 ], [ 124.57867965644036, 9.278679656440357 ], [ 123.7, 11.4 ], [ 124.57867965644036, 13.521320343559642 ], [ 126.7, 14.4 ], [ 128.82132034355965, 13.521320343559644 ], [ 129.7, 11.4 ] ] ], [ [ [ 129.0, 11.9 ], [ 128.12132034355963, 9.778679656440358 ], [ 126.0, 8.9 ], [ 123.87867965644035, 9.778679656440357 ], [ 123.0, 11.9 ], [ 123.87867965644035, 14.021320343559642 ], [ 126.0, 14.9 ], [ 128.12132034355963, 14.021320343559644 ], [ 129.0, 11.9 ] ] ], [ [ [ 128.2, 12.4 ], [ 127.32132034355965, 10.278679656440358 ], [ 125.2, 9.4 ], [ 123.07867965644036, 10.278679656440357 ], [ 122.2, 12.4 ], [ 123.07867965644036, 14.521320343559642 ], [ 125.2, 15.4 ], [ 127.32132034355965, 14.521320343559644 ], [ 128.2, 12.4 ] ] ], [ [ [ 127.3, 12.7 ], [ 126.42132034355964, 10.578679656440357 ], [ 124.3, 9.7 ], [ 122.17867965644035, 10.578679656440357 ], [ 121.3, 12.7 ], [ 122.17867965644035, 14.821320343559641 ], [ 124.3, 15.7 ], [ 126.42132034355964, 14.821320343559641 ], [ 127.3, 12.7 ] ] ], [ [ [ 126.6, 13.5 ], [ 125.72132034355964, 11.378679656440358 ], [ 123.6, 10.5 ], [ 121.47867965644035, 11.378679656440358 ], [ 120.6, 13.5 ], [ 121.47867965644035, 15.621320343559642 ], [ 123.6, 16.5 ], [ 125.72132034355964, 15.621320343559642 ], [ 126.6, 13.5 ] ] ], [ [ [ 125.9, 13.9 ], [ 125.02132034355965, 11.778679656440358 ], [ 122.9, 10.9 ], [ 120.77867965644036, 11.778679656440357 ], [ 119.9, 13.9 ], [ 120.77867965644036, 16.021320343559644 ], [ 122.9, 16.9 ], [ 125.02132034355965, 16.021320343559644 ], [ 125.9, 13.9 ] ] ], [ [ [ 125.6, 14.8 ], [ 124.72132034355964, 12.678679656440359 ], [ 122.6, 11.8 ], [ 120.47867965644035, 12.678679656440359 ], [ 119.6, 14.8 ], [ 120.47867965644035, 16.921320343559643 ], [ 122.6, 17.8 ], [ 124.72132034355964, 16.921320343559643 ], [ 125.6, 14.8 ] ] ], [ [ [ 123.5, 16.0 ], [ 123.20710678118655, 15.292893218813452 ], [ 122.5, 15.0 ], [ 121.79289321881345, 15.292893218813452 ], [ 121.5, 16.0 ], [ 121.79289321881345, 16.707106781186546 ], [ 122.5, 17.0 ], [ 123.20710678118655, 16.707106781186546 ], [ 123.5, 16.0 ] ] ], [ [ [ 123.8, 16.6 ], [ 123.50710678118655, 15.892893218813454 ], [ 122.8, 15.600000000000001 ], [ 122.09289321881344, 15.892893218813454 ], [ 121.8, 16.6 ], [ 122.09289321881344, 17.307106781186548 ], [ 122.8, 17.6 ], [ 123.50710678118655, 17.307106781186548 ], [ 123.8, 16.6 ] ] ], [ [ [ 124.1, 16.8 ], [ 123.80710678118655, 16.092893218813455 ], [ 123.1, 15.8 ], [ 122.39289321881344, 16.092893218813455 ], [ 122.1, 16.8 ], [ 122.39289321881344, 17.507106781186547 ], [ 123.1, 17.8 ], [ 123.80710678118655, 17.507106781186547 ], [ 124.1, 16.8 ] ] ], [ [ [ 124.3, 16.8 ], [ 124.00710678118655, 16.092893218813455 ], [ 123.3, 15.8 ], [ 122.59289321881344, 16.092893218813455 ], [ 122.3, 16.8 ], [ 122.59289321881344, 17.507106781186547 ], [ 123.3, 17.8 ], [ 124.00710678118655, 17.507106781186547 ], [ 124.3, 16.8 ] ] ], [ [ [ 124.9, 16.8 ], [ 124.60710678118656, 16.092893218813455 ], [ 123.9, 15.8 ], [ 123.19289321881345, 16.092893218813455 ], [ 122.9, 16.8 ], [ 123.19289321881345, 17.507106781186547 ], [ 123.9, 17.8 ], [ 124.60710678118656, 17.507106781186547 ], [ 124.9, 16.8 ] ] ], [ [ [ 125.4, 16.8 ], [ 125.10710678118656, 16.092893218813455 ], [ 124.4, 15.8 ], [ 123.69289321881345, 16.092893218813455 ], [ 123.4, 16.8 ], [ 123.69289321881345, 17.507106781186547 ], [ 124.4, 17.8 ], [ 125.10710678118656, 17.507106781186547 ], [ 125.4, 16.8 ] ] ], [ [ [ 125.7, 16.9 ], [ 125.40710678118656, 16.192893218813452 ], [ 124.7, 15.899999999999999 ], [ 123.99289321881345, 16.192893218813452 ], [ 123.7, 16.9 ], [ 123.99289321881345, 17.607106781186545 ], [ 124.7, 17.9 ], [ 125.40710678118656, 17.607106781186545 ], [ 125.7, 16.9 ] ] ], [ [ [ 126.0, 17.0 ], [ 125.70710678118655, 16.292893218813454 ], [ 125.0, 16.0 ], [ 124.29289321881345, 16.292893218813454 ], [ 124.0, 17.0 ], [ 124.29289321881345, 17.707106781186546 ], [ 125.0, 18.0 ], [ 125.70710678118655, 17.707106781186546 ], [ 126.0, 17.0 ] ] ], [ [ [ 126.2, 17.3 ], [ 125.90710678118656, 16.592893218813455 ], [ 125.2, 16.3 ], [ 124.49289321881345, 16.592893218813455 ], [ 124.2, 17.3 ], [ 124.49289321881345, 18.007106781186547 ], [ 125.2, 18.3 ], [ 125.90710678118656, 18.007106781186547 ], [ 126.2, 17.3 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-01-13T09:00:00Z", "2015-01-13T15:00:00Z", "2015-01-13T21:00:00Z", "2015-01-14T03:00:00Z", "2015-01-14T09:00:00Z", "2015-01-14T15:00:00Z", "2015-01-14T21:00:00Z", "2015-01-15T03:00:00Z", "2015-01-15T09:00:00Z", "2015-01-15T15:00:00Z", "2015-01-15T21:00:00Z", "2015-01-16T03:00:00Z", "2015-01-16T09:00:00Z", "2015-01-16T15:00:00Z", "2015-01-16T21:00:00Z", "2015-01-17T03:00:00Z", "2015-01-17T09:00:00Z", "2015-01-17T15:00:00Z", "2015-01-17T21:00:00Z", "2015-01-18T03:00:00Z", "2015-01-18T09:00:00Z", "2015-01-18T15:00:00Z", "2015-01-18T21:00:00Z", "2015-01-19T03:00:00Z", "2015-01-19T09:00:00Z", "2015-01-19T15:00:00Z", "2015-01-19T21:00:00Z", "2015-01-20T03:00:00Z", "2015-01-20T09:00:00Z", "2015-01-20T15:00:00Z", "2015-01-20T21:00:00Z", "2015-01-21T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 994.0, 992.0, 990.0, 985.0, 980.0, 975.0, 975.0, 975.0, 990.0, 992.0, 996.0, 996.0, 1000.0, 1004.0, 1010.0, 1010.0, 1012.0, 1012.0, 1012.0, 1012.0, 1012.0, 1012.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 50.0, 60.0, 60.0, 60.0, 45.0, 40.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201502_HIGOS_feature.json b/samples/Typhoon201502_HIGOS_feature.json
index 01f82ad..5059bcb 100644
--- a/samples/Typhoon201502_HIGOS_feature.json
+++ b/samples/Typhoon201502_HIGOS_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201502号 (HIGOS)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-02-06T21:00:00Z", "2015-02-07T03:00:00Z", "2015-02-07T09:00:00Z", "2015-02-07T15:00:00Z", "2015-02-07T21:00:00Z", "2015-02-08T03:00:00Z", "2015-02-08T09:00:00Z", "2015-02-08T15:00:00Z", "2015-02-08T21:00:00Z", "2015-02-09T03:00:00Z", "2015-02-09T09:00:00Z", "2015-02-09T15:00:00Z", "2015-02-09T21:00:00Z", "2015-02-10T03:00:00Z", "2015-02-10T09:00:00Z", "2015-02-10T15:00:00Z", "2015-02-10T21:00:00Z", "2015-02-11T03:00:00Z", "2015-02-11T09:00:00Z", "2015-02-11T15:00:00Z", "2015-02-11T21:00:00Z", "2015-02-12T03:00:00Z", "2015-02-12T09:00:00Z", "2015-02-12T15:00:00Z", "2015-02-12T21:00:00Z" ],
- "coordinates" : [ [ [ [ 159.3, 8.6 ], [ 159.00710678118656, 7.892893218813452 ], [ 158.3, 7.6 ], [ 157.59289321881346, 7.892893218813452 ], [ 157.3, 8.6 ], [ 157.59289321881346, 9.307106781186548 ], [ 158.3, 9.6 ], [ 159.00710678118656, 9.307106781186548 ], [ 159.3, 8.6 ] ] ], [ [ [ 158.9, 9.1 ], [ 158.60710678118656, 8.392893218813452 ], [ 157.9, 8.1 ], [ 157.19289321881345, 8.392893218813452 ], [ 156.9, 9.1 ], [ 157.19289321881345, 9.807106781186548 ], [ 157.9, 10.1 ], [ 158.60710678118656, 9.807106781186548 ], [ 158.9, 9.1 ] ] ], [ [ [ 158.7, 9.7 ], [ 158.40710678118654, 8.992893218813451 ], [ 157.7, 8.7 ], [ 156.99289321881344, 8.992893218813451 ], [ 156.7, 9.7 ], [ 156.99289321881344, 10.407106781186547 ], [ 157.7, 10.7 ], [ 158.40710678118654, 10.407106781186547 ], [ 158.7, 9.7 ] ] ], [ [ [ 158.4, 10.3 ], [ 158.10710678118656, 9.592893218813453 ], [ 157.4, 9.3 ], [ 156.69289321881345, 9.592893218813453 ], [ 156.4, 10.3 ], [ 156.69289321881345, 11.007106781186549 ], [ 157.4, 11.3 ], [ 158.10710678118656, 11.007106781186549 ], [ 158.4, 10.3 ] ] ], [ [ [ 158.5, 10.8 ], [ 158.20710678118655, 10.092893218813453 ], [ 157.5, 9.8 ], [ 156.79289321881345, 10.092893218813453 ], [ 156.5, 10.8 ], [ 156.79289321881345, 11.507106781186549 ], [ 157.5, 11.8 ], [ 158.20710678118655, 11.507106781186549 ], [ 158.5, 10.8 ] ] ], [ [ [ 160.5, 11.6 ], [ 159.62132034355963, 9.478679656440358 ], [ 157.5, 8.6 ], [ 155.37867965644037, 9.478679656440356 ], [ 154.5, 11.6 ], [ 155.37867965644037, 13.721320343559642 ], [ 157.5, 14.6 ], [ 159.62132034355963, 13.721320343559643 ], [ 160.5, 11.6 ] ] ], [ [ [ 160.3, 11.9 ], [ 159.42132034355964, 9.778679656440358 ], [ 157.3, 8.9 ], [ 155.17867965644038, 9.778679656440357 ], [ 154.3, 11.9 ], [ 155.17867965644038, 14.021320343559642 ], [ 157.3, 14.9 ], [ 159.42132034355964, 14.021320343559644 ], [ 160.3, 11.9 ] ] ], [ [ [ 160.0, 12.0 ], [ 159.12132034355963, 9.878679656440358 ], [ 157.0, 9.0 ], [ 154.87867965644037, 9.878679656440358 ], [ 154.0, 12.0 ], [ 154.87867965644037, 14.121320343559642 ], [ 157.0, 15.0 ], [ 159.12132034355963, 14.121320343559642 ], [ 160.0, 12.0 ] ] ], [ [ [ 159.9, 11.9 ], [ 159.02132034355964, 9.778679656440358 ], [ 156.9, 8.9 ], [ 154.77867965644037, 9.778679656440357 ], [ 153.9, 11.9 ], [ 154.77867965644037, 14.021320343559642 ], [ 156.9, 14.9 ], [ 159.02132034355964, 14.021320343559644 ], [ 159.9, 11.9 ] ] ], [ [ [ 159.7, 11.9 ], [ 158.82132034355962, 9.778679656440358 ], [ 156.7, 8.9 ], [ 154.57867965644036, 9.778679656440357 ], [ 153.7, 11.9 ], [ 154.57867965644036, 14.021320343559642 ], [ 156.7, 14.9 ], [ 158.82132034355962, 14.021320343559644 ], [ 159.7, 11.9 ] ] ], [ [ [ 159.4, 12.1 ], [ 158.52132034355964, 9.978679656440358 ], [ 156.4, 9.1 ], [ 154.27867965644037, 9.978679656440356 ], [ 153.4, 12.1 ], [ 154.27867965644037, 14.221320343559642 ], [ 156.4, 15.1 ], [ 158.52132034355964, 14.221320343559643 ], [ 159.4, 12.1 ] ] ], [ [ [ 159.1, 12.3 ], [ 158.22132034355963, 10.178679656440359 ], [ 156.1, 9.3 ], [ 153.97867965644036, 10.178679656440359 ], [ 153.1, 12.3 ], [ 153.97867965644036, 14.421320343559643 ], [ 156.1, 15.3 ], [ 158.22132034355963, 14.421320343559643 ], [ 159.1, 12.3 ] ] ], [ [ [ 158.7, 12.6 ], [ 157.82132034355962, 10.478679656440358 ], [ 155.7, 9.6 ], [ 153.57867965644036, 10.478679656440356 ], [ 152.7, 12.6 ], [ 153.57867965644036, 14.721320343559642 ], [ 155.7, 15.6 ], [ 157.82132034355962, 14.721320343559643 ], [ 158.7, 12.6 ] ] ], [ [ [ 158.2, 13.0 ], [ 157.32132034355962, 10.878679656440358 ], [ 155.2, 10.0 ], [ 153.07867965644036, 10.878679656440358 ], [ 152.2, 13.0 ], [ 153.07867965644036, 15.121320343559642 ], [ 155.2, 16.0 ], [ 157.32132034355962, 15.121320343559642 ], [ 158.2, 13.0 ] ] ], [ [ [ 157.7, 13.6 ], [ 156.82132034355962, 11.478679656440358 ], [ 154.7, 10.6 ], [ 152.57867965644036, 11.478679656440356 ], [ 151.7, 13.6 ], [ 152.57867965644036, 15.721320343559642 ], [ 154.7, 16.6 ], [ 156.82132034355962, 15.721320343559643 ], [ 157.7, 13.6 ] ] ], [ [ [ 157.2, 14.2 ], [ 156.32132034355962, 12.078679656440357 ], [ 154.2, 11.2 ], [ 152.07867965644036, 12.078679656440357 ], [ 151.2, 14.2 ], [ 152.07867965644036, 16.32132034355964 ], [ 154.2, 17.2 ], [ 156.32132034355962, 16.32132034355964 ], [ 157.2, 14.2 ] ] ], [ [ [ 157.1, 14.7 ], [ 156.22132034355963, 12.578679656440357 ], [ 154.1, 11.7 ], [ 151.97867965644036, 12.578679656440357 ], [ 151.1, 14.7 ], [ 151.97867965644036, 16.82132034355964 ], [ 154.1, 17.7 ], [ 156.22132034355963, 16.82132034355964 ], [ 157.1, 14.7 ] ] ], [ [ [ 156.6, 15.0 ], [ 155.72132034355963, 12.878679656440358 ], [ 153.6, 12.0 ], [ 151.47867965644036, 12.878679656440358 ], [ 150.6, 15.0 ], [ 151.47867965644036, 17.121320343559642 ], [ 153.6, 18.0 ], [ 155.72132034355963, 17.121320343559642 ], [ 156.6, 15.0 ] ] ], [ [ [ 156.2, 15.3 ], [ 155.32132034355962, 13.178679656440359 ], [ 153.2, 12.3 ], [ 151.07867965644036, 13.178679656440359 ], [ 150.2, 15.3 ], [ 151.07867965644036, 17.421320343559643 ], [ 153.2, 18.3 ], [ 155.32132034355962, 17.421320343559643 ], [ 156.2, 15.3 ] ] ], [ [ [ 155.8, 15.5 ], [ 154.92132034355964, 13.378679656440358 ], [ 152.8, 12.5 ], [ 150.67867965644038, 13.378679656440358 ], [ 149.8, 15.5 ], [ 150.67867965644038, 17.621320343559642 ], [ 152.8, 18.5 ], [ 154.92132034355964, 17.621320343559642 ], [ 155.8, 15.5 ] ] ], [ [ [ 153.5, 16.1 ], [ 153.20710678118655, 15.392893218813454 ], [ 152.5, 15.100000000000001 ], [ 151.79289321881345, 15.392893218813454 ], [ 151.5, 16.1 ], [ 151.79289321881345, 16.807106781186548 ], [ 152.5, 17.1 ], [ 153.20710678118655, 16.807106781186548 ], [ 153.5, 16.1 ] ] ], [ [ [ 153.2, 16.5 ], [ 152.90710678118654, 15.792893218813452 ], [ 152.2, 15.5 ], [ 151.49289321881344, 15.792893218813452 ], [ 151.2, 16.5 ], [ 151.49289321881344, 17.207106781186546 ], [ 152.2, 17.5 ], [ 152.90710678118654, 17.207106781186546 ], [ 153.2, 16.5 ] ] ], [ [ [ 153.1, 16.6 ], [ 152.80710678118655, 15.892893218813454 ], [ 152.1, 15.600000000000001 ], [ 151.39289321881344, 15.892893218813454 ], [ 151.1, 16.6 ], [ 151.39289321881344, 17.307106781186548 ], [ 152.1, 17.6 ], [ 152.80710678118655, 17.307106781186548 ], [ 153.1, 16.6 ] ] ], [ [ [ 153.6, 17.4 ], [ 153.30710678118655, 16.692893218813452 ], [ 152.6, 16.4 ], [ 151.89289321881344, 16.692893218813452 ], [ 151.6, 17.4 ], [ 151.89289321881344, 18.107106781186545 ], [ 152.6, 18.4 ], [ 153.30710678118655, 18.107106781186545 ], [ 153.6, 17.4 ] ] ], [ [ [ 153.8, 18.2 ], [ 153.50710678118656, 17.492893218813453 ], [ 152.8, 17.2 ], [ 152.09289321881346, 17.492893218813453 ], [ 151.8, 18.2 ], [ 152.09289321881346, 18.907106781186545 ], [ 152.8, 19.2 ], [ 153.50710678118656, 18.907106781186545 ], [ 153.8, 18.2 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-02-06T21:00:00Z", "2015-02-07T03:00:00Z", "2015-02-07T09:00:00Z", "2015-02-07T15:00:00Z", "2015-02-07T21:00:00Z", "2015-02-08T03:00:00Z", "2015-02-08T09:00:00Z", "2015-02-08T15:00:00Z", "2015-02-08T21:00:00Z", "2015-02-09T03:00:00Z", "2015-02-09T09:00:00Z", "2015-02-09T15:00:00Z", "2015-02-09T21:00:00Z", "2015-02-10T03:00:00Z", "2015-02-10T09:00:00Z", "2015-02-10T15:00:00Z", "2015-02-10T21:00:00Z", "2015-02-11T03:00:00Z", "2015-02-11T09:00:00Z", "2015-02-11T15:00:00Z", "2015-02-11T21:00:00Z", "2015-02-12T03:00:00Z", "2015-02-12T09:00:00Z", "2015-02-12T15:00:00Z", "2015-02-12T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1006.0, 1004.0, 1004.0, 1004.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 985.0, 980.0, 975.0, 965.0, 955.0, 940.0, 955.0, 975.0, 990.0, 994.0, 1002.0, 1004.0, 1006.0, 1004.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 50.0, 50.0, 55.0, 60.0, 70.0, 80.0, 90.0, 80.0, 65.0, 50.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201502号 (HIGOS)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-02-06T21:00:00Z", "2015-02-07T03:00:00Z", "2015-02-07T09:00:00Z", "2015-02-07T15:00:00Z", "2015-02-07T21:00:00Z", "2015-02-08T03:00:00Z", "2015-02-08T09:00:00Z", "2015-02-08T15:00:00Z", "2015-02-08T21:00:00Z", "2015-02-09T03:00:00Z", "2015-02-09T09:00:00Z", "2015-02-09T15:00:00Z", "2015-02-09T21:00:00Z", "2015-02-10T03:00:00Z", "2015-02-10T09:00:00Z", "2015-02-10T15:00:00Z", "2015-02-10T21:00:00Z", "2015-02-11T03:00:00Z", "2015-02-11T09:00:00Z", "2015-02-11T15:00:00Z", "2015-02-11T21:00:00Z", "2015-02-12T03:00:00Z", "2015-02-12T09:00:00Z", "2015-02-12T15:00:00Z", "2015-02-12T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 159.3, 8.6 ], [ 159.00710678118656, 7.892893218813452 ], [ 158.3, 7.6 ], [ 157.59289321881346, 7.892893218813452 ], [ 157.3, 8.6 ], [ 157.59289321881346, 9.307106781186548 ], [ 158.3, 9.6 ], [ 159.00710678118656, 9.307106781186548 ], [ 159.3, 8.6 ] ] ], [ [ [ 158.9, 9.1 ], [ 158.60710678118656, 8.392893218813452 ], [ 157.9, 8.1 ], [ 157.19289321881345, 8.392893218813452 ], [ 156.9, 9.1 ], [ 157.19289321881345, 9.807106781186548 ], [ 157.9, 10.1 ], [ 158.60710678118656, 9.807106781186548 ], [ 158.9, 9.1 ] ] ], [ [ [ 158.7, 9.7 ], [ 158.40710678118654, 8.992893218813451 ], [ 157.7, 8.7 ], [ 156.99289321881344, 8.992893218813451 ], [ 156.7, 9.7 ], [ 156.99289321881344, 10.407106781186547 ], [ 157.7, 10.7 ], [ 158.40710678118654, 10.407106781186547 ], [ 158.7, 9.7 ] ] ], [ [ [ 158.4, 10.3 ], [ 158.10710678118656, 9.592893218813453 ], [ 157.4, 9.3 ], [ 156.69289321881345, 9.592893218813453 ], [ 156.4, 10.3 ], [ 156.69289321881345, 11.007106781186549 ], [ 157.4, 11.3 ], [ 158.10710678118656, 11.007106781186549 ], [ 158.4, 10.3 ] ] ], [ [ [ 158.5, 10.8 ], [ 158.20710678118655, 10.092893218813453 ], [ 157.5, 9.8 ], [ 156.79289321881345, 10.092893218813453 ], [ 156.5, 10.8 ], [ 156.79289321881345, 11.507106781186549 ], [ 157.5, 11.8 ], [ 158.20710678118655, 11.507106781186549 ], [ 158.5, 10.8 ] ] ], [ [ [ 160.5, 11.6 ], [ 159.62132034355963, 9.478679656440358 ], [ 157.5, 8.6 ], [ 155.37867965644037, 9.478679656440356 ], [ 154.5, 11.6 ], [ 155.37867965644037, 13.721320343559642 ], [ 157.5, 14.6 ], [ 159.62132034355963, 13.721320343559643 ], [ 160.5, 11.6 ] ] ], [ [ [ 160.3, 11.9 ], [ 159.42132034355964, 9.778679656440358 ], [ 157.3, 8.9 ], [ 155.17867965644038, 9.778679656440357 ], [ 154.3, 11.9 ], [ 155.17867965644038, 14.021320343559642 ], [ 157.3, 14.9 ], [ 159.42132034355964, 14.021320343559644 ], [ 160.3, 11.9 ] ] ], [ [ [ 160.0, 12.0 ], [ 159.12132034355963, 9.878679656440358 ], [ 157.0, 9.0 ], [ 154.87867965644037, 9.878679656440358 ], [ 154.0, 12.0 ], [ 154.87867965644037, 14.121320343559642 ], [ 157.0, 15.0 ], [ 159.12132034355963, 14.121320343559642 ], [ 160.0, 12.0 ] ] ], [ [ [ 159.9, 11.9 ], [ 159.02132034355964, 9.778679656440358 ], [ 156.9, 8.9 ], [ 154.77867965644037, 9.778679656440357 ], [ 153.9, 11.9 ], [ 154.77867965644037, 14.021320343559642 ], [ 156.9, 14.9 ], [ 159.02132034355964, 14.021320343559644 ], [ 159.9, 11.9 ] ] ], [ [ [ 159.7, 11.9 ], [ 158.82132034355962, 9.778679656440358 ], [ 156.7, 8.9 ], [ 154.57867965644036, 9.778679656440357 ], [ 153.7, 11.9 ], [ 154.57867965644036, 14.021320343559642 ], [ 156.7, 14.9 ], [ 158.82132034355962, 14.021320343559644 ], [ 159.7, 11.9 ] ] ], [ [ [ 159.4, 12.1 ], [ 158.52132034355964, 9.978679656440358 ], [ 156.4, 9.1 ], [ 154.27867965644037, 9.978679656440356 ], [ 153.4, 12.1 ], [ 154.27867965644037, 14.221320343559642 ], [ 156.4, 15.1 ], [ 158.52132034355964, 14.221320343559643 ], [ 159.4, 12.1 ] ] ], [ [ [ 159.1, 12.3 ], [ 158.22132034355963, 10.178679656440359 ], [ 156.1, 9.3 ], [ 153.97867965644036, 10.178679656440359 ], [ 153.1, 12.3 ], [ 153.97867965644036, 14.421320343559643 ], [ 156.1, 15.3 ], [ 158.22132034355963, 14.421320343559643 ], [ 159.1, 12.3 ] ] ], [ [ [ 158.7, 12.6 ], [ 157.82132034355962, 10.478679656440358 ], [ 155.7, 9.6 ], [ 153.57867965644036, 10.478679656440356 ], [ 152.7, 12.6 ], [ 153.57867965644036, 14.721320343559642 ], [ 155.7, 15.6 ], [ 157.82132034355962, 14.721320343559643 ], [ 158.7, 12.6 ] ] ], [ [ [ 158.2, 13.0 ], [ 157.32132034355962, 10.878679656440358 ], [ 155.2, 10.0 ], [ 153.07867965644036, 10.878679656440358 ], [ 152.2, 13.0 ], [ 153.07867965644036, 15.121320343559642 ], [ 155.2, 16.0 ], [ 157.32132034355962, 15.121320343559642 ], [ 158.2, 13.0 ] ] ], [ [ [ 157.7, 13.6 ], [ 156.82132034355962, 11.478679656440358 ], [ 154.7, 10.6 ], [ 152.57867965644036, 11.478679656440356 ], [ 151.7, 13.6 ], [ 152.57867965644036, 15.721320343559642 ], [ 154.7, 16.6 ], [ 156.82132034355962, 15.721320343559643 ], [ 157.7, 13.6 ] ] ], [ [ [ 157.2, 14.2 ], [ 156.32132034355962, 12.078679656440357 ], [ 154.2, 11.2 ], [ 152.07867965644036, 12.078679656440357 ], [ 151.2, 14.2 ], [ 152.07867965644036, 16.32132034355964 ], [ 154.2, 17.2 ], [ 156.32132034355962, 16.32132034355964 ], [ 157.2, 14.2 ] ] ], [ [ [ 157.1, 14.7 ], [ 156.22132034355963, 12.578679656440357 ], [ 154.1, 11.7 ], [ 151.97867965644036, 12.578679656440357 ], [ 151.1, 14.7 ], [ 151.97867965644036, 16.82132034355964 ], [ 154.1, 17.7 ], [ 156.22132034355963, 16.82132034355964 ], [ 157.1, 14.7 ] ] ], [ [ [ 156.6, 15.0 ], [ 155.72132034355963, 12.878679656440358 ], [ 153.6, 12.0 ], [ 151.47867965644036, 12.878679656440358 ], [ 150.6, 15.0 ], [ 151.47867965644036, 17.121320343559642 ], [ 153.6, 18.0 ], [ 155.72132034355963, 17.121320343559642 ], [ 156.6, 15.0 ] ] ], [ [ [ 156.2, 15.3 ], [ 155.32132034355962, 13.178679656440359 ], [ 153.2, 12.3 ], [ 151.07867965644036, 13.178679656440359 ], [ 150.2, 15.3 ], [ 151.07867965644036, 17.421320343559643 ], [ 153.2, 18.3 ], [ 155.32132034355962, 17.421320343559643 ], [ 156.2, 15.3 ] ] ], [ [ [ 155.8, 15.5 ], [ 154.92132034355964, 13.378679656440358 ], [ 152.8, 12.5 ], [ 150.67867965644038, 13.378679656440358 ], [ 149.8, 15.5 ], [ 150.67867965644038, 17.621320343559642 ], [ 152.8, 18.5 ], [ 154.92132034355964, 17.621320343559642 ], [ 155.8, 15.5 ] ] ], [ [ [ 153.5, 16.1 ], [ 153.20710678118655, 15.392893218813454 ], [ 152.5, 15.100000000000001 ], [ 151.79289321881345, 15.392893218813454 ], [ 151.5, 16.1 ], [ 151.79289321881345, 16.807106781186548 ], [ 152.5, 17.1 ], [ 153.20710678118655, 16.807106781186548 ], [ 153.5, 16.1 ] ] ], [ [ [ 153.2, 16.5 ], [ 152.90710678118654, 15.792893218813452 ], [ 152.2, 15.5 ], [ 151.49289321881344, 15.792893218813452 ], [ 151.2, 16.5 ], [ 151.49289321881344, 17.207106781186546 ], [ 152.2, 17.5 ], [ 152.90710678118654, 17.207106781186546 ], [ 153.2, 16.5 ] ] ], [ [ [ 153.1, 16.6 ], [ 152.80710678118655, 15.892893218813454 ], [ 152.1, 15.600000000000001 ], [ 151.39289321881344, 15.892893218813454 ], [ 151.1, 16.6 ], [ 151.39289321881344, 17.307106781186548 ], [ 152.1, 17.6 ], [ 152.80710678118655, 17.307106781186548 ], [ 153.1, 16.6 ] ] ], [ [ [ 153.6, 17.4 ], [ 153.30710678118655, 16.692893218813452 ], [ 152.6, 16.4 ], [ 151.89289321881344, 16.692893218813452 ], [ 151.6, 17.4 ], [ 151.89289321881344, 18.107106781186545 ], [ 152.6, 18.4 ], [ 153.30710678118655, 18.107106781186545 ], [ 153.6, 17.4 ] ] ], [ [ [ 153.8, 18.2 ], [ 153.50710678118656, 17.492893218813453 ], [ 152.8, 17.2 ], [ 152.09289321881346, 17.492893218813453 ], [ 151.8, 18.2 ], [ 152.09289321881346, 18.907106781186545 ], [ 152.8, 19.2 ], [ 153.50710678118656, 18.907106781186545 ], [ 153.8, 18.2 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-02-06T21:00:00Z", "2015-02-07T03:00:00Z", "2015-02-07T09:00:00Z", "2015-02-07T15:00:00Z", "2015-02-07T21:00:00Z", "2015-02-08T03:00:00Z", "2015-02-08T09:00:00Z", "2015-02-08T15:00:00Z", "2015-02-08T21:00:00Z", "2015-02-09T03:00:00Z", "2015-02-09T09:00:00Z", "2015-02-09T15:00:00Z", "2015-02-09T21:00:00Z", "2015-02-10T03:00:00Z", "2015-02-10T09:00:00Z", "2015-02-10T15:00:00Z", "2015-02-10T21:00:00Z", "2015-02-11T03:00:00Z", "2015-02-11T09:00:00Z", "2015-02-11T15:00:00Z", "2015-02-11T21:00:00Z", "2015-02-12T03:00:00Z", "2015-02-12T09:00:00Z", "2015-02-12T15:00:00Z", "2015-02-12T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1006.0, 1004.0, 1004.0, 1004.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 985.0, 980.0, 975.0, 965.0, 955.0, 940.0, 955.0, 975.0, 990.0, 994.0, 1002.0, 1004.0, 1006.0, 1004.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 50.0, 50.0, 55.0, 60.0, 70.0, 80.0, 90.0, 80.0, 65.0, 50.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201503_BAVI_feature.json b/samples/Typhoon201503_BAVI_feature.json
index ff0cd77..405e051 100644
--- a/samples/Typhoon201503_BAVI_feature.json
+++ b/samples/Typhoon201503_BAVI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201503号 (BAVI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-03-10T15:00:00Z", "2015-03-10T21:00:00Z", "2015-03-11T03:00:00Z", "2015-03-11T09:00:00Z", "2015-03-11T15:00:00Z", "2015-03-11T21:00:00Z", "2015-03-12T03:00:00Z", "2015-03-12T09:00:00Z", "2015-03-12T15:00:00Z", "2015-03-12T21:00:00Z", "2015-03-13T03:00:00Z", "2015-03-13T09:00:00Z", "2015-03-13T15:00:00Z", "2015-03-13T21:00:00Z", "2015-03-14T03:00:00Z", "2015-03-14T09:00:00Z", "2015-03-14T15:00:00Z", "2015-03-14T21:00:00Z", "2015-03-15T03:00:00Z", "2015-03-15T09:00:00Z", "2015-03-15T15:00:00Z", "2015-03-15T21:00:00Z", "2015-03-16T03:00:00Z", "2015-03-16T09:00:00Z", "2015-03-16T15:00:00Z", "2015-03-16T21:00:00Z", "2015-03-17T03:00:00Z", "2015-03-17T09:00:00Z", "2015-03-17T15:00:00Z", "2015-03-17T21:00:00Z", "2015-03-18T03:00:00Z", "2015-03-18T09:00:00Z", "2015-03-18T15:00:00Z", "2015-03-18T21:00:00Z", "2015-03-19T03:00:00Z", "2015-03-19T09:00:00Z", "2015-03-19T15:00:00Z", "2015-03-19T21:00:00Z", "2015-03-20T03:00:00Z", "2015-03-20T09:00:00Z", "2015-03-20T15:00:00Z", "2015-03-20T21:00:00Z", "2015-03-21T03:00:00Z", "2015-03-21T09:00:00Z", "2015-03-21T15:00:00Z", "2015-03-21T21:00:00Z" ],
- "coordinates" : [ [ [ [ 176.4, 4.3 ], [ 175.52132034355964, 2.1786796564403574 ], [ 173.4, 1.2999999999999998 ], [ 171.27867965644037, 2.178679656440357 ], [ 170.4, 4.3 ], [ 171.27867965644037, 6.421320343559643 ], [ 173.4, 7.3 ], [ 175.52132034355964, 6.421320343559643 ], [ 176.4, 4.3 ] ] ], [ [ [ 175.7, 5.4 ], [ 174.82132034355962, 3.278679656440358 ], [ 172.7, 2.4000000000000004 ], [ 170.57867965644036, 3.2786796564403575 ], [ 169.7, 5.4 ], [ 170.57867965644036, 7.521320343559642 ], [ 172.7, 8.4 ], [ 174.82132034355962, 7.521320343559643 ], [ 175.7, 5.4 ] ] ], [ [ [ 174.8, 6.3 ], [ 173.92132034355964, 4.178679656440357 ], [ 171.8, 3.3 ], [ 169.67867965644038, 4.178679656440357 ], [ 168.8, 6.3 ], [ 169.67867965644038, 8.421320343559643 ], [ 171.8, 9.3 ], [ 173.92132034355964, 8.421320343559643 ], [ 174.8, 6.3 ] ] ], [ [ [ 173.9, 6.7 ], [ 173.02132034355964, 4.578679656440357 ], [ 170.9, 3.7 ], [ 168.77867965644037, 4.578679656440357 ], [ 167.9, 6.7 ], [ 168.77867965644037, 8.821320343559643 ], [ 170.9, 9.7 ], [ 173.02132034355964, 8.821320343559643 ], [ 173.9, 6.7 ] ] ], [ [ [ 173.0, 6.8 ], [ 172.12132034355963, 4.678679656440357 ], [ 170.0, 3.8 ], [ 167.87867965644037, 4.678679656440357 ], [ 167.0, 6.8 ], [ 167.87867965644037, 8.921320343559643 ], [ 170.0, 9.8 ], [ 172.12132034355963, 8.921320343559643 ], [ 173.0, 6.8 ] ] ], [ [ [ 172.0, 6.8 ], [ 171.12132034355963, 4.678679656440357 ], [ 169.0, 3.8 ], [ 166.87867965644037, 4.678679656440357 ], [ 166.0, 6.8 ], [ 166.87867965644037, 8.921320343559643 ], [ 169.0, 9.8 ], [ 171.12132034355963, 8.921320343559643 ], [ 172.0, 6.8 ] ] ], [ [ [ 171.1, 7.3 ], [ 170.22132034355963, 5.178679656440357 ], [ 168.1, 4.3 ], [ 165.97867965644036, 5.178679656440357 ], [ 165.1, 7.3 ], [ 165.97867965644036, 9.421320343559643 ], [ 168.1, 10.3 ], [ 170.22132034355963, 9.421320343559643 ], [ 171.1, 7.3 ] ] ], [ [ [ 169.9, 7.4 ], [ 169.02132034355964, 5.278679656440358 ], [ 166.9, 4.4 ], [ 164.77867965644037, 5.2786796564403575 ], [ 163.9, 7.4 ], [ 164.77867965644037, 9.521320343559642 ], [ 166.9, 10.4 ], [ 169.02132034355964, 9.521320343559644 ], [ 169.9, 7.4 ] ] ], [ [ [ 169.1, 8.1 ], [ 168.22132034355963, 5.978679656440358 ], [ 166.1, 5.1 ], [ 163.97867965644036, 5.978679656440357 ], [ 163.1, 8.1 ], [ 163.97867965644036, 10.221320343559642 ], [ 166.1, 11.1 ], [ 168.22132034355963, 10.221320343559643 ], [ 169.1, 8.1 ] ] ], [ [ [ 167.0, 8.3 ], [ 166.12132034355963, 6.178679656440359 ], [ 164.0, 5.300000000000001 ], [ 161.87867965644037, 6.178679656440358 ], [ 161.0, 8.3 ], [ 161.87867965644037, 10.421320343559643 ], [ 164.0, 11.3 ], [ 166.12132034355963, 10.421320343559643 ], [ 167.0, 8.3 ] ] ], [ [ [ 165.5, 8.4 ], [ 164.62132034355963, 6.278679656440358 ], [ 162.5, 5.4 ], [ 160.37867965644037, 6.2786796564403575 ], [ 159.5, 8.4 ], [ 160.37867965644037, 10.521320343559642 ], [ 162.5, 11.4 ], [ 164.62132034355963, 10.521320343559644 ], [ 165.5, 8.4 ] ] ], [ [ [ 163.8, 8.7 ], [ 162.92132034355964, 6.578679656440357 ], [ 160.8, 5.699999999999999 ], [ 158.67867965644038, 6.5786796564403565 ], [ 157.8, 8.7 ], [ 158.67867965644038, 10.821320343559641 ], [ 160.8, 11.7 ], [ 162.92132034355964, 10.821320343559641 ], [ 163.8, 8.7 ] ] ], [ [ [ 162.9, 9.0 ], [ 162.02132034355964, 6.878679656440358 ], [ 159.9, 6.0 ], [ 157.77867965644037, 6.878679656440357 ], [ 156.9, 9.0 ], [ 157.77867965644037, 11.121320343559642 ], [ 159.9, 12.0 ], [ 162.02132034355964, 11.121320343559642 ], [ 162.9, 9.0 ] ] ], [ [ [ 161.6, 9.8 ], [ 160.72132034355963, 7.678679656440359 ], [ 158.6, 6.800000000000001 ], [ 156.47867965644036, 7.678679656440358 ], [ 155.6, 9.8 ], [ 156.47867965644036, 11.921320343559643 ], [ 158.6, 12.8 ], [ 160.72132034355963, 11.921320343559643 ], [ 161.6, 9.8 ] ] ], [ [ [ 159.9, 11.0 ], [ 159.02132034355964, 8.878679656440358 ], [ 156.9, 8.0 ], [ 154.77867965644037, 8.878679656440358 ], [ 153.9, 11.0 ], [ 154.77867965644037, 13.121320343559642 ], [ 156.9, 14.0 ], [ 159.02132034355964, 13.121320343559642 ], [ 159.9, 11.0 ] ] ], [ [ [ 157.5, 11.7 ], [ 156.62132034355963, 9.578679656440357 ], [ 154.5, 8.7 ], [ 152.37867965644037, 9.578679656440357 ], [ 151.5, 11.7 ], [ 152.37867965644037, 13.821320343559641 ], [ 154.5, 14.7 ], [ 156.62132034355963, 13.821320343559641 ], [ 157.5, 11.7 ] ] ], [ [ [ 155.6, 12.6 ], [ 154.72132034355963, 10.478679656440358 ], [ 152.6, 9.6 ], [ 150.47867965644036, 10.478679656440356 ], [ 149.6, 12.6 ], [ 150.47867965644036, 14.721320343559642 ], [ 152.6, 15.6 ], [ 154.72132034355963, 14.721320343559643 ], [ 155.6, 12.6 ] ] ], [ [ [ 154.0, 13.5 ], [ 153.12132034355963, 11.378679656440358 ], [ 151.0, 10.5 ], [ 148.87867965644037, 11.378679656440358 ], [ 148.0, 13.5 ], [ 148.87867965644037, 15.621320343559642 ], [ 151.0, 16.5 ], [ 153.12132034355963, 15.621320343559642 ], [ 154.0, 13.5 ] ] ], [ [ [ 152.4, 14.0 ], [ 151.52132034355964, 11.878679656440358 ], [ 149.4, 11.0 ], [ 147.27867965644037, 11.878679656440358 ], [ 146.4, 14.0 ], [ 147.27867965644037, 16.121320343559642 ], [ 149.4, 17.0 ], [ 151.52132034355964, 16.121320343559642 ], [ 152.4, 14.0 ] ] ], [ [ [ 151.0, 14.2 ], [ 150.12132034355963, 12.078679656440357 ], [ 148.0, 11.2 ], [ 145.87867965644037, 12.078679656440357 ], [ 145.0, 14.2 ], [ 145.87867965644037, 16.32132034355964 ], [ 148.0, 17.2 ], [ 150.12132034355963, 16.32132034355964 ], [ 151.0, 14.2 ] ] ], [ [ [ 149.6, 14.3 ], [ 148.72132034355963, 12.178679656440359 ], [ 146.6, 11.3 ], [ 144.47867965644036, 12.178679656440359 ], [ 143.6, 14.3 ], [ 144.47867965644036, 16.421320343559643 ], [ 146.6, 17.3 ], [ 148.72132034355963, 16.421320343559643 ], [ 149.6, 14.3 ] ] ], [ [ [ 148.2, 13.2 ], [ 147.32132034355962, 11.078679656440357 ], [ 145.2, 10.2 ], [ 143.07867965644036, 11.078679656440357 ], [ 142.2, 13.2 ], [ 143.07867965644036, 15.321320343559641 ], [ 145.2, 16.2 ], [ 147.32132034355962, 15.321320343559641 ], [ 148.2, 13.2 ] ] ], [ [ [ 145.3, 13.1 ], [ 144.42132034355964, 10.978679656440358 ], [ 142.3, 10.1 ], [ 140.17867965644038, 10.978679656440356 ], [ 139.3, 13.1 ], [ 140.17867965644038, 15.221320343559642 ], [ 142.3, 16.1 ], [ 144.42132034355964, 15.221320343559643 ], [ 145.3, 13.1 ] ] ], [ [ [ 144.0, 13.4 ], [ 143.12132034355963, 11.278679656440358 ], [ 141.0, 10.4 ], [ 138.87867965644037, 11.278679656440357 ], [ 138.0, 13.4 ], [ 138.87867965644037, 15.521320343559642 ], [ 141.0, 16.4 ], [ 143.12132034355963, 15.521320343559644 ], [ 144.0, 13.4 ] ] ], [ [ [ 142.6, 14.1 ], [ 141.72132034355963, 11.978679656440358 ], [ 139.6, 11.1 ], [ 137.47867965644036, 11.978679656440356 ], [ 136.6, 14.1 ], [ 137.47867965644036, 16.221320343559643 ], [ 139.6, 17.1 ], [ 141.72132034355963, 16.221320343559643 ], [ 142.6, 14.1 ] ] ], [ [ [ 141.4, 14.5 ], [ 140.52132034355964, 12.378679656440358 ], [ 138.4, 11.5 ], [ 136.27867965644037, 12.378679656440358 ], [ 135.4, 14.5 ], [ 136.27867965644037, 16.621320343559642 ], [ 138.4, 17.5 ], [ 140.52132034355964, 16.621320343559642 ], [ 141.4, 14.5 ] ] ], [ [ [ 140.3, 14.9 ], [ 139.42132034355964, 12.778679656440358 ], [ 137.3, 11.9 ], [ 135.17867965644038, 12.778679656440357 ], [ 134.3, 14.9 ], [ 135.17867965644038, 17.021320343559644 ], [ 137.3, 17.9 ], [ 139.42132034355964, 17.021320343559644 ], [ 140.3, 14.9 ] ] ], [ [ [ 139.4, 15.1 ], [ 138.52132034355964, 12.978679656440358 ], [ 136.4, 12.1 ], [ 134.27867965644037, 12.978679656440356 ], [ 133.4, 15.1 ], [ 134.27867965644037, 17.221320343559643 ], [ 136.4, 18.1 ], [ 138.52132034355964, 17.221320343559643 ], [ 139.4, 15.1 ] ] ], [ [ [ 138.4, 15.3 ], [ 137.52132034355964, 13.178679656440359 ], [ 135.4, 12.3 ], [ 133.27867965644037, 13.178679656440359 ], [ 132.4, 15.3 ], [ 133.27867965644037, 17.421320343559643 ], [ 135.4, 18.3 ], [ 137.52132034355964, 17.421320343559643 ], [ 138.4, 15.3 ] ] ], [ [ [ 137.5, 15.4 ], [ 136.62132034355963, 13.278679656440358 ], [ 134.5, 12.4 ], [ 132.37867965644037, 13.278679656440357 ], [ 131.5, 15.4 ], [ 132.37867965644037, 17.521320343559644 ], [ 134.5, 18.4 ], [ 136.62132034355963, 17.521320343559644 ], [ 137.5, 15.4 ] ] ], [ [ [ 134.4, 15.7 ], [ 134.10710678118656, 14.992893218813451 ], [ 133.4, 14.7 ], [ 132.69289321881345, 14.992893218813451 ], [ 132.4, 15.7 ], [ 132.69289321881345, 16.407106781186545 ], [ 133.4, 16.7 ], [ 134.10710678118656, 16.407106781186545 ], [ 134.4, 15.7 ] ] ], [ [ [ 134.0, 15.9 ], [ 133.70710678118655, 15.192893218813452 ], [ 133.0, 14.9 ], [ 132.29289321881345, 15.192893218813452 ], [ 132.0, 15.9 ], [ 132.29289321881345, 16.60710678118655 ], [ 133.0, 16.9 ], [ 133.70710678118655, 16.60710678118655 ], [ 134.0, 15.9 ] ] ], [ [ [ 133.0, 16.1 ], [ 132.70710678118655, 15.392893218813454 ], [ 132.0, 15.100000000000001 ], [ 131.29289321881345, 15.392893218813454 ], [ 131.0, 16.1 ], [ 131.29289321881345, 16.807106781186548 ], [ 132.0, 17.1 ], [ 132.70710678118655, 16.807106781186548 ], [ 133.0, 16.1 ] ] ], [ [ [ 132.2, 16.1 ], [ 131.90710678118654, 15.392893218813454 ], [ 131.2, 15.100000000000001 ], [ 130.49289321881344, 15.392893218813454 ], [ 130.2, 16.1 ], [ 130.49289321881344, 16.807106781186548 ], [ 131.2, 17.1 ], [ 131.90710678118654, 16.807106781186548 ], [ 132.2, 16.1 ] ] ], [ [ [ 131.6, 16.1 ], [ 131.30710678118655, 15.392893218813454 ], [ 130.6, 15.100000000000001 ], [ 129.89289321881344, 15.392893218813454 ], [ 129.6, 16.1 ], [ 129.89289321881344, 16.807106781186548 ], [ 130.6, 17.1 ], [ 131.30710678118655, 16.807106781186548 ], [ 131.6, 16.1 ] ] ], [ [ [ 130.9, 16.1 ], [ 130.60710678118656, 15.392893218813454 ], [ 129.9, 15.100000000000001 ], [ 129.19289321881345, 15.392893218813454 ], [ 128.9, 16.1 ], [ 129.19289321881345, 16.807106781186548 ], [ 129.9, 17.1 ], [ 130.60710678118656, 16.807106781186548 ], [ 130.9, 16.1 ] ] ], [ [ [ 130.0, 15.6 ], [ 129.70710678118655, 14.892893218813452 ], [ 129.0, 14.6 ], [ 128.29289321881345, 14.892893218813452 ], [ 128.0, 15.6 ], [ 128.29289321881345, 16.307106781186548 ], [ 129.0, 16.6 ], [ 129.70710678118655, 16.307106781186548 ], [ 130.0, 15.6 ] ] ], [ [ [ 129.2, 15.4 ], [ 128.90710678118654, 14.692893218813452 ], [ 128.2, 14.4 ], [ 127.49289321881344, 14.692893218813452 ], [ 127.19999999999999, 15.4 ], [ 127.49289321881344, 16.10710678118655 ], [ 128.2, 16.4 ], [ 128.90710678118654, 16.10710678118655 ], [ 129.2, 15.4 ] ] ], [ [ [ 128.5, 15.2 ], [ 128.20710678118655, 14.492893218813451 ], [ 127.5, 14.2 ], [ 126.79289321881345, 14.492893218813451 ], [ 126.5, 15.2 ], [ 126.79289321881345, 15.907106781186547 ], [ 127.5, 16.2 ], [ 128.20710678118655, 15.907106781186547 ], [ 128.5, 15.2 ] ] ], [ [ [ 127.7, 15.0 ], [ 127.40710678118656, 14.292893218813452 ], [ 126.7, 14.0 ], [ 125.99289321881345, 14.292893218813452 ], [ 125.7, 15.0 ], [ 125.99289321881345, 15.707106781186548 ], [ 126.7, 16.0 ], [ 127.40710678118656, 15.707106781186548 ], [ 127.7, 15.0 ] ] ], [ [ [ 126.9, 14.6 ], [ 126.60710678118656, 13.892893218813452 ], [ 125.9, 13.6 ], [ 125.19289321881345, 13.892893218813452 ], [ 124.9, 14.6 ], [ 125.19289321881345, 15.307106781186548 ], [ 125.9, 15.6 ], [ 126.60710678118656, 15.307106781186548 ], [ 126.9, 14.6 ] ] ], [ [ [ 126.1, 14.6 ], [ 125.80710678118655, 13.892893218813452 ], [ 125.1, 13.6 ], [ 124.39289321881344, 13.892893218813452 ], [ 124.1, 14.6 ], [ 124.39289321881344, 15.307106781186548 ], [ 125.1, 15.6 ], [ 125.80710678118655, 15.307106781186548 ], [ 126.1, 14.6 ] ] ], [ [ [ 125.3, 14.6 ], [ 125.00710678118655, 13.892893218813452 ], [ 124.3, 13.6 ], [ 123.59289321881344, 13.892893218813452 ], [ 123.3, 14.6 ], [ 123.59289321881344, 15.307106781186548 ], [ 124.3, 15.6 ], [ 125.00710678118655, 15.307106781186548 ], [ 125.3, 14.6 ] ] ], [ [ [ 124.5, 14.4 ], [ 124.20710678118655, 13.692893218813452 ], [ 123.5, 13.4 ], [ 122.79289321881345, 13.692893218813452 ], [ 122.5, 14.4 ], [ 122.79289321881345, 15.107106781186548 ], [ 123.5, 15.4 ], [ 124.20710678118655, 15.107106781186548 ], [ 124.5, 14.4 ] ] ], [ [ [ 123.6, 14.1 ], [ 123.30710678118655, 13.392893218813452 ], [ 122.6, 13.1 ], [ 121.89289321881344, 13.392893218813452 ], [ 121.6, 14.1 ], [ 121.89289321881344, 14.807106781186548 ], [ 122.6, 15.1 ], [ 123.30710678118655, 14.807106781186548 ], [ 123.6, 14.1 ] ] ], [ [ [ 122.7, 13.8 ], [ 122.40710678118656, 13.092893218813453 ], [ 121.7, 12.8 ], [ 120.99289321881345, 13.092893218813453 ], [ 120.7, 13.8 ], [ 120.99289321881345, 14.507106781186549 ], [ 121.7, 14.8 ], [ 122.40710678118656, 14.507106781186549 ], [ 122.7, 13.8 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-03-10T15:00:00Z", "2015-03-10T21:00:00Z", "2015-03-11T03:00:00Z", "2015-03-11T09:00:00Z", "2015-03-11T15:00:00Z", "2015-03-11T21:00:00Z", "2015-03-12T03:00:00Z", "2015-03-12T09:00:00Z", "2015-03-12T15:00:00Z", "2015-03-12T21:00:00Z", "2015-03-13T03:00:00Z", "2015-03-13T09:00:00Z", "2015-03-13T15:00:00Z", "2015-03-13T21:00:00Z", "2015-03-14T03:00:00Z", "2015-03-14T09:00:00Z", "2015-03-14T15:00:00Z", "2015-03-14T21:00:00Z", "2015-03-15T03:00:00Z", "2015-03-15T09:00:00Z", "2015-03-15T15:00:00Z", "2015-03-15T21:00:00Z", "2015-03-16T03:00:00Z", "2015-03-16T09:00:00Z", "2015-03-16T15:00:00Z", "2015-03-16T21:00:00Z", "2015-03-17T03:00:00Z", "2015-03-17T09:00:00Z", "2015-03-17T15:00:00Z", "2015-03-17T21:00:00Z", "2015-03-18T03:00:00Z", "2015-03-18T09:00:00Z", "2015-03-18T15:00:00Z", "2015-03-18T21:00:00Z", "2015-03-19T03:00:00Z", "2015-03-19T09:00:00Z", "2015-03-19T15:00:00Z", "2015-03-19T21:00:00Z", "2015-03-20T03:00:00Z", "2015-03-20T09:00:00Z", "2015-03-20T15:00:00Z", "2015-03-20T21:00:00Z", "2015-03-21T03:00:00Z", "2015-03-21T09:00:00Z", "2015-03-21T15:00:00Z", "2015-03-21T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 998.0, 998.0, 998.0, 998.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 992.0, 994.0, 996.0, 996.0, 996.0, 996.0, 996.0, 998.0, 1000.0, 1002.0, 1004.0, 1004.0, 1008.0, 1008.0, 1010.0, 1008.0, 1010.0, 1008.0, 1008.0, 1008.0, 1010.0, 1008.0, 1010.0, 1010.0, 1010.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201503号 (BAVI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-03-10T15:00:00Z", "2015-03-10T21:00:00Z", "2015-03-11T03:00:00Z", "2015-03-11T09:00:00Z", "2015-03-11T15:00:00Z", "2015-03-11T21:00:00Z", "2015-03-12T03:00:00Z", "2015-03-12T09:00:00Z", "2015-03-12T15:00:00Z", "2015-03-12T21:00:00Z", "2015-03-13T03:00:00Z", "2015-03-13T09:00:00Z", "2015-03-13T15:00:00Z", "2015-03-13T21:00:00Z", "2015-03-14T03:00:00Z", "2015-03-14T09:00:00Z", "2015-03-14T15:00:00Z", "2015-03-14T21:00:00Z", "2015-03-15T03:00:00Z", "2015-03-15T09:00:00Z", "2015-03-15T15:00:00Z", "2015-03-15T21:00:00Z", "2015-03-16T03:00:00Z", "2015-03-16T09:00:00Z", "2015-03-16T15:00:00Z", "2015-03-16T21:00:00Z", "2015-03-17T03:00:00Z", "2015-03-17T09:00:00Z", "2015-03-17T15:00:00Z", "2015-03-17T21:00:00Z", "2015-03-18T03:00:00Z", "2015-03-18T09:00:00Z", "2015-03-18T15:00:00Z", "2015-03-18T21:00:00Z", "2015-03-19T03:00:00Z", "2015-03-19T09:00:00Z", "2015-03-19T15:00:00Z", "2015-03-19T21:00:00Z", "2015-03-20T03:00:00Z", "2015-03-20T09:00:00Z", "2015-03-20T15:00:00Z", "2015-03-20T21:00:00Z", "2015-03-21T03:00:00Z", "2015-03-21T09:00:00Z", "2015-03-21T15:00:00Z", "2015-03-21T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 176.4, 4.3 ], [ 175.52132034355964, 2.1786796564403574 ], [ 173.4, 1.2999999999999998 ], [ 171.27867965644037, 2.178679656440357 ], [ 170.4, 4.3 ], [ 171.27867965644037, 6.421320343559643 ], [ 173.4, 7.3 ], [ 175.52132034355964, 6.421320343559643 ], [ 176.4, 4.3 ] ] ], [ [ [ 175.7, 5.4 ], [ 174.82132034355962, 3.278679656440358 ], [ 172.7, 2.4000000000000004 ], [ 170.57867965644036, 3.2786796564403575 ], [ 169.7, 5.4 ], [ 170.57867965644036, 7.521320343559642 ], [ 172.7, 8.4 ], [ 174.82132034355962, 7.521320343559643 ], [ 175.7, 5.4 ] ] ], [ [ [ 174.8, 6.3 ], [ 173.92132034355964, 4.178679656440357 ], [ 171.8, 3.3 ], [ 169.67867965644038, 4.178679656440357 ], [ 168.8, 6.3 ], [ 169.67867965644038, 8.421320343559643 ], [ 171.8, 9.3 ], [ 173.92132034355964, 8.421320343559643 ], [ 174.8, 6.3 ] ] ], [ [ [ 173.9, 6.7 ], [ 173.02132034355964, 4.578679656440357 ], [ 170.9, 3.7 ], [ 168.77867965644037, 4.578679656440357 ], [ 167.9, 6.7 ], [ 168.77867965644037, 8.821320343559643 ], [ 170.9, 9.7 ], [ 173.02132034355964, 8.821320343559643 ], [ 173.9, 6.7 ] ] ], [ [ [ 173.0, 6.8 ], [ 172.12132034355963, 4.678679656440357 ], [ 170.0, 3.8 ], [ 167.87867965644037, 4.678679656440357 ], [ 167.0, 6.8 ], [ 167.87867965644037, 8.921320343559643 ], [ 170.0, 9.8 ], [ 172.12132034355963, 8.921320343559643 ], [ 173.0, 6.8 ] ] ], [ [ [ 172.0, 6.8 ], [ 171.12132034355963, 4.678679656440357 ], [ 169.0, 3.8 ], [ 166.87867965644037, 4.678679656440357 ], [ 166.0, 6.8 ], [ 166.87867965644037, 8.921320343559643 ], [ 169.0, 9.8 ], [ 171.12132034355963, 8.921320343559643 ], [ 172.0, 6.8 ] ] ], [ [ [ 171.1, 7.3 ], [ 170.22132034355963, 5.178679656440357 ], [ 168.1, 4.3 ], [ 165.97867965644036, 5.178679656440357 ], [ 165.1, 7.3 ], [ 165.97867965644036, 9.421320343559643 ], [ 168.1, 10.3 ], [ 170.22132034355963, 9.421320343559643 ], [ 171.1, 7.3 ] ] ], [ [ [ 169.9, 7.4 ], [ 169.02132034355964, 5.278679656440358 ], [ 166.9, 4.4 ], [ 164.77867965644037, 5.2786796564403575 ], [ 163.9, 7.4 ], [ 164.77867965644037, 9.521320343559642 ], [ 166.9, 10.4 ], [ 169.02132034355964, 9.521320343559644 ], [ 169.9, 7.4 ] ] ], [ [ [ 169.1, 8.1 ], [ 168.22132034355963, 5.978679656440358 ], [ 166.1, 5.1 ], [ 163.97867965644036, 5.978679656440357 ], [ 163.1, 8.1 ], [ 163.97867965644036, 10.221320343559642 ], [ 166.1, 11.1 ], [ 168.22132034355963, 10.221320343559643 ], [ 169.1, 8.1 ] ] ], [ [ [ 167.0, 8.3 ], [ 166.12132034355963, 6.178679656440359 ], [ 164.0, 5.300000000000001 ], [ 161.87867965644037, 6.178679656440358 ], [ 161.0, 8.3 ], [ 161.87867965644037, 10.421320343559643 ], [ 164.0, 11.3 ], [ 166.12132034355963, 10.421320343559643 ], [ 167.0, 8.3 ] ] ], [ [ [ 165.5, 8.4 ], [ 164.62132034355963, 6.278679656440358 ], [ 162.5, 5.4 ], [ 160.37867965644037, 6.2786796564403575 ], [ 159.5, 8.4 ], [ 160.37867965644037, 10.521320343559642 ], [ 162.5, 11.4 ], [ 164.62132034355963, 10.521320343559644 ], [ 165.5, 8.4 ] ] ], [ [ [ 163.8, 8.7 ], [ 162.92132034355964, 6.578679656440357 ], [ 160.8, 5.699999999999999 ], [ 158.67867965644038, 6.5786796564403565 ], [ 157.8, 8.7 ], [ 158.67867965644038, 10.821320343559641 ], [ 160.8, 11.7 ], [ 162.92132034355964, 10.821320343559641 ], [ 163.8, 8.7 ] ] ], [ [ [ 162.9, 9.0 ], [ 162.02132034355964, 6.878679656440358 ], [ 159.9, 6.0 ], [ 157.77867965644037, 6.878679656440357 ], [ 156.9, 9.0 ], [ 157.77867965644037, 11.121320343559642 ], [ 159.9, 12.0 ], [ 162.02132034355964, 11.121320343559642 ], [ 162.9, 9.0 ] ] ], [ [ [ 161.6, 9.8 ], [ 160.72132034355963, 7.678679656440359 ], [ 158.6, 6.800000000000001 ], [ 156.47867965644036, 7.678679656440358 ], [ 155.6, 9.8 ], [ 156.47867965644036, 11.921320343559643 ], [ 158.6, 12.8 ], [ 160.72132034355963, 11.921320343559643 ], [ 161.6, 9.8 ] ] ], [ [ [ 159.9, 11.0 ], [ 159.02132034355964, 8.878679656440358 ], [ 156.9, 8.0 ], [ 154.77867965644037, 8.878679656440358 ], [ 153.9, 11.0 ], [ 154.77867965644037, 13.121320343559642 ], [ 156.9, 14.0 ], [ 159.02132034355964, 13.121320343559642 ], [ 159.9, 11.0 ] ] ], [ [ [ 157.5, 11.7 ], [ 156.62132034355963, 9.578679656440357 ], [ 154.5, 8.7 ], [ 152.37867965644037, 9.578679656440357 ], [ 151.5, 11.7 ], [ 152.37867965644037, 13.821320343559641 ], [ 154.5, 14.7 ], [ 156.62132034355963, 13.821320343559641 ], [ 157.5, 11.7 ] ] ], [ [ [ 155.6, 12.6 ], [ 154.72132034355963, 10.478679656440358 ], [ 152.6, 9.6 ], [ 150.47867965644036, 10.478679656440356 ], [ 149.6, 12.6 ], [ 150.47867965644036, 14.721320343559642 ], [ 152.6, 15.6 ], [ 154.72132034355963, 14.721320343559643 ], [ 155.6, 12.6 ] ] ], [ [ [ 154.0, 13.5 ], [ 153.12132034355963, 11.378679656440358 ], [ 151.0, 10.5 ], [ 148.87867965644037, 11.378679656440358 ], [ 148.0, 13.5 ], [ 148.87867965644037, 15.621320343559642 ], [ 151.0, 16.5 ], [ 153.12132034355963, 15.621320343559642 ], [ 154.0, 13.5 ] ] ], [ [ [ 152.4, 14.0 ], [ 151.52132034355964, 11.878679656440358 ], [ 149.4, 11.0 ], [ 147.27867965644037, 11.878679656440358 ], [ 146.4, 14.0 ], [ 147.27867965644037, 16.121320343559642 ], [ 149.4, 17.0 ], [ 151.52132034355964, 16.121320343559642 ], [ 152.4, 14.0 ] ] ], [ [ [ 151.0, 14.2 ], [ 150.12132034355963, 12.078679656440357 ], [ 148.0, 11.2 ], [ 145.87867965644037, 12.078679656440357 ], [ 145.0, 14.2 ], [ 145.87867965644037, 16.32132034355964 ], [ 148.0, 17.2 ], [ 150.12132034355963, 16.32132034355964 ], [ 151.0, 14.2 ] ] ], [ [ [ 149.6, 14.3 ], [ 148.72132034355963, 12.178679656440359 ], [ 146.6, 11.3 ], [ 144.47867965644036, 12.178679656440359 ], [ 143.6, 14.3 ], [ 144.47867965644036, 16.421320343559643 ], [ 146.6, 17.3 ], [ 148.72132034355963, 16.421320343559643 ], [ 149.6, 14.3 ] ] ], [ [ [ 148.2, 13.2 ], [ 147.32132034355962, 11.078679656440357 ], [ 145.2, 10.2 ], [ 143.07867965644036, 11.078679656440357 ], [ 142.2, 13.2 ], [ 143.07867965644036, 15.321320343559641 ], [ 145.2, 16.2 ], [ 147.32132034355962, 15.321320343559641 ], [ 148.2, 13.2 ] ] ], [ [ [ 145.3, 13.1 ], [ 144.42132034355964, 10.978679656440358 ], [ 142.3, 10.1 ], [ 140.17867965644038, 10.978679656440356 ], [ 139.3, 13.1 ], [ 140.17867965644038, 15.221320343559642 ], [ 142.3, 16.1 ], [ 144.42132034355964, 15.221320343559643 ], [ 145.3, 13.1 ] ] ], [ [ [ 144.0, 13.4 ], [ 143.12132034355963, 11.278679656440358 ], [ 141.0, 10.4 ], [ 138.87867965644037, 11.278679656440357 ], [ 138.0, 13.4 ], [ 138.87867965644037, 15.521320343559642 ], [ 141.0, 16.4 ], [ 143.12132034355963, 15.521320343559644 ], [ 144.0, 13.4 ] ] ], [ [ [ 142.6, 14.1 ], [ 141.72132034355963, 11.978679656440358 ], [ 139.6, 11.1 ], [ 137.47867965644036, 11.978679656440356 ], [ 136.6, 14.1 ], [ 137.47867965644036, 16.221320343559643 ], [ 139.6, 17.1 ], [ 141.72132034355963, 16.221320343559643 ], [ 142.6, 14.1 ] ] ], [ [ [ 141.4, 14.5 ], [ 140.52132034355964, 12.378679656440358 ], [ 138.4, 11.5 ], [ 136.27867965644037, 12.378679656440358 ], [ 135.4, 14.5 ], [ 136.27867965644037, 16.621320343559642 ], [ 138.4, 17.5 ], [ 140.52132034355964, 16.621320343559642 ], [ 141.4, 14.5 ] ] ], [ [ [ 140.3, 14.9 ], [ 139.42132034355964, 12.778679656440358 ], [ 137.3, 11.9 ], [ 135.17867965644038, 12.778679656440357 ], [ 134.3, 14.9 ], [ 135.17867965644038, 17.021320343559644 ], [ 137.3, 17.9 ], [ 139.42132034355964, 17.021320343559644 ], [ 140.3, 14.9 ] ] ], [ [ [ 139.4, 15.1 ], [ 138.52132034355964, 12.978679656440358 ], [ 136.4, 12.1 ], [ 134.27867965644037, 12.978679656440356 ], [ 133.4, 15.1 ], [ 134.27867965644037, 17.221320343559643 ], [ 136.4, 18.1 ], [ 138.52132034355964, 17.221320343559643 ], [ 139.4, 15.1 ] ] ], [ [ [ 138.4, 15.3 ], [ 137.52132034355964, 13.178679656440359 ], [ 135.4, 12.3 ], [ 133.27867965644037, 13.178679656440359 ], [ 132.4, 15.3 ], [ 133.27867965644037, 17.421320343559643 ], [ 135.4, 18.3 ], [ 137.52132034355964, 17.421320343559643 ], [ 138.4, 15.3 ] ] ], [ [ [ 137.5, 15.4 ], [ 136.62132034355963, 13.278679656440358 ], [ 134.5, 12.4 ], [ 132.37867965644037, 13.278679656440357 ], [ 131.5, 15.4 ], [ 132.37867965644037, 17.521320343559644 ], [ 134.5, 18.4 ], [ 136.62132034355963, 17.521320343559644 ], [ 137.5, 15.4 ] ] ], [ [ [ 134.4, 15.7 ], [ 134.10710678118656, 14.992893218813451 ], [ 133.4, 14.7 ], [ 132.69289321881345, 14.992893218813451 ], [ 132.4, 15.7 ], [ 132.69289321881345, 16.407106781186545 ], [ 133.4, 16.7 ], [ 134.10710678118656, 16.407106781186545 ], [ 134.4, 15.7 ] ] ], [ [ [ 134.0, 15.9 ], [ 133.70710678118655, 15.192893218813452 ], [ 133.0, 14.9 ], [ 132.29289321881345, 15.192893218813452 ], [ 132.0, 15.9 ], [ 132.29289321881345, 16.60710678118655 ], [ 133.0, 16.9 ], [ 133.70710678118655, 16.60710678118655 ], [ 134.0, 15.9 ] ] ], [ [ [ 133.0, 16.1 ], [ 132.70710678118655, 15.392893218813454 ], [ 132.0, 15.100000000000001 ], [ 131.29289321881345, 15.392893218813454 ], [ 131.0, 16.1 ], [ 131.29289321881345, 16.807106781186548 ], [ 132.0, 17.1 ], [ 132.70710678118655, 16.807106781186548 ], [ 133.0, 16.1 ] ] ], [ [ [ 132.2, 16.1 ], [ 131.90710678118654, 15.392893218813454 ], [ 131.2, 15.100000000000001 ], [ 130.49289321881344, 15.392893218813454 ], [ 130.2, 16.1 ], [ 130.49289321881344, 16.807106781186548 ], [ 131.2, 17.1 ], [ 131.90710678118654, 16.807106781186548 ], [ 132.2, 16.1 ] ] ], [ [ [ 131.6, 16.1 ], [ 131.30710678118655, 15.392893218813454 ], [ 130.6, 15.100000000000001 ], [ 129.89289321881344, 15.392893218813454 ], [ 129.6, 16.1 ], [ 129.89289321881344, 16.807106781186548 ], [ 130.6, 17.1 ], [ 131.30710678118655, 16.807106781186548 ], [ 131.6, 16.1 ] ] ], [ [ [ 130.9, 16.1 ], [ 130.60710678118656, 15.392893218813454 ], [ 129.9, 15.100000000000001 ], [ 129.19289321881345, 15.392893218813454 ], [ 128.9, 16.1 ], [ 129.19289321881345, 16.807106781186548 ], [ 129.9, 17.1 ], [ 130.60710678118656, 16.807106781186548 ], [ 130.9, 16.1 ] ] ], [ [ [ 130.0, 15.6 ], [ 129.70710678118655, 14.892893218813452 ], [ 129.0, 14.6 ], [ 128.29289321881345, 14.892893218813452 ], [ 128.0, 15.6 ], [ 128.29289321881345, 16.307106781186548 ], [ 129.0, 16.6 ], [ 129.70710678118655, 16.307106781186548 ], [ 130.0, 15.6 ] ] ], [ [ [ 129.2, 15.4 ], [ 128.90710678118654, 14.692893218813452 ], [ 128.2, 14.4 ], [ 127.49289321881344, 14.692893218813452 ], [ 127.19999999999999, 15.4 ], [ 127.49289321881344, 16.10710678118655 ], [ 128.2, 16.4 ], [ 128.90710678118654, 16.10710678118655 ], [ 129.2, 15.4 ] ] ], [ [ [ 128.5, 15.2 ], [ 128.20710678118655, 14.492893218813451 ], [ 127.5, 14.2 ], [ 126.79289321881345, 14.492893218813451 ], [ 126.5, 15.2 ], [ 126.79289321881345, 15.907106781186547 ], [ 127.5, 16.2 ], [ 128.20710678118655, 15.907106781186547 ], [ 128.5, 15.2 ] ] ], [ [ [ 127.7, 15.0 ], [ 127.40710678118656, 14.292893218813452 ], [ 126.7, 14.0 ], [ 125.99289321881345, 14.292893218813452 ], [ 125.7, 15.0 ], [ 125.99289321881345, 15.707106781186548 ], [ 126.7, 16.0 ], [ 127.40710678118656, 15.707106781186548 ], [ 127.7, 15.0 ] ] ], [ [ [ 126.9, 14.6 ], [ 126.60710678118656, 13.892893218813452 ], [ 125.9, 13.6 ], [ 125.19289321881345, 13.892893218813452 ], [ 124.9, 14.6 ], [ 125.19289321881345, 15.307106781186548 ], [ 125.9, 15.6 ], [ 126.60710678118656, 15.307106781186548 ], [ 126.9, 14.6 ] ] ], [ [ [ 126.1, 14.6 ], [ 125.80710678118655, 13.892893218813452 ], [ 125.1, 13.6 ], [ 124.39289321881344, 13.892893218813452 ], [ 124.1, 14.6 ], [ 124.39289321881344, 15.307106781186548 ], [ 125.1, 15.6 ], [ 125.80710678118655, 15.307106781186548 ], [ 126.1, 14.6 ] ] ], [ [ [ 125.3, 14.6 ], [ 125.00710678118655, 13.892893218813452 ], [ 124.3, 13.6 ], [ 123.59289321881344, 13.892893218813452 ], [ 123.3, 14.6 ], [ 123.59289321881344, 15.307106781186548 ], [ 124.3, 15.6 ], [ 125.00710678118655, 15.307106781186548 ], [ 125.3, 14.6 ] ] ], [ [ [ 124.5, 14.4 ], [ 124.20710678118655, 13.692893218813452 ], [ 123.5, 13.4 ], [ 122.79289321881345, 13.692893218813452 ], [ 122.5, 14.4 ], [ 122.79289321881345, 15.107106781186548 ], [ 123.5, 15.4 ], [ 124.20710678118655, 15.107106781186548 ], [ 124.5, 14.4 ] ] ], [ [ [ 123.6, 14.1 ], [ 123.30710678118655, 13.392893218813452 ], [ 122.6, 13.1 ], [ 121.89289321881344, 13.392893218813452 ], [ 121.6, 14.1 ], [ 121.89289321881344, 14.807106781186548 ], [ 122.6, 15.1 ], [ 123.30710678118655, 14.807106781186548 ], [ 123.6, 14.1 ] ] ], [ [ [ 122.7, 13.8 ], [ 122.40710678118656, 13.092893218813453 ], [ 121.7, 12.8 ], [ 120.99289321881345, 13.092893218813453 ], [ 120.7, 13.8 ], [ 120.99289321881345, 14.507106781186549 ], [ 121.7, 14.8 ], [ 122.40710678118656, 14.507106781186549 ], [ 122.7, 13.8 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-03-10T15:00:00Z", "2015-03-10T21:00:00Z", "2015-03-11T03:00:00Z", "2015-03-11T09:00:00Z", "2015-03-11T15:00:00Z", "2015-03-11T21:00:00Z", "2015-03-12T03:00:00Z", "2015-03-12T09:00:00Z", "2015-03-12T15:00:00Z", "2015-03-12T21:00:00Z", "2015-03-13T03:00:00Z", "2015-03-13T09:00:00Z", "2015-03-13T15:00:00Z", "2015-03-13T21:00:00Z", "2015-03-14T03:00:00Z", "2015-03-14T09:00:00Z", "2015-03-14T15:00:00Z", "2015-03-14T21:00:00Z", "2015-03-15T03:00:00Z", "2015-03-15T09:00:00Z", "2015-03-15T15:00:00Z", "2015-03-15T21:00:00Z", "2015-03-16T03:00:00Z", "2015-03-16T09:00:00Z", "2015-03-16T15:00:00Z", "2015-03-16T21:00:00Z", "2015-03-17T03:00:00Z", "2015-03-17T09:00:00Z", "2015-03-17T15:00:00Z", "2015-03-17T21:00:00Z", "2015-03-18T03:00:00Z", "2015-03-18T09:00:00Z", "2015-03-18T15:00:00Z", "2015-03-18T21:00:00Z", "2015-03-19T03:00:00Z", "2015-03-19T09:00:00Z", "2015-03-19T15:00:00Z", "2015-03-19T21:00:00Z", "2015-03-20T03:00:00Z", "2015-03-20T09:00:00Z", "2015-03-20T15:00:00Z", "2015-03-20T21:00:00Z", "2015-03-21T03:00:00Z", "2015-03-21T09:00:00Z", "2015-03-21T15:00:00Z", "2015-03-21T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 998.0, 998.0, 998.0, 998.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 992.0, 994.0, 996.0, 996.0, 996.0, 996.0, 996.0, 998.0, 1000.0, 1002.0, 1004.0, 1004.0, 1008.0, 1008.0, 1010.0, 1008.0, 1010.0, 1008.0, 1008.0, 1008.0, 1010.0, 1008.0, 1010.0, 1010.0, 1010.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201504_MAYSAK_feature.json b/samples/Typhoon201504_MAYSAK_feature.json
index 8a931a1..33da6bb 100644
--- a/samples/Typhoon201504_MAYSAK_feature.json
+++ b/samples/Typhoon201504_MAYSAK_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201504号 (MAYSAK)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-03-26T21:00:00Z", "2015-03-27T03:00:00Z", "2015-03-27T09:00:00Z", "2015-03-27T15:00:00Z", "2015-03-27T21:00:00Z", "2015-03-28T03:00:00Z", "2015-03-28T09:00:00Z", "2015-03-28T15:00:00Z", "2015-03-28T21:00:00Z", "2015-03-29T03:00:00Z", "2015-03-29T09:00:00Z", "2015-03-29T15:00:00Z", "2015-03-29T21:00:00Z", "2015-03-30T03:00:00Z", "2015-03-30T09:00:00Z", "2015-03-30T15:00:00Z", "2015-03-30T21:00:00Z", "2015-03-31T03:00:00Z", "2015-03-31T09:00:00Z", "2015-03-31T15:00:00Z", "2015-03-31T21:00:00Z", "2015-04-01T03:00:00Z", "2015-04-01T09:00:00Z", "2015-04-01T15:00:00Z", "2015-04-01T21:00:00Z", "2015-04-02T03:00:00Z", "2015-04-02T09:00:00Z", "2015-04-02T15:00:00Z", "2015-04-02T21:00:00Z", "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z", "2015-04-06T15:00:00Z", "2015-04-06T21:00:00Z", "2015-04-07T03:00:00Z", "2015-04-07T09:00:00Z" ],
- "coordinates" : [ [ [ [ 160.9, 6.7 ], [ 160.60710678118656, 5.992893218813453 ], [ 159.9, 5.7 ], [ 159.19289321881345, 5.992893218813452 ], [ 158.9, 6.7 ], [ 159.19289321881345, 7.407106781186547 ], [ 159.9, 7.7 ], [ 160.60710678118656, 7.407106781186548 ], [ 160.9, 6.7 ] ] ], [ [ [ 160.2, 6.9 ], [ 159.90710678118654, 6.1928932188134524 ], [ 159.2, 5.9 ], [ 158.49289321881344, 6.1928932188134524 ], [ 158.2, 6.9 ], [ 158.49289321881344, 7.607106781186548 ], [ 159.2, 7.9 ], [ 159.90710678118654, 7.607106781186548 ], [ 160.2, 6.9 ] ] ], [ [ [ 159.5, 7.2 ], [ 159.20710678118655, 6.492893218813453 ], [ 158.5, 6.2 ], [ 157.79289321881345, 6.492893218813452 ], [ 157.5, 7.2 ], [ 157.79289321881345, 7.907106781186547 ], [ 158.5, 8.2 ], [ 159.20710678118655, 7.907106781186548 ], [ 159.5, 7.2 ] ] ], [ [ [ 158.9, 7.4 ], [ 158.60710678118656, 6.6928932188134524 ], [ 157.9, 6.4 ], [ 157.19289321881345, 6.6928932188134524 ], [ 156.9, 7.4 ], [ 157.19289321881345, 8.107106781186548 ], [ 157.9, 8.4 ], [ 158.60710678118656, 8.107106781186548 ], [ 158.9, 7.4 ] ] ], [ [ [ 158.4, 7.7 ], [ 158.10710678118656, 6.992893218813453 ], [ 157.4, 6.7 ], [ 156.69289321881345, 6.992893218813452 ], [ 156.4, 7.7 ], [ 156.69289321881345, 8.407106781186547 ], [ 157.4, 8.7 ], [ 158.10710678118656, 8.407106781186547 ], [ 158.4, 7.7 ] ] ], [ [ [ 157.8, 7.8 ], [ 157.50710678118656, 7.092893218813453 ], [ 156.8, 6.8 ], [ 156.09289321881346, 7.092893218813452 ], [ 155.8, 7.8 ], [ 156.09289321881346, 8.507106781186547 ], [ 156.8, 8.8 ], [ 157.50710678118656, 8.507106781186547 ], [ 157.8, 7.8 ] ] ], [ [ [ 158.5, 7.8 ], [ 157.62132034355963, 5.678679656440357 ], [ 155.5, 4.8 ], [ 153.37867965644037, 5.678679656440357 ], [ 152.5, 7.8 ], [ 153.37867965644037, 9.921320343559643 ], [ 155.5, 10.8 ], [ 157.62132034355963, 9.921320343559643 ], [ 158.5, 7.8 ] ] ], [ [ [ 157.4, 7.6 ], [ 156.52132034355964, 5.478679656440358 ], [ 154.4, 4.6 ], [ 152.27867965644037, 5.478679656440357 ], [ 151.4, 7.6 ], [ 152.27867965644037, 9.721320343559642 ], [ 154.4, 10.6 ], [ 156.52132034355964, 9.721320343559643 ], [ 157.4, 7.6 ] ] ], [ [ [ 156.9, 7.3 ], [ 156.02132034355964, 5.178679656440357 ], [ 153.9, 4.3 ], [ 151.77867965644037, 5.178679656440357 ], [ 150.9, 7.3 ], [ 151.77867965644037, 9.421320343559643 ], [ 153.9, 10.3 ], [ 156.02132034355964, 9.421320343559643 ], [ 156.9, 7.3 ] ] ], [ [ [ 156.1, 7.4 ], [ 155.22132034355963, 5.278679656440358 ], [ 153.1, 4.4 ], [ 150.97867965644036, 5.2786796564403575 ], [ 150.1, 7.4 ], [ 150.97867965644036, 9.521320343559642 ], [ 153.1, 10.4 ], [ 155.22132034355963, 9.521320343559644 ], [ 156.1, 7.4 ] ] ], [ [ [ 155.2, 7.6 ], [ 154.32132034355962, 5.478679656440358 ], [ 152.2, 4.6 ], [ 150.07867965644036, 5.478679656440357 ], [ 149.2, 7.6 ], [ 150.07867965644036, 9.721320343559642 ], [ 152.2, 10.6 ], [ 154.32132034355962, 9.721320343559643 ], [ 155.2, 7.6 ] ] ], [ [ [ 154.1, 7.8 ], [ 153.22132034355963, 5.678679656440357 ], [ 151.1, 4.8 ], [ 148.97867965644036, 5.678679656440357 ], [ 148.1, 7.8 ], [ 148.97867965644036, 9.921320343559643 ], [ 151.1, 10.8 ], [ 153.22132034355963, 9.921320343559643 ], [ 154.1, 7.8 ] ] ], [ [ [ 152.5, 8.0 ], [ 151.62132034355963, 5.878679656440358 ], [ 149.5, 5.0 ], [ 147.37867965644037, 5.878679656440357 ], [ 146.5, 8.0 ], [ 147.37867965644037, 10.121320343559642 ], [ 149.5, 11.0 ], [ 151.62132034355963, 10.121320343559642 ], [ 152.5, 8.0 ] ] ], [ [ [ 151.0, 8.1 ], [ 150.12132034355963, 5.978679656440358 ], [ 148.0, 5.1 ], [ 145.87867965644037, 5.978679656440357 ], [ 145.0, 8.1 ], [ 145.87867965644037, 10.221320343559642 ], [ 148.0, 11.1 ], [ 150.12132034355963, 10.221320343559643 ], [ 151.0, 8.1 ] ] ], [ [ [ 149.9, 8.5 ], [ 149.02132034355964, 6.378679656440358 ], [ 146.9, 5.5 ], [ 144.77867965644037, 6.378679656440357 ], [ 143.9, 8.5 ], [ 144.77867965644037, 10.621320343559642 ], [ 146.9, 11.5 ], [ 149.02132034355964, 10.621320343559642 ], [ 149.9, 8.5 ] ] ], [ [ [ 148.7, 8.8 ], [ 147.82132034355962, 6.678679656440359 ], [ 145.7, 5.800000000000001 ], [ 143.57867965644036, 6.678679656440358 ], [ 142.7, 8.8 ], [ 143.57867965644036, 10.921320343559643 ], [ 145.7, 11.8 ], [ 147.82132034355962, 10.921320343559643 ], [ 148.7, 8.8 ] ] ], [ [ [ 147.9, 9.0 ], [ 147.02132034355964, 6.878679656440358 ], [ 144.9, 6.0 ], [ 142.77867965644037, 6.878679656440357 ], [ 141.9, 9.0 ], [ 142.77867965644037, 11.121320343559642 ], [ 144.9, 12.0 ], [ 147.02132034355964, 11.121320343559642 ], [ 147.9, 9.0 ] ] ], [ [ [ 146.7, 9.4 ], [ 145.82132034355962, 7.278679656440358 ], [ 143.7, 6.4 ], [ 141.57867965644036, 7.2786796564403575 ], [ 140.7, 9.4 ], [ 141.57867965644036, 11.521320343559642 ], [ 143.7, 12.4 ], [ 145.82132034355962, 11.521320343559644 ], [ 146.7, 9.4 ] ] ], [ [ [ 145.5, 9.6 ], [ 144.62132034355963, 7.478679656440358 ], [ 142.5, 6.6 ], [ 140.37867965644037, 7.478679656440357 ], [ 139.5, 9.6 ], [ 140.37867965644037, 11.721320343559642 ], [ 142.5, 12.6 ], [ 144.62132034355963, 11.721320343559643 ], [ 145.5, 9.6 ] ] ], [ [ [ 144.3, 10.0 ], [ 143.42132034355964, 7.878679656440358 ], [ 141.3, 7.0 ], [ 139.17867965644038, 7.878679656440357 ], [ 138.3, 10.0 ], [ 139.17867965644038, 12.121320343559642 ], [ 141.3, 13.0 ], [ 143.42132034355964, 12.121320343559642 ], [ 144.3, 10.0 ] ] ], [ [ [ 142.9, 10.2 ], [ 142.02132034355964, 8.078679656440357 ], [ 139.9, 7.199999999999999 ], [ 137.77867965644037, 8.078679656440357 ], [ 136.9, 10.2 ], [ 137.77867965644037, 12.321320343559641 ], [ 139.9, 13.2 ], [ 142.02132034355964, 12.321320343559641 ], [ 142.9, 10.2 ] ] ], [ [ [ 141.7, 10.3 ], [ 140.82132034355962, 8.178679656440359 ], [ 138.7, 7.300000000000001 ], [ 136.57867965644036, 8.178679656440359 ], [ 135.7, 10.3 ], [ 136.57867965644036, 12.421320343559643 ], [ 138.7, 13.3 ], [ 140.82132034355962, 12.421320343559643 ], [ 141.7, 10.3 ] ] ], [ [ [ 140.7, 10.7 ], [ 139.82132034355962, 8.578679656440357 ], [ 137.7, 7.699999999999999 ], [ 135.57867965644036, 8.578679656440357 ], [ 134.7, 10.7 ], [ 135.57867965644036, 12.821320343559641 ], [ 137.7, 13.7 ], [ 139.82132034355962, 12.821320343559641 ], [ 140.7, 10.7 ] ] ], [ [ [ 139.6, 11.2 ], [ 138.72132034355963, 9.078679656440357 ], [ 136.6, 8.2 ], [ 134.47867965644036, 9.078679656440357 ], [ 133.6, 11.2 ], [ 134.47867965644036, 13.321320343559641 ], [ 136.6, 14.2 ], [ 138.72132034355963, 13.321320343559641 ], [ 139.6, 11.2 ] ] ], [ [ [ 138.7, 11.7 ], [ 137.82132034355962, 9.578679656440357 ], [ 135.7, 8.7 ], [ 133.57867965644036, 9.578679656440357 ], [ 132.7, 11.7 ], [ 133.57867965644036, 13.821320343559641 ], [ 135.7, 14.7 ], [ 137.82132034355962, 13.821320343559641 ], [ 138.7, 11.7 ] ] ], [ [ [ 137.7, 12.0 ], [ 136.82132034355962, 9.878679656440358 ], [ 134.7, 9.0 ], [ 132.57867965644036, 9.878679656440358 ], [ 131.7, 12.0 ], [ 132.57867965644036, 14.121320343559642 ], [ 134.7, 15.0 ], [ 136.82132034355962, 14.121320343559642 ], [ 137.7, 12.0 ] ] ], [ [ [ 137.0, 12.3 ], [ 136.12132034355963, 10.178679656440359 ], [ 134.0, 9.3 ], [ 131.87867965644037, 10.178679656440359 ], [ 131.0, 12.3 ], [ 131.87867965644037, 14.421320343559643 ], [ 134.0, 15.3 ], [ 136.12132034355963, 14.421320343559643 ], [ 137.0, 12.3 ] ] ], [ [ [ 136.4, 12.8 ], [ 135.52132034355964, 10.678679656440359 ], [ 133.4, 9.8 ], [ 131.27867965644037, 10.678679656440359 ], [ 130.4, 12.8 ], [ 131.27867965644037, 14.921320343559643 ], [ 133.4, 15.8 ], [ 135.52132034355964, 14.921320343559643 ], [ 136.4, 12.8 ] ] ], [ [ [ 135.6, 13.2 ], [ 134.72132034355963, 11.078679656440357 ], [ 132.6, 10.2 ], [ 130.47867965644036, 11.078679656440357 ], [ 129.6, 13.2 ], [ 130.47867965644036, 15.321320343559641 ], [ 132.6, 16.2 ], [ 134.72132034355963, 15.321320343559641 ], [ 135.6, 13.2 ] ] ], [ [ [ 135.0, 13.7 ], [ 134.12132034355963, 11.578679656440357 ], [ 132.0, 10.7 ], [ 129.87867965644037, 11.578679656440357 ], [ 129.0, 13.7 ], [ 129.87867965644037, 15.821320343559641 ], [ 132.0, 16.7 ], [ 134.12132034355963, 15.821320343559641 ], [ 135.0, 13.7 ] ] ], [ [ [ 134.1, 13.9 ], [ 133.22132034355963, 11.778679656440358 ], [ 131.1, 10.9 ], [ 128.97867965644036, 11.778679656440357 ], [ 128.1, 13.9 ], [ 128.97867965644036, 16.021320343559644 ], [ 131.1, 16.9 ], [ 133.22132034355963, 16.021320343559644 ], [ 134.1, 13.9 ] ] ], [ [ [ 133.0, 14.1 ], [ 132.12132034355963, 11.978679656440358 ], [ 130.0, 11.1 ], [ 127.87867965644035, 11.978679656440356 ], [ 127.0, 14.1 ], [ 127.87867965644035, 16.221320343559643 ], [ 130.0, 17.1 ], [ 132.12132034355963, 16.221320343559643 ], [ 133.0, 14.1 ] ] ], [ [ [ 132.0, 14.1 ], [ 131.12132034355963, 11.978679656440358 ], [ 129.0, 11.1 ], [ 126.87867965644035, 11.978679656440356 ], [ 126.0, 14.1 ], [ 126.87867965644035, 16.221320343559643 ], [ 129.0, 17.1 ], [ 131.12132034355963, 16.221320343559643 ], [ 132.0, 14.1 ] ] ], [ [ [ 130.8, 14.3 ], [ 129.92132034355964, 12.178679656440359 ], [ 127.8, 11.3 ], [ 125.67867965644035, 12.178679656440359 ], [ 124.8, 14.3 ], [ 125.67867965644035, 16.421320343559643 ], [ 127.8, 17.3 ], [ 129.92132034355964, 16.421320343559643 ], [ 130.8, 14.3 ] ] ], [ [ [ 129.6, 14.7 ], [ 128.72132034355963, 12.578679656440357 ], [ 126.6, 11.7 ], [ 124.47867965644035, 12.578679656440357 ], [ 123.6, 14.7 ], [ 124.47867965644035, 16.82132034355964 ], [ 126.6, 17.7 ], [ 128.72132034355963, 16.82132034355964 ], [ 129.6, 14.7 ] ] ], [ [ [ 128.1, 15.2 ], [ 127.22132034355964, 13.078679656440357 ], [ 125.1, 12.2 ], [ 122.97867965644035, 13.078679656440357 ], [ 122.1, 15.2 ], [ 122.97867965644035, 17.32132034355964 ], [ 125.1, 18.2 ], [ 127.22132034355964, 17.32132034355964 ], [ 128.1, 15.2 ] ] ], [ [ [ 126.8, 15.7 ], [ 125.92132034355964, 13.578679656440357 ], [ 123.8, 12.7 ], [ 121.67867965644035, 13.578679656440357 ], [ 120.8, 15.7 ], [ 121.67867965644035, 17.82132034355964 ], [ 123.8, 18.7 ], [ 125.92132034355964, 17.82132034355964 ], [ 126.8, 15.7 ] ] ], [ [ [ 126.0, 16.0 ], [ 125.12132034355965, 13.878679656440358 ], [ 123.0, 13.0 ], [ 120.87867965644035, 13.878679656440358 ], [ 120.0, 16.0 ], [ 120.87867965644035, 18.121320343559642 ], [ 123.0, 19.0 ], [ 125.12132034355965, 18.121320343559642 ], [ 126.0, 16.0 ] ] ], [ [ [ 125.6, 16.2 ], [ 124.72132034355964, 14.078679656440357 ], [ 122.6, 13.2 ], [ 120.47867965644035, 14.078679656440357 ], [ 119.6, 16.2 ], [ 120.47867965644035, 18.32132034355964 ], [ 122.6, 19.2 ], [ 124.72132034355964, 18.32132034355964 ], [ 125.6, 16.2 ] ] ], [ [ [ 122.1, 18.6 ], [ 121.80710678118655, 17.892893218813455 ], [ 121.1, 17.6 ], [ 120.39289321881344, 17.892893218813455 ], [ 120.1, 18.6 ], [ 120.39289321881344, 19.307106781186548 ], [ 121.1, 19.6 ], [ 121.80710678118655, 19.307106781186548 ], [ 122.1, 18.6 ] ] ], [ [ [ 120.4, 19.5 ], [ 120.10710678118656, 18.792893218813454 ], [ 119.4, 18.5 ], [ 118.69289321881345, 18.792893218813454 ], [ 118.4, 19.5 ], [ 118.69289321881345, 20.207106781186546 ], [ 119.4, 20.5 ], [ 120.10710678118656, 20.207106781186546 ], [ 120.4, 19.5 ] ] ], [ [ [ 119.2, 20.3 ], [ 118.90710678118656, 19.592893218813455 ], [ 118.2, 19.3 ], [ 117.49289321881345, 19.592893218813455 ], [ 117.2, 20.3 ], [ 117.49289321881345, 21.007106781186547 ], [ 118.2, 21.3 ], [ 118.90710678118656, 21.007106781186547 ], [ 119.2, 20.3 ] ] ], [ [ [ 118.4, 20.3 ], [ 118.10710678118656, 19.592893218813455 ], [ 117.4, 19.3 ], [ 116.69289321881345, 19.592893218813455 ], [ 116.4, 20.3 ], [ 116.69289321881345, 21.007106781186547 ], [ 117.4, 21.3 ], [ 118.10710678118656, 21.007106781186547 ], [ 118.4, 20.3 ] ] ], [ [ [ 118.2, 20.1 ], [ 117.90710678118656, 19.392893218813455 ], [ 117.2, 19.1 ], [ 116.49289321881345, 19.392893218813455 ], [ 116.2, 20.1 ], [ 116.49289321881345, 20.807106781186548 ], [ 117.2, 21.1 ], [ 117.90710678118656, 20.807106781186548 ], [ 118.2, 20.1 ] ] ], [ [ [ 118.3, 20.0 ], [ 118.00710678118655, 19.292893218813454 ], [ 117.3, 19.0 ], [ 116.59289321881344, 19.292893218813454 ], [ 116.3, 20.0 ], [ 116.59289321881344, 20.707106781186546 ], [ 117.3, 21.0 ], [ 118.00710678118655, 20.707106781186546 ], [ 118.3, 20.0 ] ] ], [ [ [ 118.2, 20.3 ], [ 117.90710678118656, 19.592893218813455 ], [ 117.2, 19.3 ], [ 116.49289321881345, 19.592893218813455 ], [ 116.2, 20.3 ], [ 116.49289321881345, 21.007106781186547 ], [ 117.2, 21.3 ], [ 117.90710678118656, 21.007106781186547 ], [ 118.2, 20.3 ] ] ], [ [ [ 117.8, 20.6 ], [ 117.50710678118655, 19.892893218813455 ], [ 116.8, 19.6 ], [ 116.09289321881344, 19.892893218813455 ], [ 115.8, 20.6 ], [ 116.09289321881344, 21.307106781186548 ], [ 116.8, 21.6 ], [ 117.50710678118655, 21.307106781186548 ], [ 117.8, 20.6 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-03-26T21:00:00Z", "2015-03-27T03:00:00Z", "2015-03-27T09:00:00Z", "2015-03-27T15:00:00Z", "2015-03-27T21:00:00Z", "2015-03-28T03:00:00Z", "2015-03-28T09:00:00Z", "2015-03-28T15:00:00Z", "2015-03-28T21:00:00Z", "2015-03-29T03:00:00Z", "2015-03-29T09:00:00Z", "2015-03-29T15:00:00Z", "2015-03-29T21:00:00Z", "2015-03-30T03:00:00Z", "2015-03-30T09:00:00Z", "2015-03-30T15:00:00Z", "2015-03-30T21:00:00Z", "2015-03-31T03:00:00Z", "2015-03-31T09:00:00Z", "2015-03-31T15:00:00Z", "2015-03-31T21:00:00Z", "2015-04-01T03:00:00Z", "2015-04-01T09:00:00Z", "2015-04-01T15:00:00Z", "2015-04-01T21:00:00Z", "2015-04-02T03:00:00Z", "2015-04-02T09:00:00Z", "2015-04-02T15:00:00Z", "2015-04-02T21:00:00Z", "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z", "2015-04-06T15:00:00Z", "2015-04-06T21:00:00Z", "2015-04-07T03:00:00Z", "2015-04-07T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1006.0, 1008.0, 1006.0, 1006.0, 1002.0, 998.0, 994.0, 985.0, 980.0, 970.0, 965.0, 950.0, 950.0, 950.0, 950.0, 940.0, 925.0, 915.0, 910.0, 910.0, 910.0, 910.0, 910.0, 910.0, 910.0, 925.0, 940.0, 940.0, 940.0, 945.0, 950.0, 955.0, 960.0, 965.0, 980.0, 985.0, 996.0, 1000.0, 1004.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1010.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 50.0, 55.0, 65.0, 70.0, 80.0, 80.0, 80.0, 80.0, 85.0, 95.0, 100.0, 105.0, 105.0, 105.0, 105.0, 105.0, 105.0, 105.0, 95.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 70.0, 55.0, 50.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201504号 (MAYSAK)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-03-26T21:00:00Z", "2015-03-27T03:00:00Z", "2015-03-27T09:00:00Z", "2015-03-27T15:00:00Z", "2015-03-27T21:00:00Z", "2015-03-28T03:00:00Z", "2015-03-28T09:00:00Z", "2015-03-28T15:00:00Z", "2015-03-28T21:00:00Z", "2015-03-29T03:00:00Z", "2015-03-29T09:00:00Z", "2015-03-29T15:00:00Z", "2015-03-29T21:00:00Z", "2015-03-30T03:00:00Z", "2015-03-30T09:00:00Z", "2015-03-30T15:00:00Z", "2015-03-30T21:00:00Z", "2015-03-31T03:00:00Z", "2015-03-31T09:00:00Z", "2015-03-31T15:00:00Z", "2015-03-31T21:00:00Z", "2015-04-01T03:00:00Z", "2015-04-01T09:00:00Z", "2015-04-01T15:00:00Z", "2015-04-01T21:00:00Z", "2015-04-02T03:00:00Z", "2015-04-02T09:00:00Z", "2015-04-02T15:00:00Z", "2015-04-02T21:00:00Z", "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z", "2015-04-06T15:00:00Z", "2015-04-06T21:00:00Z", "2015-04-07T03:00:00Z", "2015-04-07T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 160.9, 6.7 ], [ 160.60710678118656, 5.992893218813453 ], [ 159.9, 5.7 ], [ 159.19289321881345, 5.992893218813452 ], [ 158.9, 6.7 ], [ 159.19289321881345, 7.407106781186547 ], [ 159.9, 7.7 ], [ 160.60710678118656, 7.407106781186548 ], [ 160.9, 6.7 ] ] ], [ [ [ 160.2, 6.9 ], [ 159.90710678118654, 6.1928932188134524 ], [ 159.2, 5.9 ], [ 158.49289321881344, 6.1928932188134524 ], [ 158.2, 6.9 ], [ 158.49289321881344, 7.607106781186548 ], [ 159.2, 7.9 ], [ 159.90710678118654, 7.607106781186548 ], [ 160.2, 6.9 ] ] ], [ [ [ 159.5, 7.2 ], [ 159.20710678118655, 6.492893218813453 ], [ 158.5, 6.2 ], [ 157.79289321881345, 6.492893218813452 ], [ 157.5, 7.2 ], [ 157.79289321881345, 7.907106781186547 ], [ 158.5, 8.2 ], [ 159.20710678118655, 7.907106781186548 ], [ 159.5, 7.2 ] ] ], [ [ [ 158.9, 7.4 ], [ 158.60710678118656, 6.6928932188134524 ], [ 157.9, 6.4 ], [ 157.19289321881345, 6.6928932188134524 ], [ 156.9, 7.4 ], [ 157.19289321881345, 8.107106781186548 ], [ 157.9, 8.4 ], [ 158.60710678118656, 8.107106781186548 ], [ 158.9, 7.4 ] ] ], [ [ [ 158.4, 7.7 ], [ 158.10710678118656, 6.992893218813453 ], [ 157.4, 6.7 ], [ 156.69289321881345, 6.992893218813452 ], [ 156.4, 7.7 ], [ 156.69289321881345, 8.407106781186547 ], [ 157.4, 8.7 ], [ 158.10710678118656, 8.407106781186547 ], [ 158.4, 7.7 ] ] ], [ [ [ 157.8, 7.8 ], [ 157.50710678118656, 7.092893218813453 ], [ 156.8, 6.8 ], [ 156.09289321881346, 7.092893218813452 ], [ 155.8, 7.8 ], [ 156.09289321881346, 8.507106781186547 ], [ 156.8, 8.8 ], [ 157.50710678118656, 8.507106781186547 ], [ 157.8, 7.8 ] ] ], [ [ [ 158.5, 7.8 ], [ 157.62132034355963, 5.678679656440357 ], [ 155.5, 4.8 ], [ 153.37867965644037, 5.678679656440357 ], [ 152.5, 7.8 ], [ 153.37867965644037, 9.921320343559643 ], [ 155.5, 10.8 ], [ 157.62132034355963, 9.921320343559643 ], [ 158.5, 7.8 ] ] ], [ [ [ 157.4, 7.6 ], [ 156.52132034355964, 5.478679656440358 ], [ 154.4, 4.6 ], [ 152.27867965644037, 5.478679656440357 ], [ 151.4, 7.6 ], [ 152.27867965644037, 9.721320343559642 ], [ 154.4, 10.6 ], [ 156.52132034355964, 9.721320343559643 ], [ 157.4, 7.6 ] ] ], [ [ [ 156.9, 7.3 ], [ 156.02132034355964, 5.178679656440357 ], [ 153.9, 4.3 ], [ 151.77867965644037, 5.178679656440357 ], [ 150.9, 7.3 ], [ 151.77867965644037, 9.421320343559643 ], [ 153.9, 10.3 ], [ 156.02132034355964, 9.421320343559643 ], [ 156.9, 7.3 ] ] ], [ [ [ 156.1, 7.4 ], [ 155.22132034355963, 5.278679656440358 ], [ 153.1, 4.4 ], [ 150.97867965644036, 5.2786796564403575 ], [ 150.1, 7.4 ], [ 150.97867965644036, 9.521320343559642 ], [ 153.1, 10.4 ], [ 155.22132034355963, 9.521320343559644 ], [ 156.1, 7.4 ] ] ], [ [ [ 155.2, 7.6 ], [ 154.32132034355962, 5.478679656440358 ], [ 152.2, 4.6 ], [ 150.07867965644036, 5.478679656440357 ], [ 149.2, 7.6 ], [ 150.07867965644036, 9.721320343559642 ], [ 152.2, 10.6 ], [ 154.32132034355962, 9.721320343559643 ], [ 155.2, 7.6 ] ] ], [ [ [ 154.1, 7.8 ], [ 153.22132034355963, 5.678679656440357 ], [ 151.1, 4.8 ], [ 148.97867965644036, 5.678679656440357 ], [ 148.1, 7.8 ], [ 148.97867965644036, 9.921320343559643 ], [ 151.1, 10.8 ], [ 153.22132034355963, 9.921320343559643 ], [ 154.1, 7.8 ] ] ], [ [ [ 152.5, 8.0 ], [ 151.62132034355963, 5.878679656440358 ], [ 149.5, 5.0 ], [ 147.37867965644037, 5.878679656440357 ], [ 146.5, 8.0 ], [ 147.37867965644037, 10.121320343559642 ], [ 149.5, 11.0 ], [ 151.62132034355963, 10.121320343559642 ], [ 152.5, 8.0 ] ] ], [ [ [ 151.0, 8.1 ], [ 150.12132034355963, 5.978679656440358 ], [ 148.0, 5.1 ], [ 145.87867965644037, 5.978679656440357 ], [ 145.0, 8.1 ], [ 145.87867965644037, 10.221320343559642 ], [ 148.0, 11.1 ], [ 150.12132034355963, 10.221320343559643 ], [ 151.0, 8.1 ] ] ], [ [ [ 149.9, 8.5 ], [ 149.02132034355964, 6.378679656440358 ], [ 146.9, 5.5 ], [ 144.77867965644037, 6.378679656440357 ], [ 143.9, 8.5 ], [ 144.77867965644037, 10.621320343559642 ], [ 146.9, 11.5 ], [ 149.02132034355964, 10.621320343559642 ], [ 149.9, 8.5 ] ] ], [ [ [ 148.7, 8.8 ], [ 147.82132034355962, 6.678679656440359 ], [ 145.7, 5.800000000000001 ], [ 143.57867965644036, 6.678679656440358 ], [ 142.7, 8.8 ], [ 143.57867965644036, 10.921320343559643 ], [ 145.7, 11.8 ], [ 147.82132034355962, 10.921320343559643 ], [ 148.7, 8.8 ] ] ], [ [ [ 147.9, 9.0 ], [ 147.02132034355964, 6.878679656440358 ], [ 144.9, 6.0 ], [ 142.77867965644037, 6.878679656440357 ], [ 141.9, 9.0 ], [ 142.77867965644037, 11.121320343559642 ], [ 144.9, 12.0 ], [ 147.02132034355964, 11.121320343559642 ], [ 147.9, 9.0 ] ] ], [ [ [ 146.7, 9.4 ], [ 145.82132034355962, 7.278679656440358 ], [ 143.7, 6.4 ], [ 141.57867965644036, 7.2786796564403575 ], [ 140.7, 9.4 ], [ 141.57867965644036, 11.521320343559642 ], [ 143.7, 12.4 ], [ 145.82132034355962, 11.521320343559644 ], [ 146.7, 9.4 ] ] ], [ [ [ 145.5, 9.6 ], [ 144.62132034355963, 7.478679656440358 ], [ 142.5, 6.6 ], [ 140.37867965644037, 7.478679656440357 ], [ 139.5, 9.6 ], [ 140.37867965644037, 11.721320343559642 ], [ 142.5, 12.6 ], [ 144.62132034355963, 11.721320343559643 ], [ 145.5, 9.6 ] ] ], [ [ [ 144.3, 10.0 ], [ 143.42132034355964, 7.878679656440358 ], [ 141.3, 7.0 ], [ 139.17867965644038, 7.878679656440357 ], [ 138.3, 10.0 ], [ 139.17867965644038, 12.121320343559642 ], [ 141.3, 13.0 ], [ 143.42132034355964, 12.121320343559642 ], [ 144.3, 10.0 ] ] ], [ [ [ 142.9, 10.2 ], [ 142.02132034355964, 8.078679656440357 ], [ 139.9, 7.199999999999999 ], [ 137.77867965644037, 8.078679656440357 ], [ 136.9, 10.2 ], [ 137.77867965644037, 12.321320343559641 ], [ 139.9, 13.2 ], [ 142.02132034355964, 12.321320343559641 ], [ 142.9, 10.2 ] ] ], [ [ [ 141.7, 10.3 ], [ 140.82132034355962, 8.178679656440359 ], [ 138.7, 7.300000000000001 ], [ 136.57867965644036, 8.178679656440359 ], [ 135.7, 10.3 ], [ 136.57867965644036, 12.421320343559643 ], [ 138.7, 13.3 ], [ 140.82132034355962, 12.421320343559643 ], [ 141.7, 10.3 ] ] ], [ [ [ 140.7, 10.7 ], [ 139.82132034355962, 8.578679656440357 ], [ 137.7, 7.699999999999999 ], [ 135.57867965644036, 8.578679656440357 ], [ 134.7, 10.7 ], [ 135.57867965644036, 12.821320343559641 ], [ 137.7, 13.7 ], [ 139.82132034355962, 12.821320343559641 ], [ 140.7, 10.7 ] ] ], [ [ [ 139.6, 11.2 ], [ 138.72132034355963, 9.078679656440357 ], [ 136.6, 8.2 ], [ 134.47867965644036, 9.078679656440357 ], [ 133.6, 11.2 ], [ 134.47867965644036, 13.321320343559641 ], [ 136.6, 14.2 ], [ 138.72132034355963, 13.321320343559641 ], [ 139.6, 11.2 ] ] ], [ [ [ 138.7, 11.7 ], [ 137.82132034355962, 9.578679656440357 ], [ 135.7, 8.7 ], [ 133.57867965644036, 9.578679656440357 ], [ 132.7, 11.7 ], [ 133.57867965644036, 13.821320343559641 ], [ 135.7, 14.7 ], [ 137.82132034355962, 13.821320343559641 ], [ 138.7, 11.7 ] ] ], [ [ [ 137.7, 12.0 ], [ 136.82132034355962, 9.878679656440358 ], [ 134.7, 9.0 ], [ 132.57867965644036, 9.878679656440358 ], [ 131.7, 12.0 ], [ 132.57867965644036, 14.121320343559642 ], [ 134.7, 15.0 ], [ 136.82132034355962, 14.121320343559642 ], [ 137.7, 12.0 ] ] ], [ [ [ 137.0, 12.3 ], [ 136.12132034355963, 10.178679656440359 ], [ 134.0, 9.3 ], [ 131.87867965644037, 10.178679656440359 ], [ 131.0, 12.3 ], [ 131.87867965644037, 14.421320343559643 ], [ 134.0, 15.3 ], [ 136.12132034355963, 14.421320343559643 ], [ 137.0, 12.3 ] ] ], [ [ [ 136.4, 12.8 ], [ 135.52132034355964, 10.678679656440359 ], [ 133.4, 9.8 ], [ 131.27867965644037, 10.678679656440359 ], [ 130.4, 12.8 ], [ 131.27867965644037, 14.921320343559643 ], [ 133.4, 15.8 ], [ 135.52132034355964, 14.921320343559643 ], [ 136.4, 12.8 ] ] ], [ [ [ 135.6, 13.2 ], [ 134.72132034355963, 11.078679656440357 ], [ 132.6, 10.2 ], [ 130.47867965644036, 11.078679656440357 ], [ 129.6, 13.2 ], [ 130.47867965644036, 15.321320343559641 ], [ 132.6, 16.2 ], [ 134.72132034355963, 15.321320343559641 ], [ 135.6, 13.2 ] ] ], [ [ [ 135.0, 13.7 ], [ 134.12132034355963, 11.578679656440357 ], [ 132.0, 10.7 ], [ 129.87867965644037, 11.578679656440357 ], [ 129.0, 13.7 ], [ 129.87867965644037, 15.821320343559641 ], [ 132.0, 16.7 ], [ 134.12132034355963, 15.821320343559641 ], [ 135.0, 13.7 ] ] ], [ [ [ 134.1, 13.9 ], [ 133.22132034355963, 11.778679656440358 ], [ 131.1, 10.9 ], [ 128.97867965644036, 11.778679656440357 ], [ 128.1, 13.9 ], [ 128.97867965644036, 16.021320343559644 ], [ 131.1, 16.9 ], [ 133.22132034355963, 16.021320343559644 ], [ 134.1, 13.9 ] ] ], [ [ [ 133.0, 14.1 ], [ 132.12132034355963, 11.978679656440358 ], [ 130.0, 11.1 ], [ 127.87867965644035, 11.978679656440356 ], [ 127.0, 14.1 ], [ 127.87867965644035, 16.221320343559643 ], [ 130.0, 17.1 ], [ 132.12132034355963, 16.221320343559643 ], [ 133.0, 14.1 ] ] ], [ [ [ 132.0, 14.1 ], [ 131.12132034355963, 11.978679656440358 ], [ 129.0, 11.1 ], [ 126.87867965644035, 11.978679656440356 ], [ 126.0, 14.1 ], [ 126.87867965644035, 16.221320343559643 ], [ 129.0, 17.1 ], [ 131.12132034355963, 16.221320343559643 ], [ 132.0, 14.1 ] ] ], [ [ [ 130.8, 14.3 ], [ 129.92132034355964, 12.178679656440359 ], [ 127.8, 11.3 ], [ 125.67867965644035, 12.178679656440359 ], [ 124.8, 14.3 ], [ 125.67867965644035, 16.421320343559643 ], [ 127.8, 17.3 ], [ 129.92132034355964, 16.421320343559643 ], [ 130.8, 14.3 ] ] ], [ [ [ 129.6, 14.7 ], [ 128.72132034355963, 12.578679656440357 ], [ 126.6, 11.7 ], [ 124.47867965644035, 12.578679656440357 ], [ 123.6, 14.7 ], [ 124.47867965644035, 16.82132034355964 ], [ 126.6, 17.7 ], [ 128.72132034355963, 16.82132034355964 ], [ 129.6, 14.7 ] ] ], [ [ [ 128.1, 15.2 ], [ 127.22132034355964, 13.078679656440357 ], [ 125.1, 12.2 ], [ 122.97867965644035, 13.078679656440357 ], [ 122.1, 15.2 ], [ 122.97867965644035, 17.32132034355964 ], [ 125.1, 18.2 ], [ 127.22132034355964, 17.32132034355964 ], [ 128.1, 15.2 ] ] ], [ [ [ 126.8, 15.7 ], [ 125.92132034355964, 13.578679656440357 ], [ 123.8, 12.7 ], [ 121.67867965644035, 13.578679656440357 ], [ 120.8, 15.7 ], [ 121.67867965644035, 17.82132034355964 ], [ 123.8, 18.7 ], [ 125.92132034355964, 17.82132034355964 ], [ 126.8, 15.7 ] ] ], [ [ [ 126.0, 16.0 ], [ 125.12132034355965, 13.878679656440358 ], [ 123.0, 13.0 ], [ 120.87867965644035, 13.878679656440358 ], [ 120.0, 16.0 ], [ 120.87867965644035, 18.121320343559642 ], [ 123.0, 19.0 ], [ 125.12132034355965, 18.121320343559642 ], [ 126.0, 16.0 ] ] ], [ [ [ 125.6, 16.2 ], [ 124.72132034355964, 14.078679656440357 ], [ 122.6, 13.2 ], [ 120.47867965644035, 14.078679656440357 ], [ 119.6, 16.2 ], [ 120.47867965644035, 18.32132034355964 ], [ 122.6, 19.2 ], [ 124.72132034355964, 18.32132034355964 ], [ 125.6, 16.2 ] ] ], [ [ [ 122.1, 18.6 ], [ 121.80710678118655, 17.892893218813455 ], [ 121.1, 17.6 ], [ 120.39289321881344, 17.892893218813455 ], [ 120.1, 18.6 ], [ 120.39289321881344, 19.307106781186548 ], [ 121.1, 19.6 ], [ 121.80710678118655, 19.307106781186548 ], [ 122.1, 18.6 ] ] ], [ [ [ 120.4, 19.5 ], [ 120.10710678118656, 18.792893218813454 ], [ 119.4, 18.5 ], [ 118.69289321881345, 18.792893218813454 ], [ 118.4, 19.5 ], [ 118.69289321881345, 20.207106781186546 ], [ 119.4, 20.5 ], [ 120.10710678118656, 20.207106781186546 ], [ 120.4, 19.5 ] ] ], [ [ [ 119.2, 20.3 ], [ 118.90710678118656, 19.592893218813455 ], [ 118.2, 19.3 ], [ 117.49289321881345, 19.592893218813455 ], [ 117.2, 20.3 ], [ 117.49289321881345, 21.007106781186547 ], [ 118.2, 21.3 ], [ 118.90710678118656, 21.007106781186547 ], [ 119.2, 20.3 ] ] ], [ [ [ 118.4, 20.3 ], [ 118.10710678118656, 19.592893218813455 ], [ 117.4, 19.3 ], [ 116.69289321881345, 19.592893218813455 ], [ 116.4, 20.3 ], [ 116.69289321881345, 21.007106781186547 ], [ 117.4, 21.3 ], [ 118.10710678118656, 21.007106781186547 ], [ 118.4, 20.3 ] ] ], [ [ [ 118.2, 20.1 ], [ 117.90710678118656, 19.392893218813455 ], [ 117.2, 19.1 ], [ 116.49289321881345, 19.392893218813455 ], [ 116.2, 20.1 ], [ 116.49289321881345, 20.807106781186548 ], [ 117.2, 21.1 ], [ 117.90710678118656, 20.807106781186548 ], [ 118.2, 20.1 ] ] ], [ [ [ 118.3, 20.0 ], [ 118.00710678118655, 19.292893218813454 ], [ 117.3, 19.0 ], [ 116.59289321881344, 19.292893218813454 ], [ 116.3, 20.0 ], [ 116.59289321881344, 20.707106781186546 ], [ 117.3, 21.0 ], [ 118.00710678118655, 20.707106781186546 ], [ 118.3, 20.0 ] ] ], [ [ [ 118.2, 20.3 ], [ 117.90710678118656, 19.592893218813455 ], [ 117.2, 19.3 ], [ 116.49289321881345, 19.592893218813455 ], [ 116.2, 20.3 ], [ 116.49289321881345, 21.007106781186547 ], [ 117.2, 21.3 ], [ 117.90710678118656, 21.007106781186547 ], [ 118.2, 20.3 ] ] ], [ [ [ 117.8, 20.6 ], [ 117.50710678118655, 19.892893218813455 ], [ 116.8, 19.6 ], [ 116.09289321881344, 19.892893218813455 ], [ 115.8, 20.6 ], [ 116.09289321881344, 21.307106781186548 ], [ 116.8, 21.6 ], [ 117.50710678118655, 21.307106781186548 ], [ 117.8, 20.6 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-03-26T21:00:00Z", "2015-03-27T03:00:00Z", "2015-03-27T09:00:00Z", "2015-03-27T15:00:00Z", "2015-03-27T21:00:00Z", "2015-03-28T03:00:00Z", "2015-03-28T09:00:00Z", "2015-03-28T15:00:00Z", "2015-03-28T21:00:00Z", "2015-03-29T03:00:00Z", "2015-03-29T09:00:00Z", "2015-03-29T15:00:00Z", "2015-03-29T21:00:00Z", "2015-03-30T03:00:00Z", "2015-03-30T09:00:00Z", "2015-03-30T15:00:00Z", "2015-03-30T21:00:00Z", "2015-03-31T03:00:00Z", "2015-03-31T09:00:00Z", "2015-03-31T15:00:00Z", "2015-03-31T21:00:00Z", "2015-04-01T03:00:00Z", "2015-04-01T09:00:00Z", "2015-04-01T15:00:00Z", "2015-04-01T21:00:00Z", "2015-04-02T03:00:00Z", "2015-04-02T09:00:00Z", "2015-04-02T15:00:00Z", "2015-04-02T21:00:00Z", "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z", "2015-04-06T15:00:00Z", "2015-04-06T21:00:00Z", "2015-04-07T03:00:00Z", "2015-04-07T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1006.0, 1008.0, 1006.0, 1006.0, 1002.0, 998.0, 994.0, 985.0, 980.0, 970.0, 965.0, 950.0, 950.0, 950.0, 950.0, 940.0, 925.0, 915.0, 910.0, 910.0, 910.0, 910.0, 910.0, 910.0, 910.0, 925.0, 940.0, 940.0, 940.0, 945.0, 950.0, 955.0, 960.0, 965.0, 980.0, 985.0, 996.0, 1000.0, 1004.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1010.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 50.0, 55.0, 65.0, 70.0, 80.0, 80.0, 80.0, 80.0, 85.0, 95.0, 100.0, 105.0, 105.0, 105.0, 105.0, 105.0, 105.0, 105.0, 95.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 70.0, 55.0, 50.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201505_HAISHEN_feature.json b/samples/Typhoon201505_HAISHEN_feature.json
index 227c464..76c6062 100644
--- a/samples/Typhoon201505_HAISHEN_feature.json
+++ b/samples/Typhoon201505_HAISHEN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201505号 (HAISHEN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z" ],
- "coordinates" : [ [ [ [ 157.9, 7.3 ], [ 157.60710678118656, 6.592893218813453 ], [ 156.9, 6.3 ], [ 156.19289321881345, 6.592893218813452 ], [ 155.9, 7.3 ], [ 156.19289321881345, 8.007106781186547 ], [ 156.9, 8.3 ], [ 157.60710678118656, 8.007106781186547 ], [ 157.9, 7.3 ] ] ], [ [ [ 157.4, 7.6 ], [ 157.10710678118656, 6.892893218813452 ], [ 156.4, 6.6 ], [ 155.69289321881345, 6.892893218813452 ], [ 155.4, 7.6 ], [ 155.69289321881345, 8.307106781186548 ], [ 156.4, 8.6 ], [ 157.10710678118656, 8.307106781186548 ], [ 157.4, 7.6 ] ] ], [ [ [ 156.3, 8.1 ], [ 156.00710678118656, 7.392893218813452 ], [ 155.3, 7.1 ], [ 154.59289321881346, 7.392893218813452 ], [ 154.3, 8.1 ], [ 154.59289321881346, 8.807106781186548 ], [ 155.3, 9.1 ], [ 156.00710678118656, 8.807106781186548 ], [ 156.3, 8.1 ] ] ], [ [ [ 155.5, 8.3 ], [ 155.20710678118655, 7.592893218813453 ], [ 154.5, 7.300000000000001 ], [ 153.79289321881345, 7.592893218813453 ], [ 153.5, 8.3 ], [ 153.79289321881345, 9.007106781186549 ], [ 154.5, 9.3 ], [ 155.20710678118655, 9.007106781186549 ], [ 155.5, 8.3 ] ] ], [ [ [ 154.8, 8.5 ], [ 154.50710678118656, 7.792893218813452 ], [ 153.8, 7.5 ], [ 153.09289321881346, 7.792893218813452 ], [ 152.8, 8.5 ], [ 153.09289321881346, 9.207106781186548 ], [ 153.8, 9.5 ], [ 154.50710678118656, 9.207106781186548 ], [ 154.8, 8.5 ] ] ], [ [ [ 154.3, 8.6 ], [ 154.00710678118656, 7.892893218813452 ], [ 153.3, 7.6 ], [ 152.59289321881346, 7.892893218813452 ], [ 152.3, 8.6 ], [ 152.59289321881346, 9.307106781186548 ], [ 153.3, 9.6 ], [ 154.00710678118656, 9.307106781186548 ], [ 154.3, 8.6 ] ] ], [ [ [ 155.3, 8.7 ], [ 154.42132034355964, 6.578679656440357 ], [ 152.3, 5.699999999999999 ], [ 150.17867965644038, 6.5786796564403565 ], [ 149.3, 8.7 ], [ 150.17867965644038, 10.821320343559641 ], [ 152.3, 11.7 ], [ 154.42132034355964, 10.821320343559641 ], [ 155.3, 8.7 ] ] ], [ [ [ 155.0, 9.0 ], [ 154.12132034355963, 6.878679656440358 ], [ 152.0, 6.0 ], [ 149.87867965644037, 6.878679656440357 ], [ 149.0, 9.0 ], [ 149.87867965644037, 11.121320343559642 ], [ 152.0, 12.0 ], [ 154.12132034355963, 11.121320343559642 ], [ 155.0, 9.0 ] ] ], [ [ [ 154.6, 9.1 ], [ 153.72132034355963, 6.978679656440358 ], [ 151.6, 6.1 ], [ 149.47867965644036, 6.978679656440357 ], [ 148.6, 9.1 ], [ 149.47867965644036, 11.221320343559642 ], [ 151.6, 12.1 ], [ 153.72132034355963, 11.221320343559643 ], [ 154.6, 9.1 ] ] ], [ [ [ 154.3, 9.0 ], [ 153.42132034355964, 6.878679656440358 ], [ 151.3, 6.0 ], [ 149.17867965644038, 6.878679656440357 ], [ 148.3, 9.0 ], [ 149.17867965644038, 11.121320343559642 ], [ 151.3, 12.0 ], [ 153.42132034355964, 11.121320343559642 ], [ 154.3, 9.0 ] ] ], [ [ [ 153.9, 8.9 ], [ 153.02132034355964, 6.778679656440358 ], [ 150.9, 5.9 ], [ 148.77867965644037, 6.7786796564403575 ], [ 147.9, 8.9 ], [ 148.77867965644037, 11.021320343559642 ], [ 150.9, 11.9 ], [ 153.02132034355964, 11.021320343559644 ], [ 153.9, 8.9 ] ] ], [ [ [ 153.8, 8.9 ], [ 152.92132034355964, 6.778679656440358 ], [ 150.8, 5.9 ], [ 148.67867965644038, 6.7786796564403575 ], [ 147.8, 8.9 ], [ 148.67867965644038, 11.021320343559642 ], [ 150.8, 11.9 ], [ 152.92132034355964, 11.021320343559644 ], [ 153.8, 8.9 ] ] ], [ [ [ 153.7, 8.9 ], [ 152.82132034355962, 6.778679656440358 ], [ 150.7, 5.9 ], [ 148.57867965644036, 6.7786796564403575 ], [ 147.7, 8.9 ], [ 148.57867965644036, 11.021320343559642 ], [ 150.7, 11.9 ], [ 152.82132034355962, 11.021320343559644 ], [ 153.7, 8.9 ] ] ], [ [ [ 151.7, 8.9 ], [ 151.40710678118654, 8.192893218813452 ], [ 150.7, 7.9 ], [ 149.99289321881344, 8.192893218813452 ], [ 149.7, 8.9 ], [ 149.99289321881344, 9.607106781186548 ], [ 150.7, 9.9 ], [ 151.40710678118654, 9.607106781186548 ], [ 151.7, 8.9 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1006.0, 1004.0, 1006.0, 1004.0, 1004.0, 1000.0, 1000.0, 998.0, 998.0, 998.0, 1000.0, 1000.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201505号 (HAISHEN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 157.9, 7.3 ], [ 157.60710678118656, 6.592893218813453 ], [ 156.9, 6.3 ], [ 156.19289321881345, 6.592893218813452 ], [ 155.9, 7.3 ], [ 156.19289321881345, 8.007106781186547 ], [ 156.9, 8.3 ], [ 157.60710678118656, 8.007106781186547 ], [ 157.9, 7.3 ] ] ], [ [ [ 157.4, 7.6 ], [ 157.10710678118656, 6.892893218813452 ], [ 156.4, 6.6 ], [ 155.69289321881345, 6.892893218813452 ], [ 155.4, 7.6 ], [ 155.69289321881345, 8.307106781186548 ], [ 156.4, 8.6 ], [ 157.10710678118656, 8.307106781186548 ], [ 157.4, 7.6 ] ] ], [ [ [ 156.3, 8.1 ], [ 156.00710678118656, 7.392893218813452 ], [ 155.3, 7.1 ], [ 154.59289321881346, 7.392893218813452 ], [ 154.3, 8.1 ], [ 154.59289321881346, 8.807106781186548 ], [ 155.3, 9.1 ], [ 156.00710678118656, 8.807106781186548 ], [ 156.3, 8.1 ] ] ], [ [ [ 155.5, 8.3 ], [ 155.20710678118655, 7.592893218813453 ], [ 154.5, 7.300000000000001 ], [ 153.79289321881345, 7.592893218813453 ], [ 153.5, 8.3 ], [ 153.79289321881345, 9.007106781186549 ], [ 154.5, 9.3 ], [ 155.20710678118655, 9.007106781186549 ], [ 155.5, 8.3 ] ] ], [ [ [ 154.8, 8.5 ], [ 154.50710678118656, 7.792893218813452 ], [ 153.8, 7.5 ], [ 153.09289321881346, 7.792893218813452 ], [ 152.8, 8.5 ], [ 153.09289321881346, 9.207106781186548 ], [ 153.8, 9.5 ], [ 154.50710678118656, 9.207106781186548 ], [ 154.8, 8.5 ] ] ], [ [ [ 154.3, 8.6 ], [ 154.00710678118656, 7.892893218813452 ], [ 153.3, 7.6 ], [ 152.59289321881346, 7.892893218813452 ], [ 152.3, 8.6 ], [ 152.59289321881346, 9.307106781186548 ], [ 153.3, 9.6 ], [ 154.00710678118656, 9.307106781186548 ], [ 154.3, 8.6 ] ] ], [ [ [ 155.3, 8.7 ], [ 154.42132034355964, 6.578679656440357 ], [ 152.3, 5.699999999999999 ], [ 150.17867965644038, 6.5786796564403565 ], [ 149.3, 8.7 ], [ 150.17867965644038, 10.821320343559641 ], [ 152.3, 11.7 ], [ 154.42132034355964, 10.821320343559641 ], [ 155.3, 8.7 ] ] ], [ [ [ 155.0, 9.0 ], [ 154.12132034355963, 6.878679656440358 ], [ 152.0, 6.0 ], [ 149.87867965644037, 6.878679656440357 ], [ 149.0, 9.0 ], [ 149.87867965644037, 11.121320343559642 ], [ 152.0, 12.0 ], [ 154.12132034355963, 11.121320343559642 ], [ 155.0, 9.0 ] ] ], [ [ [ 154.6, 9.1 ], [ 153.72132034355963, 6.978679656440358 ], [ 151.6, 6.1 ], [ 149.47867965644036, 6.978679656440357 ], [ 148.6, 9.1 ], [ 149.47867965644036, 11.221320343559642 ], [ 151.6, 12.1 ], [ 153.72132034355963, 11.221320343559643 ], [ 154.6, 9.1 ] ] ], [ [ [ 154.3, 9.0 ], [ 153.42132034355964, 6.878679656440358 ], [ 151.3, 6.0 ], [ 149.17867965644038, 6.878679656440357 ], [ 148.3, 9.0 ], [ 149.17867965644038, 11.121320343559642 ], [ 151.3, 12.0 ], [ 153.42132034355964, 11.121320343559642 ], [ 154.3, 9.0 ] ] ], [ [ [ 153.9, 8.9 ], [ 153.02132034355964, 6.778679656440358 ], [ 150.9, 5.9 ], [ 148.77867965644037, 6.7786796564403575 ], [ 147.9, 8.9 ], [ 148.77867965644037, 11.021320343559642 ], [ 150.9, 11.9 ], [ 153.02132034355964, 11.021320343559644 ], [ 153.9, 8.9 ] ] ], [ [ [ 153.8, 8.9 ], [ 152.92132034355964, 6.778679656440358 ], [ 150.8, 5.9 ], [ 148.67867965644038, 6.7786796564403575 ], [ 147.8, 8.9 ], [ 148.67867965644038, 11.021320343559642 ], [ 150.8, 11.9 ], [ 152.92132034355964, 11.021320343559644 ], [ 153.8, 8.9 ] ] ], [ [ [ 153.7, 8.9 ], [ 152.82132034355962, 6.778679656440358 ], [ 150.7, 5.9 ], [ 148.57867965644036, 6.7786796564403575 ], [ 147.7, 8.9 ], [ 148.57867965644036, 11.021320343559642 ], [ 150.7, 11.9 ], [ 152.82132034355962, 11.021320343559644 ], [ 153.7, 8.9 ] ] ], [ [ [ 151.7, 8.9 ], [ 151.40710678118654, 8.192893218813452 ], [ 150.7, 7.9 ], [ 149.99289321881344, 8.192893218813452 ], [ 149.7, 8.9 ], [ 149.99289321881344, 9.607106781186548 ], [ 150.7, 9.9 ], [ 151.40710678118654, 9.607106781186548 ], [ 151.7, 8.9 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-04-03T03:00:00Z", "2015-04-03T09:00:00Z", "2015-04-03T15:00:00Z", "2015-04-03T21:00:00Z", "2015-04-04T03:00:00Z", "2015-04-04T09:00:00Z", "2015-04-04T15:00:00Z", "2015-04-04T21:00:00Z", "2015-04-05T03:00:00Z", "2015-04-05T09:00:00Z", "2015-04-05T15:00:00Z", "2015-04-05T21:00:00Z", "2015-04-06T03:00:00Z", "2015-04-06T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1006.0, 1004.0, 1006.0, 1004.0, 1004.0, 1000.0, 1000.0, 998.0, 998.0, 998.0, 1000.0, 1000.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201506_NOUL_feature.json b/samples/Typhoon201506_NOUL_feature.json
index d58545e..dab2356 100644
--- a/samples/Typhoon201506_NOUL_feature.json
+++ b/samples/Typhoon201506_NOUL_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201506号 (NOUL)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-05-02T15:00:00Z", "2015-05-02T21:00:00Z", "2015-05-03T03:00:00Z", "2015-05-03T09:00:00Z", "2015-05-03T15:00:00Z", "2015-05-03T21:00:00Z", "2015-05-04T03:00:00Z", "2015-05-04T09:00:00Z", "2015-05-04T15:00:00Z", "2015-05-04T21:00:00Z", "2015-05-05T03:00:00Z", "2015-05-05T09:00:00Z", "2015-05-05T15:00:00Z", "2015-05-05T21:00:00Z", "2015-05-06T03:00:00Z", "2015-05-06T09:00:00Z", "2015-05-06T15:00:00Z", "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T18:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T00:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T06:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T12:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z" ],
- "coordinates" : [ [ [ [ 145.1, 7.4 ], [ 144.80710678118655, 6.6928932188134524 ], [ 144.1, 6.4 ], [ 143.39289321881344, 6.6928932188134524 ], [ 143.1, 7.4 ], [ 143.39289321881344, 8.107106781186548 ], [ 144.1, 8.4 ], [ 144.80710678118655, 8.107106781186548 ], [ 145.1, 7.4 ] ] ], [ [ [ 144.1, 7.8 ], [ 143.80710678118655, 7.092893218813453 ], [ 143.1, 6.8 ], [ 142.39289321881344, 7.092893218813452 ], [ 142.1, 7.8 ], [ 142.39289321881344, 8.507106781186547 ], [ 143.1, 8.8 ], [ 143.80710678118655, 8.507106781186547 ], [ 144.1, 7.8 ] ] ], [ [ [ 143.5, 8.0 ], [ 143.20710678118655, 7.292893218813452 ], [ 142.5, 7.0 ], [ 141.79289321881345, 7.292893218813452 ], [ 141.5, 8.0 ], [ 141.79289321881345, 8.707106781186548 ], [ 142.5, 9.0 ], [ 143.20710678118655, 8.707106781186548 ], [ 143.5, 8.0 ] ] ], [ [ [ 143.1, 8.2 ], [ 142.80710678118655, 7.492893218813451 ], [ 142.1, 7.199999999999999 ], [ 141.39289321881344, 7.492893218813451 ], [ 141.1, 8.2 ], [ 141.39289321881344, 8.907106781186547 ], [ 142.1, 9.2 ], [ 142.80710678118655, 8.907106781186547 ], [ 143.1, 8.2 ] ] ], [ [ [ 142.5, 8.5 ], [ 142.20710678118655, 7.792893218813452 ], [ 141.5, 7.5 ], [ 140.79289321881345, 7.792893218813452 ], [ 140.5, 8.5 ], [ 140.79289321881345, 9.207106781186548 ], [ 141.5, 9.5 ], [ 142.20710678118655, 9.207106781186548 ], [ 142.5, 8.5 ] ] ], [ [ [ 142.1, 9.1 ], [ 141.80710678118655, 8.392893218813452 ], [ 141.1, 8.1 ], [ 140.39289321881344, 8.392893218813452 ], [ 140.1, 9.1 ], [ 140.39289321881344, 9.807106781186548 ], [ 141.1, 10.1 ], [ 141.80710678118655, 9.807106781186548 ], [ 142.1, 9.1 ] ] ], [ [ [ 143.7, 9.4 ], [ 142.82132034355962, 7.278679656440358 ], [ 140.7, 6.4 ], [ 138.57867965644036, 7.2786796564403575 ], [ 137.7, 9.4 ], [ 138.57867965644036, 11.521320343559642 ], [ 140.7, 12.4 ], [ 142.82132034355962, 11.521320343559644 ], [ 143.7, 9.4 ] ] ], [ [ [ 143.2, 9.6 ], [ 142.32132034355962, 7.478679656440358 ], [ 140.2, 6.6 ], [ 138.07867965644036, 7.478679656440357 ], [ 137.2, 9.6 ], [ 138.07867965644036, 11.721320343559642 ], [ 140.2, 12.6 ], [ 142.32132034355962, 11.721320343559643 ], [ 143.2, 9.6 ] ] ], [ [ [ 142.9, 9.6 ], [ 142.02132034355964, 7.478679656440358 ], [ 139.9, 6.6 ], [ 137.77867965644037, 7.478679656440357 ], [ 136.9, 9.6 ], [ 137.77867965644037, 11.721320343559642 ], [ 139.9, 12.6 ], [ 142.02132034355964, 11.721320343559643 ], [ 142.9, 9.6 ] ] ], [ [ [ 142.6, 9.5 ], [ 141.72132034355963, 7.378679656440358 ], [ 139.6, 6.5 ], [ 137.47867965644036, 7.378679656440357 ], [ 136.6, 9.5 ], [ 137.47867965644036, 11.621320343559642 ], [ 139.6, 12.5 ], [ 141.72132034355963, 11.621320343559642 ], [ 142.6, 9.5 ] ] ], [ [ [ 142.3, 9.5 ], [ 141.42132034355964, 7.378679656440358 ], [ 139.3, 6.5 ], [ 137.17867965644038, 7.378679656440357 ], [ 136.3, 9.5 ], [ 137.17867965644038, 11.621320343559642 ], [ 139.3, 12.5 ], [ 141.42132034355964, 11.621320343559642 ], [ 142.3, 9.5 ] ] ], [ [ [ 142.1, 9.4 ], [ 141.22132034355963, 7.278679656440358 ], [ 139.1, 6.4 ], [ 136.97867965644036, 7.2786796564403575 ], [ 136.1, 9.4 ], [ 136.97867965644036, 11.521320343559642 ], [ 139.1, 12.4 ], [ 141.22132034355963, 11.521320343559644 ], [ 142.1, 9.4 ] ] ], [ [ [ 141.8, 9.3 ], [ 140.92132034355964, 7.178679656440359 ], [ 138.8, 6.300000000000001 ], [ 136.67867965644038, 7.178679656440358 ], [ 135.8, 9.3 ], [ 136.67867965644038, 11.421320343559643 ], [ 138.8, 12.3 ], [ 140.92132034355964, 11.421320343559643 ], [ 141.8, 9.3 ] ] ], [ [ [ 141.5, 9.3 ], [ 140.62132034355963, 7.178679656440359 ], [ 138.5, 6.300000000000001 ], [ 136.37867965644037, 7.178679656440358 ], [ 135.5, 9.3 ], [ 136.37867965644037, 11.421320343559643 ], [ 138.5, 12.3 ], [ 140.62132034355963, 11.421320343559643 ], [ 141.5, 9.3 ] ] ], [ [ [ 141.3, 9.3 ], [ 140.42132034355964, 7.178679656440359 ], [ 138.3, 6.300000000000001 ], [ 136.17867965644038, 7.178679656440358 ], [ 135.3, 9.3 ], [ 136.17867965644038, 11.421320343559643 ], [ 138.3, 12.3 ], [ 140.42132034355964, 11.421320343559643 ], [ 141.3, 9.3 ] ] ], [ [ [ 140.6, 9.4 ], [ 139.72132034355963, 7.278679656440358 ], [ 137.6, 6.4 ], [ 135.47867965644036, 7.2786796564403575 ], [ 134.6, 9.4 ], [ 135.47867965644036, 11.521320343559642 ], [ 137.6, 12.4 ], [ 139.72132034355963, 11.521320343559644 ], [ 140.6, 9.4 ] ] ], [ [ [ 139.9, 9.5 ], [ 139.02132034355964, 7.378679656440358 ], [ 136.9, 6.5 ], [ 134.77867965644037, 7.378679656440357 ], [ 133.9, 9.5 ], [ 134.77867965644037, 11.621320343559642 ], [ 136.9, 12.5 ], [ 139.02132034355964, 11.621320343559642 ], [ 139.9, 9.5 ] ] ], [ [ [ 139.1, 9.8 ], [ 138.22132034355963, 7.678679656440359 ], [ 136.1, 6.800000000000001 ], [ 133.97867965644036, 7.678679656440358 ], [ 133.1, 9.8 ], [ 133.97867965644036, 11.921320343559643 ], [ 136.1, 12.8 ], [ 138.22132034355963, 11.921320343559643 ], [ 139.1, 9.8 ] ] ], [ [ [ 138.2, 10.1 ], [ 137.32132034355962, 7.978679656440358 ], [ 135.2, 7.1 ], [ 133.07867965644036, 7.978679656440357 ], [ 132.2, 10.1 ], [ 133.07867965644036, 12.221320343559642 ], [ 135.2, 13.1 ], [ 137.32132034355962, 12.221320343559643 ], [ 138.2, 10.1 ] ] ], [ [ [ 137.2, 10.6 ], [ 136.32132034355962, 8.478679656440358 ], [ 134.2, 7.6 ], [ 132.07867965644036, 8.478679656440356 ], [ 131.2, 10.6 ], [ 132.07867965644036, 12.721320343559642 ], [ 134.2, 13.6 ], [ 136.32132034355962, 12.721320343559643 ], [ 137.2, 10.6 ] ] ], [ [ [ 136.1, 11.3 ], [ 135.22132034355963, 9.178679656440359 ], [ 133.1, 8.3 ], [ 130.97867965644036, 9.178679656440359 ], [ 130.1, 11.3 ], [ 130.97867965644036, 13.421320343559643 ], [ 133.1, 14.3 ], [ 135.22132034355963, 13.421320343559643 ], [ 136.1, 11.3 ] ] ], [ [ [ 135.0, 11.6 ], [ 134.12132034355963, 9.478679656440358 ], [ 132.0, 8.6 ], [ 129.87867965644037, 9.478679656440356 ], [ 129.0, 11.6 ], [ 129.87867965644037, 13.721320343559642 ], [ 132.0, 14.6 ], [ 134.12132034355963, 13.721320343559643 ], [ 135.0, 11.6 ] ] ], [ [ [ 134.1, 11.8 ], [ 133.22132034355963, 9.678679656440359 ], [ 131.1, 8.8 ], [ 128.97867965644036, 9.678679656440359 ], [ 128.1, 11.8 ], [ 128.97867965644036, 13.921320343559643 ], [ 131.1, 14.8 ], [ 133.22132034355963, 13.921320343559643 ], [ 134.1, 11.8 ] ] ], [ [ [ 133.3, 12.1 ], [ 132.42132034355964, 9.978679656440358 ], [ 130.3, 9.1 ], [ 128.17867965644038, 9.978679656440356 ], [ 127.30000000000001, 12.1 ], [ 128.17867965644038, 14.221320343559642 ], [ 130.3, 15.1 ], [ 132.42132034355964, 14.221320343559643 ], [ 133.3, 12.1 ] ] ], [ [ [ 132.2, 12.6 ], [ 131.32132034355962, 10.478679656440358 ], [ 129.2, 9.6 ], [ 127.07867965644034, 10.478679656440356 ], [ 126.19999999999999, 12.6 ], [ 127.07867965644034, 14.721320343559642 ], [ 129.2, 15.6 ], [ 131.32132034355962, 14.721320343559643 ], [ 132.2, 12.6 ] ] ], [ [ [ 131.0, 13.4 ], [ 130.12132034355963, 11.278679656440358 ], [ 128.0, 10.4 ], [ 125.87867965644035, 11.278679656440357 ], [ 125.0, 13.4 ], [ 125.87867965644035, 15.521320343559642 ], [ 128.0, 16.4 ], [ 130.12132034355963, 15.521320343559644 ], [ 131.0, 13.4 ] ] ], [ [ [ 130.3, 13.7 ], [ 129.42132034355964, 11.578679656440357 ], [ 127.3, 10.7 ], [ 125.17867965644035, 11.578679656440357 ], [ 124.3, 13.7 ], [ 125.17867965644035, 15.821320343559641 ], [ 127.3, 16.7 ], [ 129.42132034355964, 15.821320343559641 ], [ 130.3, 13.7 ] ] ], [ [ [ 129.4, 14.3 ], [ 128.52132034355964, 12.178679656440359 ], [ 126.4, 11.3 ], [ 124.27867965644036, 12.178679656440359 ], [ 123.4, 14.3 ], [ 124.27867965644036, 16.421320343559643 ], [ 126.4, 17.3 ], [ 128.52132034355964, 16.421320343559643 ], [ 129.4, 14.3 ] ] ], [ [ [ 128.2, 14.9 ], [ 127.32132034355965, 12.778679656440358 ], [ 125.2, 11.9 ], [ 123.07867965644036, 12.778679656440357 ], [ 122.2, 14.9 ], [ 123.07867965644036, 17.021320343559644 ], [ 125.2, 17.9 ], [ 127.32132034355965, 17.021320343559644 ], [ 128.2, 14.9 ] ] ], [ [ [ 127.6, 15.4 ], [ 126.72132034355964, 13.278679656440358 ], [ 124.6, 12.4 ], [ 122.47867965644035, 13.278679656440357 ], [ 121.6, 15.4 ], [ 122.47867965644035, 17.521320343559644 ], [ 124.6, 18.4 ], [ 126.72132034355964, 17.521320343559644 ], [ 127.6, 15.4 ] ] ], [ [ [ 126.9, 16.1 ], [ 126.02132034355965, 13.97867965644036 ], [ 123.9, 13.100000000000001 ], [ 121.77867965644036, 13.97867965644036 ], [ 120.9, 16.1 ], [ 121.77867965644036, 18.221320343559643 ], [ 123.9, 19.1 ], [ 126.02132034355965, 18.221320343559643 ], [ 126.9, 16.1 ] ] ], [ [ [ 126.3, 17.0 ], [ 125.42132034355964, 14.878679656440358 ], [ 123.3, 14.0 ], [ 121.17867965644035, 14.878679656440358 ], [ 120.3, 17.0 ], [ 121.17867965644035, 19.121320343559642 ], [ 123.3, 20.0 ], [ 125.42132034355964, 19.121320343559642 ], [ 126.3, 17.0 ] ] ], [ [ [ 125.6, 17.8 ], [ 124.72132034355964, 15.678679656440359 ], [ 122.6, 14.8 ], [ 120.47867965644035, 15.678679656440359 ], [ 119.6, 17.8 ], [ 120.47867965644035, 19.921320343559643 ], [ 122.6, 20.8 ], [ 124.72132034355964, 19.921320343559643 ], [ 125.6, 17.8 ] ] ], [ [ [ 125.4, 18.6 ], [ 124.52132034355965, 16.47867965644036 ], [ 122.4, 15.600000000000001 ], [ 120.27867965644036, 16.47867965644036 ], [ 119.4, 18.6 ], [ 120.27867965644036, 20.721320343559643 ], [ 122.4, 21.6 ], [ 124.52132034355965, 20.721320343559643 ], [ 125.4, 18.6 ] ] ], [ [ [ 125.1, 19.6 ], [ 124.22132034355964, 17.47867965644036 ], [ 122.1, 16.6 ], [ 119.97867965644035, 17.47867965644036 ], [ 119.1, 19.6 ], [ 119.97867965644035, 21.721320343559643 ], [ 122.1, 22.6 ], [ 124.22132034355964, 21.721320343559643 ], [ 125.1, 19.6 ] ] ], [ [ [ 125.0, 20.6 ], [ 124.12132034355965, 18.47867965644036 ], [ 122.0, 17.6 ], [ 119.87867965644035, 18.47867965644036 ], [ 119.0, 20.6 ], [ 119.87867965644035, 22.721320343559643 ], [ 122.0, 23.6 ], [ 124.12132034355965, 22.721320343559643 ], [ 125.0, 20.6 ] ] ], [ [ [ 125.2, 21.7 ], [ 124.32132034355965, 19.578679656440357 ], [ 122.2, 18.7 ], [ 120.07867965644036, 19.578679656440357 ], [ 119.2, 21.7 ], [ 120.07867965644036, 23.82132034355964 ], [ 122.2, 24.7 ], [ 124.32132034355965, 23.82132034355964 ], [ 125.2, 21.7 ] ] ], [ [ [ 126.1, 22.6 ], [ 125.22132034355964, 20.47867965644036 ], [ 123.1, 19.6 ], [ 120.97867965644035, 20.47867965644036 ], [ 120.1, 22.6 ], [ 120.97867965644035, 24.721320343559643 ], [ 123.1, 25.6 ], [ 125.22132034355964, 24.721320343559643 ], [ 126.1, 22.6 ] ] ], [ [ [ 126.6, 23.4 ], [ 125.72132034355964, 21.278679656440357 ], [ 123.6, 20.4 ], [ 121.47867965644035, 21.278679656440357 ], [ 120.6, 23.4 ], [ 121.47867965644035, 25.52132034355964 ], [ 123.6, 26.4 ], [ 125.72132034355964, 25.52132034355964 ], [ 126.6, 23.4 ] ] ], [ [ [ 127.6, 24.5 ], [ 126.72132034355964, 22.378679656440358 ], [ 124.6, 21.5 ], [ 122.47867965644035, 22.378679656440358 ], [ 121.6, 24.5 ], [ 122.47867965644035, 26.621320343559642 ], [ 124.6, 27.5 ], [ 126.72132034355964, 26.621320343559642 ], [ 127.6, 24.5 ] ] ], [ [ [ 128.7, 25.9 ], [ 127.82132034355965, 23.778679656440357 ], [ 125.7, 22.9 ], [ 123.57867965644036, 23.778679656440357 ], [ 122.7, 25.9 ], [ 123.57867965644036, 28.02132034355964 ], [ 125.7, 28.9 ], [ 127.82132034355965, 28.02132034355964 ], [ 128.7, 25.9 ] ] ], [ [ [ 130.0, 27.0 ], [ 129.12132034355963, 24.878679656440358 ], [ 127.0, 24.0 ], [ 124.87867965644035, 24.878679656440358 ], [ 124.0, 27.0 ], [ 124.87867965644035, 29.121320343559642 ], [ 127.0, 30.0 ], [ 129.12132034355963, 29.121320343559642 ], [ 130.0, 27.0 ] ] ], [ [ [ 131.4, 28.0 ], [ 130.52132034355964, 25.878679656440358 ], [ 128.4, 25.0 ], [ 126.27867965644036, 25.878679656440358 ], [ 125.4, 28.0 ], [ 126.27867965644036, 30.121320343559642 ], [ 128.4, 31.0 ], [ 130.52132034355964, 30.121320343559642 ], [ 131.4, 28.0 ] ] ], [ [ [ 133.3, 29.2 ], [ 132.42132034355964, 27.078679656440357 ], [ 130.3, 26.2 ], [ 128.17867965644038, 27.078679656440357 ], [ 127.30000000000001, 29.2 ], [ 128.17867965644038, 31.32132034355964 ], [ 130.3, 32.2 ], [ 132.42132034355964, 31.32132034355964 ], [ 133.3, 29.2 ] ] ], [ [ [ 135.2, 30.4 ], [ 134.32132034355962, 28.278679656440357 ], [ 132.2, 27.4 ], [ 130.07867965644036, 28.278679656440357 ], [ 129.2, 30.4 ], [ 130.07867965644036, 32.521320343559644 ], [ 132.2, 33.4 ], [ 134.32132034355962, 32.521320343559644 ], [ 135.2, 30.4 ] ] ], [ [ [ 141.0, 34.3 ], [ 140.12132034355963, 32.17867965644035 ], [ 138.0, 31.299999999999997 ], [ 135.87867965644037, 32.17867965644035 ], [ 135.0, 34.3 ], [ 135.87867965644037, 36.42132034355964 ], [ 138.0, 37.3 ], [ 140.12132034355963, 36.42132034355964 ], [ 141.0, 34.3 ] ] ], [ [ [ 145.2, 38.2 ], [ 144.32132034355962, 36.07867965644036 ], [ 142.2, 35.2 ], [ 140.07867965644036, 36.07867965644036 ], [ 139.2, 38.2 ], [ 140.07867965644036, 40.32132034355965 ], [ 142.2, 41.2 ], [ 144.32132034355962, 40.32132034355965 ], [ 145.2, 38.2 ] ] ], [ [ [ 148.3, 42.6 ], [ 147.42132034355964, 40.478679656440356 ], [ 145.3, 39.6 ], [ 143.17867965644038, 40.478679656440356 ], [ 142.3, 42.6 ], [ 143.17867965644038, 44.72132034355965 ], [ 145.3, 45.6 ], [ 147.42132034355964, 44.72132034355965 ], [ 148.3, 42.6 ] ] ], [ [ [ 150.9, 44.2 ], [ 150.02132034355964, 42.07867965644036 ], [ 147.9, 41.2 ], [ 145.77867965644037, 42.07867965644036 ], [ 144.9, 44.2 ], [ 145.77867965644037, 46.32132034355965 ], [ 147.9, 47.2 ], [ 150.02132034355964, 46.32132034355965 ], [ 150.9, 44.2 ] ] ], [ [ [ 153.9, 45.1 ], [ 153.02132034355964, 42.978679656440356 ], [ 150.9, 42.1 ], [ 148.77867965644037, 42.978679656440356 ], [ 147.9, 45.1 ], [ 148.77867965644037, 47.22132034355965 ], [ 150.9, 48.1 ], [ 153.02132034355964, 47.22132034355965 ], [ 153.9, 45.1 ] ] ], [ [ [ 156.6, 45.6 ], [ 155.72132034355963, 43.478679656440356 ], [ 153.6, 42.6 ], [ 151.47867965644036, 43.478679656440356 ], [ 150.6, 45.6 ], [ 151.47867965644036, 47.72132034355965 ], [ 153.6, 48.6 ], [ 155.72132034355963, 47.72132034355965 ], [ 156.6, 45.6 ] ] ], [ [ [ 160.2, 46.1 ], [ 159.32132034355962, 43.978679656440356 ], [ 157.2, 43.1 ], [ 155.07867965644036, 43.978679656440356 ], [ 154.2, 46.1 ], [ 155.07867965644036, 48.22132034355965 ], [ 157.2, 49.1 ], [ 159.32132034355962, 48.22132034355965 ], [ 160.2, 46.1 ] ] ], [ [ [ 163.3, 46.8 ], [ 162.42132034355964, 44.67867965644035 ], [ 160.3, 43.8 ], [ 158.17867965644038, 44.67867965644035 ], [ 157.3, 46.8 ], [ 158.17867965644038, 48.92132034355964 ], [ 160.3, 49.8 ], [ 162.42132034355964, 48.92132034355964 ], [ 163.3, 46.8 ] ] ], [ [ [ 165.8, 46.8 ], [ 164.92132034355964, 44.67867965644035 ], [ 162.8, 43.8 ], [ 160.67867965644038, 44.67867965644035 ], [ 159.8, 46.8 ], [ 160.67867965644038, 48.92132034355964 ], [ 162.8, 49.8 ], [ 164.92132034355964, 48.92132034355964 ], [ 165.8, 46.8 ] ] ], [ [ [ 168.8, 47.1 ], [ 167.92132034355964, 44.978679656440356 ], [ 165.8, 44.1 ], [ 163.67867965644038, 44.978679656440356 ], [ 162.8, 47.1 ], [ 163.67867965644038, 49.22132034355965 ], [ 165.8, 50.1 ], [ 167.92132034355964, 49.22132034355965 ], [ 168.8, 47.1 ] ] ], [ [ [ 171.8, 47.6 ], [ 170.92132034355964, 45.478679656440356 ], [ 168.8, 44.6 ], [ 166.67867965644038, 45.478679656440356 ], [ 165.8, 47.6 ], [ 166.67867965644038, 49.72132034355965 ], [ 168.8, 50.6 ], [ 170.92132034355964, 49.72132034355965 ], [ 171.8, 47.6 ] ] ], [ [ [ 174.6, 48.3 ], [ 173.72132034355963, 46.17867965644035 ], [ 171.6, 45.3 ], [ 169.47867965644036, 46.17867965644035 ], [ 168.6, 48.3 ], [ 169.47867965644036, 50.42132034355964 ], [ 171.6, 51.3 ], [ 173.72132034355963, 50.42132034355964 ], [ 174.6, 48.3 ] ] ], [ [ [ 177.4, 49.0 ], [ 176.52132034355964, 46.878679656440355 ], [ 174.4, 46.0 ], [ 172.27867965644037, 46.878679656440355 ], [ 171.4, 49.0 ], [ 172.27867965644037, 51.121320343559645 ], [ 174.4, 52.0 ], [ 176.52132034355964, 51.121320343559645 ], [ 177.4, 49.0 ] ] ], [ [ [ 179.8, 49.0 ], [ 178.92132034355964, 46.878679656440355 ], [ 176.8, 46.0 ], [ 174.67867965644038, 46.878679656440355 ], [ 173.8, 49.0 ], [ 174.67867965644038, 51.121320343559645 ], [ 176.8, 52.0 ], [ 178.92132034355964, 51.121320343559645 ], [ 179.8, 49.0 ] ] ], [ [ [ 181.1, 48.7 ], [ 180.22132034355963, 46.57867965644036 ], [ 178.1, 45.7 ], [ 175.97867965644036, 46.57867965644036 ], [ 175.1, 48.7 ], [ 175.97867965644036, 50.82132034355965 ], [ 178.1, 51.7 ], [ 180.22132034355963, 50.82132034355965 ], [ 181.1, 48.7 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-05-02T15:00:00Z", "2015-05-02T21:00:00Z", "2015-05-03T03:00:00Z", "2015-05-03T09:00:00Z", "2015-05-03T15:00:00Z", "2015-05-03T21:00:00Z", "2015-05-04T03:00:00Z", "2015-05-04T09:00:00Z", "2015-05-04T15:00:00Z", "2015-05-04T21:00:00Z", "2015-05-05T03:00:00Z", "2015-05-05T09:00:00Z", "2015-05-05T15:00:00Z", "2015-05-05T21:00:00Z", "2015-05-06T03:00:00Z", "2015-05-06T09:00:00Z", "2015-05-06T15:00:00Z", "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T18:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T00:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T06:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T12:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1006.0, 1006.0, 1006.0, 1004.0, 1004.0, 1000.0, 998.0, 996.0, 996.0, 994.0, 992.0, 992.0, 990.0, 985.0, 985.0, 980.0, 970.0, 960.0, 960.0, 960.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 945.0, 945.0, 935.0, 920.0, 920.0, 925.0, 930.0, 945.0, 960.0, 970.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 994.0, 996.0, 996.0, 994.0, 992.0, 994.0, 994.0, 996.0, 996.0, 994.0, 990.0, 986.0, 986.0, 986.0, 986.0, 986.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 50.0, 60.0, 60.0, 65.0, 75.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 90.0, 90.0, 100.0, 110.0, 110.0, 105.0, 100.0, 90.0, 80.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201506号 (NOUL)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-05-02T15:00:00Z", "2015-05-02T21:00:00Z", "2015-05-03T03:00:00Z", "2015-05-03T09:00:00Z", "2015-05-03T15:00:00Z", "2015-05-03T21:00:00Z", "2015-05-04T03:00:00Z", "2015-05-04T09:00:00Z", "2015-05-04T15:00:00Z", "2015-05-04T21:00:00Z", "2015-05-05T03:00:00Z", "2015-05-05T09:00:00Z", "2015-05-05T15:00:00Z", "2015-05-05T21:00:00Z", "2015-05-06T03:00:00Z", "2015-05-06T09:00:00Z", "2015-05-06T15:00:00Z", "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T18:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T00:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T06:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T12:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 145.1, 7.4 ], [ 144.80710678118655, 6.6928932188134524 ], [ 144.1, 6.4 ], [ 143.39289321881344, 6.6928932188134524 ], [ 143.1, 7.4 ], [ 143.39289321881344, 8.107106781186548 ], [ 144.1, 8.4 ], [ 144.80710678118655, 8.107106781186548 ], [ 145.1, 7.4 ] ] ], [ [ [ 144.1, 7.8 ], [ 143.80710678118655, 7.092893218813453 ], [ 143.1, 6.8 ], [ 142.39289321881344, 7.092893218813452 ], [ 142.1, 7.8 ], [ 142.39289321881344, 8.507106781186547 ], [ 143.1, 8.8 ], [ 143.80710678118655, 8.507106781186547 ], [ 144.1, 7.8 ] ] ], [ [ [ 143.5, 8.0 ], [ 143.20710678118655, 7.292893218813452 ], [ 142.5, 7.0 ], [ 141.79289321881345, 7.292893218813452 ], [ 141.5, 8.0 ], [ 141.79289321881345, 8.707106781186548 ], [ 142.5, 9.0 ], [ 143.20710678118655, 8.707106781186548 ], [ 143.5, 8.0 ] ] ], [ [ [ 143.1, 8.2 ], [ 142.80710678118655, 7.492893218813451 ], [ 142.1, 7.199999999999999 ], [ 141.39289321881344, 7.492893218813451 ], [ 141.1, 8.2 ], [ 141.39289321881344, 8.907106781186547 ], [ 142.1, 9.2 ], [ 142.80710678118655, 8.907106781186547 ], [ 143.1, 8.2 ] ] ], [ [ [ 142.5, 8.5 ], [ 142.20710678118655, 7.792893218813452 ], [ 141.5, 7.5 ], [ 140.79289321881345, 7.792893218813452 ], [ 140.5, 8.5 ], [ 140.79289321881345, 9.207106781186548 ], [ 141.5, 9.5 ], [ 142.20710678118655, 9.207106781186548 ], [ 142.5, 8.5 ] ] ], [ [ [ 142.1, 9.1 ], [ 141.80710678118655, 8.392893218813452 ], [ 141.1, 8.1 ], [ 140.39289321881344, 8.392893218813452 ], [ 140.1, 9.1 ], [ 140.39289321881344, 9.807106781186548 ], [ 141.1, 10.1 ], [ 141.80710678118655, 9.807106781186548 ], [ 142.1, 9.1 ] ] ], [ [ [ 143.7, 9.4 ], [ 142.82132034355962, 7.278679656440358 ], [ 140.7, 6.4 ], [ 138.57867965644036, 7.2786796564403575 ], [ 137.7, 9.4 ], [ 138.57867965644036, 11.521320343559642 ], [ 140.7, 12.4 ], [ 142.82132034355962, 11.521320343559644 ], [ 143.7, 9.4 ] ] ], [ [ [ 143.2, 9.6 ], [ 142.32132034355962, 7.478679656440358 ], [ 140.2, 6.6 ], [ 138.07867965644036, 7.478679656440357 ], [ 137.2, 9.6 ], [ 138.07867965644036, 11.721320343559642 ], [ 140.2, 12.6 ], [ 142.32132034355962, 11.721320343559643 ], [ 143.2, 9.6 ] ] ], [ [ [ 142.9, 9.6 ], [ 142.02132034355964, 7.478679656440358 ], [ 139.9, 6.6 ], [ 137.77867965644037, 7.478679656440357 ], [ 136.9, 9.6 ], [ 137.77867965644037, 11.721320343559642 ], [ 139.9, 12.6 ], [ 142.02132034355964, 11.721320343559643 ], [ 142.9, 9.6 ] ] ], [ [ [ 142.6, 9.5 ], [ 141.72132034355963, 7.378679656440358 ], [ 139.6, 6.5 ], [ 137.47867965644036, 7.378679656440357 ], [ 136.6, 9.5 ], [ 137.47867965644036, 11.621320343559642 ], [ 139.6, 12.5 ], [ 141.72132034355963, 11.621320343559642 ], [ 142.6, 9.5 ] ] ], [ [ [ 142.3, 9.5 ], [ 141.42132034355964, 7.378679656440358 ], [ 139.3, 6.5 ], [ 137.17867965644038, 7.378679656440357 ], [ 136.3, 9.5 ], [ 137.17867965644038, 11.621320343559642 ], [ 139.3, 12.5 ], [ 141.42132034355964, 11.621320343559642 ], [ 142.3, 9.5 ] ] ], [ [ [ 142.1, 9.4 ], [ 141.22132034355963, 7.278679656440358 ], [ 139.1, 6.4 ], [ 136.97867965644036, 7.2786796564403575 ], [ 136.1, 9.4 ], [ 136.97867965644036, 11.521320343559642 ], [ 139.1, 12.4 ], [ 141.22132034355963, 11.521320343559644 ], [ 142.1, 9.4 ] ] ], [ [ [ 141.8, 9.3 ], [ 140.92132034355964, 7.178679656440359 ], [ 138.8, 6.300000000000001 ], [ 136.67867965644038, 7.178679656440358 ], [ 135.8, 9.3 ], [ 136.67867965644038, 11.421320343559643 ], [ 138.8, 12.3 ], [ 140.92132034355964, 11.421320343559643 ], [ 141.8, 9.3 ] ] ], [ [ [ 141.5, 9.3 ], [ 140.62132034355963, 7.178679656440359 ], [ 138.5, 6.300000000000001 ], [ 136.37867965644037, 7.178679656440358 ], [ 135.5, 9.3 ], [ 136.37867965644037, 11.421320343559643 ], [ 138.5, 12.3 ], [ 140.62132034355963, 11.421320343559643 ], [ 141.5, 9.3 ] ] ], [ [ [ 141.3, 9.3 ], [ 140.42132034355964, 7.178679656440359 ], [ 138.3, 6.300000000000001 ], [ 136.17867965644038, 7.178679656440358 ], [ 135.3, 9.3 ], [ 136.17867965644038, 11.421320343559643 ], [ 138.3, 12.3 ], [ 140.42132034355964, 11.421320343559643 ], [ 141.3, 9.3 ] ] ], [ [ [ 140.6, 9.4 ], [ 139.72132034355963, 7.278679656440358 ], [ 137.6, 6.4 ], [ 135.47867965644036, 7.2786796564403575 ], [ 134.6, 9.4 ], [ 135.47867965644036, 11.521320343559642 ], [ 137.6, 12.4 ], [ 139.72132034355963, 11.521320343559644 ], [ 140.6, 9.4 ] ] ], [ [ [ 139.9, 9.5 ], [ 139.02132034355964, 7.378679656440358 ], [ 136.9, 6.5 ], [ 134.77867965644037, 7.378679656440357 ], [ 133.9, 9.5 ], [ 134.77867965644037, 11.621320343559642 ], [ 136.9, 12.5 ], [ 139.02132034355964, 11.621320343559642 ], [ 139.9, 9.5 ] ] ], [ [ [ 139.1, 9.8 ], [ 138.22132034355963, 7.678679656440359 ], [ 136.1, 6.800000000000001 ], [ 133.97867965644036, 7.678679656440358 ], [ 133.1, 9.8 ], [ 133.97867965644036, 11.921320343559643 ], [ 136.1, 12.8 ], [ 138.22132034355963, 11.921320343559643 ], [ 139.1, 9.8 ] ] ], [ [ [ 138.2, 10.1 ], [ 137.32132034355962, 7.978679656440358 ], [ 135.2, 7.1 ], [ 133.07867965644036, 7.978679656440357 ], [ 132.2, 10.1 ], [ 133.07867965644036, 12.221320343559642 ], [ 135.2, 13.1 ], [ 137.32132034355962, 12.221320343559643 ], [ 138.2, 10.1 ] ] ], [ [ [ 137.2, 10.6 ], [ 136.32132034355962, 8.478679656440358 ], [ 134.2, 7.6 ], [ 132.07867965644036, 8.478679656440356 ], [ 131.2, 10.6 ], [ 132.07867965644036, 12.721320343559642 ], [ 134.2, 13.6 ], [ 136.32132034355962, 12.721320343559643 ], [ 137.2, 10.6 ] ] ], [ [ [ 136.1, 11.3 ], [ 135.22132034355963, 9.178679656440359 ], [ 133.1, 8.3 ], [ 130.97867965644036, 9.178679656440359 ], [ 130.1, 11.3 ], [ 130.97867965644036, 13.421320343559643 ], [ 133.1, 14.3 ], [ 135.22132034355963, 13.421320343559643 ], [ 136.1, 11.3 ] ] ], [ [ [ 135.0, 11.6 ], [ 134.12132034355963, 9.478679656440358 ], [ 132.0, 8.6 ], [ 129.87867965644037, 9.478679656440356 ], [ 129.0, 11.6 ], [ 129.87867965644037, 13.721320343559642 ], [ 132.0, 14.6 ], [ 134.12132034355963, 13.721320343559643 ], [ 135.0, 11.6 ] ] ], [ [ [ 134.1, 11.8 ], [ 133.22132034355963, 9.678679656440359 ], [ 131.1, 8.8 ], [ 128.97867965644036, 9.678679656440359 ], [ 128.1, 11.8 ], [ 128.97867965644036, 13.921320343559643 ], [ 131.1, 14.8 ], [ 133.22132034355963, 13.921320343559643 ], [ 134.1, 11.8 ] ] ], [ [ [ 133.3, 12.1 ], [ 132.42132034355964, 9.978679656440358 ], [ 130.3, 9.1 ], [ 128.17867965644038, 9.978679656440356 ], [ 127.30000000000001, 12.1 ], [ 128.17867965644038, 14.221320343559642 ], [ 130.3, 15.1 ], [ 132.42132034355964, 14.221320343559643 ], [ 133.3, 12.1 ] ] ], [ [ [ 132.2, 12.6 ], [ 131.32132034355962, 10.478679656440358 ], [ 129.2, 9.6 ], [ 127.07867965644034, 10.478679656440356 ], [ 126.19999999999999, 12.6 ], [ 127.07867965644034, 14.721320343559642 ], [ 129.2, 15.6 ], [ 131.32132034355962, 14.721320343559643 ], [ 132.2, 12.6 ] ] ], [ [ [ 131.0, 13.4 ], [ 130.12132034355963, 11.278679656440358 ], [ 128.0, 10.4 ], [ 125.87867965644035, 11.278679656440357 ], [ 125.0, 13.4 ], [ 125.87867965644035, 15.521320343559642 ], [ 128.0, 16.4 ], [ 130.12132034355963, 15.521320343559644 ], [ 131.0, 13.4 ] ] ], [ [ [ 130.3, 13.7 ], [ 129.42132034355964, 11.578679656440357 ], [ 127.3, 10.7 ], [ 125.17867965644035, 11.578679656440357 ], [ 124.3, 13.7 ], [ 125.17867965644035, 15.821320343559641 ], [ 127.3, 16.7 ], [ 129.42132034355964, 15.821320343559641 ], [ 130.3, 13.7 ] ] ], [ [ [ 129.4, 14.3 ], [ 128.52132034355964, 12.178679656440359 ], [ 126.4, 11.3 ], [ 124.27867965644036, 12.178679656440359 ], [ 123.4, 14.3 ], [ 124.27867965644036, 16.421320343559643 ], [ 126.4, 17.3 ], [ 128.52132034355964, 16.421320343559643 ], [ 129.4, 14.3 ] ] ], [ [ [ 128.2, 14.9 ], [ 127.32132034355965, 12.778679656440358 ], [ 125.2, 11.9 ], [ 123.07867965644036, 12.778679656440357 ], [ 122.2, 14.9 ], [ 123.07867965644036, 17.021320343559644 ], [ 125.2, 17.9 ], [ 127.32132034355965, 17.021320343559644 ], [ 128.2, 14.9 ] ] ], [ [ [ 127.6, 15.4 ], [ 126.72132034355964, 13.278679656440358 ], [ 124.6, 12.4 ], [ 122.47867965644035, 13.278679656440357 ], [ 121.6, 15.4 ], [ 122.47867965644035, 17.521320343559644 ], [ 124.6, 18.4 ], [ 126.72132034355964, 17.521320343559644 ], [ 127.6, 15.4 ] ] ], [ [ [ 126.9, 16.1 ], [ 126.02132034355965, 13.97867965644036 ], [ 123.9, 13.100000000000001 ], [ 121.77867965644036, 13.97867965644036 ], [ 120.9, 16.1 ], [ 121.77867965644036, 18.221320343559643 ], [ 123.9, 19.1 ], [ 126.02132034355965, 18.221320343559643 ], [ 126.9, 16.1 ] ] ], [ [ [ 126.3, 17.0 ], [ 125.42132034355964, 14.878679656440358 ], [ 123.3, 14.0 ], [ 121.17867965644035, 14.878679656440358 ], [ 120.3, 17.0 ], [ 121.17867965644035, 19.121320343559642 ], [ 123.3, 20.0 ], [ 125.42132034355964, 19.121320343559642 ], [ 126.3, 17.0 ] ] ], [ [ [ 125.6, 17.8 ], [ 124.72132034355964, 15.678679656440359 ], [ 122.6, 14.8 ], [ 120.47867965644035, 15.678679656440359 ], [ 119.6, 17.8 ], [ 120.47867965644035, 19.921320343559643 ], [ 122.6, 20.8 ], [ 124.72132034355964, 19.921320343559643 ], [ 125.6, 17.8 ] ] ], [ [ [ 125.4, 18.6 ], [ 124.52132034355965, 16.47867965644036 ], [ 122.4, 15.600000000000001 ], [ 120.27867965644036, 16.47867965644036 ], [ 119.4, 18.6 ], [ 120.27867965644036, 20.721320343559643 ], [ 122.4, 21.6 ], [ 124.52132034355965, 20.721320343559643 ], [ 125.4, 18.6 ] ] ], [ [ [ 125.1, 19.6 ], [ 124.22132034355964, 17.47867965644036 ], [ 122.1, 16.6 ], [ 119.97867965644035, 17.47867965644036 ], [ 119.1, 19.6 ], [ 119.97867965644035, 21.721320343559643 ], [ 122.1, 22.6 ], [ 124.22132034355964, 21.721320343559643 ], [ 125.1, 19.6 ] ] ], [ [ [ 125.0, 20.6 ], [ 124.12132034355965, 18.47867965644036 ], [ 122.0, 17.6 ], [ 119.87867965644035, 18.47867965644036 ], [ 119.0, 20.6 ], [ 119.87867965644035, 22.721320343559643 ], [ 122.0, 23.6 ], [ 124.12132034355965, 22.721320343559643 ], [ 125.0, 20.6 ] ] ], [ [ [ 125.2, 21.7 ], [ 124.32132034355965, 19.578679656440357 ], [ 122.2, 18.7 ], [ 120.07867965644036, 19.578679656440357 ], [ 119.2, 21.7 ], [ 120.07867965644036, 23.82132034355964 ], [ 122.2, 24.7 ], [ 124.32132034355965, 23.82132034355964 ], [ 125.2, 21.7 ] ] ], [ [ [ 126.1, 22.6 ], [ 125.22132034355964, 20.47867965644036 ], [ 123.1, 19.6 ], [ 120.97867965644035, 20.47867965644036 ], [ 120.1, 22.6 ], [ 120.97867965644035, 24.721320343559643 ], [ 123.1, 25.6 ], [ 125.22132034355964, 24.721320343559643 ], [ 126.1, 22.6 ] ] ], [ [ [ 126.6, 23.4 ], [ 125.72132034355964, 21.278679656440357 ], [ 123.6, 20.4 ], [ 121.47867965644035, 21.278679656440357 ], [ 120.6, 23.4 ], [ 121.47867965644035, 25.52132034355964 ], [ 123.6, 26.4 ], [ 125.72132034355964, 25.52132034355964 ], [ 126.6, 23.4 ] ] ], [ [ [ 127.6, 24.5 ], [ 126.72132034355964, 22.378679656440358 ], [ 124.6, 21.5 ], [ 122.47867965644035, 22.378679656440358 ], [ 121.6, 24.5 ], [ 122.47867965644035, 26.621320343559642 ], [ 124.6, 27.5 ], [ 126.72132034355964, 26.621320343559642 ], [ 127.6, 24.5 ] ] ], [ [ [ 128.7, 25.9 ], [ 127.82132034355965, 23.778679656440357 ], [ 125.7, 22.9 ], [ 123.57867965644036, 23.778679656440357 ], [ 122.7, 25.9 ], [ 123.57867965644036, 28.02132034355964 ], [ 125.7, 28.9 ], [ 127.82132034355965, 28.02132034355964 ], [ 128.7, 25.9 ] ] ], [ [ [ 130.0, 27.0 ], [ 129.12132034355963, 24.878679656440358 ], [ 127.0, 24.0 ], [ 124.87867965644035, 24.878679656440358 ], [ 124.0, 27.0 ], [ 124.87867965644035, 29.121320343559642 ], [ 127.0, 30.0 ], [ 129.12132034355963, 29.121320343559642 ], [ 130.0, 27.0 ] ] ], [ [ [ 131.4, 28.0 ], [ 130.52132034355964, 25.878679656440358 ], [ 128.4, 25.0 ], [ 126.27867965644036, 25.878679656440358 ], [ 125.4, 28.0 ], [ 126.27867965644036, 30.121320343559642 ], [ 128.4, 31.0 ], [ 130.52132034355964, 30.121320343559642 ], [ 131.4, 28.0 ] ] ], [ [ [ 133.3, 29.2 ], [ 132.42132034355964, 27.078679656440357 ], [ 130.3, 26.2 ], [ 128.17867965644038, 27.078679656440357 ], [ 127.30000000000001, 29.2 ], [ 128.17867965644038, 31.32132034355964 ], [ 130.3, 32.2 ], [ 132.42132034355964, 31.32132034355964 ], [ 133.3, 29.2 ] ] ], [ [ [ 135.2, 30.4 ], [ 134.32132034355962, 28.278679656440357 ], [ 132.2, 27.4 ], [ 130.07867965644036, 28.278679656440357 ], [ 129.2, 30.4 ], [ 130.07867965644036, 32.521320343559644 ], [ 132.2, 33.4 ], [ 134.32132034355962, 32.521320343559644 ], [ 135.2, 30.4 ] ] ], [ [ [ 141.0, 34.3 ], [ 140.12132034355963, 32.17867965644035 ], [ 138.0, 31.299999999999997 ], [ 135.87867965644037, 32.17867965644035 ], [ 135.0, 34.3 ], [ 135.87867965644037, 36.42132034355964 ], [ 138.0, 37.3 ], [ 140.12132034355963, 36.42132034355964 ], [ 141.0, 34.3 ] ] ], [ [ [ 145.2, 38.2 ], [ 144.32132034355962, 36.07867965644036 ], [ 142.2, 35.2 ], [ 140.07867965644036, 36.07867965644036 ], [ 139.2, 38.2 ], [ 140.07867965644036, 40.32132034355965 ], [ 142.2, 41.2 ], [ 144.32132034355962, 40.32132034355965 ], [ 145.2, 38.2 ] ] ], [ [ [ 148.3, 42.6 ], [ 147.42132034355964, 40.478679656440356 ], [ 145.3, 39.6 ], [ 143.17867965644038, 40.478679656440356 ], [ 142.3, 42.6 ], [ 143.17867965644038, 44.72132034355965 ], [ 145.3, 45.6 ], [ 147.42132034355964, 44.72132034355965 ], [ 148.3, 42.6 ] ] ], [ [ [ 150.9, 44.2 ], [ 150.02132034355964, 42.07867965644036 ], [ 147.9, 41.2 ], [ 145.77867965644037, 42.07867965644036 ], [ 144.9, 44.2 ], [ 145.77867965644037, 46.32132034355965 ], [ 147.9, 47.2 ], [ 150.02132034355964, 46.32132034355965 ], [ 150.9, 44.2 ] ] ], [ [ [ 153.9, 45.1 ], [ 153.02132034355964, 42.978679656440356 ], [ 150.9, 42.1 ], [ 148.77867965644037, 42.978679656440356 ], [ 147.9, 45.1 ], [ 148.77867965644037, 47.22132034355965 ], [ 150.9, 48.1 ], [ 153.02132034355964, 47.22132034355965 ], [ 153.9, 45.1 ] ] ], [ [ [ 156.6, 45.6 ], [ 155.72132034355963, 43.478679656440356 ], [ 153.6, 42.6 ], [ 151.47867965644036, 43.478679656440356 ], [ 150.6, 45.6 ], [ 151.47867965644036, 47.72132034355965 ], [ 153.6, 48.6 ], [ 155.72132034355963, 47.72132034355965 ], [ 156.6, 45.6 ] ] ], [ [ [ 160.2, 46.1 ], [ 159.32132034355962, 43.978679656440356 ], [ 157.2, 43.1 ], [ 155.07867965644036, 43.978679656440356 ], [ 154.2, 46.1 ], [ 155.07867965644036, 48.22132034355965 ], [ 157.2, 49.1 ], [ 159.32132034355962, 48.22132034355965 ], [ 160.2, 46.1 ] ] ], [ [ [ 163.3, 46.8 ], [ 162.42132034355964, 44.67867965644035 ], [ 160.3, 43.8 ], [ 158.17867965644038, 44.67867965644035 ], [ 157.3, 46.8 ], [ 158.17867965644038, 48.92132034355964 ], [ 160.3, 49.8 ], [ 162.42132034355964, 48.92132034355964 ], [ 163.3, 46.8 ] ] ], [ [ [ 165.8, 46.8 ], [ 164.92132034355964, 44.67867965644035 ], [ 162.8, 43.8 ], [ 160.67867965644038, 44.67867965644035 ], [ 159.8, 46.8 ], [ 160.67867965644038, 48.92132034355964 ], [ 162.8, 49.8 ], [ 164.92132034355964, 48.92132034355964 ], [ 165.8, 46.8 ] ] ], [ [ [ 168.8, 47.1 ], [ 167.92132034355964, 44.978679656440356 ], [ 165.8, 44.1 ], [ 163.67867965644038, 44.978679656440356 ], [ 162.8, 47.1 ], [ 163.67867965644038, 49.22132034355965 ], [ 165.8, 50.1 ], [ 167.92132034355964, 49.22132034355965 ], [ 168.8, 47.1 ] ] ], [ [ [ 171.8, 47.6 ], [ 170.92132034355964, 45.478679656440356 ], [ 168.8, 44.6 ], [ 166.67867965644038, 45.478679656440356 ], [ 165.8, 47.6 ], [ 166.67867965644038, 49.72132034355965 ], [ 168.8, 50.6 ], [ 170.92132034355964, 49.72132034355965 ], [ 171.8, 47.6 ] ] ], [ [ [ 174.6, 48.3 ], [ 173.72132034355963, 46.17867965644035 ], [ 171.6, 45.3 ], [ 169.47867965644036, 46.17867965644035 ], [ 168.6, 48.3 ], [ 169.47867965644036, 50.42132034355964 ], [ 171.6, 51.3 ], [ 173.72132034355963, 50.42132034355964 ], [ 174.6, 48.3 ] ] ], [ [ [ 177.4, 49.0 ], [ 176.52132034355964, 46.878679656440355 ], [ 174.4, 46.0 ], [ 172.27867965644037, 46.878679656440355 ], [ 171.4, 49.0 ], [ 172.27867965644037, 51.121320343559645 ], [ 174.4, 52.0 ], [ 176.52132034355964, 51.121320343559645 ], [ 177.4, 49.0 ] ] ], [ [ [ 179.8, 49.0 ], [ 178.92132034355964, 46.878679656440355 ], [ 176.8, 46.0 ], [ 174.67867965644038, 46.878679656440355 ], [ 173.8, 49.0 ], [ 174.67867965644038, 51.121320343559645 ], [ 176.8, 52.0 ], [ 178.92132034355964, 51.121320343559645 ], [ 179.8, 49.0 ] ] ], [ [ [ 181.1, 48.7 ], [ 180.22132034355963, 46.57867965644036 ], [ 178.1, 45.7 ], [ 175.97867965644036, 46.57867965644036 ], [ 175.1, 48.7 ], [ 175.97867965644036, 50.82132034355965 ], [ 178.1, 51.7 ], [ 180.22132034355963, 50.82132034355965 ], [ 181.1, 48.7 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-05-02T15:00:00Z", "2015-05-02T21:00:00Z", "2015-05-03T03:00:00Z", "2015-05-03T09:00:00Z", "2015-05-03T15:00:00Z", "2015-05-03T21:00:00Z", "2015-05-04T03:00:00Z", "2015-05-04T09:00:00Z", "2015-05-04T15:00:00Z", "2015-05-04T21:00:00Z", "2015-05-05T03:00:00Z", "2015-05-05T09:00:00Z", "2015-05-05T15:00:00Z", "2015-05-05T21:00:00Z", "2015-05-06T03:00:00Z", "2015-05-06T09:00:00Z", "2015-05-06T15:00:00Z", "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T18:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T00:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T06:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T12:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1006.0, 1006.0, 1006.0, 1004.0, 1004.0, 1000.0, 998.0, 996.0, 996.0, 994.0, 992.0, 992.0, 990.0, 985.0, 985.0, 980.0, 970.0, 960.0, 960.0, 960.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 945.0, 945.0, 935.0, 920.0, 920.0, 925.0, 930.0, 945.0, 960.0, 970.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 994.0, 996.0, 996.0, 994.0, 992.0, 994.0, 994.0, 996.0, 996.0, 994.0, 990.0, 986.0, 986.0, 986.0, 986.0, 986.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 50.0, 60.0, 60.0, 65.0, 75.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 90.0, 90.0, 100.0, 110.0, 110.0, 105.0, 100.0, 90.0, 80.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201507_DOLPHIN_feature.json b/samples/Typhoon201507_DOLPHIN_feature.json
index 02d8da3..c4edfe6 100644
--- a/samples/Typhoon201507_DOLPHIN_feature.json
+++ b/samples/Typhoon201507_DOLPHIN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201507号 (DOLPHIN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z", "2015-05-16T15:00:00Z", "2015-05-16T21:00:00Z", "2015-05-17T03:00:00Z", "2015-05-17T09:00:00Z", "2015-05-17T15:00:00Z", "2015-05-17T21:00:00Z", "2015-05-18T03:00:00Z", "2015-05-18T09:00:00Z", "2015-05-18T15:00:00Z", "2015-05-18T21:00:00Z", "2015-05-19T03:00:00Z", "2015-05-19T09:00:00Z", "2015-05-19T15:00:00Z", "2015-05-19T18:00:00Z", "2015-05-19T21:00:00Z", "2015-05-20T00:00:00Z", "2015-05-20T03:00:00Z", "2015-05-20T06:00:00Z", "2015-05-20T09:00:00Z", "2015-05-20T15:00:00Z", "2015-05-20T21:00:00Z", "2015-05-21T03:00:00Z", "2015-05-21T09:00:00Z", "2015-05-21T15:00:00Z", "2015-05-21T21:00:00Z", "2015-05-22T03:00:00Z", "2015-05-22T09:00:00Z", "2015-05-22T15:00:00Z", "2015-05-22T21:00:00Z", "2015-05-23T03:00:00Z", "2015-05-23T09:00:00Z", "2015-05-23T15:00:00Z", "2015-05-23T21:00:00Z", "2015-05-24T03:00:00Z", "2015-05-24T09:00:00Z", "2015-05-24T15:00:00Z" ],
- "coordinates" : [ [ [ [ 158.9, 4.0 ], [ 158.60710678118656, 3.2928932188134525 ], [ 157.9, 3.0 ], [ 157.19289321881345, 3.2928932188134525 ], [ 156.9, 4.0 ], [ 157.19289321881345, 4.707106781186548 ], [ 157.9, 5.0 ], [ 158.60710678118656, 4.707106781186548 ], [ 158.9, 4.0 ] ] ], [ [ [ 159.7, 4.0 ], [ 159.40710678118654, 3.2928932188134525 ], [ 158.7, 3.0 ], [ 157.99289321881344, 3.2928932188134525 ], [ 157.7, 4.0 ], [ 157.99289321881344, 4.707106781186548 ], [ 158.7, 5.0 ], [ 159.40710678118654, 4.707106781186548 ], [ 159.7, 4.0 ] ] ], [ [ [ 160.5, 3.9 ], [ 160.20710678118655, 3.1928932188134524 ], [ 159.5, 2.9 ], [ 158.79289321881345, 3.1928932188134524 ], [ 158.5, 3.9 ], [ 158.79289321881345, 4.607106781186547 ], [ 159.5, 4.9 ], [ 160.20710678118655, 4.607106781186547 ], [ 160.5, 3.9 ] ] ], [ [ [ 161.2, 3.6 ], [ 160.90710678118654, 2.8928932188134526 ], [ 160.2, 2.6 ], [ 159.49289321881344, 2.8928932188134526 ], [ 159.2, 3.6 ], [ 159.49289321881344, 4.3071067811865476 ], [ 160.2, 4.6 ], [ 160.90710678118654, 4.3071067811865476 ], [ 161.2, 3.6 ] ] ], [ [ [ 161.7, 3.5 ], [ 161.40710678118654, 2.7928932188134525 ], [ 160.7, 2.5 ], [ 159.99289321881344, 2.7928932188134525 ], [ 159.7, 3.5 ], [ 159.99289321881344, 4.207106781186548 ], [ 160.7, 4.5 ], [ 161.40710678118654, 4.207106781186548 ], [ 161.7, 3.5 ] ] ], [ [ [ 162.1, 3.3 ], [ 161.80710678118655, 2.5928932188134524 ], [ 161.1, 2.3 ], [ 160.39289321881344, 2.5928932188134524 ], [ 160.1, 3.3 ], [ 160.39289321881344, 4.007106781186547 ], [ 161.1, 4.3 ], [ 161.80710678118655, 4.007106781186548 ], [ 162.1, 3.3 ] ] ], [ [ [ 162.7, 3.3 ], [ 162.40710678118654, 2.5928932188134524 ], [ 161.7, 2.3 ], [ 160.99289321881344, 2.5928932188134524 ], [ 160.7, 3.3 ], [ 160.99289321881344, 4.007106781186547 ], [ 161.7, 4.3 ], [ 162.40710678118654, 4.007106781186548 ], [ 162.7, 3.3 ] ] ], [ [ [ 163.1, 3.4 ], [ 162.80710678118655, 2.6928932188134524 ], [ 162.1, 2.4 ], [ 161.39289321881344, 2.6928932188134524 ], [ 161.1, 3.4 ], [ 161.39289321881344, 4.107106781186547 ], [ 162.1, 4.4 ], [ 162.80710678118655, 4.107106781186547 ], [ 163.1, 3.4 ] ] ], [ [ [ 163.4, 3.6 ], [ 163.10710678118656, 2.8928932188134526 ], [ 162.4, 2.6 ], [ 161.69289321881345, 2.8928932188134526 ], [ 161.4, 3.6 ], [ 161.69289321881345, 4.3071067811865476 ], [ 162.4, 4.6 ], [ 163.10710678118656, 4.3071067811865476 ], [ 163.4, 3.6 ] ] ], [ [ [ 163.6, 3.9 ], [ 163.30710678118655, 3.1928932188134524 ], [ 162.6, 2.9 ], [ 161.89289321881344, 3.1928932188134524 ], [ 161.6, 3.9 ], [ 161.89289321881344, 4.607106781186547 ], [ 162.6, 4.9 ], [ 163.30710678118655, 4.607106781186547 ], [ 163.6, 3.9 ] ] ], [ [ [ 163.5, 4.3 ], [ 163.20710678118655, 3.5928932188134524 ], [ 162.5, 3.3 ], [ 161.79289321881345, 3.5928932188134524 ], [ 161.5, 4.3 ], [ 161.79289321881345, 5.007106781186547 ], [ 162.5, 5.3 ], [ 163.20710678118655, 5.007106781186548 ], [ 163.5, 4.3 ] ] ], [ [ [ 163.4, 4.7 ], [ 163.10710678118656, 3.9928932188134527 ], [ 162.4, 3.7 ], [ 161.69289321881345, 3.9928932188134527 ], [ 161.4, 4.7 ], [ 161.69289321881345, 5.407106781186547 ], [ 162.4, 5.7 ], [ 163.10710678118656, 5.407106781186548 ], [ 163.4, 4.7 ] ] ], [ [ [ 164.9, 5.2 ], [ 164.02132034355964, 3.078679656440358 ], [ 161.9, 2.2 ], [ 159.77867965644037, 3.0786796564403573 ], [ 158.9, 5.2 ], [ 159.77867965644037, 7.321320343559643 ], [ 161.9, 8.2 ], [ 164.02132034355964, 7.321320343559643 ], [ 164.9, 5.2 ] ] ], [ [ [ 164.0, 5.7 ], [ 163.12132034355963, 3.578679656440358 ], [ 161.0, 2.7 ], [ 158.87867965644037, 3.5786796564403573 ], [ 158.0, 5.7 ], [ 158.87867965644037, 7.821320343559643 ], [ 161.0, 8.7 ], [ 163.12132034355963, 7.821320343559643 ], [ 164.0, 5.7 ] ] ], [ [ [ 163.2, 6.1 ], [ 162.32132034355962, 3.9786796564403573 ], [ 160.2, 3.0999999999999996 ], [ 158.07867965644036, 3.978679656440357 ], [ 157.2, 6.1 ], [ 158.07867965644036, 8.221320343559642 ], [ 160.2, 9.1 ], [ 162.32132034355962, 8.221320343559643 ], [ 163.2, 6.1 ] ] ], [ [ [ 163.0, 6.7 ], [ 162.12132034355963, 4.578679656440357 ], [ 160.0, 3.7 ], [ 157.87867965644037, 4.578679656440357 ], [ 157.0, 6.7 ], [ 157.87867965644037, 8.821320343559643 ], [ 160.0, 9.7 ], [ 162.12132034355963, 8.821320343559643 ], [ 163.0, 6.7 ] ] ], [ [ [ 163.1, 7.6 ], [ 162.22132034355963, 5.478679656440358 ], [ 160.1, 4.6 ], [ 157.97867965644036, 5.478679656440357 ], [ 157.1, 7.6 ], [ 157.97867965644036, 9.721320343559642 ], [ 160.1, 10.6 ], [ 162.22132034355963, 9.721320343559643 ], [ 163.1, 7.6 ] ] ], [ [ [ 163.1, 8.5 ], [ 162.22132034355963, 6.378679656440358 ], [ 160.1, 5.5 ], [ 157.97867965644036, 6.378679656440357 ], [ 157.1, 8.5 ], [ 157.97867965644036, 10.621320343559642 ], [ 160.1, 11.5 ], [ 162.22132034355963, 10.621320343559642 ], [ 163.1, 8.5 ] ] ], [ [ [ 163.0, 9.1 ], [ 162.12132034355963, 6.978679656440358 ], [ 160.0, 6.1 ], [ 157.87867965644037, 6.978679656440357 ], [ 157.0, 9.1 ], [ 157.87867965644037, 11.221320343559642 ], [ 160.0, 12.1 ], [ 162.12132034355963, 11.221320343559643 ], [ 163.0, 9.1 ] ] ], [ [ [ 163.0, 9.8 ], [ 162.12132034355963, 7.678679656440359 ], [ 160.0, 6.800000000000001 ], [ 157.87867965644037, 7.678679656440358 ], [ 157.0, 9.8 ], [ 157.87867965644037, 11.921320343559643 ], [ 160.0, 12.8 ], [ 162.12132034355963, 11.921320343559643 ], [ 163.0, 9.8 ] ] ], [ [ [ 162.4, 10.0 ], [ 161.52132034355964, 7.878679656440358 ], [ 159.4, 7.0 ], [ 157.27867965644037, 7.878679656440357 ], [ 156.4, 10.0 ], [ 157.27867965644037, 12.121320343559642 ], [ 159.4, 13.0 ], [ 161.52132034355964, 12.121320343559642 ], [ 162.4, 10.0 ] ] ], [ [ [ 162.0, 10.0 ], [ 161.12132034355963, 7.878679656440358 ], [ 159.0, 7.0 ], [ 156.87867965644037, 7.878679656440357 ], [ 156.0, 10.0 ], [ 156.87867965644037, 12.121320343559642 ], [ 159.0, 13.0 ], [ 161.12132034355963, 12.121320343559642 ], [ 162.0, 10.0 ] ] ], [ [ [ 161.5, 10.1 ], [ 160.62132034355963, 7.978679656440358 ], [ 158.5, 7.1 ], [ 156.37867965644037, 7.978679656440357 ], [ 155.5, 10.1 ], [ 156.37867965644037, 12.221320343559642 ], [ 158.5, 13.1 ], [ 160.62132034355963, 12.221320343559643 ], [ 161.5, 10.1 ] ] ], [ [ [ 161.1, 10.0 ], [ 160.22132034355963, 7.878679656440358 ], [ 158.1, 7.0 ], [ 155.97867965644036, 7.878679656440357 ], [ 155.1, 10.0 ], [ 155.97867965644036, 12.121320343559642 ], [ 158.1, 13.0 ], [ 160.22132034355963, 12.121320343559642 ], [ 161.1, 10.0 ] ] ], [ [ [ 160.5, 9.8 ], [ 159.62132034355963, 7.678679656440359 ], [ 157.5, 6.800000000000001 ], [ 155.37867965644037, 7.678679656440358 ], [ 154.5, 9.8 ], [ 155.37867965644037, 11.921320343559643 ], [ 157.5, 12.8 ], [ 159.62132034355963, 11.921320343559643 ], [ 160.5, 9.8 ] ] ], [ [ [ 160.0, 9.8 ], [ 159.12132034355963, 7.678679656440359 ], [ 157.0, 6.800000000000001 ], [ 154.87867965644037, 7.678679656440358 ], [ 154.0, 9.8 ], [ 154.87867965644037, 11.921320343559643 ], [ 157.0, 12.8 ], [ 159.12132034355963, 11.921320343559643 ], [ 160.0, 9.8 ] ] ], [ [ [ 159.2, 10.2 ], [ 158.32132034355962, 8.078679656440357 ], [ 156.2, 7.199999999999999 ], [ 154.07867965644036, 8.078679656440357 ], [ 153.2, 10.2 ], [ 154.07867965644036, 12.321320343559641 ], [ 156.2, 13.2 ], [ 158.32132034355962, 12.321320343559641 ], [ 159.2, 10.2 ] ] ], [ [ [ 158.4, 10.3 ], [ 157.52132034355964, 8.178679656440359 ], [ 155.4, 7.300000000000001 ], [ 153.27867965644037, 8.178679656440359 ], [ 152.4, 10.3 ], [ 153.27867965644037, 12.421320343559643 ], [ 155.4, 13.3 ], [ 157.52132034355964, 12.421320343559643 ], [ 158.4, 10.3 ] ] ], [ [ [ 157.2, 10.5 ], [ 156.32132034355962, 8.378679656440358 ], [ 154.2, 7.5 ], [ 152.07867965644036, 8.378679656440358 ], [ 151.2, 10.5 ], [ 152.07867965644036, 12.621320343559642 ], [ 154.2, 13.5 ], [ 156.32132034355962, 12.621320343559642 ], [ 157.2, 10.5 ] ] ], [ [ [ 156.6, 10.9 ], [ 155.72132034355963, 8.778679656440358 ], [ 153.6, 7.9 ], [ 151.47867965644036, 8.778679656440357 ], [ 150.6, 10.9 ], [ 151.47867965644036, 13.021320343559642 ], [ 153.6, 13.9 ], [ 155.72132034355963, 13.021320343559644 ], [ 156.6, 10.9 ] ] ], [ [ [ 155.1, 11.4 ], [ 154.22132034355963, 9.278679656440358 ], [ 152.1, 8.4 ], [ 149.97867965644036, 9.278679656440357 ], [ 149.1, 11.4 ], [ 149.97867965644036, 13.521320343559642 ], [ 152.1, 14.4 ], [ 154.22132034355963, 13.521320343559644 ], [ 155.1, 11.4 ] ] ], [ [ [ 154.1, 12.0 ], [ 153.22132034355963, 9.878679656440358 ], [ 151.1, 9.0 ], [ 148.97867965644036, 9.878679656440358 ], [ 148.1, 12.0 ], [ 148.97867965644036, 14.121320343559642 ], [ 151.1, 15.0 ], [ 153.22132034355963, 14.121320343559642 ], [ 154.1, 12.0 ] ] ], [ [ [ 152.7, 12.4 ], [ 151.82132034355962, 10.278679656440358 ], [ 149.7, 9.4 ], [ 147.57867965644036, 10.278679656440357 ], [ 146.7, 12.4 ], [ 147.57867965644036, 14.521320343559642 ], [ 149.7, 15.4 ], [ 151.82132034355962, 14.521320343559644 ], [ 152.7, 12.4 ] ] ], [ [ [ 151.2, 12.7 ], [ 150.32132034355962, 10.578679656440357 ], [ 148.2, 9.7 ], [ 146.07867965644036, 10.578679656440357 ], [ 145.2, 12.7 ], [ 146.07867965644036, 14.821320343559641 ], [ 148.2, 15.7 ], [ 150.32132034355962, 14.821320343559641 ], [ 151.2, 12.7 ] ] ], [ [ [ 149.8, 13.2 ], [ 148.92132034355964, 11.078679656440357 ], [ 146.8, 10.2 ], [ 144.67867965644038, 11.078679656440357 ], [ 143.8, 13.2 ], [ 144.67867965644038, 15.321320343559641 ], [ 146.8, 16.2 ], [ 148.92132034355964, 15.321320343559641 ], [ 149.8, 13.2 ] ] ], [ [ [ 148.7, 13.6 ], [ 147.82132034355962, 11.478679656440358 ], [ 145.7, 10.6 ], [ 143.57867965644036, 11.478679656440356 ], [ 142.7, 13.6 ], [ 143.57867965644036, 15.721320343559642 ], [ 145.7, 16.6 ], [ 147.82132034355962, 15.721320343559643 ], [ 148.7, 13.6 ] ] ], [ [ [ 147.6, 14.0 ], [ 146.72132034355963, 11.878679656440358 ], [ 144.6, 11.0 ], [ 142.47867965644036, 11.878679656440358 ], [ 141.6, 14.0 ], [ 142.47867965644036, 16.121320343559642 ], [ 144.6, 17.0 ], [ 146.72132034355963, 16.121320343559642 ], [ 147.6, 14.0 ] ] ], [ [ [ 146.5, 14.8 ], [ 145.62132034355963, 12.678679656440359 ], [ 143.5, 11.8 ], [ 141.37867965644037, 12.678679656440359 ], [ 140.5, 14.8 ], [ 141.37867965644037, 16.921320343559643 ], [ 143.5, 17.8 ], [ 145.62132034355963, 16.921320343559643 ], [ 146.5, 14.8 ] ] ], [ [ [ 145.5, 15.2 ], [ 144.62132034355963, 13.078679656440357 ], [ 142.5, 12.2 ], [ 140.37867965644037, 13.078679656440357 ], [ 139.5, 15.2 ], [ 140.37867965644037, 17.32132034355964 ], [ 142.5, 18.2 ], [ 144.62132034355963, 17.32132034355964 ], [ 145.5, 15.2 ] ] ], [ [ [ 144.5, 15.8 ], [ 143.62132034355963, 13.678679656440359 ], [ 141.5, 12.8 ], [ 139.37867965644037, 13.678679656440359 ], [ 138.5, 15.8 ], [ 139.37867965644037, 17.921320343559643 ], [ 141.5, 18.8 ], [ 143.62132034355963, 17.921320343559643 ], [ 144.5, 15.8 ] ] ], [ [ [ 143.7, 16.5 ], [ 142.82132034355962, 14.378679656440358 ], [ 140.7, 13.5 ], [ 138.57867965644036, 14.378679656440358 ], [ 137.7, 16.5 ], [ 138.57867965644036, 18.621320343559642 ], [ 140.7, 19.5 ], [ 142.82132034355962, 18.621320343559642 ], [ 143.7, 16.5 ] ] ], [ [ [ 142.8, 17.2 ], [ 141.92132034355964, 15.078679656440357 ], [ 139.8, 14.2 ], [ 137.67867965644038, 15.078679656440357 ], [ 136.8, 17.2 ], [ 137.67867965644038, 19.32132034355964 ], [ 139.8, 20.2 ], [ 141.92132034355964, 19.32132034355964 ], [ 142.8, 17.2 ] ] ], [ [ [ 142.1, 17.8 ], [ 141.22132034355963, 15.678679656440359 ], [ 139.1, 14.8 ], [ 136.97867965644036, 15.678679656440359 ], [ 136.1, 17.8 ], [ 136.97867965644036, 19.921320343559643 ], [ 139.1, 20.8 ], [ 141.22132034355963, 19.921320343559643 ], [ 142.1, 17.8 ] ] ], [ [ [ 141.7, 18.6 ], [ 140.82132034355962, 16.47867965644036 ], [ 138.7, 15.600000000000001 ], [ 136.57867965644036, 16.47867965644036 ], [ 135.7, 18.6 ], [ 136.57867965644036, 20.721320343559643 ], [ 138.7, 21.6 ], [ 140.82132034355962, 20.721320343559643 ], [ 141.7, 18.6 ] ] ], [ [ [ 141.6, 19.3 ], [ 140.72132034355963, 17.17867965644036 ], [ 138.6, 16.3 ], [ 136.47867965644036, 17.17867965644036 ], [ 135.6, 19.3 ], [ 136.47867965644036, 21.421320343559643 ], [ 138.6, 22.3 ], [ 140.72132034355963, 21.421320343559643 ], [ 141.6, 19.3 ] ] ], [ [ [ 141.4, 20.0 ], [ 140.52132034355964, 17.878679656440358 ], [ 138.4, 17.0 ], [ 136.27867965644037, 17.878679656440358 ], [ 135.4, 20.0 ], [ 136.27867965644037, 22.121320343559642 ], [ 138.4, 23.0 ], [ 140.52132034355964, 22.121320343559642 ], [ 141.4, 20.0 ] ] ], [ [ [ 141.4, 20.8 ], [ 140.52132034355964, 18.67867965644036 ], [ 138.4, 17.8 ], [ 136.27867965644037, 18.67867965644036 ], [ 135.4, 20.8 ], [ 136.27867965644037, 22.921320343559643 ], [ 138.4, 23.8 ], [ 140.52132034355964, 22.921320343559643 ], [ 141.4, 20.8 ] ] ], [ [ [ 141.6, 21.5 ], [ 140.72132034355963, 19.378679656440358 ], [ 138.6, 18.5 ], [ 136.47867965644036, 19.378679656440358 ], [ 135.6, 21.5 ], [ 136.47867965644036, 23.621320343559642 ], [ 138.6, 24.5 ], [ 140.72132034355963, 23.621320343559642 ], [ 141.6, 21.5 ] ] ], [ [ [ 141.9, 22.2 ], [ 141.02132034355964, 20.078679656440357 ], [ 138.9, 19.2 ], [ 136.77867965644037, 20.078679656440357 ], [ 135.9, 22.2 ], [ 136.77867965644037, 24.32132034355964 ], [ 138.9, 25.2 ], [ 141.02132034355964, 24.32132034355964 ], [ 141.9, 22.2 ] ] ], [ [ [ 142.2, 22.8 ], [ 141.32132034355962, 20.67867965644036 ], [ 139.2, 19.8 ], [ 137.07867965644036, 20.67867965644036 ], [ 136.2, 22.8 ], [ 137.07867965644036, 24.921320343559643 ], [ 139.2, 25.8 ], [ 141.32132034355962, 24.921320343559643 ], [ 142.2, 22.8 ] ] ], [ [ [ 142.4, 23.6 ], [ 141.52132034355964, 21.47867965644036 ], [ 139.4, 20.6 ], [ 137.27867965644037, 21.47867965644036 ], [ 136.4, 23.6 ], [ 137.27867965644037, 25.721320343559643 ], [ 139.4, 26.6 ], [ 141.52132034355964, 25.721320343559643 ], [ 142.4, 23.6 ] ] ], [ [ [ 142.9, 24.6 ], [ 142.02132034355964, 22.47867965644036 ], [ 139.9, 21.6 ], [ 137.77867965644037, 22.47867965644036 ], [ 136.9, 24.6 ], [ 137.77867965644037, 26.721320343559643 ], [ 139.9, 27.6 ], [ 142.02132034355964, 26.721320343559643 ], [ 142.9, 24.6 ] ] ], [ [ [ 143.4, 24.9 ], [ 142.52132034355964, 22.778679656440357 ], [ 140.4, 21.9 ], [ 138.27867965644037, 22.778679656440357 ], [ 137.4, 24.9 ], [ 138.27867965644037, 27.02132034355964 ], [ 140.4, 27.9 ], [ 142.52132034355964, 27.02132034355964 ], [ 143.4, 24.9 ] ] ], [ [ [ 144.1, 25.4 ], [ 143.22132034355963, 23.278679656440357 ], [ 141.1, 22.4 ], [ 138.97867965644036, 23.278679656440357 ], [ 138.1, 25.4 ], [ 138.97867965644036, 27.52132034355964 ], [ 141.1, 28.4 ], [ 143.22132034355963, 27.52132034355964 ], [ 144.1, 25.4 ] ] ], [ [ [ 144.7, 26.1 ], [ 143.82132034355962, 23.97867965644036 ], [ 141.7, 23.1 ], [ 139.57867965644036, 23.97867965644036 ], [ 138.7, 26.1 ], [ 139.57867965644036, 28.221320343559643 ], [ 141.7, 29.1 ], [ 143.82132034355962, 28.221320343559643 ], [ 144.7, 26.1 ] ] ], [ [ [ 145.3, 26.7 ], [ 144.42132034355964, 24.578679656440357 ], [ 142.3, 23.7 ], [ 140.17867965644038, 24.578679656440357 ], [ 139.3, 26.7 ], [ 140.17867965644038, 28.82132034355964 ], [ 142.3, 29.7 ], [ 144.42132034355964, 28.82132034355964 ], [ 145.3, 26.7 ] ] ], [ [ [ 146.0, 27.6 ], [ 145.12132034355963, 25.47867965644036 ], [ 143.0, 24.6 ], [ 140.87867965644037, 25.47867965644036 ], [ 140.0, 27.6 ], [ 140.87867965644037, 29.721320343559643 ], [ 143.0, 30.6 ], [ 145.12132034355963, 29.721320343559643 ], [ 146.0, 27.6 ] ] ], [ [ [ 147.2, 28.0 ], [ 146.32132034355962, 25.878679656440358 ], [ 144.2, 25.0 ], [ 142.07867965644036, 25.878679656440358 ], [ 141.2, 28.0 ], [ 142.07867965644036, 30.121320343559642 ], [ 144.2, 31.0 ], [ 146.32132034355962, 30.121320343559642 ], [ 147.2, 28.0 ] ] ], [ [ [ 148.7, 29.8 ], [ 147.82132034355962, 27.67867965644036 ], [ 145.7, 26.8 ], [ 143.57867965644036, 27.67867965644036 ], [ 142.7, 29.8 ], [ 143.57867965644036, 31.921320343559643 ], [ 145.7, 32.8 ], [ 147.82132034355962, 31.921320343559643 ], [ 148.7, 29.8 ] ] ], [ [ [ 151.2, 32.7 ], [ 150.32132034355962, 30.57867965644036 ], [ 148.2, 29.700000000000003 ], [ 146.07867965644036, 30.57867965644036 ], [ 145.2, 32.7 ], [ 146.07867965644036, 34.82132034355965 ], [ 148.2, 35.7 ], [ 150.32132034355962, 34.82132034355965 ], [ 151.2, 32.7 ] ] ], [ [ [ 155.0, 36.0 ], [ 154.12132034355963, 33.878679656440355 ], [ 152.0, 33.0 ], [ 149.87867965644037, 33.878679656440355 ], [ 149.0, 36.0 ], [ 149.87867965644037, 38.121320343559645 ], [ 152.0, 39.0 ], [ 154.12132034355963, 38.121320343559645 ], [ 155.0, 36.0 ] ] ], [ [ [ 158.7, 39.7 ], [ 157.82132034355962, 37.57867965644036 ], [ 155.7, 36.7 ], [ 153.57867965644036, 37.57867965644036 ], [ 152.7, 39.7 ], [ 153.57867965644036, 41.82132034355965 ], [ 155.7, 42.7 ], [ 157.82132034355962, 41.82132034355965 ], [ 158.7, 39.7 ] ] ], [ [ [ 163.3, 43.3 ], [ 162.42132034355964, 41.17867965644035 ], [ 160.3, 40.3 ], [ 158.17867965644038, 41.17867965644035 ], [ 157.3, 43.3 ], [ 158.17867965644038, 45.42132034355964 ], [ 160.3, 46.3 ], [ 162.42132034355964, 45.42132034355964 ], [ 163.3, 43.3 ] ] ], [ [ [ 167.9, 47.5 ], [ 167.02132034355964, 45.378679656440355 ], [ 164.9, 44.5 ], [ 162.77867965644037, 45.378679656440355 ], [ 161.9, 47.5 ], [ 162.77867965644037, 49.621320343559645 ], [ 164.9, 50.5 ], [ 167.02132034355964, 49.621320343559645 ], [ 167.9, 47.5 ] ] ], [ [ [ 170.9, 50.8 ], [ 170.02132034355964, 48.67867965644035 ], [ 167.9, 47.8 ], [ 165.77867965644037, 48.67867965644035 ], [ 164.9, 50.8 ], [ 165.77867965644037, 52.92132034355964 ], [ 167.9, 53.8 ], [ 170.02132034355964, 52.92132034355964 ], [ 170.9, 50.8 ] ] ], [ [ [ 174.7, 52.9 ], [ 173.82132034355962, 50.77867965644035 ], [ 171.7, 49.9 ], [ 169.57867965644036, 50.77867965644035 ], [ 168.7, 52.9 ], [ 169.57867965644036, 55.021320343559644 ], [ 171.7, 55.9 ], [ 173.82132034355962, 55.021320343559644 ], [ 174.7, 52.9 ] ] ], [ [ [ 175.1, 55.0 ], [ 174.22132034355963, 52.878679656440355 ], [ 172.1, 52.0 ], [ 169.97867965644036, 52.878679656440355 ], [ 169.1, 55.0 ], [ 169.97867965644036, 57.121320343559645 ], [ 172.1, 58.0 ], [ 174.22132034355963, 57.121320343559645 ], [ 175.1, 55.0 ] ] ], [ [ [ 175.5, 56.2 ], [ 174.62132034355963, 54.07867965644036 ], [ 172.5, 53.2 ], [ 170.37867965644037, 54.07867965644036 ], [ 169.5, 56.2 ], [ 170.37867965644037, 58.32132034355965 ], [ 172.5, 59.2 ], [ 174.62132034355963, 58.32132034355965 ], [ 175.5, 56.2 ] ] ], [ [ [ 175.6, 56.6 ], [ 174.72132034355963, 54.478679656440356 ], [ 172.6, 53.6 ], [ 170.47867965644036, 54.478679656440356 ], [ 169.6, 56.6 ], [ 170.47867965644036, 58.72132034355965 ], [ 172.6, 59.6 ], [ 174.72132034355963, 58.72132034355965 ], [ 175.6, 56.6 ] ] ], [ [ [ 175.6, 56.4 ], [ 174.72132034355963, 54.27867965644035 ], [ 172.6, 53.4 ], [ 170.47867965644036, 54.27867965644035 ], [ 169.6, 56.4 ], [ 170.47867965644036, 58.521320343559644 ], [ 172.6, 59.4 ], [ 174.72132034355963, 58.521320343559644 ], [ 175.6, 56.4 ] ] ], [ [ [ 176.3, 56.1 ], [ 175.42132034355964, 53.978679656440356 ], [ 173.3, 53.1 ], [ 171.17867965644038, 53.978679656440356 ], [ 170.3, 56.1 ], [ 171.17867965644038, 58.22132034355965 ], [ 173.3, 59.1 ], [ 175.42132034355964, 58.22132034355965 ], [ 176.3, 56.1 ] ] ], [ [ [ 177.8, 56.0 ], [ 176.92132034355964, 53.878679656440355 ], [ 174.8, 53.0 ], [ 172.67867965644038, 53.878679656440355 ], [ 171.8, 56.0 ], [ 172.67867965644038, 58.121320343559645 ], [ 174.8, 59.0 ], [ 176.92132034355964, 58.121320343559645 ], [ 177.8, 56.0 ] ] ], [ [ [ 179.4, 55.7 ], [ 178.52132034355964, 53.57867965644036 ], [ 176.4, 52.7 ], [ 174.27867965644037, 53.57867965644036 ], [ 173.4, 55.7 ], [ 174.27867965644037, 57.82132034355965 ], [ 176.4, 58.7 ], [ 178.52132034355964, 57.82132034355965 ], [ 179.4, 55.7 ] ] ], [ [ [ 181.4, 56.0 ], [ 180.52132034355964, 53.878679656440355 ], [ 178.4, 53.0 ], [ 176.27867965644037, 53.878679656440355 ], [ 175.4, 56.0 ], [ 176.27867965644037, 58.121320343559645 ], [ 178.4, 59.0 ], [ 180.52132034355964, 58.121320343559645 ], [ 181.4, 56.0 ] ] ], [ [ [ 183.3, 56.1 ], [ 182.42132034355964, 53.978679656440356 ], [ 180.3, 53.1 ], [ 178.17867965644038, 53.978679656440356 ], [ 177.3, 56.1 ], [ 178.17867965644038, 58.22132034355965 ], [ 180.3, 59.1 ], [ 182.42132034355964, 58.22132034355965 ], [ 183.3, 56.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z", "2015-05-16T15:00:00Z", "2015-05-16T21:00:00Z", "2015-05-17T03:00:00Z", "2015-05-17T09:00:00Z", "2015-05-17T15:00:00Z", "2015-05-17T21:00:00Z", "2015-05-18T03:00:00Z", "2015-05-18T09:00:00Z", "2015-05-18T15:00:00Z", "2015-05-18T21:00:00Z", "2015-05-19T03:00:00Z", "2015-05-19T09:00:00Z", "2015-05-19T15:00:00Z", "2015-05-19T18:00:00Z", "2015-05-19T21:00:00Z", "2015-05-20T00:00:00Z", "2015-05-20T03:00:00Z", "2015-05-20T06:00:00Z", "2015-05-20T09:00:00Z", "2015-05-20T15:00:00Z", "2015-05-20T21:00:00Z", "2015-05-21T03:00:00Z", "2015-05-21T09:00:00Z", "2015-05-21T15:00:00Z", "2015-05-21T21:00:00Z", "2015-05-22T03:00:00Z", "2015-05-22T09:00:00Z", "2015-05-22T15:00:00Z", "2015-05-22T21:00:00Z", "2015-05-23T03:00:00Z", "2015-05-23T09:00:00Z", "2015-05-23T15:00:00Z", "2015-05-23T21:00:00Z", "2015-05-24T03:00:00Z", "2015-05-24T09:00:00Z", "2015-05-24T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1004.0, 1004.0, 1004.0, 1004.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 998.0, 998.0, 998.0, 994.0, 990.0, 985.0, 985.0, 985.0, 975.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 955.0, 955.0, 955.0, 935.0, 935.0, 925.0, 925.0, 925.0, 935.0, 935.0, 935.0, 935.0, 945.0, 955.0, 955.0, 960.0, 960.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 978.0, 972.0, 970.0, 968.0, 968.0, 970.0, 972.0, 976.0, 980.0, 984.0, 986.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 50.0, 55.0, 55.0, 55.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 80.0, 80.0, 80.0, 95.0, 95.0, 100.0, 100.0, 100.0, 95.0, 95.0, 95.0, 95.0, 90.0, 80.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201507号 (DOLPHIN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z", "2015-05-16T15:00:00Z", "2015-05-16T21:00:00Z", "2015-05-17T03:00:00Z", "2015-05-17T09:00:00Z", "2015-05-17T15:00:00Z", "2015-05-17T21:00:00Z", "2015-05-18T03:00:00Z", "2015-05-18T09:00:00Z", "2015-05-18T15:00:00Z", "2015-05-18T21:00:00Z", "2015-05-19T03:00:00Z", "2015-05-19T09:00:00Z", "2015-05-19T15:00:00Z", "2015-05-19T18:00:00Z", "2015-05-19T21:00:00Z", "2015-05-20T00:00:00Z", "2015-05-20T03:00:00Z", "2015-05-20T06:00:00Z", "2015-05-20T09:00:00Z", "2015-05-20T15:00:00Z", "2015-05-20T21:00:00Z", "2015-05-21T03:00:00Z", "2015-05-21T09:00:00Z", "2015-05-21T15:00:00Z", "2015-05-21T21:00:00Z", "2015-05-22T03:00:00Z", "2015-05-22T09:00:00Z", "2015-05-22T15:00:00Z", "2015-05-22T21:00:00Z", "2015-05-23T03:00:00Z", "2015-05-23T09:00:00Z", "2015-05-23T15:00:00Z", "2015-05-23T21:00:00Z", "2015-05-24T03:00:00Z", "2015-05-24T09:00:00Z", "2015-05-24T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 158.9, 4.0 ], [ 158.60710678118656, 3.2928932188134525 ], [ 157.9, 3.0 ], [ 157.19289321881345, 3.2928932188134525 ], [ 156.9, 4.0 ], [ 157.19289321881345, 4.707106781186548 ], [ 157.9, 5.0 ], [ 158.60710678118656, 4.707106781186548 ], [ 158.9, 4.0 ] ] ], [ [ [ 159.7, 4.0 ], [ 159.40710678118654, 3.2928932188134525 ], [ 158.7, 3.0 ], [ 157.99289321881344, 3.2928932188134525 ], [ 157.7, 4.0 ], [ 157.99289321881344, 4.707106781186548 ], [ 158.7, 5.0 ], [ 159.40710678118654, 4.707106781186548 ], [ 159.7, 4.0 ] ] ], [ [ [ 160.5, 3.9 ], [ 160.20710678118655, 3.1928932188134524 ], [ 159.5, 2.9 ], [ 158.79289321881345, 3.1928932188134524 ], [ 158.5, 3.9 ], [ 158.79289321881345, 4.607106781186547 ], [ 159.5, 4.9 ], [ 160.20710678118655, 4.607106781186547 ], [ 160.5, 3.9 ] ] ], [ [ [ 161.2, 3.6 ], [ 160.90710678118654, 2.8928932188134526 ], [ 160.2, 2.6 ], [ 159.49289321881344, 2.8928932188134526 ], [ 159.2, 3.6 ], [ 159.49289321881344, 4.3071067811865476 ], [ 160.2, 4.6 ], [ 160.90710678118654, 4.3071067811865476 ], [ 161.2, 3.6 ] ] ], [ [ [ 161.7, 3.5 ], [ 161.40710678118654, 2.7928932188134525 ], [ 160.7, 2.5 ], [ 159.99289321881344, 2.7928932188134525 ], [ 159.7, 3.5 ], [ 159.99289321881344, 4.207106781186548 ], [ 160.7, 4.5 ], [ 161.40710678118654, 4.207106781186548 ], [ 161.7, 3.5 ] ] ], [ [ [ 162.1, 3.3 ], [ 161.80710678118655, 2.5928932188134524 ], [ 161.1, 2.3 ], [ 160.39289321881344, 2.5928932188134524 ], [ 160.1, 3.3 ], [ 160.39289321881344, 4.007106781186547 ], [ 161.1, 4.3 ], [ 161.80710678118655, 4.007106781186548 ], [ 162.1, 3.3 ] ] ], [ [ [ 162.7, 3.3 ], [ 162.40710678118654, 2.5928932188134524 ], [ 161.7, 2.3 ], [ 160.99289321881344, 2.5928932188134524 ], [ 160.7, 3.3 ], [ 160.99289321881344, 4.007106781186547 ], [ 161.7, 4.3 ], [ 162.40710678118654, 4.007106781186548 ], [ 162.7, 3.3 ] ] ], [ [ [ 163.1, 3.4 ], [ 162.80710678118655, 2.6928932188134524 ], [ 162.1, 2.4 ], [ 161.39289321881344, 2.6928932188134524 ], [ 161.1, 3.4 ], [ 161.39289321881344, 4.107106781186547 ], [ 162.1, 4.4 ], [ 162.80710678118655, 4.107106781186547 ], [ 163.1, 3.4 ] ] ], [ [ [ 163.4, 3.6 ], [ 163.10710678118656, 2.8928932188134526 ], [ 162.4, 2.6 ], [ 161.69289321881345, 2.8928932188134526 ], [ 161.4, 3.6 ], [ 161.69289321881345, 4.3071067811865476 ], [ 162.4, 4.6 ], [ 163.10710678118656, 4.3071067811865476 ], [ 163.4, 3.6 ] ] ], [ [ [ 163.6, 3.9 ], [ 163.30710678118655, 3.1928932188134524 ], [ 162.6, 2.9 ], [ 161.89289321881344, 3.1928932188134524 ], [ 161.6, 3.9 ], [ 161.89289321881344, 4.607106781186547 ], [ 162.6, 4.9 ], [ 163.30710678118655, 4.607106781186547 ], [ 163.6, 3.9 ] ] ], [ [ [ 163.5, 4.3 ], [ 163.20710678118655, 3.5928932188134524 ], [ 162.5, 3.3 ], [ 161.79289321881345, 3.5928932188134524 ], [ 161.5, 4.3 ], [ 161.79289321881345, 5.007106781186547 ], [ 162.5, 5.3 ], [ 163.20710678118655, 5.007106781186548 ], [ 163.5, 4.3 ] ] ], [ [ [ 163.4, 4.7 ], [ 163.10710678118656, 3.9928932188134527 ], [ 162.4, 3.7 ], [ 161.69289321881345, 3.9928932188134527 ], [ 161.4, 4.7 ], [ 161.69289321881345, 5.407106781186547 ], [ 162.4, 5.7 ], [ 163.10710678118656, 5.407106781186548 ], [ 163.4, 4.7 ] ] ], [ [ [ 164.9, 5.2 ], [ 164.02132034355964, 3.078679656440358 ], [ 161.9, 2.2 ], [ 159.77867965644037, 3.0786796564403573 ], [ 158.9, 5.2 ], [ 159.77867965644037, 7.321320343559643 ], [ 161.9, 8.2 ], [ 164.02132034355964, 7.321320343559643 ], [ 164.9, 5.2 ] ] ], [ [ [ 164.0, 5.7 ], [ 163.12132034355963, 3.578679656440358 ], [ 161.0, 2.7 ], [ 158.87867965644037, 3.5786796564403573 ], [ 158.0, 5.7 ], [ 158.87867965644037, 7.821320343559643 ], [ 161.0, 8.7 ], [ 163.12132034355963, 7.821320343559643 ], [ 164.0, 5.7 ] ] ], [ [ [ 163.2, 6.1 ], [ 162.32132034355962, 3.9786796564403573 ], [ 160.2, 3.0999999999999996 ], [ 158.07867965644036, 3.978679656440357 ], [ 157.2, 6.1 ], [ 158.07867965644036, 8.221320343559642 ], [ 160.2, 9.1 ], [ 162.32132034355962, 8.221320343559643 ], [ 163.2, 6.1 ] ] ], [ [ [ 163.0, 6.7 ], [ 162.12132034355963, 4.578679656440357 ], [ 160.0, 3.7 ], [ 157.87867965644037, 4.578679656440357 ], [ 157.0, 6.7 ], [ 157.87867965644037, 8.821320343559643 ], [ 160.0, 9.7 ], [ 162.12132034355963, 8.821320343559643 ], [ 163.0, 6.7 ] ] ], [ [ [ 163.1, 7.6 ], [ 162.22132034355963, 5.478679656440358 ], [ 160.1, 4.6 ], [ 157.97867965644036, 5.478679656440357 ], [ 157.1, 7.6 ], [ 157.97867965644036, 9.721320343559642 ], [ 160.1, 10.6 ], [ 162.22132034355963, 9.721320343559643 ], [ 163.1, 7.6 ] ] ], [ [ [ 163.1, 8.5 ], [ 162.22132034355963, 6.378679656440358 ], [ 160.1, 5.5 ], [ 157.97867965644036, 6.378679656440357 ], [ 157.1, 8.5 ], [ 157.97867965644036, 10.621320343559642 ], [ 160.1, 11.5 ], [ 162.22132034355963, 10.621320343559642 ], [ 163.1, 8.5 ] ] ], [ [ [ 163.0, 9.1 ], [ 162.12132034355963, 6.978679656440358 ], [ 160.0, 6.1 ], [ 157.87867965644037, 6.978679656440357 ], [ 157.0, 9.1 ], [ 157.87867965644037, 11.221320343559642 ], [ 160.0, 12.1 ], [ 162.12132034355963, 11.221320343559643 ], [ 163.0, 9.1 ] ] ], [ [ [ 163.0, 9.8 ], [ 162.12132034355963, 7.678679656440359 ], [ 160.0, 6.800000000000001 ], [ 157.87867965644037, 7.678679656440358 ], [ 157.0, 9.8 ], [ 157.87867965644037, 11.921320343559643 ], [ 160.0, 12.8 ], [ 162.12132034355963, 11.921320343559643 ], [ 163.0, 9.8 ] ] ], [ [ [ 162.4, 10.0 ], [ 161.52132034355964, 7.878679656440358 ], [ 159.4, 7.0 ], [ 157.27867965644037, 7.878679656440357 ], [ 156.4, 10.0 ], [ 157.27867965644037, 12.121320343559642 ], [ 159.4, 13.0 ], [ 161.52132034355964, 12.121320343559642 ], [ 162.4, 10.0 ] ] ], [ [ [ 162.0, 10.0 ], [ 161.12132034355963, 7.878679656440358 ], [ 159.0, 7.0 ], [ 156.87867965644037, 7.878679656440357 ], [ 156.0, 10.0 ], [ 156.87867965644037, 12.121320343559642 ], [ 159.0, 13.0 ], [ 161.12132034355963, 12.121320343559642 ], [ 162.0, 10.0 ] ] ], [ [ [ 161.5, 10.1 ], [ 160.62132034355963, 7.978679656440358 ], [ 158.5, 7.1 ], [ 156.37867965644037, 7.978679656440357 ], [ 155.5, 10.1 ], [ 156.37867965644037, 12.221320343559642 ], [ 158.5, 13.1 ], [ 160.62132034355963, 12.221320343559643 ], [ 161.5, 10.1 ] ] ], [ [ [ 161.1, 10.0 ], [ 160.22132034355963, 7.878679656440358 ], [ 158.1, 7.0 ], [ 155.97867965644036, 7.878679656440357 ], [ 155.1, 10.0 ], [ 155.97867965644036, 12.121320343559642 ], [ 158.1, 13.0 ], [ 160.22132034355963, 12.121320343559642 ], [ 161.1, 10.0 ] ] ], [ [ [ 160.5, 9.8 ], [ 159.62132034355963, 7.678679656440359 ], [ 157.5, 6.800000000000001 ], [ 155.37867965644037, 7.678679656440358 ], [ 154.5, 9.8 ], [ 155.37867965644037, 11.921320343559643 ], [ 157.5, 12.8 ], [ 159.62132034355963, 11.921320343559643 ], [ 160.5, 9.8 ] ] ], [ [ [ 160.0, 9.8 ], [ 159.12132034355963, 7.678679656440359 ], [ 157.0, 6.800000000000001 ], [ 154.87867965644037, 7.678679656440358 ], [ 154.0, 9.8 ], [ 154.87867965644037, 11.921320343559643 ], [ 157.0, 12.8 ], [ 159.12132034355963, 11.921320343559643 ], [ 160.0, 9.8 ] ] ], [ [ [ 159.2, 10.2 ], [ 158.32132034355962, 8.078679656440357 ], [ 156.2, 7.199999999999999 ], [ 154.07867965644036, 8.078679656440357 ], [ 153.2, 10.2 ], [ 154.07867965644036, 12.321320343559641 ], [ 156.2, 13.2 ], [ 158.32132034355962, 12.321320343559641 ], [ 159.2, 10.2 ] ] ], [ [ [ 158.4, 10.3 ], [ 157.52132034355964, 8.178679656440359 ], [ 155.4, 7.300000000000001 ], [ 153.27867965644037, 8.178679656440359 ], [ 152.4, 10.3 ], [ 153.27867965644037, 12.421320343559643 ], [ 155.4, 13.3 ], [ 157.52132034355964, 12.421320343559643 ], [ 158.4, 10.3 ] ] ], [ [ [ 157.2, 10.5 ], [ 156.32132034355962, 8.378679656440358 ], [ 154.2, 7.5 ], [ 152.07867965644036, 8.378679656440358 ], [ 151.2, 10.5 ], [ 152.07867965644036, 12.621320343559642 ], [ 154.2, 13.5 ], [ 156.32132034355962, 12.621320343559642 ], [ 157.2, 10.5 ] ] ], [ [ [ 156.6, 10.9 ], [ 155.72132034355963, 8.778679656440358 ], [ 153.6, 7.9 ], [ 151.47867965644036, 8.778679656440357 ], [ 150.6, 10.9 ], [ 151.47867965644036, 13.021320343559642 ], [ 153.6, 13.9 ], [ 155.72132034355963, 13.021320343559644 ], [ 156.6, 10.9 ] ] ], [ [ [ 155.1, 11.4 ], [ 154.22132034355963, 9.278679656440358 ], [ 152.1, 8.4 ], [ 149.97867965644036, 9.278679656440357 ], [ 149.1, 11.4 ], [ 149.97867965644036, 13.521320343559642 ], [ 152.1, 14.4 ], [ 154.22132034355963, 13.521320343559644 ], [ 155.1, 11.4 ] ] ], [ [ [ 154.1, 12.0 ], [ 153.22132034355963, 9.878679656440358 ], [ 151.1, 9.0 ], [ 148.97867965644036, 9.878679656440358 ], [ 148.1, 12.0 ], [ 148.97867965644036, 14.121320343559642 ], [ 151.1, 15.0 ], [ 153.22132034355963, 14.121320343559642 ], [ 154.1, 12.0 ] ] ], [ [ [ 152.7, 12.4 ], [ 151.82132034355962, 10.278679656440358 ], [ 149.7, 9.4 ], [ 147.57867965644036, 10.278679656440357 ], [ 146.7, 12.4 ], [ 147.57867965644036, 14.521320343559642 ], [ 149.7, 15.4 ], [ 151.82132034355962, 14.521320343559644 ], [ 152.7, 12.4 ] ] ], [ [ [ 151.2, 12.7 ], [ 150.32132034355962, 10.578679656440357 ], [ 148.2, 9.7 ], [ 146.07867965644036, 10.578679656440357 ], [ 145.2, 12.7 ], [ 146.07867965644036, 14.821320343559641 ], [ 148.2, 15.7 ], [ 150.32132034355962, 14.821320343559641 ], [ 151.2, 12.7 ] ] ], [ [ [ 149.8, 13.2 ], [ 148.92132034355964, 11.078679656440357 ], [ 146.8, 10.2 ], [ 144.67867965644038, 11.078679656440357 ], [ 143.8, 13.2 ], [ 144.67867965644038, 15.321320343559641 ], [ 146.8, 16.2 ], [ 148.92132034355964, 15.321320343559641 ], [ 149.8, 13.2 ] ] ], [ [ [ 148.7, 13.6 ], [ 147.82132034355962, 11.478679656440358 ], [ 145.7, 10.6 ], [ 143.57867965644036, 11.478679656440356 ], [ 142.7, 13.6 ], [ 143.57867965644036, 15.721320343559642 ], [ 145.7, 16.6 ], [ 147.82132034355962, 15.721320343559643 ], [ 148.7, 13.6 ] ] ], [ [ [ 147.6, 14.0 ], [ 146.72132034355963, 11.878679656440358 ], [ 144.6, 11.0 ], [ 142.47867965644036, 11.878679656440358 ], [ 141.6, 14.0 ], [ 142.47867965644036, 16.121320343559642 ], [ 144.6, 17.0 ], [ 146.72132034355963, 16.121320343559642 ], [ 147.6, 14.0 ] ] ], [ [ [ 146.5, 14.8 ], [ 145.62132034355963, 12.678679656440359 ], [ 143.5, 11.8 ], [ 141.37867965644037, 12.678679656440359 ], [ 140.5, 14.8 ], [ 141.37867965644037, 16.921320343559643 ], [ 143.5, 17.8 ], [ 145.62132034355963, 16.921320343559643 ], [ 146.5, 14.8 ] ] ], [ [ [ 145.5, 15.2 ], [ 144.62132034355963, 13.078679656440357 ], [ 142.5, 12.2 ], [ 140.37867965644037, 13.078679656440357 ], [ 139.5, 15.2 ], [ 140.37867965644037, 17.32132034355964 ], [ 142.5, 18.2 ], [ 144.62132034355963, 17.32132034355964 ], [ 145.5, 15.2 ] ] ], [ [ [ 144.5, 15.8 ], [ 143.62132034355963, 13.678679656440359 ], [ 141.5, 12.8 ], [ 139.37867965644037, 13.678679656440359 ], [ 138.5, 15.8 ], [ 139.37867965644037, 17.921320343559643 ], [ 141.5, 18.8 ], [ 143.62132034355963, 17.921320343559643 ], [ 144.5, 15.8 ] ] ], [ [ [ 143.7, 16.5 ], [ 142.82132034355962, 14.378679656440358 ], [ 140.7, 13.5 ], [ 138.57867965644036, 14.378679656440358 ], [ 137.7, 16.5 ], [ 138.57867965644036, 18.621320343559642 ], [ 140.7, 19.5 ], [ 142.82132034355962, 18.621320343559642 ], [ 143.7, 16.5 ] ] ], [ [ [ 142.8, 17.2 ], [ 141.92132034355964, 15.078679656440357 ], [ 139.8, 14.2 ], [ 137.67867965644038, 15.078679656440357 ], [ 136.8, 17.2 ], [ 137.67867965644038, 19.32132034355964 ], [ 139.8, 20.2 ], [ 141.92132034355964, 19.32132034355964 ], [ 142.8, 17.2 ] ] ], [ [ [ 142.1, 17.8 ], [ 141.22132034355963, 15.678679656440359 ], [ 139.1, 14.8 ], [ 136.97867965644036, 15.678679656440359 ], [ 136.1, 17.8 ], [ 136.97867965644036, 19.921320343559643 ], [ 139.1, 20.8 ], [ 141.22132034355963, 19.921320343559643 ], [ 142.1, 17.8 ] ] ], [ [ [ 141.7, 18.6 ], [ 140.82132034355962, 16.47867965644036 ], [ 138.7, 15.600000000000001 ], [ 136.57867965644036, 16.47867965644036 ], [ 135.7, 18.6 ], [ 136.57867965644036, 20.721320343559643 ], [ 138.7, 21.6 ], [ 140.82132034355962, 20.721320343559643 ], [ 141.7, 18.6 ] ] ], [ [ [ 141.6, 19.3 ], [ 140.72132034355963, 17.17867965644036 ], [ 138.6, 16.3 ], [ 136.47867965644036, 17.17867965644036 ], [ 135.6, 19.3 ], [ 136.47867965644036, 21.421320343559643 ], [ 138.6, 22.3 ], [ 140.72132034355963, 21.421320343559643 ], [ 141.6, 19.3 ] ] ], [ [ [ 141.4, 20.0 ], [ 140.52132034355964, 17.878679656440358 ], [ 138.4, 17.0 ], [ 136.27867965644037, 17.878679656440358 ], [ 135.4, 20.0 ], [ 136.27867965644037, 22.121320343559642 ], [ 138.4, 23.0 ], [ 140.52132034355964, 22.121320343559642 ], [ 141.4, 20.0 ] ] ], [ [ [ 141.4, 20.8 ], [ 140.52132034355964, 18.67867965644036 ], [ 138.4, 17.8 ], [ 136.27867965644037, 18.67867965644036 ], [ 135.4, 20.8 ], [ 136.27867965644037, 22.921320343559643 ], [ 138.4, 23.8 ], [ 140.52132034355964, 22.921320343559643 ], [ 141.4, 20.8 ] ] ], [ [ [ 141.6, 21.5 ], [ 140.72132034355963, 19.378679656440358 ], [ 138.6, 18.5 ], [ 136.47867965644036, 19.378679656440358 ], [ 135.6, 21.5 ], [ 136.47867965644036, 23.621320343559642 ], [ 138.6, 24.5 ], [ 140.72132034355963, 23.621320343559642 ], [ 141.6, 21.5 ] ] ], [ [ [ 141.9, 22.2 ], [ 141.02132034355964, 20.078679656440357 ], [ 138.9, 19.2 ], [ 136.77867965644037, 20.078679656440357 ], [ 135.9, 22.2 ], [ 136.77867965644037, 24.32132034355964 ], [ 138.9, 25.2 ], [ 141.02132034355964, 24.32132034355964 ], [ 141.9, 22.2 ] ] ], [ [ [ 142.2, 22.8 ], [ 141.32132034355962, 20.67867965644036 ], [ 139.2, 19.8 ], [ 137.07867965644036, 20.67867965644036 ], [ 136.2, 22.8 ], [ 137.07867965644036, 24.921320343559643 ], [ 139.2, 25.8 ], [ 141.32132034355962, 24.921320343559643 ], [ 142.2, 22.8 ] ] ], [ [ [ 142.4, 23.6 ], [ 141.52132034355964, 21.47867965644036 ], [ 139.4, 20.6 ], [ 137.27867965644037, 21.47867965644036 ], [ 136.4, 23.6 ], [ 137.27867965644037, 25.721320343559643 ], [ 139.4, 26.6 ], [ 141.52132034355964, 25.721320343559643 ], [ 142.4, 23.6 ] ] ], [ [ [ 142.9, 24.6 ], [ 142.02132034355964, 22.47867965644036 ], [ 139.9, 21.6 ], [ 137.77867965644037, 22.47867965644036 ], [ 136.9, 24.6 ], [ 137.77867965644037, 26.721320343559643 ], [ 139.9, 27.6 ], [ 142.02132034355964, 26.721320343559643 ], [ 142.9, 24.6 ] ] ], [ [ [ 143.4, 24.9 ], [ 142.52132034355964, 22.778679656440357 ], [ 140.4, 21.9 ], [ 138.27867965644037, 22.778679656440357 ], [ 137.4, 24.9 ], [ 138.27867965644037, 27.02132034355964 ], [ 140.4, 27.9 ], [ 142.52132034355964, 27.02132034355964 ], [ 143.4, 24.9 ] ] ], [ [ [ 144.1, 25.4 ], [ 143.22132034355963, 23.278679656440357 ], [ 141.1, 22.4 ], [ 138.97867965644036, 23.278679656440357 ], [ 138.1, 25.4 ], [ 138.97867965644036, 27.52132034355964 ], [ 141.1, 28.4 ], [ 143.22132034355963, 27.52132034355964 ], [ 144.1, 25.4 ] ] ], [ [ [ 144.7, 26.1 ], [ 143.82132034355962, 23.97867965644036 ], [ 141.7, 23.1 ], [ 139.57867965644036, 23.97867965644036 ], [ 138.7, 26.1 ], [ 139.57867965644036, 28.221320343559643 ], [ 141.7, 29.1 ], [ 143.82132034355962, 28.221320343559643 ], [ 144.7, 26.1 ] ] ], [ [ [ 145.3, 26.7 ], [ 144.42132034355964, 24.578679656440357 ], [ 142.3, 23.7 ], [ 140.17867965644038, 24.578679656440357 ], [ 139.3, 26.7 ], [ 140.17867965644038, 28.82132034355964 ], [ 142.3, 29.7 ], [ 144.42132034355964, 28.82132034355964 ], [ 145.3, 26.7 ] ] ], [ [ [ 146.0, 27.6 ], [ 145.12132034355963, 25.47867965644036 ], [ 143.0, 24.6 ], [ 140.87867965644037, 25.47867965644036 ], [ 140.0, 27.6 ], [ 140.87867965644037, 29.721320343559643 ], [ 143.0, 30.6 ], [ 145.12132034355963, 29.721320343559643 ], [ 146.0, 27.6 ] ] ], [ [ [ 147.2, 28.0 ], [ 146.32132034355962, 25.878679656440358 ], [ 144.2, 25.0 ], [ 142.07867965644036, 25.878679656440358 ], [ 141.2, 28.0 ], [ 142.07867965644036, 30.121320343559642 ], [ 144.2, 31.0 ], [ 146.32132034355962, 30.121320343559642 ], [ 147.2, 28.0 ] ] ], [ [ [ 148.7, 29.8 ], [ 147.82132034355962, 27.67867965644036 ], [ 145.7, 26.8 ], [ 143.57867965644036, 27.67867965644036 ], [ 142.7, 29.8 ], [ 143.57867965644036, 31.921320343559643 ], [ 145.7, 32.8 ], [ 147.82132034355962, 31.921320343559643 ], [ 148.7, 29.8 ] ] ], [ [ [ 151.2, 32.7 ], [ 150.32132034355962, 30.57867965644036 ], [ 148.2, 29.700000000000003 ], [ 146.07867965644036, 30.57867965644036 ], [ 145.2, 32.7 ], [ 146.07867965644036, 34.82132034355965 ], [ 148.2, 35.7 ], [ 150.32132034355962, 34.82132034355965 ], [ 151.2, 32.7 ] ] ], [ [ [ 155.0, 36.0 ], [ 154.12132034355963, 33.878679656440355 ], [ 152.0, 33.0 ], [ 149.87867965644037, 33.878679656440355 ], [ 149.0, 36.0 ], [ 149.87867965644037, 38.121320343559645 ], [ 152.0, 39.0 ], [ 154.12132034355963, 38.121320343559645 ], [ 155.0, 36.0 ] ] ], [ [ [ 158.7, 39.7 ], [ 157.82132034355962, 37.57867965644036 ], [ 155.7, 36.7 ], [ 153.57867965644036, 37.57867965644036 ], [ 152.7, 39.7 ], [ 153.57867965644036, 41.82132034355965 ], [ 155.7, 42.7 ], [ 157.82132034355962, 41.82132034355965 ], [ 158.7, 39.7 ] ] ], [ [ [ 163.3, 43.3 ], [ 162.42132034355964, 41.17867965644035 ], [ 160.3, 40.3 ], [ 158.17867965644038, 41.17867965644035 ], [ 157.3, 43.3 ], [ 158.17867965644038, 45.42132034355964 ], [ 160.3, 46.3 ], [ 162.42132034355964, 45.42132034355964 ], [ 163.3, 43.3 ] ] ], [ [ [ 167.9, 47.5 ], [ 167.02132034355964, 45.378679656440355 ], [ 164.9, 44.5 ], [ 162.77867965644037, 45.378679656440355 ], [ 161.9, 47.5 ], [ 162.77867965644037, 49.621320343559645 ], [ 164.9, 50.5 ], [ 167.02132034355964, 49.621320343559645 ], [ 167.9, 47.5 ] ] ], [ [ [ 170.9, 50.8 ], [ 170.02132034355964, 48.67867965644035 ], [ 167.9, 47.8 ], [ 165.77867965644037, 48.67867965644035 ], [ 164.9, 50.8 ], [ 165.77867965644037, 52.92132034355964 ], [ 167.9, 53.8 ], [ 170.02132034355964, 52.92132034355964 ], [ 170.9, 50.8 ] ] ], [ [ [ 174.7, 52.9 ], [ 173.82132034355962, 50.77867965644035 ], [ 171.7, 49.9 ], [ 169.57867965644036, 50.77867965644035 ], [ 168.7, 52.9 ], [ 169.57867965644036, 55.021320343559644 ], [ 171.7, 55.9 ], [ 173.82132034355962, 55.021320343559644 ], [ 174.7, 52.9 ] ] ], [ [ [ 175.1, 55.0 ], [ 174.22132034355963, 52.878679656440355 ], [ 172.1, 52.0 ], [ 169.97867965644036, 52.878679656440355 ], [ 169.1, 55.0 ], [ 169.97867965644036, 57.121320343559645 ], [ 172.1, 58.0 ], [ 174.22132034355963, 57.121320343559645 ], [ 175.1, 55.0 ] ] ], [ [ [ 175.5, 56.2 ], [ 174.62132034355963, 54.07867965644036 ], [ 172.5, 53.2 ], [ 170.37867965644037, 54.07867965644036 ], [ 169.5, 56.2 ], [ 170.37867965644037, 58.32132034355965 ], [ 172.5, 59.2 ], [ 174.62132034355963, 58.32132034355965 ], [ 175.5, 56.2 ] ] ], [ [ [ 175.6, 56.6 ], [ 174.72132034355963, 54.478679656440356 ], [ 172.6, 53.6 ], [ 170.47867965644036, 54.478679656440356 ], [ 169.6, 56.6 ], [ 170.47867965644036, 58.72132034355965 ], [ 172.6, 59.6 ], [ 174.72132034355963, 58.72132034355965 ], [ 175.6, 56.6 ] ] ], [ [ [ 175.6, 56.4 ], [ 174.72132034355963, 54.27867965644035 ], [ 172.6, 53.4 ], [ 170.47867965644036, 54.27867965644035 ], [ 169.6, 56.4 ], [ 170.47867965644036, 58.521320343559644 ], [ 172.6, 59.4 ], [ 174.72132034355963, 58.521320343559644 ], [ 175.6, 56.4 ] ] ], [ [ [ 176.3, 56.1 ], [ 175.42132034355964, 53.978679656440356 ], [ 173.3, 53.1 ], [ 171.17867965644038, 53.978679656440356 ], [ 170.3, 56.1 ], [ 171.17867965644038, 58.22132034355965 ], [ 173.3, 59.1 ], [ 175.42132034355964, 58.22132034355965 ], [ 176.3, 56.1 ] ] ], [ [ [ 177.8, 56.0 ], [ 176.92132034355964, 53.878679656440355 ], [ 174.8, 53.0 ], [ 172.67867965644038, 53.878679656440355 ], [ 171.8, 56.0 ], [ 172.67867965644038, 58.121320343559645 ], [ 174.8, 59.0 ], [ 176.92132034355964, 58.121320343559645 ], [ 177.8, 56.0 ] ] ], [ [ [ 179.4, 55.7 ], [ 178.52132034355964, 53.57867965644036 ], [ 176.4, 52.7 ], [ 174.27867965644037, 53.57867965644036 ], [ 173.4, 55.7 ], [ 174.27867965644037, 57.82132034355965 ], [ 176.4, 58.7 ], [ 178.52132034355964, 57.82132034355965 ], [ 179.4, 55.7 ] ] ], [ [ [ 181.4, 56.0 ], [ 180.52132034355964, 53.878679656440355 ], [ 178.4, 53.0 ], [ 176.27867965644037, 53.878679656440355 ], [ 175.4, 56.0 ], [ 176.27867965644037, 58.121320343559645 ], [ 178.4, 59.0 ], [ 180.52132034355964, 58.121320343559645 ], [ 181.4, 56.0 ] ] ], [ [ [ 183.3, 56.1 ], [ 182.42132034355964, 53.978679656440356 ], [ 180.3, 53.1 ], [ 178.17867965644038, 53.978679656440356 ], [ 177.3, 56.1 ], [ 178.17867965644038, 58.22132034355965 ], [ 180.3, 59.1 ], [ 182.42132034355964, 58.22132034355965 ], [ 183.3, 56.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-05-06T21:00:00Z", "2015-05-07T03:00:00Z", "2015-05-07T09:00:00Z", "2015-05-07T15:00:00Z", "2015-05-07T21:00:00Z", "2015-05-08T03:00:00Z", "2015-05-08T09:00:00Z", "2015-05-08T15:00:00Z", "2015-05-08T21:00:00Z", "2015-05-09T03:00:00Z", "2015-05-09T09:00:00Z", "2015-05-09T15:00:00Z", "2015-05-09T21:00:00Z", "2015-05-10T03:00:00Z", "2015-05-10T09:00:00Z", "2015-05-10T15:00:00Z", "2015-05-10T21:00:00Z", "2015-05-11T03:00:00Z", "2015-05-11T09:00:00Z", "2015-05-11T15:00:00Z", "2015-05-11T21:00:00Z", "2015-05-12T03:00:00Z", "2015-05-12T09:00:00Z", "2015-05-12T15:00:00Z", "2015-05-12T21:00:00Z", "2015-05-13T03:00:00Z", "2015-05-13T09:00:00Z", "2015-05-13T15:00:00Z", "2015-05-13T21:00:00Z", "2015-05-14T03:00:00Z", "2015-05-14T09:00:00Z", "2015-05-14T15:00:00Z", "2015-05-14T21:00:00Z", "2015-05-15T03:00:00Z", "2015-05-15T09:00:00Z", "2015-05-15T15:00:00Z", "2015-05-15T21:00:00Z", "2015-05-16T03:00:00Z", "2015-05-16T09:00:00Z", "2015-05-16T15:00:00Z", "2015-05-16T21:00:00Z", "2015-05-17T03:00:00Z", "2015-05-17T09:00:00Z", "2015-05-17T15:00:00Z", "2015-05-17T21:00:00Z", "2015-05-18T03:00:00Z", "2015-05-18T09:00:00Z", "2015-05-18T15:00:00Z", "2015-05-18T21:00:00Z", "2015-05-19T03:00:00Z", "2015-05-19T09:00:00Z", "2015-05-19T15:00:00Z", "2015-05-19T18:00:00Z", "2015-05-19T21:00:00Z", "2015-05-20T00:00:00Z", "2015-05-20T03:00:00Z", "2015-05-20T06:00:00Z", "2015-05-20T09:00:00Z", "2015-05-20T15:00:00Z", "2015-05-20T21:00:00Z", "2015-05-21T03:00:00Z", "2015-05-21T09:00:00Z", "2015-05-21T15:00:00Z", "2015-05-21T21:00:00Z", "2015-05-22T03:00:00Z", "2015-05-22T09:00:00Z", "2015-05-22T15:00:00Z", "2015-05-22T21:00:00Z", "2015-05-23T03:00:00Z", "2015-05-23T09:00:00Z", "2015-05-23T15:00:00Z", "2015-05-23T21:00:00Z", "2015-05-24T03:00:00Z", "2015-05-24T09:00:00Z", "2015-05-24T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1004.0, 1004.0, 1004.0, 1004.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 998.0, 998.0, 998.0, 994.0, 990.0, 985.0, 985.0, 985.0, 975.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 955.0, 955.0, 955.0, 935.0, 935.0, 925.0, 925.0, 925.0, 935.0, 935.0, 935.0, 935.0, 945.0, 955.0, 955.0, 960.0, 960.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 978.0, 972.0, 970.0, 968.0, 968.0, 970.0, 972.0, 976.0, 980.0, 984.0, 986.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 50.0, 55.0, 55.0, 55.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 80.0, 80.0, 80.0, 95.0, 95.0, 100.0, 100.0, 100.0, 95.0, 95.0, 95.0, 95.0, 90.0, 80.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201508_KUJIRA_feature.json b/samples/Typhoon201508_KUJIRA_feature.json
index 755f5fd..4951de2 100644
--- a/samples/Typhoon201508_KUJIRA_feature.json
+++ b/samples/Typhoon201508_KUJIRA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201508号 (KUJIRA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-06-20T03:00:00Z", "2015-06-20T09:00:00Z", "2015-06-20T15:00:00Z", "2015-06-20T21:00:00Z", "2015-06-21T03:00:00Z", "2015-06-21T09:00:00Z", "2015-06-21T15:00:00Z", "2015-06-21T21:00:00Z", "2015-06-22T03:00:00Z", "2015-06-22T09:00:00Z", "2015-06-22T15:00:00Z", "2015-06-22T21:00:00Z", "2015-06-23T03:00:00Z", "2015-06-23T09:00:00Z", "2015-06-23T15:00:00Z", "2015-06-23T21:00:00Z", "2015-06-24T03:00:00Z", "2015-06-24T09:00:00Z", "2015-06-24T15:00:00Z", "2015-06-24T21:00:00Z", "2015-06-25T03:00:00Z", "2015-06-25T09:00:00Z" ],
- "coordinates" : [ [ [ [ 113.2, 15.0 ], [ 112.90710678118656, 14.292893218813452 ], [ 112.2, 14.0 ], [ 111.49289321881345, 14.292893218813452 ], [ 111.2, 15.0 ], [ 111.49289321881345, 15.707106781186548 ], [ 112.2, 16.0 ], [ 112.90710678118656, 15.707106781186548 ], [ 113.2, 15.0 ] ] ], [ [ [ 112.9, 15.0 ], [ 112.60710678118656, 14.292893218813452 ], [ 111.9, 14.0 ], [ 111.19289321881345, 14.292893218813452 ], [ 110.9, 15.0 ], [ 111.19289321881345, 15.707106781186548 ], [ 111.9, 16.0 ], [ 112.60710678118656, 15.707106781186548 ], [ 112.9, 15.0 ] ] ], [ [ [ 114.6, 15.1 ], [ 113.72132034355964, 12.978679656440358 ], [ 111.6, 12.1 ], [ 109.47867965644035, 12.978679656440356 ], [ 108.6, 15.1 ], [ 109.47867965644035, 17.221320343559643 ], [ 111.6, 18.1 ], [ 113.72132034355964, 17.221320343559643 ], [ 114.6, 15.1 ] ] ], [ [ [ 114.5, 15.2 ], [ 113.62132034355965, 13.078679656440357 ], [ 111.5, 12.2 ], [ 109.37867965644035, 13.078679656440357 ], [ 108.5, 15.2 ], [ 109.37867965644035, 17.32132034355964 ], [ 111.5, 18.2 ], [ 113.62132034355965, 17.32132034355964 ], [ 114.5, 15.2 ] ] ], [ [ [ 114.4, 15.4 ], [ 113.52132034355965, 13.278679656440358 ], [ 111.4, 12.4 ], [ 109.27867965644036, 13.278679656440357 ], [ 108.4, 15.4 ], [ 109.27867965644036, 17.521320343559644 ], [ 111.4, 18.4 ], [ 113.52132034355965, 17.521320343559644 ], [ 114.4, 15.4 ] ] ], [ [ [ 114.4, 15.6 ], [ 113.52132034355965, 13.478679656440358 ], [ 111.4, 12.6 ], [ 109.27867965644036, 13.478679656440356 ], [ 108.4, 15.6 ], [ 109.27867965644036, 17.721320343559643 ], [ 111.4, 18.6 ], [ 113.52132034355965, 17.721320343559643 ], [ 114.4, 15.6 ] ] ], [ [ [ 114.4, 16.4 ], [ 113.52132034355965, 14.278679656440357 ], [ 111.4, 13.399999999999999 ], [ 109.27867965644036, 14.278679656440357 ], [ 108.4, 16.4 ], [ 109.27867965644036, 18.52132034355964 ], [ 111.4, 19.4 ], [ 113.52132034355965, 18.52132034355964 ], [ 114.4, 16.4 ] ] ], [ [ [ 114.6, 16.8 ], [ 113.72132034355964, 14.678679656440359 ], [ 111.6, 13.8 ], [ 109.47867965644035, 14.678679656440359 ], [ 108.6, 16.8 ], [ 109.47867965644035, 18.921320343559643 ], [ 111.6, 19.8 ], [ 113.72132034355964, 18.921320343559643 ], [ 114.6, 16.8 ] ] ], [ [ [ 114.3, 17.7 ], [ 113.42132034355964, 15.578679656440357 ], [ 111.3, 14.7 ], [ 109.17867965644035, 15.578679656440357 ], [ 108.3, 17.7 ], [ 109.17867965644035, 19.82132034355964 ], [ 111.3, 20.7 ], [ 113.42132034355964, 19.82132034355964 ], [ 114.3, 17.7 ] ] ], [ [ [ 114.2, 18.1 ], [ 113.32132034355965, 15.97867965644036 ], [ 111.2, 15.100000000000001 ], [ 109.07867965644036, 15.97867965644036 ], [ 108.2, 18.1 ], [ 109.07867965644036, 20.221320343559643 ], [ 111.2, 21.1 ], [ 113.32132034355965, 20.221320343559643 ], [ 114.2, 18.1 ] ] ], [ [ [ 113.9, 18.5 ], [ 113.02132034355965, 16.378679656440358 ], [ 110.9, 15.5 ], [ 108.77867965644036, 16.378679656440358 ], [ 107.9, 18.5 ], [ 108.77867965644036, 20.621320343559642 ], [ 110.9, 21.5 ], [ 113.02132034355965, 20.621320343559642 ], [ 113.9, 18.5 ] ] ], [ [ [ 113.1, 18.5 ], [ 112.22132034355964, 16.378679656440358 ], [ 110.1, 15.5 ], [ 107.97867965644035, 16.378679656440358 ], [ 107.1, 18.5 ], [ 107.97867965644035, 20.621320343559642 ], [ 110.1, 21.5 ], [ 112.22132034355964, 20.621320343559642 ], [ 113.1, 18.5 ] ] ], [ [ [ 112.6, 18.7 ], [ 111.72132034355964, 16.578679656440357 ], [ 109.6, 15.7 ], [ 107.47867965644035, 16.578679656440357 ], [ 106.6, 18.7 ], [ 107.47867965644035, 20.82132034355964 ], [ 109.6, 21.7 ], [ 111.72132034355964, 20.82132034355964 ], [ 112.6, 18.7 ] ] ], [ [ [ 112.1, 19.6 ], [ 111.22132034355964, 17.47867965644036 ], [ 109.1, 16.6 ], [ 106.97867965644035, 17.47867965644036 ], [ 106.1, 19.6 ], [ 106.97867965644035, 21.721320343559643 ], [ 109.1, 22.6 ], [ 111.22132034355964, 21.721320343559643 ], [ 112.1, 19.6 ] ] ], [ [ [ 111.6, 19.7 ], [ 110.72132034355964, 17.578679656440357 ], [ 108.6, 16.7 ], [ 106.47867965644035, 17.578679656440357 ], [ 105.6, 19.7 ], [ 106.47867965644035, 21.82132034355964 ], [ 108.6, 22.7 ], [ 110.72132034355964, 21.82132034355964 ], [ 111.6, 19.7 ] ] ], [ [ [ 111.1, 19.8 ], [ 110.22132034355964, 17.67867965644036 ], [ 108.1, 16.8 ], [ 105.97867965644035, 17.67867965644036 ], [ 105.1, 19.8 ], [ 105.97867965644035, 21.921320343559643 ], [ 108.1, 22.8 ], [ 110.22132034355964, 21.921320343559643 ], [ 111.1, 19.8 ] ] ], [ [ [ 110.5, 20.1 ], [ 109.62132034355965, 17.97867965644036 ], [ 107.5, 17.1 ], [ 105.37867965644035, 17.97867965644036 ], [ 104.5, 20.1 ], [ 105.37867965644035, 22.221320343559643 ], [ 107.5, 23.1 ], [ 109.62132034355965, 22.221320343559643 ], [ 110.5, 20.1 ] ] ], [ [ [ 110.3, 20.4 ], [ 109.42132034355964, 18.278679656440357 ], [ 107.3, 17.4 ], [ 105.17867965644035, 18.278679656440357 ], [ 104.3, 20.4 ], [ 105.17867965644035, 22.52132034355964 ], [ 107.3, 23.4 ], [ 109.42132034355964, 22.52132034355964 ], [ 110.3, 20.4 ] ] ], [ [ [ 109.9, 20.7 ], [ 109.02132034355965, 18.578679656440357 ], [ 106.9, 17.7 ], [ 104.77867965644036, 18.578679656440357 ], [ 103.9, 20.7 ], [ 104.77867965644036, 22.82132034355964 ], [ 106.9, 23.7 ], [ 109.02132034355965, 22.82132034355964 ], [ 109.9, 20.7 ] ] ], [ [ [ 109.6, 21.3 ], [ 108.72132034355964, 19.17867965644036 ], [ 106.6, 18.3 ], [ 104.47867965644035, 19.17867965644036 ], [ 103.6, 21.3 ], [ 104.47867965644035, 23.421320343559643 ], [ 106.6, 24.3 ], [ 108.72132034355964, 23.421320343559643 ], [ 109.6, 21.3 ] ] ], [ [ [ 109.3, 21.6 ], [ 108.42132034355964, 19.47867965644036 ], [ 106.3, 18.6 ], [ 104.17867965644035, 19.47867965644036 ], [ 103.3, 21.6 ], [ 104.17867965644035, 23.721320343559643 ], [ 106.3, 24.6 ], [ 108.42132034355964, 23.721320343559643 ], [ 109.3, 21.6 ] ] ], [ [ [ 108.9, 22.4 ], [ 108.02132034355965, 20.278679656440357 ], [ 105.9, 19.4 ], [ 103.77867965644036, 20.278679656440357 ], [ 102.9, 22.4 ], [ 103.77867965644036, 24.52132034355964 ], [ 105.9, 25.4 ], [ 108.02132034355965, 24.52132034355964 ], [ 108.9, 22.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-06-20T03:00:00Z", "2015-06-20T09:00:00Z", "2015-06-20T15:00:00Z", "2015-06-20T21:00:00Z", "2015-06-21T03:00:00Z", "2015-06-21T09:00:00Z", "2015-06-21T15:00:00Z", "2015-06-21T21:00:00Z", "2015-06-22T03:00:00Z", "2015-06-22T09:00:00Z", "2015-06-22T15:00:00Z", "2015-06-22T21:00:00Z", "2015-06-23T03:00:00Z", "2015-06-23T09:00:00Z", "2015-06-23T15:00:00Z", "2015-06-23T21:00:00Z", "2015-06-24T03:00:00Z", "2015-06-24T09:00:00Z", "2015-06-24T15:00:00Z", "2015-06-24T21:00:00Z", "2015-06-25T03:00:00Z", "2015-06-25T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1000.0, 998.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 990.0, 992.0, 996.0, 998.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 35.0, 35.0, 40.0, 40.0, 40.0, 45.0, 40.0, 35.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201508号 (KUJIRA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-06-20T03:00:00Z", "2015-06-20T09:00:00Z", "2015-06-20T15:00:00Z", "2015-06-20T21:00:00Z", "2015-06-21T03:00:00Z", "2015-06-21T09:00:00Z", "2015-06-21T15:00:00Z", "2015-06-21T21:00:00Z", "2015-06-22T03:00:00Z", "2015-06-22T09:00:00Z", "2015-06-22T15:00:00Z", "2015-06-22T21:00:00Z", "2015-06-23T03:00:00Z", "2015-06-23T09:00:00Z", "2015-06-23T15:00:00Z", "2015-06-23T21:00:00Z", "2015-06-24T03:00:00Z", "2015-06-24T09:00:00Z", "2015-06-24T15:00:00Z", "2015-06-24T21:00:00Z", "2015-06-25T03:00:00Z", "2015-06-25T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 113.2, 15.0 ], [ 112.90710678118656, 14.292893218813452 ], [ 112.2, 14.0 ], [ 111.49289321881345, 14.292893218813452 ], [ 111.2, 15.0 ], [ 111.49289321881345, 15.707106781186548 ], [ 112.2, 16.0 ], [ 112.90710678118656, 15.707106781186548 ], [ 113.2, 15.0 ] ] ], [ [ [ 112.9, 15.0 ], [ 112.60710678118656, 14.292893218813452 ], [ 111.9, 14.0 ], [ 111.19289321881345, 14.292893218813452 ], [ 110.9, 15.0 ], [ 111.19289321881345, 15.707106781186548 ], [ 111.9, 16.0 ], [ 112.60710678118656, 15.707106781186548 ], [ 112.9, 15.0 ] ] ], [ [ [ 114.6, 15.1 ], [ 113.72132034355964, 12.978679656440358 ], [ 111.6, 12.1 ], [ 109.47867965644035, 12.978679656440356 ], [ 108.6, 15.1 ], [ 109.47867965644035, 17.221320343559643 ], [ 111.6, 18.1 ], [ 113.72132034355964, 17.221320343559643 ], [ 114.6, 15.1 ] ] ], [ [ [ 114.5, 15.2 ], [ 113.62132034355965, 13.078679656440357 ], [ 111.5, 12.2 ], [ 109.37867965644035, 13.078679656440357 ], [ 108.5, 15.2 ], [ 109.37867965644035, 17.32132034355964 ], [ 111.5, 18.2 ], [ 113.62132034355965, 17.32132034355964 ], [ 114.5, 15.2 ] ] ], [ [ [ 114.4, 15.4 ], [ 113.52132034355965, 13.278679656440358 ], [ 111.4, 12.4 ], [ 109.27867965644036, 13.278679656440357 ], [ 108.4, 15.4 ], [ 109.27867965644036, 17.521320343559644 ], [ 111.4, 18.4 ], [ 113.52132034355965, 17.521320343559644 ], [ 114.4, 15.4 ] ] ], [ [ [ 114.4, 15.6 ], [ 113.52132034355965, 13.478679656440358 ], [ 111.4, 12.6 ], [ 109.27867965644036, 13.478679656440356 ], [ 108.4, 15.6 ], [ 109.27867965644036, 17.721320343559643 ], [ 111.4, 18.6 ], [ 113.52132034355965, 17.721320343559643 ], [ 114.4, 15.6 ] ] ], [ [ [ 114.4, 16.4 ], [ 113.52132034355965, 14.278679656440357 ], [ 111.4, 13.399999999999999 ], [ 109.27867965644036, 14.278679656440357 ], [ 108.4, 16.4 ], [ 109.27867965644036, 18.52132034355964 ], [ 111.4, 19.4 ], [ 113.52132034355965, 18.52132034355964 ], [ 114.4, 16.4 ] ] ], [ [ [ 114.6, 16.8 ], [ 113.72132034355964, 14.678679656440359 ], [ 111.6, 13.8 ], [ 109.47867965644035, 14.678679656440359 ], [ 108.6, 16.8 ], [ 109.47867965644035, 18.921320343559643 ], [ 111.6, 19.8 ], [ 113.72132034355964, 18.921320343559643 ], [ 114.6, 16.8 ] ] ], [ [ [ 114.3, 17.7 ], [ 113.42132034355964, 15.578679656440357 ], [ 111.3, 14.7 ], [ 109.17867965644035, 15.578679656440357 ], [ 108.3, 17.7 ], [ 109.17867965644035, 19.82132034355964 ], [ 111.3, 20.7 ], [ 113.42132034355964, 19.82132034355964 ], [ 114.3, 17.7 ] ] ], [ [ [ 114.2, 18.1 ], [ 113.32132034355965, 15.97867965644036 ], [ 111.2, 15.100000000000001 ], [ 109.07867965644036, 15.97867965644036 ], [ 108.2, 18.1 ], [ 109.07867965644036, 20.221320343559643 ], [ 111.2, 21.1 ], [ 113.32132034355965, 20.221320343559643 ], [ 114.2, 18.1 ] ] ], [ [ [ 113.9, 18.5 ], [ 113.02132034355965, 16.378679656440358 ], [ 110.9, 15.5 ], [ 108.77867965644036, 16.378679656440358 ], [ 107.9, 18.5 ], [ 108.77867965644036, 20.621320343559642 ], [ 110.9, 21.5 ], [ 113.02132034355965, 20.621320343559642 ], [ 113.9, 18.5 ] ] ], [ [ [ 113.1, 18.5 ], [ 112.22132034355964, 16.378679656440358 ], [ 110.1, 15.5 ], [ 107.97867965644035, 16.378679656440358 ], [ 107.1, 18.5 ], [ 107.97867965644035, 20.621320343559642 ], [ 110.1, 21.5 ], [ 112.22132034355964, 20.621320343559642 ], [ 113.1, 18.5 ] ] ], [ [ [ 112.6, 18.7 ], [ 111.72132034355964, 16.578679656440357 ], [ 109.6, 15.7 ], [ 107.47867965644035, 16.578679656440357 ], [ 106.6, 18.7 ], [ 107.47867965644035, 20.82132034355964 ], [ 109.6, 21.7 ], [ 111.72132034355964, 20.82132034355964 ], [ 112.6, 18.7 ] ] ], [ [ [ 112.1, 19.6 ], [ 111.22132034355964, 17.47867965644036 ], [ 109.1, 16.6 ], [ 106.97867965644035, 17.47867965644036 ], [ 106.1, 19.6 ], [ 106.97867965644035, 21.721320343559643 ], [ 109.1, 22.6 ], [ 111.22132034355964, 21.721320343559643 ], [ 112.1, 19.6 ] ] ], [ [ [ 111.6, 19.7 ], [ 110.72132034355964, 17.578679656440357 ], [ 108.6, 16.7 ], [ 106.47867965644035, 17.578679656440357 ], [ 105.6, 19.7 ], [ 106.47867965644035, 21.82132034355964 ], [ 108.6, 22.7 ], [ 110.72132034355964, 21.82132034355964 ], [ 111.6, 19.7 ] ] ], [ [ [ 111.1, 19.8 ], [ 110.22132034355964, 17.67867965644036 ], [ 108.1, 16.8 ], [ 105.97867965644035, 17.67867965644036 ], [ 105.1, 19.8 ], [ 105.97867965644035, 21.921320343559643 ], [ 108.1, 22.8 ], [ 110.22132034355964, 21.921320343559643 ], [ 111.1, 19.8 ] ] ], [ [ [ 110.5, 20.1 ], [ 109.62132034355965, 17.97867965644036 ], [ 107.5, 17.1 ], [ 105.37867965644035, 17.97867965644036 ], [ 104.5, 20.1 ], [ 105.37867965644035, 22.221320343559643 ], [ 107.5, 23.1 ], [ 109.62132034355965, 22.221320343559643 ], [ 110.5, 20.1 ] ] ], [ [ [ 110.3, 20.4 ], [ 109.42132034355964, 18.278679656440357 ], [ 107.3, 17.4 ], [ 105.17867965644035, 18.278679656440357 ], [ 104.3, 20.4 ], [ 105.17867965644035, 22.52132034355964 ], [ 107.3, 23.4 ], [ 109.42132034355964, 22.52132034355964 ], [ 110.3, 20.4 ] ] ], [ [ [ 109.9, 20.7 ], [ 109.02132034355965, 18.578679656440357 ], [ 106.9, 17.7 ], [ 104.77867965644036, 18.578679656440357 ], [ 103.9, 20.7 ], [ 104.77867965644036, 22.82132034355964 ], [ 106.9, 23.7 ], [ 109.02132034355965, 22.82132034355964 ], [ 109.9, 20.7 ] ] ], [ [ [ 109.6, 21.3 ], [ 108.72132034355964, 19.17867965644036 ], [ 106.6, 18.3 ], [ 104.47867965644035, 19.17867965644036 ], [ 103.6, 21.3 ], [ 104.47867965644035, 23.421320343559643 ], [ 106.6, 24.3 ], [ 108.72132034355964, 23.421320343559643 ], [ 109.6, 21.3 ] ] ], [ [ [ 109.3, 21.6 ], [ 108.42132034355964, 19.47867965644036 ], [ 106.3, 18.6 ], [ 104.17867965644035, 19.47867965644036 ], [ 103.3, 21.6 ], [ 104.17867965644035, 23.721320343559643 ], [ 106.3, 24.6 ], [ 108.42132034355964, 23.721320343559643 ], [ 109.3, 21.6 ] ] ], [ [ [ 108.9, 22.4 ], [ 108.02132034355965, 20.278679656440357 ], [ 105.9, 19.4 ], [ 103.77867965644036, 20.278679656440357 ], [ 102.9, 22.4 ], [ 103.77867965644036, 24.52132034355964 ], [ 105.9, 25.4 ], [ 108.02132034355965, 24.52132034355964 ], [ 108.9, 22.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-06-20T03:00:00Z", "2015-06-20T09:00:00Z", "2015-06-20T15:00:00Z", "2015-06-20T21:00:00Z", "2015-06-21T03:00:00Z", "2015-06-21T09:00:00Z", "2015-06-21T15:00:00Z", "2015-06-21T21:00:00Z", "2015-06-22T03:00:00Z", "2015-06-22T09:00:00Z", "2015-06-22T15:00:00Z", "2015-06-22T21:00:00Z", "2015-06-23T03:00:00Z", "2015-06-23T09:00:00Z", "2015-06-23T15:00:00Z", "2015-06-23T21:00:00Z", "2015-06-24T03:00:00Z", "2015-06-24T09:00:00Z", "2015-06-24T15:00:00Z", "2015-06-24T21:00:00Z", "2015-06-25T03:00:00Z", "2015-06-25T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1000.0, 998.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 990.0, 992.0, 996.0, 998.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 35.0, 35.0, 40.0, 40.0, 40.0, 45.0, 40.0, 35.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201509_CHAN-HOM_feature.json b/samples/Typhoon201509_CHAN-HOM_feature.json
index 9e1c578..4122768 100644
--- a/samples/Typhoon201509_CHAN-HOM_feature.json
+++ b/samples/Typhoon201509_CHAN-HOM_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201509号 (CHAN-HOM)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-06-29T15:00:00Z", "2015-06-29T21:00:00Z", "2015-06-30T03:00:00Z", "2015-06-30T09:00:00Z", "2015-06-30T15:00:00Z", "2015-06-30T21:00:00Z", "2015-07-01T03:00:00Z", "2015-07-01T09:00:00Z", "2015-07-01T15:00:00Z", "2015-07-01T21:00:00Z", "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T12:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T18:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T00:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T06:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T12:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T18:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z" ],
- "coordinates" : [ [ [ [ 161.4, 8.6 ], [ 161.10710678118656, 7.892893218813452 ], [ 160.4, 7.6 ], [ 159.69289321881345, 7.892893218813452 ], [ 159.4, 8.6 ], [ 159.69289321881345, 9.307106781186548 ], [ 160.4, 9.6 ], [ 161.10710678118656, 9.307106781186548 ], [ 161.4, 8.6 ] ] ], [ [ [ 161.6, 8.9 ], [ 161.30710678118655, 8.192893218813452 ], [ 160.6, 7.9 ], [ 159.89289321881344, 8.192893218813452 ], [ 159.6, 8.9 ], [ 159.89289321881344, 9.607106781186548 ], [ 160.6, 9.9 ], [ 161.30710678118655, 9.607106781186548 ], [ 161.6, 8.9 ] ] ], [ [ [ 161.8, 9.2 ], [ 161.50710678118656, 8.492893218813451 ], [ 160.8, 8.2 ], [ 160.09289321881346, 8.492893218813451 ], [ 159.8, 9.2 ], [ 160.09289321881346, 9.907106781186547 ], [ 160.8, 10.2 ], [ 161.50710678118656, 9.907106781186547 ], [ 161.8, 9.2 ] ] ], [ [ [ 161.8, 9.6 ], [ 161.50710678118656, 8.892893218813452 ], [ 160.8, 8.6 ], [ 160.09289321881346, 8.892893218813452 ], [ 159.8, 9.6 ], [ 160.09289321881346, 10.307106781186548 ], [ 160.8, 10.6 ], [ 161.50710678118656, 10.307106781186548 ], [ 161.8, 9.6 ] ] ], [ [ [ 163.7, 10.0 ], [ 162.82132034355962, 7.878679656440358 ], [ 160.7, 7.0 ], [ 158.57867965644036, 7.878679656440357 ], [ 157.7, 10.0 ], [ 158.57867965644036, 12.121320343559642 ], [ 160.7, 13.0 ], [ 162.82132034355962, 12.121320343559642 ], [ 163.7, 10.0 ] ] ], [ [ [ 163.4, 10.3 ], [ 162.52132034355964, 8.178679656440359 ], [ 160.4, 7.300000000000001 ], [ 158.27867965644037, 8.178679656440359 ], [ 157.4, 10.3 ], [ 158.27867965644037, 12.421320343559643 ], [ 160.4, 13.3 ], [ 162.52132034355964, 12.421320343559643 ], [ 163.4, 10.3 ] ] ], [ [ [ 162.7, 10.8 ], [ 161.82132034355962, 8.678679656440359 ], [ 159.7, 7.800000000000001 ], [ 157.57867965644036, 8.678679656440359 ], [ 156.7, 10.8 ], [ 157.57867965644036, 12.921320343559643 ], [ 159.7, 13.8 ], [ 161.82132034355962, 12.921320343559643 ], [ 162.7, 10.8 ] ] ], [ [ [ 162.0, 10.9 ], [ 161.12132034355963, 8.778679656440358 ], [ 159.0, 7.9 ], [ 156.87867965644037, 8.778679656440357 ], [ 156.0, 10.9 ], [ 156.87867965644037, 13.021320343559642 ], [ 159.0, 13.9 ], [ 161.12132034355963, 13.021320343559644 ], [ 162.0, 10.9 ] ] ], [ [ [ 161.3, 11.1 ], [ 160.42132034355964, 8.978679656440358 ], [ 158.3, 8.1 ], [ 156.17867965644038, 8.978679656440356 ], [ 155.3, 11.1 ], [ 156.17867965644038, 13.221320343559642 ], [ 158.3, 14.1 ], [ 160.42132034355964, 13.221320343559643 ], [ 161.3, 11.1 ] ] ], [ [ [ 159.1, 11.5 ], [ 158.22132034355963, 9.378679656440358 ], [ 156.1, 8.5 ], [ 153.97867965644036, 9.378679656440358 ], [ 153.1, 11.5 ], [ 153.97867965644036, 13.621320343559642 ], [ 156.1, 14.5 ], [ 158.22132034355963, 13.621320343559642 ], [ 159.1, 11.5 ] ] ], [ [ [ 157.0, 11.7 ], [ 156.12132034355963, 9.578679656440357 ], [ 154.0, 8.7 ], [ 151.87867965644037, 9.578679656440357 ], [ 151.0, 11.7 ], [ 151.87867965644037, 13.821320343559641 ], [ 154.0, 14.7 ], [ 156.12132034355963, 13.821320343559641 ], [ 157.0, 11.7 ] ] ], [ [ [ 155.1, 11.4 ], [ 154.22132034355963, 9.278679656440358 ], [ 152.1, 8.4 ], [ 149.97867965644036, 9.278679656440357 ], [ 149.1, 11.4 ], [ 149.97867965644036, 13.521320343559642 ], [ 152.1, 14.4 ], [ 154.22132034355963, 13.521320343559644 ], [ 155.1, 11.4 ] ] ], [ [ [ 153.3, 10.8 ], [ 152.42132034355964, 8.678679656440359 ], [ 150.3, 7.800000000000001 ], [ 148.17867965644038, 8.678679656440359 ], [ 147.3, 10.8 ], [ 148.17867965644038, 12.921320343559643 ], [ 150.3, 13.8 ], [ 152.42132034355964, 12.921320343559643 ], [ 153.3, 10.8 ] ] ], [ [ [ 152.0, 10.0 ], [ 151.12132034355963, 7.878679656440358 ], [ 149.0, 7.0 ], [ 146.87867965644037, 7.878679656440357 ], [ 146.0, 10.0 ], [ 146.87867965644037, 12.121320343559642 ], [ 149.0, 13.0 ], [ 151.12132034355963, 12.121320343559642 ], [ 152.0, 10.0 ] ] ], [ [ [ 151.0, 9.8 ], [ 150.12132034355963, 7.678679656440359 ], [ 148.0, 6.800000000000001 ], [ 145.87867965644037, 7.678679656440358 ], [ 145.0, 9.8 ], [ 145.87867965644037, 11.921320343559643 ], [ 148.0, 12.8 ], [ 150.12132034355963, 11.921320343559643 ], [ 151.0, 9.8 ] ] ], [ [ [ 150.9, 10.3 ], [ 150.02132034355964, 8.178679656440359 ], [ 147.9, 7.300000000000001 ], [ 145.77867965644037, 8.178679656440359 ], [ 144.9, 10.3 ], [ 145.77867965644037, 12.421320343559643 ], [ 147.9, 13.3 ], [ 150.02132034355964, 12.421320343559643 ], [ 150.9, 10.3 ] ] ], [ [ [ 151.0, 10.8 ], [ 150.12132034355963, 8.678679656440359 ], [ 148.0, 7.800000000000001 ], [ 145.87867965644037, 8.678679656440359 ], [ 145.0, 10.8 ], [ 145.87867965644037, 12.921320343559643 ], [ 148.0, 13.8 ], [ 150.12132034355963, 12.921320343559643 ], [ 151.0, 10.8 ] ] ], [ [ [ 151.5, 11.4 ], [ 150.62132034355963, 9.278679656440358 ], [ 148.5, 8.4 ], [ 146.37867965644037, 9.278679656440357 ], [ 145.5, 11.4 ], [ 146.37867965644037, 13.521320343559642 ], [ 148.5, 14.4 ], [ 150.62132034355963, 13.521320343559644 ], [ 151.5, 11.4 ] ] ], [ [ [ 151.6, 12.2 ], [ 150.72132034355963, 10.078679656440357 ], [ 148.6, 9.2 ], [ 146.47867965644036, 10.078679656440357 ], [ 145.6, 12.2 ], [ 146.47867965644036, 14.321320343559641 ], [ 148.6, 15.2 ], [ 150.72132034355963, 14.321320343559641 ], [ 151.6, 12.2 ] ] ], [ [ [ 151.0, 12.7 ], [ 150.12132034355963, 10.578679656440357 ], [ 148.0, 9.7 ], [ 145.87867965644037, 10.578679656440357 ], [ 145.0, 12.7 ], [ 145.87867965644037, 14.821320343559641 ], [ 148.0, 15.7 ], [ 150.12132034355963, 14.821320343559641 ], [ 151.0, 12.7 ] ] ], [ [ [ 150.1, 13.2 ], [ 149.22132034355963, 11.078679656440357 ], [ 147.1, 10.2 ], [ 144.97867965644036, 11.078679656440357 ], [ 144.1, 13.2 ], [ 144.97867965644036, 15.321320343559641 ], [ 147.1, 16.2 ], [ 149.22132034355963, 15.321320343559641 ], [ 150.1, 13.2 ] ] ], [ [ [ 149.2, 13.5 ], [ 148.32132034355962, 11.378679656440358 ], [ 146.2, 10.5 ], [ 144.07867965644036, 11.378679656440358 ], [ 143.2, 13.5 ], [ 144.07867965644036, 15.621320343559642 ], [ 146.2, 16.5 ], [ 148.32132034355962, 15.621320343559642 ], [ 149.2, 13.5 ] ] ], [ [ [ 148.6, 13.7 ], [ 147.72132034355963, 11.578679656440357 ], [ 145.6, 10.7 ], [ 143.47867965644036, 11.578679656440357 ], [ 142.6, 13.7 ], [ 143.47867965644036, 15.821320343559641 ], [ 145.6, 16.7 ], [ 147.72132034355963, 15.821320343559641 ], [ 148.6, 13.7 ] ] ], [ [ [ 148.2, 13.8 ], [ 147.32132034355962, 11.678679656440359 ], [ 145.2, 10.8 ], [ 143.07867965644036, 11.678679656440359 ], [ 142.2, 13.8 ], [ 143.07867965644036, 15.921320343559643 ], [ 145.2, 16.8 ], [ 147.32132034355962, 15.921320343559643 ], [ 148.2, 13.8 ] ] ], [ [ [ 147.9, 14.5 ], [ 147.02132034355964, 12.378679656440358 ], [ 144.9, 11.5 ], [ 142.77867965644037, 12.378679656440358 ], [ 141.9, 14.5 ], [ 142.77867965644037, 16.621320343559642 ], [ 144.9, 17.5 ], [ 147.02132034355964, 16.621320343559642 ], [ 147.9, 14.5 ] ] ], [ [ [ 147.2, 15.1 ], [ 146.32132034355962, 12.978679656440358 ], [ 144.2, 12.1 ], [ 142.07867965644036, 12.978679656440356 ], [ 141.2, 15.1 ], [ 142.07867965644036, 17.221320343559643 ], [ 144.2, 18.1 ], [ 146.32132034355962, 17.221320343559643 ], [ 147.2, 15.1 ] ] ], [ [ [ 146.4, 15.9 ], [ 145.52132034355964, 13.778679656440358 ], [ 143.4, 12.9 ], [ 141.27867965644037, 13.778679656440357 ], [ 140.4, 15.9 ], [ 141.27867965644037, 18.021320343559644 ], [ 143.4, 18.9 ], [ 145.52132034355964, 18.021320343559644 ], [ 146.4, 15.9 ] ] ], [ [ [ 145.6, 16.5 ], [ 144.72132034355963, 14.378679656440358 ], [ 142.6, 13.5 ], [ 140.47867965644036, 14.378679656440358 ], [ 139.6, 16.5 ], [ 140.47867965644036, 18.621320343559642 ], [ 142.6, 19.5 ], [ 144.72132034355963, 18.621320343559642 ], [ 145.6, 16.5 ] ] ], [ [ [ 144.4, 17.2 ], [ 143.52132034355964, 15.078679656440357 ], [ 141.4, 14.2 ], [ 139.27867965644037, 15.078679656440357 ], [ 138.4, 17.2 ], [ 139.27867965644037, 19.32132034355964 ], [ 141.4, 20.2 ], [ 143.52132034355964, 19.32132034355964 ], [ 144.4, 17.2 ] ] ], [ [ [ 143.2, 17.4 ], [ 142.32132034355962, 15.278679656440357 ], [ 140.2, 14.399999999999999 ], [ 138.07867965644036, 15.278679656440357 ], [ 137.2, 17.4 ], [ 138.07867965644036, 19.52132034355964 ], [ 140.2, 20.4 ], [ 142.32132034355962, 19.52132034355964 ], [ 143.2, 17.4 ] ] ], [ [ [ 141.8, 17.5 ], [ 140.92132034355964, 15.378679656440358 ], [ 138.8, 14.5 ], [ 136.67867965644038, 15.378679656440358 ], [ 135.8, 17.5 ], [ 136.67867965644038, 19.621320343559642 ], [ 138.8, 20.5 ], [ 140.92132034355964, 19.621320343559642 ], [ 141.8, 17.5 ] ] ], [ [ [ 140.6, 17.7 ], [ 139.72132034355963, 15.578679656440357 ], [ 137.6, 14.7 ], [ 135.47867965644036, 15.578679656440357 ], [ 134.6, 17.7 ], [ 135.47867965644036, 19.82132034355964 ], [ 137.6, 20.7 ], [ 139.72132034355963, 19.82132034355964 ], [ 140.6, 17.7 ] ] ], [ [ [ 139.4, 18.1 ], [ 138.52132034355964, 15.97867965644036 ], [ 136.4, 15.100000000000001 ], [ 134.27867965644037, 15.97867965644036 ], [ 133.4, 18.1 ], [ 134.27867965644037, 20.221320343559643 ], [ 136.4, 21.1 ], [ 138.52132034355964, 20.221320343559643 ], [ 139.4, 18.1 ] ] ], [ [ [ 138.5, 18.5 ], [ 137.62132034355963, 16.378679656440358 ], [ 135.5, 15.5 ], [ 133.37867965644037, 16.378679656440358 ], [ 132.5, 18.5 ], [ 133.37867965644037, 20.621320343559642 ], [ 135.5, 21.5 ], [ 137.62132034355963, 20.621320343559642 ], [ 138.5, 18.5 ] ] ], [ [ [ 137.4, 19.1 ], [ 136.52132034355964, 16.97867965644036 ], [ 134.4, 16.1 ], [ 132.27867965644037, 16.97867965644036 ], [ 131.4, 19.1 ], [ 132.27867965644037, 21.221320343559643 ], [ 134.4, 22.1 ], [ 136.52132034355964, 21.221320343559643 ], [ 137.4, 19.1 ] ] ], [ [ [ 136.5, 19.6 ], [ 135.62132034355963, 17.47867965644036 ], [ 133.5, 16.6 ], [ 131.37867965644037, 17.47867965644036 ], [ 130.5, 19.6 ], [ 131.37867965644037, 21.721320343559643 ], [ 133.5, 22.6 ], [ 135.62132034355963, 21.721320343559643 ], [ 136.5, 19.6 ] ] ], [ [ [ 135.6, 20.4 ], [ 134.72132034355963, 18.278679656440357 ], [ 132.6, 17.4 ], [ 130.47867965644036, 18.278679656440357 ], [ 129.6, 20.4 ], [ 130.47867965644036, 22.52132034355964 ], [ 132.6, 23.4 ], [ 134.72132034355963, 22.52132034355964 ], [ 135.6, 20.4 ] ] ], [ [ [ 134.7, 21.0 ], [ 133.82132034355962, 18.878679656440358 ], [ 131.7, 18.0 ], [ 129.57867965644036, 18.878679656440358 ], [ 128.7, 21.0 ], [ 129.57867965644036, 23.121320343559642 ], [ 131.7, 24.0 ], [ 133.82132034355962, 23.121320343559642 ], [ 134.7, 21.0 ] ] ], [ [ [ 133.6, 21.7 ], [ 132.72132034355963, 19.578679656440357 ], [ 130.6, 18.7 ], [ 128.47867965644036, 19.578679656440357 ], [ 127.6, 21.7 ], [ 128.47867965644036, 23.82132034355964 ], [ 130.6, 24.7 ], [ 132.72132034355963, 23.82132034355964 ], [ 133.6, 21.7 ] ] ], [ [ [ 132.6, 22.5 ], [ 131.72132034355963, 20.378679656440358 ], [ 129.6, 19.5 ], [ 127.47867965644035, 20.378679656440358 ], [ 126.6, 22.5 ], [ 127.47867965644035, 24.621320343559642 ], [ 129.6, 25.5 ], [ 131.72132034355963, 24.621320343559642 ], [ 132.6, 22.5 ] ] ], [ [ [ 132.2, 23.0 ], [ 131.32132034355962, 20.878679656440358 ], [ 129.2, 20.0 ], [ 127.07867965644034, 20.878679656440358 ], [ 126.19999999999999, 23.0 ], [ 127.07867965644034, 25.121320343559642 ], [ 129.2, 26.0 ], [ 131.32132034355962, 25.121320343559642 ], [ 132.2, 23.0 ] ] ], [ [ [ 131.7, 23.3 ], [ 130.82132034355962, 21.17867965644036 ], [ 128.7, 20.3 ], [ 126.57867965644034, 21.17867965644036 ], [ 125.69999999999999, 23.3 ], [ 126.57867965644034, 25.421320343559643 ], [ 128.7, 26.3 ], [ 130.82132034355962, 25.421320343559643 ], [ 131.7, 23.3 ] ] ], [ [ [ 131.2, 23.8 ], [ 130.32132034355962, 21.67867965644036 ], [ 128.2, 20.8 ], [ 126.07867965644034, 21.67867965644036 ], [ 125.19999999999999, 23.8 ], [ 126.07867965644034, 25.921320343559643 ], [ 128.2, 26.8 ], [ 130.32132034355962, 25.921320343559643 ], [ 131.2, 23.8 ] ] ], [ [ [ 130.6, 24.2 ], [ 129.72132034355963, 22.078679656440357 ], [ 127.6, 21.2 ], [ 125.47867965644035, 22.078679656440357 ], [ 124.6, 24.2 ], [ 125.47867965644035, 26.32132034355964 ], [ 127.6, 27.2 ], [ 129.72132034355963, 26.32132034355964 ], [ 130.6, 24.2 ] ] ], [ [ [ 130.1, 24.6 ], [ 129.22132034355963, 22.47867965644036 ], [ 127.1, 21.6 ], [ 124.97867965644035, 22.47867965644036 ], [ 124.1, 24.6 ], [ 124.97867965644035, 26.721320343559643 ], [ 127.1, 27.6 ], [ 129.22132034355963, 26.721320343559643 ], [ 130.1, 24.6 ] ] ], [ [ [ 129.5, 25.1 ], [ 128.62132034355963, 22.97867965644036 ], [ 126.5, 22.1 ], [ 124.37867965644035, 22.97867965644036 ], [ 123.5, 25.1 ], [ 124.37867965644035, 27.221320343559643 ], [ 126.5, 28.1 ], [ 128.62132034355963, 27.221320343559643 ], [ 129.5, 25.1 ] ] ], [ [ [ 128.9, 25.5 ], [ 128.02132034355964, 23.378679656440358 ], [ 125.9, 22.5 ], [ 123.77867965644036, 23.378679656440358 ], [ 122.9, 25.5 ], [ 123.77867965644036, 27.621320343559642 ], [ 125.9, 28.5 ], [ 128.02132034355964, 27.621320343559642 ], [ 128.9, 25.5 ] ] ], [ [ [ 128.5, 25.7 ], [ 127.62132034355965, 23.578679656440357 ], [ 125.5, 22.7 ], [ 123.37867965644035, 23.578679656440357 ], [ 122.5, 25.7 ], [ 123.37867965644035, 27.82132034355964 ], [ 125.5, 28.7 ], [ 127.62132034355965, 27.82132034355964 ], [ 128.5, 25.7 ] ] ], [ [ [ 128.1, 26.1 ], [ 127.22132034355964, 23.97867965644036 ], [ 125.1, 23.1 ], [ 122.97867965644035, 23.97867965644036 ], [ 122.1, 26.1 ], [ 122.97867965644035, 28.221320343559643 ], [ 125.1, 29.1 ], [ 127.22132034355964, 28.221320343559643 ], [ 128.1, 26.1 ] ] ], [ [ [ 127.7, 26.5 ], [ 126.82132034355965, 24.378679656440358 ], [ 124.7, 23.5 ], [ 122.57867965644036, 24.378679656440358 ], [ 121.7, 26.5 ], [ 122.57867965644036, 28.621320343559642 ], [ 124.7, 29.5 ], [ 126.82132034355965, 28.621320343559642 ], [ 127.7, 26.5 ] ] ], [ [ [ 127.3, 26.9 ], [ 126.42132034355964, 24.778679656440357 ], [ 124.3, 23.9 ], [ 122.17867965644035, 24.778679656440357 ], [ 121.3, 26.9 ], [ 122.17867965644035, 29.02132034355964 ], [ 124.3, 29.9 ], [ 126.42132034355964, 29.02132034355964 ], [ 127.3, 26.9 ] ] ], [ [ [ 127.0, 27.3 ], [ 126.12132034355965, 25.17867965644036 ], [ 124.0, 24.3 ], [ 121.87867965644035, 25.17867965644036 ], [ 121.0, 27.3 ], [ 121.87867965644035, 29.421320343559643 ], [ 124.0, 30.3 ], [ 126.12132034355965, 29.421320343559643 ], [ 127.0, 27.3 ] ] ], [ [ [ 126.3, 27.8 ], [ 125.42132034355964, 25.67867965644036 ], [ 123.3, 24.8 ], [ 121.17867965644035, 25.67867965644036 ], [ 120.3, 27.8 ], [ 121.17867965644035, 29.921320343559643 ], [ 123.3, 30.8 ], [ 125.42132034355964, 29.921320343559643 ], [ 126.3, 27.8 ] ] ], [ [ [ 125.9, 28.7 ], [ 125.02132034355965, 26.578679656440357 ], [ 122.9, 25.7 ], [ 120.77867965644036, 26.578679656440357 ], [ 119.9, 28.7 ], [ 120.77867965644036, 30.82132034355964 ], [ 122.9, 31.7 ], [ 125.02132034355965, 30.82132034355964 ], [ 125.9, 28.7 ] ] ], [ [ [ 125.5, 29.5 ], [ 124.62132034355965, 27.378679656440358 ], [ 122.5, 26.5 ], [ 120.37867965644035, 27.378679656440358 ], [ 119.5, 29.5 ], [ 120.37867965644035, 31.621320343559642 ], [ 122.5, 32.5 ], [ 124.62132034355965, 31.621320343559642 ], [ 125.5, 29.5 ] ] ], [ [ [ 125.9, 30.3 ], [ 125.02132034355965, 28.17867965644036 ], [ 122.9, 27.3 ], [ 120.77867965644036, 28.17867965644036 ], [ 119.9, 30.3 ], [ 120.77867965644036, 32.42132034355964 ], [ 122.9, 33.3 ], [ 125.02132034355965, 32.42132034355964 ], [ 125.9, 30.3 ] ] ], [ [ [ 126.2, 31.8 ], [ 125.32132034355965, 29.67867965644036 ], [ 123.2, 28.8 ], [ 121.07867965644036, 29.67867965644036 ], [ 120.2, 31.8 ], [ 121.07867965644036, 33.92132034355964 ], [ 123.2, 34.8 ], [ 125.32132034355965, 33.92132034355964 ], [ 126.2, 31.8 ] ] ], [ [ [ 126.6, 33.3 ], [ 125.72132034355964, 31.178679656440355 ], [ 123.6, 30.299999999999997 ], [ 121.47867965644035, 31.178679656440355 ], [ 120.6, 33.3 ], [ 121.47867965644035, 35.42132034355964 ], [ 123.6, 36.3 ], [ 125.72132034355964, 35.42132034355964 ], [ 126.6, 33.3 ] ] ], [ [ [ 127.2, 34.9 ], [ 126.32132034355965, 32.77867965644035 ], [ 124.2, 31.9 ], [ 122.07867965644036, 32.77867965644035 ], [ 121.2, 34.9 ], [ 122.07867965644036, 37.021320343559644 ], [ 124.2, 37.9 ], [ 126.32132034355965, 37.021320343559644 ], [ 127.2, 34.9 ] ] ], [ [ [ 127.7, 36.5 ], [ 126.82132034355965, 34.378679656440355 ], [ 124.7, 33.5 ], [ 122.57867965644036, 34.378679656440355 ], [ 121.7, 36.5 ], [ 122.57867965644036, 38.621320343559645 ], [ 124.7, 39.5 ], [ 126.82132034355965, 38.621320343559645 ], [ 127.7, 36.5 ] ] ], [ [ [ 128.4, 38.2 ], [ 127.52132034355965, 36.07867965644036 ], [ 125.4, 35.2 ], [ 123.27867965644036, 36.07867965644036 ], [ 122.4, 38.2 ], [ 123.27867965644036, 40.32132034355965 ], [ 125.4, 41.2 ], [ 127.52132034355965, 40.32132034355965 ], [ 128.4, 38.2 ] ] ], [ [ [ 129.0, 40.0 ], [ 128.12132034355963, 37.878679656440355 ], [ 126.0, 37.0 ], [ 123.87867965644035, 37.878679656440355 ], [ 123.0, 40.0 ], [ 123.87867965644035, 42.121320343559645 ], [ 126.0, 43.0 ], [ 128.12132034355963, 42.121320343559645 ], [ 129.0, 40.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-06-29T15:00:00Z", "2015-06-29T21:00:00Z", "2015-06-30T03:00:00Z", "2015-06-30T09:00:00Z", "2015-06-30T15:00:00Z", "2015-06-30T21:00:00Z", "2015-07-01T03:00:00Z", "2015-07-01T09:00:00Z", "2015-07-01T15:00:00Z", "2015-07-01T21:00:00Z", "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T12:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T18:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T00:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T06:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T12:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T18:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 994.0, 990.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 980.0, 980.0, 980.0, 975.0, 970.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 960.0, 955.0, 945.0, 940.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 940.0, 945.0, 950.0, 960.0, 965.0, 970.0, 975.0, 980.0, 985.0, 985.0, 986.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 45.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 50.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 50.0, 55.0, 55.0, 55.0, 60.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 75.0, 80.0, 85.0, 85.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 85.0, 85.0, 80.0, 75.0, 70.0, 60.0, 55.0, 50.0, 45.0, 40.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201509号 (CHAN-HOM)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-06-29T15:00:00Z", "2015-06-29T21:00:00Z", "2015-06-30T03:00:00Z", "2015-06-30T09:00:00Z", "2015-06-30T15:00:00Z", "2015-06-30T21:00:00Z", "2015-07-01T03:00:00Z", "2015-07-01T09:00:00Z", "2015-07-01T15:00:00Z", "2015-07-01T21:00:00Z", "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T12:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T18:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T00:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T06:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T12:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T18:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 161.4, 8.6 ], [ 161.10710678118656, 7.892893218813452 ], [ 160.4, 7.6 ], [ 159.69289321881345, 7.892893218813452 ], [ 159.4, 8.6 ], [ 159.69289321881345, 9.307106781186548 ], [ 160.4, 9.6 ], [ 161.10710678118656, 9.307106781186548 ], [ 161.4, 8.6 ] ] ], [ [ [ 161.6, 8.9 ], [ 161.30710678118655, 8.192893218813452 ], [ 160.6, 7.9 ], [ 159.89289321881344, 8.192893218813452 ], [ 159.6, 8.9 ], [ 159.89289321881344, 9.607106781186548 ], [ 160.6, 9.9 ], [ 161.30710678118655, 9.607106781186548 ], [ 161.6, 8.9 ] ] ], [ [ [ 161.8, 9.2 ], [ 161.50710678118656, 8.492893218813451 ], [ 160.8, 8.2 ], [ 160.09289321881346, 8.492893218813451 ], [ 159.8, 9.2 ], [ 160.09289321881346, 9.907106781186547 ], [ 160.8, 10.2 ], [ 161.50710678118656, 9.907106781186547 ], [ 161.8, 9.2 ] ] ], [ [ [ 161.8, 9.6 ], [ 161.50710678118656, 8.892893218813452 ], [ 160.8, 8.6 ], [ 160.09289321881346, 8.892893218813452 ], [ 159.8, 9.6 ], [ 160.09289321881346, 10.307106781186548 ], [ 160.8, 10.6 ], [ 161.50710678118656, 10.307106781186548 ], [ 161.8, 9.6 ] ] ], [ [ [ 163.7, 10.0 ], [ 162.82132034355962, 7.878679656440358 ], [ 160.7, 7.0 ], [ 158.57867965644036, 7.878679656440357 ], [ 157.7, 10.0 ], [ 158.57867965644036, 12.121320343559642 ], [ 160.7, 13.0 ], [ 162.82132034355962, 12.121320343559642 ], [ 163.7, 10.0 ] ] ], [ [ [ 163.4, 10.3 ], [ 162.52132034355964, 8.178679656440359 ], [ 160.4, 7.300000000000001 ], [ 158.27867965644037, 8.178679656440359 ], [ 157.4, 10.3 ], [ 158.27867965644037, 12.421320343559643 ], [ 160.4, 13.3 ], [ 162.52132034355964, 12.421320343559643 ], [ 163.4, 10.3 ] ] ], [ [ [ 162.7, 10.8 ], [ 161.82132034355962, 8.678679656440359 ], [ 159.7, 7.800000000000001 ], [ 157.57867965644036, 8.678679656440359 ], [ 156.7, 10.8 ], [ 157.57867965644036, 12.921320343559643 ], [ 159.7, 13.8 ], [ 161.82132034355962, 12.921320343559643 ], [ 162.7, 10.8 ] ] ], [ [ [ 162.0, 10.9 ], [ 161.12132034355963, 8.778679656440358 ], [ 159.0, 7.9 ], [ 156.87867965644037, 8.778679656440357 ], [ 156.0, 10.9 ], [ 156.87867965644037, 13.021320343559642 ], [ 159.0, 13.9 ], [ 161.12132034355963, 13.021320343559644 ], [ 162.0, 10.9 ] ] ], [ [ [ 161.3, 11.1 ], [ 160.42132034355964, 8.978679656440358 ], [ 158.3, 8.1 ], [ 156.17867965644038, 8.978679656440356 ], [ 155.3, 11.1 ], [ 156.17867965644038, 13.221320343559642 ], [ 158.3, 14.1 ], [ 160.42132034355964, 13.221320343559643 ], [ 161.3, 11.1 ] ] ], [ [ [ 159.1, 11.5 ], [ 158.22132034355963, 9.378679656440358 ], [ 156.1, 8.5 ], [ 153.97867965644036, 9.378679656440358 ], [ 153.1, 11.5 ], [ 153.97867965644036, 13.621320343559642 ], [ 156.1, 14.5 ], [ 158.22132034355963, 13.621320343559642 ], [ 159.1, 11.5 ] ] ], [ [ [ 157.0, 11.7 ], [ 156.12132034355963, 9.578679656440357 ], [ 154.0, 8.7 ], [ 151.87867965644037, 9.578679656440357 ], [ 151.0, 11.7 ], [ 151.87867965644037, 13.821320343559641 ], [ 154.0, 14.7 ], [ 156.12132034355963, 13.821320343559641 ], [ 157.0, 11.7 ] ] ], [ [ [ 155.1, 11.4 ], [ 154.22132034355963, 9.278679656440358 ], [ 152.1, 8.4 ], [ 149.97867965644036, 9.278679656440357 ], [ 149.1, 11.4 ], [ 149.97867965644036, 13.521320343559642 ], [ 152.1, 14.4 ], [ 154.22132034355963, 13.521320343559644 ], [ 155.1, 11.4 ] ] ], [ [ [ 153.3, 10.8 ], [ 152.42132034355964, 8.678679656440359 ], [ 150.3, 7.800000000000001 ], [ 148.17867965644038, 8.678679656440359 ], [ 147.3, 10.8 ], [ 148.17867965644038, 12.921320343559643 ], [ 150.3, 13.8 ], [ 152.42132034355964, 12.921320343559643 ], [ 153.3, 10.8 ] ] ], [ [ [ 152.0, 10.0 ], [ 151.12132034355963, 7.878679656440358 ], [ 149.0, 7.0 ], [ 146.87867965644037, 7.878679656440357 ], [ 146.0, 10.0 ], [ 146.87867965644037, 12.121320343559642 ], [ 149.0, 13.0 ], [ 151.12132034355963, 12.121320343559642 ], [ 152.0, 10.0 ] ] ], [ [ [ 151.0, 9.8 ], [ 150.12132034355963, 7.678679656440359 ], [ 148.0, 6.800000000000001 ], [ 145.87867965644037, 7.678679656440358 ], [ 145.0, 9.8 ], [ 145.87867965644037, 11.921320343559643 ], [ 148.0, 12.8 ], [ 150.12132034355963, 11.921320343559643 ], [ 151.0, 9.8 ] ] ], [ [ [ 150.9, 10.3 ], [ 150.02132034355964, 8.178679656440359 ], [ 147.9, 7.300000000000001 ], [ 145.77867965644037, 8.178679656440359 ], [ 144.9, 10.3 ], [ 145.77867965644037, 12.421320343559643 ], [ 147.9, 13.3 ], [ 150.02132034355964, 12.421320343559643 ], [ 150.9, 10.3 ] ] ], [ [ [ 151.0, 10.8 ], [ 150.12132034355963, 8.678679656440359 ], [ 148.0, 7.800000000000001 ], [ 145.87867965644037, 8.678679656440359 ], [ 145.0, 10.8 ], [ 145.87867965644037, 12.921320343559643 ], [ 148.0, 13.8 ], [ 150.12132034355963, 12.921320343559643 ], [ 151.0, 10.8 ] ] ], [ [ [ 151.5, 11.4 ], [ 150.62132034355963, 9.278679656440358 ], [ 148.5, 8.4 ], [ 146.37867965644037, 9.278679656440357 ], [ 145.5, 11.4 ], [ 146.37867965644037, 13.521320343559642 ], [ 148.5, 14.4 ], [ 150.62132034355963, 13.521320343559644 ], [ 151.5, 11.4 ] ] ], [ [ [ 151.6, 12.2 ], [ 150.72132034355963, 10.078679656440357 ], [ 148.6, 9.2 ], [ 146.47867965644036, 10.078679656440357 ], [ 145.6, 12.2 ], [ 146.47867965644036, 14.321320343559641 ], [ 148.6, 15.2 ], [ 150.72132034355963, 14.321320343559641 ], [ 151.6, 12.2 ] ] ], [ [ [ 151.0, 12.7 ], [ 150.12132034355963, 10.578679656440357 ], [ 148.0, 9.7 ], [ 145.87867965644037, 10.578679656440357 ], [ 145.0, 12.7 ], [ 145.87867965644037, 14.821320343559641 ], [ 148.0, 15.7 ], [ 150.12132034355963, 14.821320343559641 ], [ 151.0, 12.7 ] ] ], [ [ [ 150.1, 13.2 ], [ 149.22132034355963, 11.078679656440357 ], [ 147.1, 10.2 ], [ 144.97867965644036, 11.078679656440357 ], [ 144.1, 13.2 ], [ 144.97867965644036, 15.321320343559641 ], [ 147.1, 16.2 ], [ 149.22132034355963, 15.321320343559641 ], [ 150.1, 13.2 ] ] ], [ [ [ 149.2, 13.5 ], [ 148.32132034355962, 11.378679656440358 ], [ 146.2, 10.5 ], [ 144.07867965644036, 11.378679656440358 ], [ 143.2, 13.5 ], [ 144.07867965644036, 15.621320343559642 ], [ 146.2, 16.5 ], [ 148.32132034355962, 15.621320343559642 ], [ 149.2, 13.5 ] ] ], [ [ [ 148.6, 13.7 ], [ 147.72132034355963, 11.578679656440357 ], [ 145.6, 10.7 ], [ 143.47867965644036, 11.578679656440357 ], [ 142.6, 13.7 ], [ 143.47867965644036, 15.821320343559641 ], [ 145.6, 16.7 ], [ 147.72132034355963, 15.821320343559641 ], [ 148.6, 13.7 ] ] ], [ [ [ 148.2, 13.8 ], [ 147.32132034355962, 11.678679656440359 ], [ 145.2, 10.8 ], [ 143.07867965644036, 11.678679656440359 ], [ 142.2, 13.8 ], [ 143.07867965644036, 15.921320343559643 ], [ 145.2, 16.8 ], [ 147.32132034355962, 15.921320343559643 ], [ 148.2, 13.8 ] ] ], [ [ [ 147.9, 14.5 ], [ 147.02132034355964, 12.378679656440358 ], [ 144.9, 11.5 ], [ 142.77867965644037, 12.378679656440358 ], [ 141.9, 14.5 ], [ 142.77867965644037, 16.621320343559642 ], [ 144.9, 17.5 ], [ 147.02132034355964, 16.621320343559642 ], [ 147.9, 14.5 ] ] ], [ [ [ 147.2, 15.1 ], [ 146.32132034355962, 12.978679656440358 ], [ 144.2, 12.1 ], [ 142.07867965644036, 12.978679656440356 ], [ 141.2, 15.1 ], [ 142.07867965644036, 17.221320343559643 ], [ 144.2, 18.1 ], [ 146.32132034355962, 17.221320343559643 ], [ 147.2, 15.1 ] ] ], [ [ [ 146.4, 15.9 ], [ 145.52132034355964, 13.778679656440358 ], [ 143.4, 12.9 ], [ 141.27867965644037, 13.778679656440357 ], [ 140.4, 15.9 ], [ 141.27867965644037, 18.021320343559644 ], [ 143.4, 18.9 ], [ 145.52132034355964, 18.021320343559644 ], [ 146.4, 15.9 ] ] ], [ [ [ 145.6, 16.5 ], [ 144.72132034355963, 14.378679656440358 ], [ 142.6, 13.5 ], [ 140.47867965644036, 14.378679656440358 ], [ 139.6, 16.5 ], [ 140.47867965644036, 18.621320343559642 ], [ 142.6, 19.5 ], [ 144.72132034355963, 18.621320343559642 ], [ 145.6, 16.5 ] ] ], [ [ [ 144.4, 17.2 ], [ 143.52132034355964, 15.078679656440357 ], [ 141.4, 14.2 ], [ 139.27867965644037, 15.078679656440357 ], [ 138.4, 17.2 ], [ 139.27867965644037, 19.32132034355964 ], [ 141.4, 20.2 ], [ 143.52132034355964, 19.32132034355964 ], [ 144.4, 17.2 ] ] ], [ [ [ 143.2, 17.4 ], [ 142.32132034355962, 15.278679656440357 ], [ 140.2, 14.399999999999999 ], [ 138.07867965644036, 15.278679656440357 ], [ 137.2, 17.4 ], [ 138.07867965644036, 19.52132034355964 ], [ 140.2, 20.4 ], [ 142.32132034355962, 19.52132034355964 ], [ 143.2, 17.4 ] ] ], [ [ [ 141.8, 17.5 ], [ 140.92132034355964, 15.378679656440358 ], [ 138.8, 14.5 ], [ 136.67867965644038, 15.378679656440358 ], [ 135.8, 17.5 ], [ 136.67867965644038, 19.621320343559642 ], [ 138.8, 20.5 ], [ 140.92132034355964, 19.621320343559642 ], [ 141.8, 17.5 ] ] ], [ [ [ 140.6, 17.7 ], [ 139.72132034355963, 15.578679656440357 ], [ 137.6, 14.7 ], [ 135.47867965644036, 15.578679656440357 ], [ 134.6, 17.7 ], [ 135.47867965644036, 19.82132034355964 ], [ 137.6, 20.7 ], [ 139.72132034355963, 19.82132034355964 ], [ 140.6, 17.7 ] ] ], [ [ [ 139.4, 18.1 ], [ 138.52132034355964, 15.97867965644036 ], [ 136.4, 15.100000000000001 ], [ 134.27867965644037, 15.97867965644036 ], [ 133.4, 18.1 ], [ 134.27867965644037, 20.221320343559643 ], [ 136.4, 21.1 ], [ 138.52132034355964, 20.221320343559643 ], [ 139.4, 18.1 ] ] ], [ [ [ 138.5, 18.5 ], [ 137.62132034355963, 16.378679656440358 ], [ 135.5, 15.5 ], [ 133.37867965644037, 16.378679656440358 ], [ 132.5, 18.5 ], [ 133.37867965644037, 20.621320343559642 ], [ 135.5, 21.5 ], [ 137.62132034355963, 20.621320343559642 ], [ 138.5, 18.5 ] ] ], [ [ [ 137.4, 19.1 ], [ 136.52132034355964, 16.97867965644036 ], [ 134.4, 16.1 ], [ 132.27867965644037, 16.97867965644036 ], [ 131.4, 19.1 ], [ 132.27867965644037, 21.221320343559643 ], [ 134.4, 22.1 ], [ 136.52132034355964, 21.221320343559643 ], [ 137.4, 19.1 ] ] ], [ [ [ 136.5, 19.6 ], [ 135.62132034355963, 17.47867965644036 ], [ 133.5, 16.6 ], [ 131.37867965644037, 17.47867965644036 ], [ 130.5, 19.6 ], [ 131.37867965644037, 21.721320343559643 ], [ 133.5, 22.6 ], [ 135.62132034355963, 21.721320343559643 ], [ 136.5, 19.6 ] ] ], [ [ [ 135.6, 20.4 ], [ 134.72132034355963, 18.278679656440357 ], [ 132.6, 17.4 ], [ 130.47867965644036, 18.278679656440357 ], [ 129.6, 20.4 ], [ 130.47867965644036, 22.52132034355964 ], [ 132.6, 23.4 ], [ 134.72132034355963, 22.52132034355964 ], [ 135.6, 20.4 ] ] ], [ [ [ 134.7, 21.0 ], [ 133.82132034355962, 18.878679656440358 ], [ 131.7, 18.0 ], [ 129.57867965644036, 18.878679656440358 ], [ 128.7, 21.0 ], [ 129.57867965644036, 23.121320343559642 ], [ 131.7, 24.0 ], [ 133.82132034355962, 23.121320343559642 ], [ 134.7, 21.0 ] ] ], [ [ [ 133.6, 21.7 ], [ 132.72132034355963, 19.578679656440357 ], [ 130.6, 18.7 ], [ 128.47867965644036, 19.578679656440357 ], [ 127.6, 21.7 ], [ 128.47867965644036, 23.82132034355964 ], [ 130.6, 24.7 ], [ 132.72132034355963, 23.82132034355964 ], [ 133.6, 21.7 ] ] ], [ [ [ 132.6, 22.5 ], [ 131.72132034355963, 20.378679656440358 ], [ 129.6, 19.5 ], [ 127.47867965644035, 20.378679656440358 ], [ 126.6, 22.5 ], [ 127.47867965644035, 24.621320343559642 ], [ 129.6, 25.5 ], [ 131.72132034355963, 24.621320343559642 ], [ 132.6, 22.5 ] ] ], [ [ [ 132.2, 23.0 ], [ 131.32132034355962, 20.878679656440358 ], [ 129.2, 20.0 ], [ 127.07867965644034, 20.878679656440358 ], [ 126.19999999999999, 23.0 ], [ 127.07867965644034, 25.121320343559642 ], [ 129.2, 26.0 ], [ 131.32132034355962, 25.121320343559642 ], [ 132.2, 23.0 ] ] ], [ [ [ 131.7, 23.3 ], [ 130.82132034355962, 21.17867965644036 ], [ 128.7, 20.3 ], [ 126.57867965644034, 21.17867965644036 ], [ 125.69999999999999, 23.3 ], [ 126.57867965644034, 25.421320343559643 ], [ 128.7, 26.3 ], [ 130.82132034355962, 25.421320343559643 ], [ 131.7, 23.3 ] ] ], [ [ [ 131.2, 23.8 ], [ 130.32132034355962, 21.67867965644036 ], [ 128.2, 20.8 ], [ 126.07867965644034, 21.67867965644036 ], [ 125.19999999999999, 23.8 ], [ 126.07867965644034, 25.921320343559643 ], [ 128.2, 26.8 ], [ 130.32132034355962, 25.921320343559643 ], [ 131.2, 23.8 ] ] ], [ [ [ 130.6, 24.2 ], [ 129.72132034355963, 22.078679656440357 ], [ 127.6, 21.2 ], [ 125.47867965644035, 22.078679656440357 ], [ 124.6, 24.2 ], [ 125.47867965644035, 26.32132034355964 ], [ 127.6, 27.2 ], [ 129.72132034355963, 26.32132034355964 ], [ 130.6, 24.2 ] ] ], [ [ [ 130.1, 24.6 ], [ 129.22132034355963, 22.47867965644036 ], [ 127.1, 21.6 ], [ 124.97867965644035, 22.47867965644036 ], [ 124.1, 24.6 ], [ 124.97867965644035, 26.721320343559643 ], [ 127.1, 27.6 ], [ 129.22132034355963, 26.721320343559643 ], [ 130.1, 24.6 ] ] ], [ [ [ 129.5, 25.1 ], [ 128.62132034355963, 22.97867965644036 ], [ 126.5, 22.1 ], [ 124.37867965644035, 22.97867965644036 ], [ 123.5, 25.1 ], [ 124.37867965644035, 27.221320343559643 ], [ 126.5, 28.1 ], [ 128.62132034355963, 27.221320343559643 ], [ 129.5, 25.1 ] ] ], [ [ [ 128.9, 25.5 ], [ 128.02132034355964, 23.378679656440358 ], [ 125.9, 22.5 ], [ 123.77867965644036, 23.378679656440358 ], [ 122.9, 25.5 ], [ 123.77867965644036, 27.621320343559642 ], [ 125.9, 28.5 ], [ 128.02132034355964, 27.621320343559642 ], [ 128.9, 25.5 ] ] ], [ [ [ 128.5, 25.7 ], [ 127.62132034355965, 23.578679656440357 ], [ 125.5, 22.7 ], [ 123.37867965644035, 23.578679656440357 ], [ 122.5, 25.7 ], [ 123.37867965644035, 27.82132034355964 ], [ 125.5, 28.7 ], [ 127.62132034355965, 27.82132034355964 ], [ 128.5, 25.7 ] ] ], [ [ [ 128.1, 26.1 ], [ 127.22132034355964, 23.97867965644036 ], [ 125.1, 23.1 ], [ 122.97867965644035, 23.97867965644036 ], [ 122.1, 26.1 ], [ 122.97867965644035, 28.221320343559643 ], [ 125.1, 29.1 ], [ 127.22132034355964, 28.221320343559643 ], [ 128.1, 26.1 ] ] ], [ [ [ 127.7, 26.5 ], [ 126.82132034355965, 24.378679656440358 ], [ 124.7, 23.5 ], [ 122.57867965644036, 24.378679656440358 ], [ 121.7, 26.5 ], [ 122.57867965644036, 28.621320343559642 ], [ 124.7, 29.5 ], [ 126.82132034355965, 28.621320343559642 ], [ 127.7, 26.5 ] ] ], [ [ [ 127.3, 26.9 ], [ 126.42132034355964, 24.778679656440357 ], [ 124.3, 23.9 ], [ 122.17867965644035, 24.778679656440357 ], [ 121.3, 26.9 ], [ 122.17867965644035, 29.02132034355964 ], [ 124.3, 29.9 ], [ 126.42132034355964, 29.02132034355964 ], [ 127.3, 26.9 ] ] ], [ [ [ 127.0, 27.3 ], [ 126.12132034355965, 25.17867965644036 ], [ 124.0, 24.3 ], [ 121.87867965644035, 25.17867965644036 ], [ 121.0, 27.3 ], [ 121.87867965644035, 29.421320343559643 ], [ 124.0, 30.3 ], [ 126.12132034355965, 29.421320343559643 ], [ 127.0, 27.3 ] ] ], [ [ [ 126.3, 27.8 ], [ 125.42132034355964, 25.67867965644036 ], [ 123.3, 24.8 ], [ 121.17867965644035, 25.67867965644036 ], [ 120.3, 27.8 ], [ 121.17867965644035, 29.921320343559643 ], [ 123.3, 30.8 ], [ 125.42132034355964, 29.921320343559643 ], [ 126.3, 27.8 ] ] ], [ [ [ 125.9, 28.7 ], [ 125.02132034355965, 26.578679656440357 ], [ 122.9, 25.7 ], [ 120.77867965644036, 26.578679656440357 ], [ 119.9, 28.7 ], [ 120.77867965644036, 30.82132034355964 ], [ 122.9, 31.7 ], [ 125.02132034355965, 30.82132034355964 ], [ 125.9, 28.7 ] ] ], [ [ [ 125.5, 29.5 ], [ 124.62132034355965, 27.378679656440358 ], [ 122.5, 26.5 ], [ 120.37867965644035, 27.378679656440358 ], [ 119.5, 29.5 ], [ 120.37867965644035, 31.621320343559642 ], [ 122.5, 32.5 ], [ 124.62132034355965, 31.621320343559642 ], [ 125.5, 29.5 ] ] ], [ [ [ 125.9, 30.3 ], [ 125.02132034355965, 28.17867965644036 ], [ 122.9, 27.3 ], [ 120.77867965644036, 28.17867965644036 ], [ 119.9, 30.3 ], [ 120.77867965644036, 32.42132034355964 ], [ 122.9, 33.3 ], [ 125.02132034355965, 32.42132034355964 ], [ 125.9, 30.3 ] ] ], [ [ [ 126.2, 31.8 ], [ 125.32132034355965, 29.67867965644036 ], [ 123.2, 28.8 ], [ 121.07867965644036, 29.67867965644036 ], [ 120.2, 31.8 ], [ 121.07867965644036, 33.92132034355964 ], [ 123.2, 34.8 ], [ 125.32132034355965, 33.92132034355964 ], [ 126.2, 31.8 ] ] ], [ [ [ 126.6, 33.3 ], [ 125.72132034355964, 31.178679656440355 ], [ 123.6, 30.299999999999997 ], [ 121.47867965644035, 31.178679656440355 ], [ 120.6, 33.3 ], [ 121.47867965644035, 35.42132034355964 ], [ 123.6, 36.3 ], [ 125.72132034355964, 35.42132034355964 ], [ 126.6, 33.3 ] ] ], [ [ [ 127.2, 34.9 ], [ 126.32132034355965, 32.77867965644035 ], [ 124.2, 31.9 ], [ 122.07867965644036, 32.77867965644035 ], [ 121.2, 34.9 ], [ 122.07867965644036, 37.021320343559644 ], [ 124.2, 37.9 ], [ 126.32132034355965, 37.021320343559644 ], [ 127.2, 34.9 ] ] ], [ [ [ 127.7, 36.5 ], [ 126.82132034355965, 34.378679656440355 ], [ 124.7, 33.5 ], [ 122.57867965644036, 34.378679656440355 ], [ 121.7, 36.5 ], [ 122.57867965644036, 38.621320343559645 ], [ 124.7, 39.5 ], [ 126.82132034355965, 38.621320343559645 ], [ 127.7, 36.5 ] ] ], [ [ [ 128.4, 38.2 ], [ 127.52132034355965, 36.07867965644036 ], [ 125.4, 35.2 ], [ 123.27867965644036, 36.07867965644036 ], [ 122.4, 38.2 ], [ 123.27867965644036, 40.32132034355965 ], [ 125.4, 41.2 ], [ 127.52132034355965, 40.32132034355965 ], [ 128.4, 38.2 ] ] ], [ [ [ 129.0, 40.0 ], [ 128.12132034355963, 37.878679656440355 ], [ 126.0, 37.0 ], [ 123.87867965644035, 37.878679656440355 ], [ 123.0, 40.0 ], [ 123.87867965644035, 42.121320343559645 ], [ 126.0, 43.0 ], [ 128.12132034355963, 42.121320343559645 ], [ 129.0, 40.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-06-29T15:00:00Z", "2015-06-29T21:00:00Z", "2015-06-30T03:00:00Z", "2015-06-30T09:00:00Z", "2015-06-30T15:00:00Z", "2015-06-30T21:00:00Z", "2015-07-01T03:00:00Z", "2015-07-01T09:00:00Z", "2015-07-01T15:00:00Z", "2015-07-01T21:00:00Z", "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T12:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T18:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T00:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T06:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T12:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T18:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 994.0, 990.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 980.0, 980.0, 980.0, 975.0, 970.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 960.0, 955.0, 945.0, 940.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 940.0, 945.0, 950.0, 960.0, 965.0, 970.0, 975.0, 980.0, 985.0, 985.0, 986.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 45.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 50.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 50.0, 55.0, 55.0, 55.0, 60.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 75.0, 80.0, 85.0, 85.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 85.0, 85.0, 80.0, 75.0, 70.0, 60.0, 55.0, 50.0, 45.0, 40.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201510_LINFA_feature.json b/samples/Typhoon201510_LINFA_feature.json
index 44117c0..ce1fab8 100644
--- a/samples/Typhoon201510_LINFA_feature.json
+++ b/samples/Typhoon201510_LINFA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201510号 (LINFA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z" ],
- "coordinates" : [ [ [ [ 130.8, 13.4 ], [ 130.50710678118656, 12.692893218813452 ], [ 129.8, 12.4 ], [ 129.09289321881346, 12.692893218813452 ], [ 128.8, 13.4 ], [ 129.09289321881346, 14.107106781186548 ], [ 129.8, 14.4 ], [ 130.50710678118656, 14.107106781186548 ], [ 130.8, 13.4 ] ] ], [ [ [ 130.5, 13.7 ], [ 130.20710678118655, 12.992893218813451 ], [ 129.5, 12.7 ], [ 128.79289321881345, 12.992893218813451 ], [ 128.5, 13.7 ], [ 128.79289321881345, 14.407106781186547 ], [ 129.5, 14.7 ], [ 130.20710678118655, 14.407106781186547 ], [ 130.5, 13.7 ] ] ], [ [ [ 130.0, 14.2 ], [ 129.70710678118655, 13.492893218813451 ], [ 129.0, 13.2 ], [ 128.29289321881345, 13.492893218813451 ], [ 128.0, 14.2 ], [ 128.29289321881345, 14.907106781186547 ], [ 129.0, 15.2 ], [ 129.70710678118655, 14.907106781186547 ], [ 130.0, 14.2 ] ] ], [ [ [ 131.4, 14.6 ], [ 130.52132034355964, 12.478679656440358 ], [ 128.4, 11.6 ], [ 126.27867965644036, 12.478679656440356 ], [ 125.4, 14.6 ], [ 126.27867965644036, 16.721320343559643 ], [ 128.4, 17.6 ], [ 130.52132034355964, 16.721320343559643 ], [ 131.4, 14.6 ] ] ], [ [ [ 130.4, 14.8 ], [ 129.52132034355964, 12.678679656440359 ], [ 127.4, 11.8 ], [ 125.27867965644036, 12.678679656440359 ], [ 124.4, 14.8 ], [ 125.27867965644036, 16.921320343559643 ], [ 127.4, 17.8 ], [ 129.52132034355964, 16.921320343559643 ], [ 130.4, 14.8 ] ] ], [ [ [ 129.7, 15.0 ], [ 128.82132034355965, 12.878679656440358 ], [ 126.7, 12.0 ], [ 124.57867965644036, 12.878679656440358 ], [ 123.7, 15.0 ], [ 124.57867965644036, 17.121320343559642 ], [ 126.7, 18.0 ], [ 128.82132034355965, 17.121320343559642 ], [ 129.7, 15.0 ] ] ], [ [ [ 129.1, 15.1 ], [ 128.22132034355963, 12.978679656440358 ], [ 126.1, 12.1 ], [ 123.97867965644035, 12.978679656440356 ], [ 123.1, 15.1 ], [ 123.97867965644035, 17.221320343559643 ], [ 126.1, 18.1 ], [ 128.22132034355963, 17.221320343559643 ], [ 129.1, 15.1 ] ] ], [ [ [ 128.4, 15.2 ], [ 127.52132034355965, 13.078679656440357 ], [ 125.4, 12.2 ], [ 123.27867965644036, 13.078679656440357 ], [ 122.4, 15.2 ], [ 123.27867965644036, 17.32132034355964 ], [ 125.4, 18.2 ], [ 127.52132034355965, 17.32132034355964 ], [ 128.4, 15.2 ] ] ], [ [ [ 128.0, 15.4 ], [ 127.12132034355965, 13.278679656440358 ], [ 125.0, 12.4 ], [ 122.87867965644035, 13.278679656440357 ], [ 122.0, 15.4 ], [ 122.87867965644035, 17.521320343559644 ], [ 125.0, 18.4 ], [ 127.12132034355965, 17.521320343559644 ], [ 128.0, 15.4 ] ] ], [ [ [ 127.6, 16.1 ], [ 126.72132034355964, 13.97867965644036 ], [ 124.6, 13.100000000000001 ], [ 122.47867965644035, 13.97867965644036 ], [ 121.6, 16.1 ], [ 122.47867965644035, 18.221320343559643 ], [ 124.6, 19.1 ], [ 126.72132034355964, 18.221320343559643 ], [ 127.6, 16.1 ] ] ], [ [ [ 126.8, 16.5 ], [ 125.92132034355964, 14.378679656440358 ], [ 123.8, 13.5 ], [ 121.67867965644035, 14.378679656440358 ], [ 120.8, 16.5 ], [ 121.67867965644035, 18.621320343559642 ], [ 123.8, 19.5 ], [ 125.92132034355964, 18.621320343559642 ], [ 126.8, 16.5 ] ] ], [ [ [ 126.0, 16.8 ], [ 125.12132034355965, 14.678679656440359 ], [ 123.0, 13.8 ], [ 120.87867965644035, 14.678679656440359 ], [ 120.0, 16.8 ], [ 120.87867965644035, 18.921320343559643 ], [ 123.0, 19.8 ], [ 125.12132034355965, 18.921320343559643 ], [ 126.0, 16.8 ] ] ], [ [ [ 125.6, 17.0 ], [ 124.72132034355964, 14.878679656440358 ], [ 122.6, 14.0 ], [ 120.47867965644035, 14.878679656440358 ], [ 119.6, 17.0 ], [ 120.47867965644035, 19.121320343559642 ], [ 122.6, 20.0 ], [ 124.72132034355964, 19.121320343559642 ], [ 125.6, 17.0 ] ] ], [ [ [ 125.0, 17.5 ], [ 124.12132034355965, 15.378679656440358 ], [ 122.0, 14.5 ], [ 119.87867965644035, 15.378679656440358 ], [ 119.0, 17.5 ], [ 119.87867965644035, 19.621320343559642 ], [ 122.0, 20.5 ], [ 124.12132034355965, 19.621320343559642 ], [ 125.0, 17.5 ] ] ], [ [ [ 123.3, 18.0 ], [ 122.42132034355964, 15.878679656440358 ], [ 120.3, 15.0 ], [ 118.17867965644035, 15.878679656440358 ], [ 117.3, 18.0 ], [ 118.17867965644035, 20.121320343559642 ], [ 120.3, 21.0 ], [ 122.42132034355964, 20.121320343559642 ], [ 123.3, 18.0 ] ] ], [ [ [ 122.8, 17.9 ], [ 121.92132034355964, 15.778679656440357 ], [ 119.8, 14.899999999999999 ], [ 117.67867965644035, 15.778679656440357 ], [ 116.8, 17.9 ], [ 117.67867965644035, 20.02132034355964 ], [ 119.8, 20.9 ], [ 121.92132034355964, 20.02132034355964 ], [ 122.8, 17.9 ] ] ], [ [ [ 122.5, 18.2 ], [ 121.62132034355965, 16.078679656440357 ], [ 119.5, 15.2 ], [ 117.37867965644035, 16.078679656440357 ], [ 116.5, 18.2 ], [ 117.37867965644035, 20.32132034355964 ], [ 119.5, 21.2 ], [ 121.62132034355965, 20.32132034355964 ], [ 122.5, 18.2 ] ] ], [ [ [ 122.4, 18.7 ], [ 121.52132034355965, 16.578679656440357 ], [ 119.4, 15.7 ], [ 117.27867965644036, 16.578679656440357 ], [ 116.4, 18.7 ], [ 117.27867965644036, 20.82132034355964 ], [ 119.4, 21.7 ], [ 121.52132034355965, 20.82132034355964 ], [ 122.4, 18.7 ] ] ], [ [ [ 122.3, 19.2 ], [ 121.42132034355964, 17.078679656440357 ], [ 119.3, 16.2 ], [ 117.17867965644035, 17.078679656440357 ], [ 116.3, 19.2 ], [ 117.17867965644035, 21.32132034355964 ], [ 119.3, 22.2 ], [ 121.42132034355964, 21.32132034355964 ], [ 122.3, 19.2 ] ] ], [ [ [ 122.3, 19.5 ], [ 121.42132034355964, 17.378679656440358 ], [ 119.3, 16.5 ], [ 117.17867965644035, 17.378679656440358 ], [ 116.3, 19.5 ], [ 117.17867965644035, 21.621320343559642 ], [ 119.3, 22.5 ], [ 121.42132034355964, 21.621320343559642 ], [ 122.3, 19.5 ] ] ], [ [ [ 122.1, 19.9 ], [ 121.22132034355964, 17.778679656440357 ], [ 119.1, 16.9 ], [ 116.97867965644035, 17.778679656440357 ], [ 116.1, 19.9 ], [ 116.97867965644035, 22.02132034355964 ], [ 119.1, 22.9 ], [ 121.22132034355964, 22.02132034355964 ], [ 122.1, 19.9 ] ] ], [ [ [ 121.9, 20.2 ], [ 121.02132034355965, 18.078679656440357 ], [ 118.9, 17.2 ], [ 116.77867965644036, 18.078679656440357 ], [ 115.9, 20.2 ], [ 116.77867965644036, 22.32132034355964 ], [ 118.9, 23.2 ], [ 121.02132034355965, 22.32132034355964 ], [ 121.9, 20.2 ] ] ], [ [ [ 121.9, 20.5 ], [ 121.02132034355965, 18.378679656440358 ], [ 118.9, 17.5 ], [ 116.77867965644036, 18.378679656440358 ], [ 115.9, 20.5 ], [ 116.77867965644036, 22.621320343559642 ], [ 118.9, 23.5 ], [ 121.02132034355965, 22.621320343559642 ], [ 121.9, 20.5 ] ] ], [ [ [ 121.7, 20.8 ], [ 120.82132034355965, 18.67867965644036 ], [ 118.7, 17.8 ], [ 116.57867965644036, 18.67867965644036 ], [ 115.7, 20.8 ], [ 116.57867965644036, 22.921320343559643 ], [ 118.7, 23.8 ], [ 120.82132034355965, 22.921320343559643 ], [ 121.7, 20.8 ] ] ], [ [ [ 121.7, 21.1 ], [ 120.82132034355965, 18.97867965644036 ], [ 118.7, 18.1 ], [ 116.57867965644036, 18.97867965644036 ], [ 115.7, 21.1 ], [ 116.57867965644036, 23.221320343559643 ], [ 118.7, 24.1 ], [ 120.82132034355965, 23.221320343559643 ], [ 121.7, 21.1 ] ] ], [ [ [ 121.7, 21.5 ], [ 120.82132034355965, 19.378679656440358 ], [ 118.7, 18.5 ], [ 116.57867965644036, 19.378679656440358 ], [ 115.7, 21.5 ], [ 116.57867965644036, 23.621320343559642 ], [ 118.7, 24.5 ], [ 120.82132034355965, 23.621320343559642 ], [ 121.7, 21.5 ] ] ], [ [ [ 121.7, 21.8 ], [ 120.82132034355965, 19.67867965644036 ], [ 118.7, 18.8 ], [ 116.57867965644036, 19.67867965644036 ], [ 115.7, 21.8 ], [ 116.57867965644036, 23.921320343559643 ], [ 118.7, 24.8 ], [ 120.82132034355965, 23.921320343559643 ], [ 121.7, 21.8 ] ] ], [ [ [ 121.4, 22.2 ], [ 120.52132034355965, 20.078679656440357 ], [ 118.4, 19.2 ], [ 116.27867965644036, 20.078679656440357 ], [ 115.4, 22.2 ], [ 116.27867965644036, 24.32132034355964 ], [ 118.4, 25.2 ], [ 120.52132034355965, 24.32132034355964 ], [ 121.4, 22.2 ] ] ], [ [ [ 120.7, 22.5 ], [ 119.82132034355965, 20.378679656440358 ], [ 117.7, 19.5 ], [ 115.57867965644036, 20.378679656440358 ], [ 114.7, 22.5 ], [ 115.57867965644036, 24.621320343559642 ], [ 117.7, 25.5 ], [ 119.82132034355965, 24.621320343559642 ], [ 120.7, 22.5 ] ] ], [ [ [ 119.9, 22.7 ], [ 119.02132034355965, 20.578679656440357 ], [ 116.9, 19.7 ], [ 114.77867965644036, 20.578679656440357 ], [ 113.9, 22.7 ], [ 114.77867965644036, 24.82132034355964 ], [ 116.9, 25.7 ], [ 119.02132034355965, 24.82132034355964 ], [ 119.9, 22.7 ] ] ], [ [ [ 118.6, 22.9 ], [ 117.72132034355964, 20.778679656440357 ], [ 115.6, 19.9 ], [ 113.47867965644035, 20.778679656440357 ], [ 112.6, 22.9 ], [ 113.47867965644035, 25.02132034355964 ], [ 115.6, 25.9 ], [ 117.72132034355964, 25.02132034355964 ], [ 118.6, 22.9 ] ] ], [ [ [ 117.4, 22.9 ], [ 116.52132034355965, 20.778679656440357 ], [ 114.4, 19.9 ], [ 112.27867965644036, 20.778679656440357 ], [ 111.4, 22.9 ], [ 112.27867965644036, 25.02132034355964 ], [ 114.4, 25.9 ], [ 116.52132034355965, 25.02132034355964 ], [ 117.4, 22.9 ] ] ], [ [ [ 116.0, 22.3 ], [ 115.12132034355965, 20.17867965644036 ], [ 113.0, 19.3 ], [ 110.87867965644035, 20.17867965644036 ], [ 110.0, 22.3 ], [ 110.87867965644035, 24.421320343559643 ], [ 113.0, 25.3 ], [ 115.12132034355965, 24.421320343559643 ], [ 116.0, 22.3 ] ] ], [ [ [ 114.2, 21.4 ], [ 113.32132034355965, 19.278679656440357 ], [ 111.2, 18.4 ], [ 109.07867965644036, 19.278679656440357 ], [ 108.2, 21.4 ], [ 109.07867965644036, 23.52132034355964 ], [ 111.2, 24.4 ], [ 113.32132034355965, 23.52132034355964 ], [ 114.2, 21.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 998.0, 998.0, 998.0, 994.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 990.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 992.0, 996.0, 1000.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 45.0, 40.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201510号 (LINFA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 130.8, 13.4 ], [ 130.50710678118656, 12.692893218813452 ], [ 129.8, 12.4 ], [ 129.09289321881346, 12.692893218813452 ], [ 128.8, 13.4 ], [ 129.09289321881346, 14.107106781186548 ], [ 129.8, 14.4 ], [ 130.50710678118656, 14.107106781186548 ], [ 130.8, 13.4 ] ] ], [ [ [ 130.5, 13.7 ], [ 130.20710678118655, 12.992893218813451 ], [ 129.5, 12.7 ], [ 128.79289321881345, 12.992893218813451 ], [ 128.5, 13.7 ], [ 128.79289321881345, 14.407106781186547 ], [ 129.5, 14.7 ], [ 130.20710678118655, 14.407106781186547 ], [ 130.5, 13.7 ] ] ], [ [ [ 130.0, 14.2 ], [ 129.70710678118655, 13.492893218813451 ], [ 129.0, 13.2 ], [ 128.29289321881345, 13.492893218813451 ], [ 128.0, 14.2 ], [ 128.29289321881345, 14.907106781186547 ], [ 129.0, 15.2 ], [ 129.70710678118655, 14.907106781186547 ], [ 130.0, 14.2 ] ] ], [ [ [ 131.4, 14.6 ], [ 130.52132034355964, 12.478679656440358 ], [ 128.4, 11.6 ], [ 126.27867965644036, 12.478679656440356 ], [ 125.4, 14.6 ], [ 126.27867965644036, 16.721320343559643 ], [ 128.4, 17.6 ], [ 130.52132034355964, 16.721320343559643 ], [ 131.4, 14.6 ] ] ], [ [ [ 130.4, 14.8 ], [ 129.52132034355964, 12.678679656440359 ], [ 127.4, 11.8 ], [ 125.27867965644036, 12.678679656440359 ], [ 124.4, 14.8 ], [ 125.27867965644036, 16.921320343559643 ], [ 127.4, 17.8 ], [ 129.52132034355964, 16.921320343559643 ], [ 130.4, 14.8 ] ] ], [ [ [ 129.7, 15.0 ], [ 128.82132034355965, 12.878679656440358 ], [ 126.7, 12.0 ], [ 124.57867965644036, 12.878679656440358 ], [ 123.7, 15.0 ], [ 124.57867965644036, 17.121320343559642 ], [ 126.7, 18.0 ], [ 128.82132034355965, 17.121320343559642 ], [ 129.7, 15.0 ] ] ], [ [ [ 129.1, 15.1 ], [ 128.22132034355963, 12.978679656440358 ], [ 126.1, 12.1 ], [ 123.97867965644035, 12.978679656440356 ], [ 123.1, 15.1 ], [ 123.97867965644035, 17.221320343559643 ], [ 126.1, 18.1 ], [ 128.22132034355963, 17.221320343559643 ], [ 129.1, 15.1 ] ] ], [ [ [ 128.4, 15.2 ], [ 127.52132034355965, 13.078679656440357 ], [ 125.4, 12.2 ], [ 123.27867965644036, 13.078679656440357 ], [ 122.4, 15.2 ], [ 123.27867965644036, 17.32132034355964 ], [ 125.4, 18.2 ], [ 127.52132034355965, 17.32132034355964 ], [ 128.4, 15.2 ] ] ], [ [ [ 128.0, 15.4 ], [ 127.12132034355965, 13.278679656440358 ], [ 125.0, 12.4 ], [ 122.87867965644035, 13.278679656440357 ], [ 122.0, 15.4 ], [ 122.87867965644035, 17.521320343559644 ], [ 125.0, 18.4 ], [ 127.12132034355965, 17.521320343559644 ], [ 128.0, 15.4 ] ] ], [ [ [ 127.6, 16.1 ], [ 126.72132034355964, 13.97867965644036 ], [ 124.6, 13.100000000000001 ], [ 122.47867965644035, 13.97867965644036 ], [ 121.6, 16.1 ], [ 122.47867965644035, 18.221320343559643 ], [ 124.6, 19.1 ], [ 126.72132034355964, 18.221320343559643 ], [ 127.6, 16.1 ] ] ], [ [ [ 126.8, 16.5 ], [ 125.92132034355964, 14.378679656440358 ], [ 123.8, 13.5 ], [ 121.67867965644035, 14.378679656440358 ], [ 120.8, 16.5 ], [ 121.67867965644035, 18.621320343559642 ], [ 123.8, 19.5 ], [ 125.92132034355964, 18.621320343559642 ], [ 126.8, 16.5 ] ] ], [ [ [ 126.0, 16.8 ], [ 125.12132034355965, 14.678679656440359 ], [ 123.0, 13.8 ], [ 120.87867965644035, 14.678679656440359 ], [ 120.0, 16.8 ], [ 120.87867965644035, 18.921320343559643 ], [ 123.0, 19.8 ], [ 125.12132034355965, 18.921320343559643 ], [ 126.0, 16.8 ] ] ], [ [ [ 125.6, 17.0 ], [ 124.72132034355964, 14.878679656440358 ], [ 122.6, 14.0 ], [ 120.47867965644035, 14.878679656440358 ], [ 119.6, 17.0 ], [ 120.47867965644035, 19.121320343559642 ], [ 122.6, 20.0 ], [ 124.72132034355964, 19.121320343559642 ], [ 125.6, 17.0 ] ] ], [ [ [ 125.0, 17.5 ], [ 124.12132034355965, 15.378679656440358 ], [ 122.0, 14.5 ], [ 119.87867965644035, 15.378679656440358 ], [ 119.0, 17.5 ], [ 119.87867965644035, 19.621320343559642 ], [ 122.0, 20.5 ], [ 124.12132034355965, 19.621320343559642 ], [ 125.0, 17.5 ] ] ], [ [ [ 123.3, 18.0 ], [ 122.42132034355964, 15.878679656440358 ], [ 120.3, 15.0 ], [ 118.17867965644035, 15.878679656440358 ], [ 117.3, 18.0 ], [ 118.17867965644035, 20.121320343559642 ], [ 120.3, 21.0 ], [ 122.42132034355964, 20.121320343559642 ], [ 123.3, 18.0 ] ] ], [ [ [ 122.8, 17.9 ], [ 121.92132034355964, 15.778679656440357 ], [ 119.8, 14.899999999999999 ], [ 117.67867965644035, 15.778679656440357 ], [ 116.8, 17.9 ], [ 117.67867965644035, 20.02132034355964 ], [ 119.8, 20.9 ], [ 121.92132034355964, 20.02132034355964 ], [ 122.8, 17.9 ] ] ], [ [ [ 122.5, 18.2 ], [ 121.62132034355965, 16.078679656440357 ], [ 119.5, 15.2 ], [ 117.37867965644035, 16.078679656440357 ], [ 116.5, 18.2 ], [ 117.37867965644035, 20.32132034355964 ], [ 119.5, 21.2 ], [ 121.62132034355965, 20.32132034355964 ], [ 122.5, 18.2 ] ] ], [ [ [ 122.4, 18.7 ], [ 121.52132034355965, 16.578679656440357 ], [ 119.4, 15.7 ], [ 117.27867965644036, 16.578679656440357 ], [ 116.4, 18.7 ], [ 117.27867965644036, 20.82132034355964 ], [ 119.4, 21.7 ], [ 121.52132034355965, 20.82132034355964 ], [ 122.4, 18.7 ] ] ], [ [ [ 122.3, 19.2 ], [ 121.42132034355964, 17.078679656440357 ], [ 119.3, 16.2 ], [ 117.17867965644035, 17.078679656440357 ], [ 116.3, 19.2 ], [ 117.17867965644035, 21.32132034355964 ], [ 119.3, 22.2 ], [ 121.42132034355964, 21.32132034355964 ], [ 122.3, 19.2 ] ] ], [ [ [ 122.3, 19.5 ], [ 121.42132034355964, 17.378679656440358 ], [ 119.3, 16.5 ], [ 117.17867965644035, 17.378679656440358 ], [ 116.3, 19.5 ], [ 117.17867965644035, 21.621320343559642 ], [ 119.3, 22.5 ], [ 121.42132034355964, 21.621320343559642 ], [ 122.3, 19.5 ] ] ], [ [ [ 122.1, 19.9 ], [ 121.22132034355964, 17.778679656440357 ], [ 119.1, 16.9 ], [ 116.97867965644035, 17.778679656440357 ], [ 116.1, 19.9 ], [ 116.97867965644035, 22.02132034355964 ], [ 119.1, 22.9 ], [ 121.22132034355964, 22.02132034355964 ], [ 122.1, 19.9 ] ] ], [ [ [ 121.9, 20.2 ], [ 121.02132034355965, 18.078679656440357 ], [ 118.9, 17.2 ], [ 116.77867965644036, 18.078679656440357 ], [ 115.9, 20.2 ], [ 116.77867965644036, 22.32132034355964 ], [ 118.9, 23.2 ], [ 121.02132034355965, 22.32132034355964 ], [ 121.9, 20.2 ] ] ], [ [ [ 121.9, 20.5 ], [ 121.02132034355965, 18.378679656440358 ], [ 118.9, 17.5 ], [ 116.77867965644036, 18.378679656440358 ], [ 115.9, 20.5 ], [ 116.77867965644036, 22.621320343559642 ], [ 118.9, 23.5 ], [ 121.02132034355965, 22.621320343559642 ], [ 121.9, 20.5 ] ] ], [ [ [ 121.7, 20.8 ], [ 120.82132034355965, 18.67867965644036 ], [ 118.7, 17.8 ], [ 116.57867965644036, 18.67867965644036 ], [ 115.7, 20.8 ], [ 116.57867965644036, 22.921320343559643 ], [ 118.7, 23.8 ], [ 120.82132034355965, 22.921320343559643 ], [ 121.7, 20.8 ] ] ], [ [ [ 121.7, 21.1 ], [ 120.82132034355965, 18.97867965644036 ], [ 118.7, 18.1 ], [ 116.57867965644036, 18.97867965644036 ], [ 115.7, 21.1 ], [ 116.57867965644036, 23.221320343559643 ], [ 118.7, 24.1 ], [ 120.82132034355965, 23.221320343559643 ], [ 121.7, 21.1 ] ] ], [ [ [ 121.7, 21.5 ], [ 120.82132034355965, 19.378679656440358 ], [ 118.7, 18.5 ], [ 116.57867965644036, 19.378679656440358 ], [ 115.7, 21.5 ], [ 116.57867965644036, 23.621320343559642 ], [ 118.7, 24.5 ], [ 120.82132034355965, 23.621320343559642 ], [ 121.7, 21.5 ] ] ], [ [ [ 121.7, 21.8 ], [ 120.82132034355965, 19.67867965644036 ], [ 118.7, 18.8 ], [ 116.57867965644036, 19.67867965644036 ], [ 115.7, 21.8 ], [ 116.57867965644036, 23.921320343559643 ], [ 118.7, 24.8 ], [ 120.82132034355965, 23.921320343559643 ], [ 121.7, 21.8 ] ] ], [ [ [ 121.4, 22.2 ], [ 120.52132034355965, 20.078679656440357 ], [ 118.4, 19.2 ], [ 116.27867965644036, 20.078679656440357 ], [ 115.4, 22.2 ], [ 116.27867965644036, 24.32132034355964 ], [ 118.4, 25.2 ], [ 120.52132034355965, 24.32132034355964 ], [ 121.4, 22.2 ] ] ], [ [ [ 120.7, 22.5 ], [ 119.82132034355965, 20.378679656440358 ], [ 117.7, 19.5 ], [ 115.57867965644036, 20.378679656440358 ], [ 114.7, 22.5 ], [ 115.57867965644036, 24.621320343559642 ], [ 117.7, 25.5 ], [ 119.82132034355965, 24.621320343559642 ], [ 120.7, 22.5 ] ] ], [ [ [ 119.9, 22.7 ], [ 119.02132034355965, 20.578679656440357 ], [ 116.9, 19.7 ], [ 114.77867965644036, 20.578679656440357 ], [ 113.9, 22.7 ], [ 114.77867965644036, 24.82132034355964 ], [ 116.9, 25.7 ], [ 119.02132034355965, 24.82132034355964 ], [ 119.9, 22.7 ] ] ], [ [ [ 118.6, 22.9 ], [ 117.72132034355964, 20.778679656440357 ], [ 115.6, 19.9 ], [ 113.47867965644035, 20.778679656440357 ], [ 112.6, 22.9 ], [ 113.47867965644035, 25.02132034355964 ], [ 115.6, 25.9 ], [ 117.72132034355964, 25.02132034355964 ], [ 118.6, 22.9 ] ] ], [ [ [ 117.4, 22.9 ], [ 116.52132034355965, 20.778679656440357 ], [ 114.4, 19.9 ], [ 112.27867965644036, 20.778679656440357 ], [ 111.4, 22.9 ], [ 112.27867965644036, 25.02132034355964 ], [ 114.4, 25.9 ], [ 116.52132034355965, 25.02132034355964 ], [ 117.4, 22.9 ] ] ], [ [ [ 116.0, 22.3 ], [ 115.12132034355965, 20.17867965644036 ], [ 113.0, 19.3 ], [ 110.87867965644035, 20.17867965644036 ], [ 110.0, 22.3 ], [ 110.87867965644035, 24.421320343559643 ], [ 113.0, 25.3 ], [ 115.12132034355965, 24.421320343559643 ], [ 116.0, 22.3 ] ] ], [ [ [ 114.2, 21.4 ], [ 113.32132034355965, 19.278679656440357 ], [ 111.2, 18.4 ], [ 109.07867965644036, 19.278679656440357 ], [ 108.2, 21.4 ], [ 109.07867965644036, 23.52132034355964 ], [ 111.2, 24.4 ], [ 113.32132034355965, 23.52132034355964 ], [ 114.2, 21.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-07-02T03:00:00Z", "2015-07-02T09:00:00Z", "2015-07-02T15:00:00Z", "2015-07-02T21:00:00Z", "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 998.0, 998.0, 998.0, 994.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 990.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 992.0, 996.0, 1000.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 45.0, 40.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201511_NANGKA_feature.json b/samples/Typhoon201511_NANGKA_feature.json
index b865585..01ea9e9 100644
--- a/samples/Typhoon201511_NANGKA_feature.json
+++ b/samples/Typhoon201511_NANGKA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201511号 (NANGKA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T12:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T18:00:00Z", "2015-07-16T21:00:00Z", "2015-07-16T23:00:00Z", "2015-07-17T00:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T06:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T12:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z" ],
- "coordinates" : [ [ [ [ 172.8, 8.3 ], [ 172.50710678118656, 7.592893218813453 ], [ 171.8, 7.300000000000001 ], [ 171.09289321881346, 7.592893218813453 ], [ 170.8, 8.3 ], [ 171.09289321881346, 9.007106781186549 ], [ 171.8, 9.3 ], [ 172.50710678118656, 9.007106781186549 ], [ 172.8, 8.3 ] ] ], [ [ [ 172.7, 8.5 ], [ 172.40710678118654, 7.792893218813452 ], [ 171.7, 7.5 ], [ 170.99289321881344, 7.792893218813452 ], [ 170.7, 8.5 ], [ 170.99289321881344, 9.207106781186548 ], [ 171.7, 9.5 ], [ 172.40710678118654, 9.207106781186548 ], [ 172.7, 8.5 ] ] ], [ [ [ 172.6, 8.7 ], [ 172.30710678118655, 7.992893218813451 ], [ 171.6, 7.699999999999999 ], [ 170.89289321881344, 7.992893218813451 ], [ 170.6, 8.7 ], [ 170.89289321881344, 9.407106781186547 ], [ 171.6, 9.7 ], [ 172.30710678118655, 9.407106781186547 ], [ 172.6, 8.7 ] ] ], [ [ [ 172.5, 9.0 ], [ 172.20710678118655, 8.292893218813452 ], [ 171.5, 8.0 ], [ 170.79289321881345, 8.292893218813452 ], [ 170.5, 9.0 ], [ 170.79289321881345, 9.707106781186548 ], [ 171.5, 10.0 ], [ 172.20710678118655, 9.707106781186548 ], [ 172.5, 9.0 ] ] ], [ [ [ 173.8, 9.8 ], [ 172.92132034355964, 7.678679656440359 ], [ 170.8, 6.800000000000001 ], [ 168.67867965644038, 7.678679656440358 ], [ 167.8, 9.8 ], [ 168.67867965644038, 11.921320343559643 ], [ 170.8, 12.8 ], [ 172.92132034355964, 11.921320343559643 ], [ 173.8, 9.8 ] ] ], [ [ [ 173.3, 10.3 ], [ 172.42132034355964, 8.178679656440359 ], [ 170.3, 7.300000000000001 ], [ 168.17867965644038, 8.178679656440359 ], [ 167.3, 10.3 ], [ 168.17867965644038, 12.421320343559643 ], [ 170.3, 13.3 ], [ 172.42132034355964, 12.421320343559643 ], [ 173.3, 10.3 ] ] ], [ [ [ 171.8, 10.9 ], [ 170.92132034355964, 8.778679656440358 ], [ 168.8, 7.9 ], [ 166.67867965644038, 8.778679656440357 ], [ 165.8, 10.9 ], [ 166.67867965644038, 13.021320343559642 ], [ 168.8, 13.9 ], [ 170.92132034355964, 13.021320343559644 ], [ 171.8, 10.9 ] ] ], [ [ [ 170.1, 11.2 ], [ 169.22132034355963, 9.078679656440357 ], [ 167.1, 8.2 ], [ 164.97867965644036, 9.078679656440357 ], [ 164.1, 11.2 ], [ 164.97867965644036, 13.321320343559641 ], [ 167.1, 14.2 ], [ 169.22132034355963, 13.321320343559641 ], [ 170.1, 11.2 ] ] ], [ [ [ 168.9, 11.1 ], [ 168.02132034355964, 8.978679656440358 ], [ 165.9, 8.1 ], [ 163.77867965644037, 8.978679656440356 ], [ 162.9, 11.1 ], [ 163.77867965644037, 13.221320343559642 ], [ 165.9, 14.1 ], [ 168.02132034355964, 13.221320343559643 ], [ 168.9, 11.1 ] ] ], [ [ [ 167.7, 11.3 ], [ 166.82132034355962, 9.178679656440359 ], [ 164.7, 8.3 ], [ 162.57867965644036, 9.178679656440359 ], [ 161.7, 11.3 ], [ 162.57867965644036, 13.421320343559643 ], [ 164.7, 14.3 ], [ 166.82132034355962, 13.421320343559643 ], [ 167.7, 11.3 ] ] ], [ [ [ 166.8, 11.2 ], [ 165.92132034355964, 9.078679656440357 ], [ 163.8, 8.2 ], [ 161.67867965644038, 9.078679656440357 ], [ 160.8, 11.2 ], [ 161.67867965644038, 13.321320343559641 ], [ 163.8, 14.2 ], [ 165.92132034355964, 13.321320343559641 ], [ 166.8, 11.2 ] ] ], [ [ [ 165.5, 11.0 ], [ 164.62132034355963, 8.878679656440358 ], [ 162.5, 8.0 ], [ 160.37867965644037, 8.878679656440358 ], [ 159.5, 11.0 ], [ 160.37867965644037, 13.121320343559642 ], [ 162.5, 14.0 ], [ 164.62132034355963, 13.121320343559642 ], [ 165.5, 11.0 ] ] ], [ [ [ 164.0, 11.5 ], [ 163.12132034355963, 9.378679656440358 ], [ 161.0, 8.5 ], [ 158.87867965644037, 9.378679656440358 ], [ 158.0, 11.5 ], [ 158.87867965644037, 13.621320343559642 ], [ 161.0, 14.5 ], [ 163.12132034355963, 13.621320343559642 ], [ 164.0, 11.5 ] ] ], [ [ [ 162.9, 11.7 ], [ 162.02132034355964, 9.578679656440357 ], [ 159.9, 8.7 ], [ 157.77867965644037, 9.578679656440357 ], [ 156.9, 11.7 ], [ 157.77867965644037, 13.821320343559641 ], [ 159.9, 14.7 ], [ 162.02132034355964, 13.821320343559641 ], [ 162.9, 11.7 ] ] ], [ [ [ 161.6, 11.7 ], [ 160.72132034355963, 9.578679656440357 ], [ 158.6, 8.7 ], [ 156.47867965644036, 9.578679656440357 ], [ 155.6, 11.7 ], [ 156.47867965644036, 13.821320343559641 ], [ 158.6, 14.7 ], [ 160.72132034355963, 13.821320343559641 ], [ 161.6, 11.7 ] ] ], [ [ [ 160.8, 12.2 ], [ 159.92132034355964, 10.078679656440357 ], [ 157.8, 9.2 ], [ 155.67867965644038, 10.078679656440357 ], [ 154.8, 12.2 ], [ 155.67867965644038, 14.321320343559641 ], [ 157.8, 15.2 ], [ 159.92132034355964, 14.321320343559641 ], [ 160.8, 12.2 ] ] ], [ [ [ 159.8, 12.6 ], [ 158.92132034355964, 10.478679656440358 ], [ 156.8, 9.6 ], [ 154.67867965644038, 10.478679656440356 ], [ 153.8, 12.6 ], [ 154.67867965644038, 14.721320343559642 ], [ 156.8, 15.6 ], [ 158.92132034355964, 14.721320343559643 ], [ 159.8, 12.6 ] ] ], [ [ [ 158.6, 13.1 ], [ 157.72132034355963, 10.978679656440358 ], [ 155.6, 10.1 ], [ 153.47867965644036, 10.978679656440356 ], [ 152.6, 13.1 ], [ 153.47867965644036, 15.221320343559642 ], [ 155.6, 16.1 ], [ 157.72132034355963, 15.221320343559643 ], [ 158.6, 13.1 ] ] ], [ [ [ 157.5, 13.7 ], [ 156.62132034355963, 11.578679656440357 ], [ 154.5, 10.7 ], [ 152.37867965644037, 11.578679656440357 ], [ 151.5, 13.7 ], [ 152.37867965644037, 15.821320343559641 ], [ 154.5, 16.7 ], [ 156.62132034355963, 15.821320343559641 ], [ 157.5, 13.7 ] ] ], [ [ [ 156.5, 14.3 ], [ 155.62132034355963, 12.178679656440359 ], [ 153.5, 11.3 ], [ 151.37867965644037, 12.178679656440359 ], [ 150.5, 14.3 ], [ 151.37867965644037, 16.421320343559643 ], [ 153.5, 17.3 ], [ 155.62132034355963, 16.421320343559643 ], [ 156.5, 14.3 ] ] ], [ [ [ 155.2, 15.0 ], [ 154.32132034355962, 12.878679656440358 ], [ 152.2, 12.0 ], [ 150.07867965644036, 12.878679656440358 ], [ 149.2, 15.0 ], [ 150.07867965644036, 17.121320343559642 ], [ 152.2, 18.0 ], [ 154.32132034355962, 17.121320343559642 ], [ 155.2, 15.0 ] ] ], [ [ [ 153.7, 15.4 ], [ 152.82132034355962, 13.278679656440358 ], [ 150.7, 12.4 ], [ 148.57867965644036, 13.278679656440357 ], [ 147.7, 15.4 ], [ 148.57867965644036, 17.521320343559644 ], [ 150.7, 18.4 ], [ 152.82132034355962, 17.521320343559644 ], [ 153.7, 15.4 ] ] ], [ [ [ 152.9, 15.4 ], [ 152.02132034355964, 13.278679656440358 ], [ 149.9, 12.4 ], [ 147.77867965644037, 13.278679656440357 ], [ 146.9, 15.4 ], [ 147.77867965644037, 17.521320343559644 ], [ 149.9, 18.4 ], [ 152.02132034355964, 17.521320343559644 ], [ 152.9, 15.4 ] ] ], [ [ [ 152.0, 16.0 ], [ 151.12132034355963, 13.878679656440358 ], [ 149.0, 13.0 ], [ 146.87867965644037, 13.878679656440358 ], [ 146.0, 16.0 ], [ 146.87867965644037, 18.121320343559642 ], [ 149.0, 19.0 ], [ 151.12132034355963, 18.121320343559642 ], [ 152.0, 16.0 ] ] ], [ [ [ 150.8, 16.6 ], [ 149.92132034355964, 14.47867965644036 ], [ 147.8, 13.600000000000001 ], [ 145.67867965644038, 14.47867965644036 ], [ 144.8, 16.6 ], [ 145.67867965644038, 18.721320343559643 ], [ 147.8, 19.6 ], [ 149.92132034355964, 18.721320343559643 ], [ 150.8, 16.6 ] ] ], [ [ [ 149.8, 17.0 ], [ 148.92132034355964, 14.878679656440358 ], [ 146.8, 14.0 ], [ 144.67867965644038, 14.878679656440358 ], [ 143.8, 17.0 ], [ 144.67867965644038, 19.121320343559642 ], [ 146.8, 20.0 ], [ 148.92132034355964, 19.121320343559642 ], [ 149.8, 17.0 ] ] ], [ [ [ 148.9, 17.6 ], [ 148.02132034355964, 15.47867965644036 ], [ 145.9, 14.600000000000001 ], [ 143.77867965644037, 15.47867965644036 ], [ 142.9, 17.6 ], [ 143.77867965644037, 19.721320343559643 ], [ 145.9, 20.6 ], [ 148.02132034355964, 19.721320343559643 ], [ 148.9, 17.6 ] ] ], [ [ [ 147.5, 18.0 ], [ 146.62132034355963, 15.878679656440358 ], [ 144.5, 15.0 ], [ 142.37867965644037, 15.878679656440358 ], [ 141.5, 18.0 ], [ 142.37867965644037, 20.121320343559642 ], [ 144.5, 21.0 ], [ 146.62132034355963, 20.121320343559642 ], [ 147.5, 18.0 ] ] ], [ [ [ 146.6, 18.2 ], [ 145.72132034355963, 16.078679656440357 ], [ 143.6, 15.2 ], [ 141.47867965644036, 16.078679656440357 ], [ 140.6, 18.2 ], [ 141.47867965644036, 20.32132034355964 ], [ 143.6, 21.2 ], [ 145.72132034355963, 20.32132034355964 ], [ 146.6, 18.2 ] ] ], [ [ [ 145.7, 18.2 ], [ 144.82132034355962, 16.078679656440357 ], [ 142.7, 15.2 ], [ 140.57867965644036, 16.078679656440357 ], [ 139.7, 18.2 ], [ 140.57867965644036, 20.32132034355964 ], [ 142.7, 21.2 ], [ 144.82132034355962, 20.32132034355964 ], [ 145.7, 18.2 ] ] ], [ [ [ 145.0, 18.4 ], [ 144.12132034355963, 16.278679656440357 ], [ 142.0, 15.399999999999999 ], [ 139.87867965644037, 16.278679656440357 ], [ 139.0, 18.4 ], [ 139.87867965644037, 20.52132034355964 ], [ 142.0, 21.4 ], [ 144.12132034355963, 20.52132034355964 ], [ 145.0, 18.4 ] ] ], [ [ [ 144.3, 18.2 ], [ 143.42132034355964, 16.078679656440357 ], [ 141.3, 15.2 ], [ 139.17867965644038, 16.078679656440357 ], [ 138.3, 18.2 ], [ 139.17867965644038, 20.32132034355964 ], [ 141.3, 21.2 ], [ 143.42132034355964, 20.32132034355964 ], [ 144.3, 18.2 ] ] ], [ [ [ 143.7, 18.3 ], [ 142.82132034355962, 16.17867965644036 ], [ 140.7, 15.3 ], [ 138.57867965644036, 16.17867965644036 ], [ 137.7, 18.3 ], [ 138.57867965644036, 20.421320343559643 ], [ 140.7, 21.3 ], [ 142.82132034355962, 20.421320343559643 ], [ 143.7, 18.3 ] ] ], [ [ [ 143.0, 18.3 ], [ 142.12132034355963, 16.17867965644036 ], [ 140.0, 15.3 ], [ 137.87867965644037, 16.17867965644036 ], [ 137.0, 18.3 ], [ 137.87867965644037, 20.421320343559643 ], [ 140.0, 21.3 ], [ 142.12132034355963, 20.421320343559643 ], [ 143.0, 18.3 ] ] ], [ [ [ 142.5, 18.3 ], [ 141.62132034355963, 16.17867965644036 ], [ 139.5, 15.3 ], [ 137.37867965644037, 16.17867965644036 ], [ 136.5, 18.3 ], [ 137.37867965644037, 20.421320343559643 ], [ 139.5, 21.3 ], [ 141.62132034355963, 20.421320343559643 ], [ 142.5, 18.3 ] ] ], [ [ [ 142.0, 18.4 ], [ 141.12132034355963, 16.278679656440357 ], [ 139.0, 15.399999999999999 ], [ 136.87867965644037, 16.278679656440357 ], [ 136.0, 18.4 ], [ 136.87867965644037, 20.52132034355964 ], [ 139.0, 21.4 ], [ 141.12132034355963, 20.52132034355964 ], [ 142.0, 18.4 ] ] ], [ [ [ 141.4, 18.4 ], [ 140.52132034355964, 16.278679656440357 ], [ 138.4, 15.399999999999999 ], [ 136.27867965644037, 16.278679656440357 ], [ 135.4, 18.4 ], [ 136.27867965644037, 20.52132034355964 ], [ 138.4, 21.4 ], [ 140.52132034355964, 20.52132034355964 ], [ 141.4, 18.4 ] ] ], [ [ [ 140.8, 18.4 ], [ 139.92132034355964, 16.278679656440357 ], [ 137.8, 15.399999999999999 ], [ 135.67867965644038, 16.278679656440357 ], [ 134.8, 18.4 ], [ 135.67867965644038, 20.52132034355964 ], [ 137.8, 21.4 ], [ 139.92132034355964, 20.52132034355964 ], [ 140.8, 18.4 ] ] ], [ [ [ 140.6, 18.6 ], [ 139.72132034355963, 16.47867965644036 ], [ 137.6, 15.600000000000001 ], [ 135.47867965644036, 16.47867965644036 ], [ 134.6, 18.6 ], [ 135.47867965644036, 20.721320343559643 ], [ 137.6, 21.6 ], [ 139.72132034355963, 20.721320343559643 ], [ 140.6, 18.6 ] ] ], [ [ [ 140.5, 18.7 ], [ 139.62132034355963, 16.578679656440357 ], [ 137.5, 15.7 ], [ 135.37867965644037, 16.578679656440357 ], [ 134.5, 18.7 ], [ 135.37867965644037, 20.82132034355964 ], [ 137.5, 21.7 ], [ 139.62132034355963, 20.82132034355964 ], [ 140.5, 18.7 ] ] ], [ [ [ 140.2, 19.0 ], [ 139.32132034355962, 16.878679656440358 ], [ 137.2, 16.0 ], [ 135.07867965644036, 16.878679656440358 ], [ 134.2, 19.0 ], [ 135.07867965644036, 21.121320343559642 ], [ 137.2, 22.0 ], [ 139.32132034355962, 21.121320343559642 ], [ 140.2, 19.0 ] ] ], [ [ [ 140.2, 19.6 ], [ 139.32132034355962, 17.47867965644036 ], [ 137.2, 16.6 ], [ 135.07867965644036, 17.47867965644036 ], [ 134.2, 19.6 ], [ 135.07867965644036, 21.721320343559643 ], [ 137.2, 22.6 ], [ 139.32132034355962, 21.721320343559643 ], [ 140.2, 19.6 ] ] ], [ [ [ 140.1, 20.5 ], [ 139.22132034355963, 18.378679656440358 ], [ 137.1, 17.5 ], [ 134.97867965644036, 18.378679656440358 ], [ 134.1, 20.5 ], [ 134.97867965644036, 22.621320343559642 ], [ 137.1, 23.5 ], [ 139.22132034355963, 22.621320343559642 ], [ 140.1, 20.5 ] ] ], [ [ [ 139.9, 21.3 ], [ 139.02132034355964, 19.17867965644036 ], [ 136.9, 18.3 ], [ 134.77867965644037, 19.17867965644036 ], [ 133.9, 21.3 ], [ 134.77867965644037, 23.421320343559643 ], [ 136.9, 24.3 ], [ 139.02132034355964, 23.421320343559643 ], [ 139.9, 21.3 ] ] ], [ [ [ 139.6, 22.2 ], [ 138.72132034355963, 20.078679656440357 ], [ 136.6, 19.2 ], [ 134.47867965644036, 20.078679656440357 ], [ 133.6, 22.2 ], [ 134.47867965644036, 24.32132034355964 ], [ 136.6, 25.2 ], [ 138.72132034355963, 24.32132034355964 ], [ 139.6, 22.2 ] ] ], [ [ [ 139.5, 22.7 ], [ 138.62132034355963, 20.578679656440357 ], [ 136.5, 19.7 ], [ 134.37867965644037, 20.578679656440357 ], [ 133.5, 22.7 ], [ 134.37867965644037, 24.82132034355964 ], [ 136.5, 25.7 ], [ 138.62132034355963, 24.82132034355964 ], [ 139.5, 22.7 ] ] ], [ [ [ 139.6, 23.7 ], [ 138.72132034355963, 21.578679656440357 ], [ 136.6, 20.7 ], [ 134.47867965644036, 21.578679656440357 ], [ 133.6, 23.7 ], [ 134.47867965644036, 25.82132034355964 ], [ 136.6, 26.7 ], [ 138.72132034355963, 25.82132034355964 ], [ 139.6, 23.7 ] ] ], [ [ [ 139.6, 24.4 ], [ 138.72132034355963, 22.278679656440357 ], [ 136.6, 21.4 ], [ 134.47867965644036, 22.278679656440357 ], [ 133.6, 24.4 ], [ 134.47867965644036, 26.52132034355964 ], [ 136.6, 27.4 ], [ 138.72132034355963, 26.52132034355964 ], [ 139.6, 24.4 ] ] ], [ [ [ 139.5, 25.5 ], [ 138.62132034355963, 23.378679656440358 ], [ 136.5, 22.5 ], [ 134.37867965644037, 23.378679656440358 ], [ 133.5, 25.5 ], [ 134.37867965644037, 27.621320343559642 ], [ 136.5, 28.5 ], [ 138.62132034355963, 27.621320343559642 ], [ 139.5, 25.5 ] ] ], [ [ [ 139.3, 26.5 ], [ 138.42132034355964, 24.378679656440358 ], [ 136.3, 23.5 ], [ 134.17867965644038, 24.378679656440358 ], [ 133.3, 26.5 ], [ 134.17867965644038, 28.621320343559642 ], [ 136.3, 29.5 ], [ 138.42132034355964, 28.621320343559642 ], [ 139.3, 26.5 ] ] ], [ [ [ 139.0, 27.6 ], [ 138.12132034355963, 25.47867965644036 ], [ 136.0, 24.6 ], [ 133.87867965644037, 25.47867965644036 ], [ 133.0, 27.6 ], [ 133.87867965644037, 29.721320343559643 ], [ 136.0, 30.6 ], [ 138.12132034355963, 29.721320343559643 ], [ 139.0, 27.6 ] ] ], [ [ [ 138.6, 29.0 ], [ 137.72132034355963, 26.878679656440358 ], [ 135.6, 26.0 ], [ 133.47867965644036, 26.878679656440358 ], [ 132.6, 29.0 ], [ 133.47867965644036, 31.121320343559642 ], [ 135.6, 32.0 ], [ 137.72132034355963, 31.121320343559642 ], [ 138.6, 29.0 ] ] ], [ [ [ 138.3, 30.0 ], [ 137.42132034355964, 27.878679656440358 ], [ 135.3, 27.0 ], [ 133.17867965644038, 27.878679656440358 ], [ 132.3, 30.0 ], [ 133.17867965644038, 32.121320343559645 ], [ 135.3, 33.0 ], [ 137.42132034355964, 32.121320343559645 ], [ 138.3, 30.0 ] ] ], [ [ [ 137.7, 31.0 ], [ 136.82132034355962, 28.878679656440358 ], [ 134.7, 28.0 ], [ 132.57867965644036, 28.878679656440358 ], [ 131.7, 31.0 ], [ 132.57867965644036, 33.121320343559645 ], [ 134.7, 34.0 ], [ 136.82132034355962, 33.121320343559645 ], [ 137.7, 31.0 ] ] ], [ [ [ 137.6, 31.4 ], [ 136.72132034355963, 29.278679656440357 ], [ 134.6, 28.4 ], [ 132.47867965644036, 29.278679656440357 ], [ 131.6, 31.4 ], [ 132.47867965644036, 33.521320343559644 ], [ 134.6, 34.4 ], [ 136.72132034355963, 33.521320343559644 ], [ 137.6, 31.4 ] ] ], [ [ [ 137.6, 32.0 ], [ 136.72132034355963, 29.878679656440358 ], [ 134.6, 29.0 ], [ 132.47867965644036, 29.878679656440358 ], [ 131.6, 32.0 ], [ 132.47867965644036, 34.121320343559645 ], [ 134.6, 35.0 ], [ 136.72132034355963, 34.121320343559645 ], [ 137.6, 32.0 ] ] ], [ [ [ 137.5, 32.5 ], [ 136.62132034355963, 30.378679656440358 ], [ 134.5, 29.5 ], [ 132.37867965644037, 30.378679656440358 ], [ 131.5, 32.5 ], [ 132.37867965644037, 34.621320343559645 ], [ 134.5, 35.5 ], [ 136.62132034355963, 34.621320343559645 ], [ 137.5, 32.5 ] ] ], [ [ [ 137.3, 33.0 ], [ 136.42132034355964, 30.878679656440358 ], [ 134.3, 30.0 ], [ 132.17867965644038, 30.878679656440358 ], [ 131.3, 33.0 ], [ 132.17867965644038, 35.121320343559645 ], [ 134.3, 36.0 ], [ 136.42132034355964, 35.121320343559645 ], [ 137.3, 33.0 ] ] ], [ [ [ 137.1, 33.4 ], [ 136.22132034355963, 31.278679656440357 ], [ 134.1, 30.4 ], [ 131.97867965644036, 31.278679656440357 ], [ 131.1, 33.4 ], [ 131.97867965644036, 35.521320343559644 ], [ 134.1, 36.4 ], [ 136.22132034355963, 35.521320343559644 ], [ 137.1, 33.4 ] ] ], [ [ [ 137.0, 33.6 ], [ 136.12132034355963, 31.47867965644036 ], [ 134.0, 30.6 ], [ 131.87867965644037, 31.47867965644036 ], [ 131.0, 33.6 ], [ 131.87867965644037, 35.72132034355965 ], [ 134.0, 36.6 ], [ 136.12132034355963, 35.72132034355965 ], [ 137.0, 33.6 ] ] ], [ [ [ 136.7, 34.1 ], [ 135.82132034355962, 31.97867965644036 ], [ 133.7, 31.1 ], [ 131.57867965644036, 31.97867965644036 ], [ 130.7, 34.1 ], [ 131.57867965644036, 36.22132034355965 ], [ 133.7, 37.1 ], [ 135.82132034355962, 36.22132034355965 ], [ 136.7, 34.1 ] ] ], [ [ [ 136.6, 34.5 ], [ 135.72132034355963, 32.378679656440355 ], [ 133.6, 31.5 ], [ 131.47867965644036, 32.378679656440355 ], [ 130.6, 34.5 ], [ 131.47867965644036, 36.621320343559645 ], [ 133.6, 37.5 ], [ 135.72132034355963, 36.621320343559645 ], [ 136.6, 34.5 ] ] ], [ [ [ 136.4, 35.0 ], [ 135.52132034355964, 32.878679656440355 ], [ 133.4, 32.0 ], [ 131.27867965644037, 32.878679656440355 ], [ 130.4, 35.0 ], [ 131.27867965644037, 37.121320343559645 ], [ 133.4, 38.0 ], [ 135.52132034355964, 37.121320343559645 ], [ 136.4, 35.0 ] ] ], [ [ [ 136.4, 35.3 ], [ 135.52132034355964, 33.17867965644035 ], [ 133.4, 32.3 ], [ 131.27867965644037, 33.17867965644035 ], [ 130.4, 35.3 ], [ 131.27867965644037, 37.42132034355964 ], [ 133.4, 38.3 ], [ 135.52132034355964, 37.42132034355964 ], [ 136.4, 35.3 ] ] ], [ [ [ 136.6, 35.7 ], [ 135.72132034355963, 33.57867965644036 ], [ 133.6, 32.7 ], [ 131.47867965644036, 33.57867965644036 ], [ 130.6, 35.7 ], [ 131.47867965644036, 37.82132034355965 ], [ 133.6, 38.7 ], [ 135.72132034355963, 37.82132034355965 ], [ 136.6, 35.7 ] ] ], [ [ [ 137.3, 36.8 ], [ 136.42132034355964, 34.67867965644035 ], [ 134.3, 33.8 ], [ 132.17867965644038, 34.67867965644035 ], [ 131.3, 36.8 ], [ 132.17867965644038, 38.92132034355964 ], [ 134.3, 39.8 ], [ 136.42132034355964, 38.92132034355964 ], [ 137.3, 36.8 ] ] ], [ [ [ 136.2, 38.0 ], [ 135.90710678118654, 37.292893218813454 ], [ 135.2, 37.0 ], [ 134.49289321881344, 37.292893218813454 ], [ 134.2, 38.0 ], [ 134.49289321881344, 38.707106781186546 ], [ 135.2, 39.0 ], [ 135.90710678118654, 38.707106781186546 ], [ 136.2, 38.0 ] ] ], [ [ [ 137.0, 39.0 ], [ 136.70710678118655, 38.292893218813454 ], [ 136.0, 38.0 ], [ 135.29289321881345, 38.292893218813454 ], [ 135.0, 39.0 ], [ 135.29289321881345, 39.707106781186546 ], [ 136.0, 40.0 ], [ 136.70710678118655, 39.707106781186546 ], [ 137.0, 39.0 ] ] ], [ [ [ 137.5, 40.0 ], [ 137.20710678118655, 39.292893218813454 ], [ 136.5, 39.0 ], [ 135.79289321881345, 39.292893218813454 ], [ 135.5, 40.0 ], [ 135.79289321881345, 40.707106781186546 ], [ 136.5, 41.0 ], [ 137.20710678118655, 40.707106781186546 ], [ 137.5, 40.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T12:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T18:00:00Z", "2015-07-16T21:00:00Z", "2015-07-16T23:00:00Z", "2015-07-17T00:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T06:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T12:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 992.0, 992.0, 990.0, 985.0, 980.0, 975.0, 970.0, 965.0, 955.0, 945.0, 935.0, 925.0, 925.0, 930.0, 935.0, 935.0, 930.0, 930.0, 925.0, 925.0, 925.0, 925.0, 930.0, 935.0, 940.0, 940.0, 945.0, 950.0, 950.0, 955.0, 955.0, 960.0, 960.0, 960.0, 955.0, 950.0, 950.0, 950.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 950.0, 955.0, 955.0, 960.0, 960.0, 960.0, 965.0, 970.0, 975.0, 985.0, 990.0, 992.0, 994.0, 998.0, 1002.0, 1004.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 45.0, 50.0, 55.0, 60.0, 60.0, 65.0, 75.0, 85.0, 90.0, 100.0, 100.0, 95.0, 90.0, 90.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 95.0, 90.0, 85.0, 85.0, 85.0, 80.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 75.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 65.0, 65.0, 60.0, 55.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201511号 (NANGKA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T12:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T18:00:00Z", "2015-07-16T21:00:00Z", "2015-07-16T23:00:00Z", "2015-07-17T00:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T06:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T12:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 172.8, 8.3 ], [ 172.50710678118656, 7.592893218813453 ], [ 171.8, 7.300000000000001 ], [ 171.09289321881346, 7.592893218813453 ], [ 170.8, 8.3 ], [ 171.09289321881346, 9.007106781186549 ], [ 171.8, 9.3 ], [ 172.50710678118656, 9.007106781186549 ], [ 172.8, 8.3 ] ] ], [ [ [ 172.7, 8.5 ], [ 172.40710678118654, 7.792893218813452 ], [ 171.7, 7.5 ], [ 170.99289321881344, 7.792893218813452 ], [ 170.7, 8.5 ], [ 170.99289321881344, 9.207106781186548 ], [ 171.7, 9.5 ], [ 172.40710678118654, 9.207106781186548 ], [ 172.7, 8.5 ] ] ], [ [ [ 172.6, 8.7 ], [ 172.30710678118655, 7.992893218813451 ], [ 171.6, 7.699999999999999 ], [ 170.89289321881344, 7.992893218813451 ], [ 170.6, 8.7 ], [ 170.89289321881344, 9.407106781186547 ], [ 171.6, 9.7 ], [ 172.30710678118655, 9.407106781186547 ], [ 172.6, 8.7 ] ] ], [ [ [ 172.5, 9.0 ], [ 172.20710678118655, 8.292893218813452 ], [ 171.5, 8.0 ], [ 170.79289321881345, 8.292893218813452 ], [ 170.5, 9.0 ], [ 170.79289321881345, 9.707106781186548 ], [ 171.5, 10.0 ], [ 172.20710678118655, 9.707106781186548 ], [ 172.5, 9.0 ] ] ], [ [ [ 173.8, 9.8 ], [ 172.92132034355964, 7.678679656440359 ], [ 170.8, 6.800000000000001 ], [ 168.67867965644038, 7.678679656440358 ], [ 167.8, 9.8 ], [ 168.67867965644038, 11.921320343559643 ], [ 170.8, 12.8 ], [ 172.92132034355964, 11.921320343559643 ], [ 173.8, 9.8 ] ] ], [ [ [ 173.3, 10.3 ], [ 172.42132034355964, 8.178679656440359 ], [ 170.3, 7.300000000000001 ], [ 168.17867965644038, 8.178679656440359 ], [ 167.3, 10.3 ], [ 168.17867965644038, 12.421320343559643 ], [ 170.3, 13.3 ], [ 172.42132034355964, 12.421320343559643 ], [ 173.3, 10.3 ] ] ], [ [ [ 171.8, 10.9 ], [ 170.92132034355964, 8.778679656440358 ], [ 168.8, 7.9 ], [ 166.67867965644038, 8.778679656440357 ], [ 165.8, 10.9 ], [ 166.67867965644038, 13.021320343559642 ], [ 168.8, 13.9 ], [ 170.92132034355964, 13.021320343559644 ], [ 171.8, 10.9 ] ] ], [ [ [ 170.1, 11.2 ], [ 169.22132034355963, 9.078679656440357 ], [ 167.1, 8.2 ], [ 164.97867965644036, 9.078679656440357 ], [ 164.1, 11.2 ], [ 164.97867965644036, 13.321320343559641 ], [ 167.1, 14.2 ], [ 169.22132034355963, 13.321320343559641 ], [ 170.1, 11.2 ] ] ], [ [ [ 168.9, 11.1 ], [ 168.02132034355964, 8.978679656440358 ], [ 165.9, 8.1 ], [ 163.77867965644037, 8.978679656440356 ], [ 162.9, 11.1 ], [ 163.77867965644037, 13.221320343559642 ], [ 165.9, 14.1 ], [ 168.02132034355964, 13.221320343559643 ], [ 168.9, 11.1 ] ] ], [ [ [ 167.7, 11.3 ], [ 166.82132034355962, 9.178679656440359 ], [ 164.7, 8.3 ], [ 162.57867965644036, 9.178679656440359 ], [ 161.7, 11.3 ], [ 162.57867965644036, 13.421320343559643 ], [ 164.7, 14.3 ], [ 166.82132034355962, 13.421320343559643 ], [ 167.7, 11.3 ] ] ], [ [ [ 166.8, 11.2 ], [ 165.92132034355964, 9.078679656440357 ], [ 163.8, 8.2 ], [ 161.67867965644038, 9.078679656440357 ], [ 160.8, 11.2 ], [ 161.67867965644038, 13.321320343559641 ], [ 163.8, 14.2 ], [ 165.92132034355964, 13.321320343559641 ], [ 166.8, 11.2 ] ] ], [ [ [ 165.5, 11.0 ], [ 164.62132034355963, 8.878679656440358 ], [ 162.5, 8.0 ], [ 160.37867965644037, 8.878679656440358 ], [ 159.5, 11.0 ], [ 160.37867965644037, 13.121320343559642 ], [ 162.5, 14.0 ], [ 164.62132034355963, 13.121320343559642 ], [ 165.5, 11.0 ] ] ], [ [ [ 164.0, 11.5 ], [ 163.12132034355963, 9.378679656440358 ], [ 161.0, 8.5 ], [ 158.87867965644037, 9.378679656440358 ], [ 158.0, 11.5 ], [ 158.87867965644037, 13.621320343559642 ], [ 161.0, 14.5 ], [ 163.12132034355963, 13.621320343559642 ], [ 164.0, 11.5 ] ] ], [ [ [ 162.9, 11.7 ], [ 162.02132034355964, 9.578679656440357 ], [ 159.9, 8.7 ], [ 157.77867965644037, 9.578679656440357 ], [ 156.9, 11.7 ], [ 157.77867965644037, 13.821320343559641 ], [ 159.9, 14.7 ], [ 162.02132034355964, 13.821320343559641 ], [ 162.9, 11.7 ] ] ], [ [ [ 161.6, 11.7 ], [ 160.72132034355963, 9.578679656440357 ], [ 158.6, 8.7 ], [ 156.47867965644036, 9.578679656440357 ], [ 155.6, 11.7 ], [ 156.47867965644036, 13.821320343559641 ], [ 158.6, 14.7 ], [ 160.72132034355963, 13.821320343559641 ], [ 161.6, 11.7 ] ] ], [ [ [ 160.8, 12.2 ], [ 159.92132034355964, 10.078679656440357 ], [ 157.8, 9.2 ], [ 155.67867965644038, 10.078679656440357 ], [ 154.8, 12.2 ], [ 155.67867965644038, 14.321320343559641 ], [ 157.8, 15.2 ], [ 159.92132034355964, 14.321320343559641 ], [ 160.8, 12.2 ] ] ], [ [ [ 159.8, 12.6 ], [ 158.92132034355964, 10.478679656440358 ], [ 156.8, 9.6 ], [ 154.67867965644038, 10.478679656440356 ], [ 153.8, 12.6 ], [ 154.67867965644038, 14.721320343559642 ], [ 156.8, 15.6 ], [ 158.92132034355964, 14.721320343559643 ], [ 159.8, 12.6 ] ] ], [ [ [ 158.6, 13.1 ], [ 157.72132034355963, 10.978679656440358 ], [ 155.6, 10.1 ], [ 153.47867965644036, 10.978679656440356 ], [ 152.6, 13.1 ], [ 153.47867965644036, 15.221320343559642 ], [ 155.6, 16.1 ], [ 157.72132034355963, 15.221320343559643 ], [ 158.6, 13.1 ] ] ], [ [ [ 157.5, 13.7 ], [ 156.62132034355963, 11.578679656440357 ], [ 154.5, 10.7 ], [ 152.37867965644037, 11.578679656440357 ], [ 151.5, 13.7 ], [ 152.37867965644037, 15.821320343559641 ], [ 154.5, 16.7 ], [ 156.62132034355963, 15.821320343559641 ], [ 157.5, 13.7 ] ] ], [ [ [ 156.5, 14.3 ], [ 155.62132034355963, 12.178679656440359 ], [ 153.5, 11.3 ], [ 151.37867965644037, 12.178679656440359 ], [ 150.5, 14.3 ], [ 151.37867965644037, 16.421320343559643 ], [ 153.5, 17.3 ], [ 155.62132034355963, 16.421320343559643 ], [ 156.5, 14.3 ] ] ], [ [ [ 155.2, 15.0 ], [ 154.32132034355962, 12.878679656440358 ], [ 152.2, 12.0 ], [ 150.07867965644036, 12.878679656440358 ], [ 149.2, 15.0 ], [ 150.07867965644036, 17.121320343559642 ], [ 152.2, 18.0 ], [ 154.32132034355962, 17.121320343559642 ], [ 155.2, 15.0 ] ] ], [ [ [ 153.7, 15.4 ], [ 152.82132034355962, 13.278679656440358 ], [ 150.7, 12.4 ], [ 148.57867965644036, 13.278679656440357 ], [ 147.7, 15.4 ], [ 148.57867965644036, 17.521320343559644 ], [ 150.7, 18.4 ], [ 152.82132034355962, 17.521320343559644 ], [ 153.7, 15.4 ] ] ], [ [ [ 152.9, 15.4 ], [ 152.02132034355964, 13.278679656440358 ], [ 149.9, 12.4 ], [ 147.77867965644037, 13.278679656440357 ], [ 146.9, 15.4 ], [ 147.77867965644037, 17.521320343559644 ], [ 149.9, 18.4 ], [ 152.02132034355964, 17.521320343559644 ], [ 152.9, 15.4 ] ] ], [ [ [ 152.0, 16.0 ], [ 151.12132034355963, 13.878679656440358 ], [ 149.0, 13.0 ], [ 146.87867965644037, 13.878679656440358 ], [ 146.0, 16.0 ], [ 146.87867965644037, 18.121320343559642 ], [ 149.0, 19.0 ], [ 151.12132034355963, 18.121320343559642 ], [ 152.0, 16.0 ] ] ], [ [ [ 150.8, 16.6 ], [ 149.92132034355964, 14.47867965644036 ], [ 147.8, 13.600000000000001 ], [ 145.67867965644038, 14.47867965644036 ], [ 144.8, 16.6 ], [ 145.67867965644038, 18.721320343559643 ], [ 147.8, 19.6 ], [ 149.92132034355964, 18.721320343559643 ], [ 150.8, 16.6 ] ] ], [ [ [ 149.8, 17.0 ], [ 148.92132034355964, 14.878679656440358 ], [ 146.8, 14.0 ], [ 144.67867965644038, 14.878679656440358 ], [ 143.8, 17.0 ], [ 144.67867965644038, 19.121320343559642 ], [ 146.8, 20.0 ], [ 148.92132034355964, 19.121320343559642 ], [ 149.8, 17.0 ] ] ], [ [ [ 148.9, 17.6 ], [ 148.02132034355964, 15.47867965644036 ], [ 145.9, 14.600000000000001 ], [ 143.77867965644037, 15.47867965644036 ], [ 142.9, 17.6 ], [ 143.77867965644037, 19.721320343559643 ], [ 145.9, 20.6 ], [ 148.02132034355964, 19.721320343559643 ], [ 148.9, 17.6 ] ] ], [ [ [ 147.5, 18.0 ], [ 146.62132034355963, 15.878679656440358 ], [ 144.5, 15.0 ], [ 142.37867965644037, 15.878679656440358 ], [ 141.5, 18.0 ], [ 142.37867965644037, 20.121320343559642 ], [ 144.5, 21.0 ], [ 146.62132034355963, 20.121320343559642 ], [ 147.5, 18.0 ] ] ], [ [ [ 146.6, 18.2 ], [ 145.72132034355963, 16.078679656440357 ], [ 143.6, 15.2 ], [ 141.47867965644036, 16.078679656440357 ], [ 140.6, 18.2 ], [ 141.47867965644036, 20.32132034355964 ], [ 143.6, 21.2 ], [ 145.72132034355963, 20.32132034355964 ], [ 146.6, 18.2 ] ] ], [ [ [ 145.7, 18.2 ], [ 144.82132034355962, 16.078679656440357 ], [ 142.7, 15.2 ], [ 140.57867965644036, 16.078679656440357 ], [ 139.7, 18.2 ], [ 140.57867965644036, 20.32132034355964 ], [ 142.7, 21.2 ], [ 144.82132034355962, 20.32132034355964 ], [ 145.7, 18.2 ] ] ], [ [ [ 145.0, 18.4 ], [ 144.12132034355963, 16.278679656440357 ], [ 142.0, 15.399999999999999 ], [ 139.87867965644037, 16.278679656440357 ], [ 139.0, 18.4 ], [ 139.87867965644037, 20.52132034355964 ], [ 142.0, 21.4 ], [ 144.12132034355963, 20.52132034355964 ], [ 145.0, 18.4 ] ] ], [ [ [ 144.3, 18.2 ], [ 143.42132034355964, 16.078679656440357 ], [ 141.3, 15.2 ], [ 139.17867965644038, 16.078679656440357 ], [ 138.3, 18.2 ], [ 139.17867965644038, 20.32132034355964 ], [ 141.3, 21.2 ], [ 143.42132034355964, 20.32132034355964 ], [ 144.3, 18.2 ] ] ], [ [ [ 143.7, 18.3 ], [ 142.82132034355962, 16.17867965644036 ], [ 140.7, 15.3 ], [ 138.57867965644036, 16.17867965644036 ], [ 137.7, 18.3 ], [ 138.57867965644036, 20.421320343559643 ], [ 140.7, 21.3 ], [ 142.82132034355962, 20.421320343559643 ], [ 143.7, 18.3 ] ] ], [ [ [ 143.0, 18.3 ], [ 142.12132034355963, 16.17867965644036 ], [ 140.0, 15.3 ], [ 137.87867965644037, 16.17867965644036 ], [ 137.0, 18.3 ], [ 137.87867965644037, 20.421320343559643 ], [ 140.0, 21.3 ], [ 142.12132034355963, 20.421320343559643 ], [ 143.0, 18.3 ] ] ], [ [ [ 142.5, 18.3 ], [ 141.62132034355963, 16.17867965644036 ], [ 139.5, 15.3 ], [ 137.37867965644037, 16.17867965644036 ], [ 136.5, 18.3 ], [ 137.37867965644037, 20.421320343559643 ], [ 139.5, 21.3 ], [ 141.62132034355963, 20.421320343559643 ], [ 142.5, 18.3 ] ] ], [ [ [ 142.0, 18.4 ], [ 141.12132034355963, 16.278679656440357 ], [ 139.0, 15.399999999999999 ], [ 136.87867965644037, 16.278679656440357 ], [ 136.0, 18.4 ], [ 136.87867965644037, 20.52132034355964 ], [ 139.0, 21.4 ], [ 141.12132034355963, 20.52132034355964 ], [ 142.0, 18.4 ] ] ], [ [ [ 141.4, 18.4 ], [ 140.52132034355964, 16.278679656440357 ], [ 138.4, 15.399999999999999 ], [ 136.27867965644037, 16.278679656440357 ], [ 135.4, 18.4 ], [ 136.27867965644037, 20.52132034355964 ], [ 138.4, 21.4 ], [ 140.52132034355964, 20.52132034355964 ], [ 141.4, 18.4 ] ] ], [ [ [ 140.8, 18.4 ], [ 139.92132034355964, 16.278679656440357 ], [ 137.8, 15.399999999999999 ], [ 135.67867965644038, 16.278679656440357 ], [ 134.8, 18.4 ], [ 135.67867965644038, 20.52132034355964 ], [ 137.8, 21.4 ], [ 139.92132034355964, 20.52132034355964 ], [ 140.8, 18.4 ] ] ], [ [ [ 140.6, 18.6 ], [ 139.72132034355963, 16.47867965644036 ], [ 137.6, 15.600000000000001 ], [ 135.47867965644036, 16.47867965644036 ], [ 134.6, 18.6 ], [ 135.47867965644036, 20.721320343559643 ], [ 137.6, 21.6 ], [ 139.72132034355963, 20.721320343559643 ], [ 140.6, 18.6 ] ] ], [ [ [ 140.5, 18.7 ], [ 139.62132034355963, 16.578679656440357 ], [ 137.5, 15.7 ], [ 135.37867965644037, 16.578679656440357 ], [ 134.5, 18.7 ], [ 135.37867965644037, 20.82132034355964 ], [ 137.5, 21.7 ], [ 139.62132034355963, 20.82132034355964 ], [ 140.5, 18.7 ] ] ], [ [ [ 140.2, 19.0 ], [ 139.32132034355962, 16.878679656440358 ], [ 137.2, 16.0 ], [ 135.07867965644036, 16.878679656440358 ], [ 134.2, 19.0 ], [ 135.07867965644036, 21.121320343559642 ], [ 137.2, 22.0 ], [ 139.32132034355962, 21.121320343559642 ], [ 140.2, 19.0 ] ] ], [ [ [ 140.2, 19.6 ], [ 139.32132034355962, 17.47867965644036 ], [ 137.2, 16.6 ], [ 135.07867965644036, 17.47867965644036 ], [ 134.2, 19.6 ], [ 135.07867965644036, 21.721320343559643 ], [ 137.2, 22.6 ], [ 139.32132034355962, 21.721320343559643 ], [ 140.2, 19.6 ] ] ], [ [ [ 140.1, 20.5 ], [ 139.22132034355963, 18.378679656440358 ], [ 137.1, 17.5 ], [ 134.97867965644036, 18.378679656440358 ], [ 134.1, 20.5 ], [ 134.97867965644036, 22.621320343559642 ], [ 137.1, 23.5 ], [ 139.22132034355963, 22.621320343559642 ], [ 140.1, 20.5 ] ] ], [ [ [ 139.9, 21.3 ], [ 139.02132034355964, 19.17867965644036 ], [ 136.9, 18.3 ], [ 134.77867965644037, 19.17867965644036 ], [ 133.9, 21.3 ], [ 134.77867965644037, 23.421320343559643 ], [ 136.9, 24.3 ], [ 139.02132034355964, 23.421320343559643 ], [ 139.9, 21.3 ] ] ], [ [ [ 139.6, 22.2 ], [ 138.72132034355963, 20.078679656440357 ], [ 136.6, 19.2 ], [ 134.47867965644036, 20.078679656440357 ], [ 133.6, 22.2 ], [ 134.47867965644036, 24.32132034355964 ], [ 136.6, 25.2 ], [ 138.72132034355963, 24.32132034355964 ], [ 139.6, 22.2 ] ] ], [ [ [ 139.5, 22.7 ], [ 138.62132034355963, 20.578679656440357 ], [ 136.5, 19.7 ], [ 134.37867965644037, 20.578679656440357 ], [ 133.5, 22.7 ], [ 134.37867965644037, 24.82132034355964 ], [ 136.5, 25.7 ], [ 138.62132034355963, 24.82132034355964 ], [ 139.5, 22.7 ] ] ], [ [ [ 139.6, 23.7 ], [ 138.72132034355963, 21.578679656440357 ], [ 136.6, 20.7 ], [ 134.47867965644036, 21.578679656440357 ], [ 133.6, 23.7 ], [ 134.47867965644036, 25.82132034355964 ], [ 136.6, 26.7 ], [ 138.72132034355963, 25.82132034355964 ], [ 139.6, 23.7 ] ] ], [ [ [ 139.6, 24.4 ], [ 138.72132034355963, 22.278679656440357 ], [ 136.6, 21.4 ], [ 134.47867965644036, 22.278679656440357 ], [ 133.6, 24.4 ], [ 134.47867965644036, 26.52132034355964 ], [ 136.6, 27.4 ], [ 138.72132034355963, 26.52132034355964 ], [ 139.6, 24.4 ] ] ], [ [ [ 139.5, 25.5 ], [ 138.62132034355963, 23.378679656440358 ], [ 136.5, 22.5 ], [ 134.37867965644037, 23.378679656440358 ], [ 133.5, 25.5 ], [ 134.37867965644037, 27.621320343559642 ], [ 136.5, 28.5 ], [ 138.62132034355963, 27.621320343559642 ], [ 139.5, 25.5 ] ] ], [ [ [ 139.3, 26.5 ], [ 138.42132034355964, 24.378679656440358 ], [ 136.3, 23.5 ], [ 134.17867965644038, 24.378679656440358 ], [ 133.3, 26.5 ], [ 134.17867965644038, 28.621320343559642 ], [ 136.3, 29.5 ], [ 138.42132034355964, 28.621320343559642 ], [ 139.3, 26.5 ] ] ], [ [ [ 139.0, 27.6 ], [ 138.12132034355963, 25.47867965644036 ], [ 136.0, 24.6 ], [ 133.87867965644037, 25.47867965644036 ], [ 133.0, 27.6 ], [ 133.87867965644037, 29.721320343559643 ], [ 136.0, 30.6 ], [ 138.12132034355963, 29.721320343559643 ], [ 139.0, 27.6 ] ] ], [ [ [ 138.6, 29.0 ], [ 137.72132034355963, 26.878679656440358 ], [ 135.6, 26.0 ], [ 133.47867965644036, 26.878679656440358 ], [ 132.6, 29.0 ], [ 133.47867965644036, 31.121320343559642 ], [ 135.6, 32.0 ], [ 137.72132034355963, 31.121320343559642 ], [ 138.6, 29.0 ] ] ], [ [ [ 138.3, 30.0 ], [ 137.42132034355964, 27.878679656440358 ], [ 135.3, 27.0 ], [ 133.17867965644038, 27.878679656440358 ], [ 132.3, 30.0 ], [ 133.17867965644038, 32.121320343559645 ], [ 135.3, 33.0 ], [ 137.42132034355964, 32.121320343559645 ], [ 138.3, 30.0 ] ] ], [ [ [ 137.7, 31.0 ], [ 136.82132034355962, 28.878679656440358 ], [ 134.7, 28.0 ], [ 132.57867965644036, 28.878679656440358 ], [ 131.7, 31.0 ], [ 132.57867965644036, 33.121320343559645 ], [ 134.7, 34.0 ], [ 136.82132034355962, 33.121320343559645 ], [ 137.7, 31.0 ] ] ], [ [ [ 137.6, 31.4 ], [ 136.72132034355963, 29.278679656440357 ], [ 134.6, 28.4 ], [ 132.47867965644036, 29.278679656440357 ], [ 131.6, 31.4 ], [ 132.47867965644036, 33.521320343559644 ], [ 134.6, 34.4 ], [ 136.72132034355963, 33.521320343559644 ], [ 137.6, 31.4 ] ] ], [ [ [ 137.6, 32.0 ], [ 136.72132034355963, 29.878679656440358 ], [ 134.6, 29.0 ], [ 132.47867965644036, 29.878679656440358 ], [ 131.6, 32.0 ], [ 132.47867965644036, 34.121320343559645 ], [ 134.6, 35.0 ], [ 136.72132034355963, 34.121320343559645 ], [ 137.6, 32.0 ] ] ], [ [ [ 137.5, 32.5 ], [ 136.62132034355963, 30.378679656440358 ], [ 134.5, 29.5 ], [ 132.37867965644037, 30.378679656440358 ], [ 131.5, 32.5 ], [ 132.37867965644037, 34.621320343559645 ], [ 134.5, 35.5 ], [ 136.62132034355963, 34.621320343559645 ], [ 137.5, 32.5 ] ] ], [ [ [ 137.3, 33.0 ], [ 136.42132034355964, 30.878679656440358 ], [ 134.3, 30.0 ], [ 132.17867965644038, 30.878679656440358 ], [ 131.3, 33.0 ], [ 132.17867965644038, 35.121320343559645 ], [ 134.3, 36.0 ], [ 136.42132034355964, 35.121320343559645 ], [ 137.3, 33.0 ] ] ], [ [ [ 137.1, 33.4 ], [ 136.22132034355963, 31.278679656440357 ], [ 134.1, 30.4 ], [ 131.97867965644036, 31.278679656440357 ], [ 131.1, 33.4 ], [ 131.97867965644036, 35.521320343559644 ], [ 134.1, 36.4 ], [ 136.22132034355963, 35.521320343559644 ], [ 137.1, 33.4 ] ] ], [ [ [ 137.0, 33.6 ], [ 136.12132034355963, 31.47867965644036 ], [ 134.0, 30.6 ], [ 131.87867965644037, 31.47867965644036 ], [ 131.0, 33.6 ], [ 131.87867965644037, 35.72132034355965 ], [ 134.0, 36.6 ], [ 136.12132034355963, 35.72132034355965 ], [ 137.0, 33.6 ] ] ], [ [ [ 136.7, 34.1 ], [ 135.82132034355962, 31.97867965644036 ], [ 133.7, 31.1 ], [ 131.57867965644036, 31.97867965644036 ], [ 130.7, 34.1 ], [ 131.57867965644036, 36.22132034355965 ], [ 133.7, 37.1 ], [ 135.82132034355962, 36.22132034355965 ], [ 136.7, 34.1 ] ] ], [ [ [ 136.6, 34.5 ], [ 135.72132034355963, 32.378679656440355 ], [ 133.6, 31.5 ], [ 131.47867965644036, 32.378679656440355 ], [ 130.6, 34.5 ], [ 131.47867965644036, 36.621320343559645 ], [ 133.6, 37.5 ], [ 135.72132034355963, 36.621320343559645 ], [ 136.6, 34.5 ] ] ], [ [ [ 136.4, 35.0 ], [ 135.52132034355964, 32.878679656440355 ], [ 133.4, 32.0 ], [ 131.27867965644037, 32.878679656440355 ], [ 130.4, 35.0 ], [ 131.27867965644037, 37.121320343559645 ], [ 133.4, 38.0 ], [ 135.52132034355964, 37.121320343559645 ], [ 136.4, 35.0 ] ] ], [ [ [ 136.4, 35.3 ], [ 135.52132034355964, 33.17867965644035 ], [ 133.4, 32.3 ], [ 131.27867965644037, 33.17867965644035 ], [ 130.4, 35.3 ], [ 131.27867965644037, 37.42132034355964 ], [ 133.4, 38.3 ], [ 135.52132034355964, 37.42132034355964 ], [ 136.4, 35.3 ] ] ], [ [ [ 136.6, 35.7 ], [ 135.72132034355963, 33.57867965644036 ], [ 133.6, 32.7 ], [ 131.47867965644036, 33.57867965644036 ], [ 130.6, 35.7 ], [ 131.47867965644036, 37.82132034355965 ], [ 133.6, 38.7 ], [ 135.72132034355963, 37.82132034355965 ], [ 136.6, 35.7 ] ] ], [ [ [ 137.3, 36.8 ], [ 136.42132034355964, 34.67867965644035 ], [ 134.3, 33.8 ], [ 132.17867965644038, 34.67867965644035 ], [ 131.3, 36.8 ], [ 132.17867965644038, 38.92132034355964 ], [ 134.3, 39.8 ], [ 136.42132034355964, 38.92132034355964 ], [ 137.3, 36.8 ] ] ], [ [ [ 136.2, 38.0 ], [ 135.90710678118654, 37.292893218813454 ], [ 135.2, 37.0 ], [ 134.49289321881344, 37.292893218813454 ], [ 134.2, 38.0 ], [ 134.49289321881344, 38.707106781186546 ], [ 135.2, 39.0 ], [ 135.90710678118654, 38.707106781186546 ], [ 136.2, 38.0 ] ] ], [ [ [ 137.0, 39.0 ], [ 136.70710678118655, 38.292893218813454 ], [ 136.0, 38.0 ], [ 135.29289321881345, 38.292893218813454 ], [ 135.0, 39.0 ], [ 135.29289321881345, 39.707106781186546 ], [ 136.0, 40.0 ], [ 136.70710678118655, 39.707106781186546 ], [ 137.0, 39.0 ] ] ], [ [ [ 137.5, 40.0 ], [ 137.20710678118655, 39.292893218813454 ], [ 136.5, 39.0 ], [ 135.79289321881345, 39.292893218813454 ], [ 135.5, 40.0 ], [ 135.79289321881345, 40.707106781186546 ], [ 136.5, 41.0 ], [ 137.20710678118655, 40.707106781186546 ], [ 137.5, 40.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-07-03T03:00:00Z", "2015-07-03T09:00:00Z", "2015-07-03T15:00:00Z", "2015-07-03T21:00:00Z", "2015-07-04T03:00:00Z", "2015-07-04T09:00:00Z", "2015-07-04T15:00:00Z", "2015-07-04T21:00:00Z", "2015-07-05T03:00:00Z", "2015-07-05T09:00:00Z", "2015-07-05T15:00:00Z", "2015-07-05T21:00:00Z", "2015-07-06T03:00:00Z", "2015-07-06T09:00:00Z", "2015-07-06T15:00:00Z", "2015-07-06T21:00:00Z", "2015-07-07T03:00:00Z", "2015-07-07T09:00:00Z", "2015-07-07T15:00:00Z", "2015-07-07T21:00:00Z", "2015-07-08T03:00:00Z", "2015-07-08T09:00:00Z", "2015-07-08T15:00:00Z", "2015-07-08T21:00:00Z", "2015-07-09T03:00:00Z", "2015-07-09T09:00:00Z", "2015-07-09T15:00:00Z", "2015-07-09T21:00:00Z", "2015-07-10T03:00:00Z", "2015-07-10T09:00:00Z", "2015-07-10T15:00:00Z", "2015-07-10T21:00:00Z", "2015-07-11T03:00:00Z", "2015-07-11T09:00:00Z", "2015-07-11T15:00:00Z", "2015-07-11T21:00:00Z", "2015-07-12T03:00:00Z", "2015-07-12T09:00:00Z", "2015-07-12T15:00:00Z", "2015-07-12T21:00:00Z", "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T12:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T18:00:00Z", "2015-07-16T21:00:00Z", "2015-07-16T23:00:00Z", "2015-07-17T00:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T06:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T12:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 992.0, 992.0, 990.0, 985.0, 980.0, 975.0, 970.0, 965.0, 955.0, 945.0, 935.0, 925.0, 925.0, 930.0, 935.0, 935.0, 930.0, 930.0, 925.0, 925.0, 925.0, 925.0, 930.0, 935.0, 940.0, 940.0, 945.0, 950.0, 950.0, 955.0, 955.0, 960.0, 960.0, 960.0, 955.0, 950.0, 950.0, 950.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 950.0, 955.0, 955.0, 960.0, 960.0, 960.0, 965.0, 970.0, 975.0, 985.0, 990.0, 992.0, 994.0, 998.0, 1002.0, 1004.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 45.0, 50.0, 55.0, 60.0, 60.0, 65.0, 75.0, 85.0, 90.0, 100.0, 100.0, 95.0, 90.0, 90.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 95.0, 90.0, 85.0, 85.0, 85.0, 80.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 75.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 70.0, 70.0, 70.0, 65.0, 65.0, 60.0, 55.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201512_HALOLA_feature.json b/samples/Typhoon201512_HALOLA_feature.json
index 6654d66..278d488 100644
--- a/samples/Typhoon201512_HALOLA_feature.json
+++ b/samples/Typhoon201512_HALOLA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201512号 (HALOLA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T21:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z", "2015-07-18T21:00:00Z", "2015-07-19T03:00:00Z", "2015-07-19T09:00:00Z", "2015-07-19T15:00:00Z", "2015-07-19T21:00:00Z", "2015-07-20T03:00:00Z", "2015-07-20T09:00:00Z", "2015-07-20T15:00:00Z", "2015-07-20T21:00:00Z", "2015-07-21T03:00:00Z", "2015-07-21T09:00:00Z", "2015-07-21T15:00:00Z", "2015-07-21T21:00:00Z", "2015-07-22T03:00:00Z", "2015-07-22T09:00:00Z", "2015-07-22T15:00:00Z", "2015-07-22T21:00:00Z", "2015-07-23T03:00:00Z", "2015-07-23T09:00:00Z", "2015-07-23T15:00:00Z", "2015-07-23T21:00:00Z", "2015-07-24T03:00:00Z", "2015-07-24T06:00:00Z", "2015-07-24T09:00:00Z", "2015-07-24T12:00:00Z", "2015-07-24T15:00:00Z", "2015-07-24T18:00:00Z", "2015-07-24T21:00:00Z", "2015-07-25T00:00:00Z", "2015-07-25T03:00:00Z", "2015-07-25T06:00:00Z", "2015-07-25T09:00:00Z", "2015-07-25T12:00:00Z", "2015-07-25T15:00:00Z", "2015-07-25T18:00:00Z", "2015-07-25T21:00:00Z", "2015-07-26T00:00:00Z", "2015-07-26T03:00:00Z", "2015-07-26T06:00:00Z", "2015-07-26T09:00:00Z", "2015-07-26T12:00:00Z", "2015-07-26T15:00:00Z", "2015-07-26T18:00:00Z", "2015-07-26T19:00:00Z", "2015-07-26T21:00:00Z" ],
- "coordinates" : [ [ [ [ 183.7, 12.6 ], [ 182.82132034355962, 10.478679656440358 ], [ 180.7, 9.6 ], [ 178.57867965644036, 10.478679656440356 ], [ 177.7, 12.6 ], [ 178.57867965644036, 14.721320343559642 ], [ 180.7, 15.6 ], [ 182.82132034355962, 14.721320343559643 ], [ 183.7, 12.6 ] ] ], [ [ [ 182.8, 13.0 ], [ 181.92132034355964, 10.878679656440358 ], [ 179.8, 10.0 ], [ 177.67867965644038, 10.878679656440358 ], [ 176.8, 13.0 ], [ 177.67867965644038, 15.121320343559642 ], [ 179.8, 16.0 ], [ 181.92132034355964, 15.121320343559642 ], [ 182.8, 13.0 ] ] ], [ [ [ 181.8, 13.6 ], [ 180.92132034355964, 11.478679656440358 ], [ 178.8, 10.6 ], [ 176.67867965644038, 11.478679656440356 ], [ 175.8, 13.6 ], [ 176.67867965644038, 15.721320343559642 ], [ 178.8, 16.6 ], [ 180.92132034355964, 15.721320343559643 ], [ 181.8, 13.6 ] ] ], [ [ [ 180.5, 14.1 ], [ 179.62132034355963, 11.978679656440358 ], [ 177.5, 11.1 ], [ 175.37867965644037, 11.978679656440356 ], [ 174.5, 14.1 ], [ 175.37867965644037, 16.221320343559643 ], [ 177.5, 17.1 ], [ 179.62132034355963, 16.221320343559643 ], [ 180.5, 14.1 ] ] ], [ [ [ 179.4, 14.6 ], [ 178.52132034355964, 12.478679656440358 ], [ 176.4, 11.6 ], [ 174.27867965644037, 12.478679656440356 ], [ 173.4, 14.6 ], [ 174.27867965644037, 16.721320343559643 ], [ 176.4, 17.6 ], [ 178.52132034355964, 16.721320343559643 ], [ 179.4, 14.6 ] ] ], [ [ [ 178.5, 15.2 ], [ 177.62132034355963, 13.078679656440357 ], [ 175.5, 12.2 ], [ 173.37867965644037, 13.078679656440357 ], [ 172.5, 15.2 ], [ 173.37867965644037, 17.32132034355964 ], [ 175.5, 18.2 ], [ 177.62132034355963, 17.32132034355964 ], [ 178.5, 15.2 ] ] ], [ [ [ 177.4, 15.7 ], [ 176.52132034355964, 13.578679656440357 ], [ 174.4, 12.7 ], [ 172.27867965644037, 13.578679656440357 ], [ 171.4, 15.7 ], [ 172.27867965644037, 17.82132034355964 ], [ 174.4, 18.7 ], [ 176.52132034355964, 17.82132034355964 ], [ 177.4, 15.7 ] ] ], [ [ [ 176.2, 16.3 ], [ 175.32132034355962, 14.178679656440359 ], [ 173.2, 13.3 ], [ 171.07867965644036, 14.178679656440359 ], [ 170.2, 16.3 ], [ 171.07867965644036, 18.421320343559643 ], [ 173.2, 19.3 ], [ 175.32132034355962, 18.421320343559643 ], [ 176.2, 16.3 ] ] ], [ [ [ 175.0, 16.6 ], [ 174.12132034355963, 14.47867965644036 ], [ 172.0, 13.600000000000001 ], [ 169.87867965644037, 14.47867965644036 ], [ 169.0, 16.6 ], [ 169.87867965644037, 18.721320343559643 ], [ 172.0, 19.6 ], [ 174.12132034355963, 18.721320343559643 ], [ 175.0, 16.6 ] ] ], [ [ [ 174.6, 17.0 ], [ 173.72132034355963, 14.878679656440358 ], [ 171.6, 14.0 ], [ 169.47867965644036, 14.878679656440358 ], [ 168.6, 17.0 ], [ 169.47867965644036, 19.121320343559642 ], [ 171.6, 20.0 ], [ 173.72132034355963, 19.121320343559642 ], [ 174.6, 17.0 ] ] ], [ [ [ 173.6, 17.4 ], [ 172.72132034355963, 15.278679656440357 ], [ 170.6, 14.399999999999999 ], [ 168.47867965644036, 15.278679656440357 ], [ 167.6, 17.4 ], [ 168.47867965644036, 19.52132034355964 ], [ 170.6, 20.4 ], [ 172.72132034355963, 19.52132034355964 ], [ 173.6, 17.4 ] ] ], [ [ [ 172.4, 18.0 ], [ 171.52132034355964, 15.878679656440358 ], [ 169.4, 15.0 ], [ 167.27867965644037, 15.878679656440358 ], [ 166.4, 18.0 ], [ 167.27867965644037, 20.121320343559642 ], [ 169.4, 21.0 ], [ 171.52132034355964, 20.121320343559642 ], [ 172.4, 18.0 ] ] ], [ [ [ 170.9, 18.4 ], [ 170.02132034355964, 16.278679656440357 ], [ 167.9, 15.399999999999999 ], [ 165.77867965644037, 16.278679656440357 ], [ 164.9, 18.4 ], [ 165.77867965644037, 20.52132034355964 ], [ 167.9, 21.4 ], [ 170.02132034355964, 20.52132034355964 ], [ 170.9, 18.4 ] ] ], [ [ [ 169.8, 18.5 ], [ 168.92132034355964, 16.378679656440358 ], [ 166.8, 15.5 ], [ 164.67867965644038, 16.378679656440358 ], [ 163.8, 18.5 ], [ 164.67867965644038, 20.621320343559642 ], [ 166.8, 21.5 ], [ 168.92132034355964, 20.621320343559642 ], [ 169.8, 18.5 ] ] ], [ [ [ 168.7, 18.6 ], [ 167.82132034355962, 16.47867965644036 ], [ 165.7, 15.600000000000001 ], [ 163.57867965644036, 16.47867965644036 ], [ 162.7, 18.6 ], [ 163.57867965644036, 20.721320343559643 ], [ 165.7, 21.6 ], [ 167.82132034355962, 20.721320343559643 ], [ 168.7, 18.6 ] ] ], [ [ [ 167.2, 18.5 ], [ 166.32132034355962, 16.378679656440358 ], [ 164.2, 15.5 ], [ 162.07867965644036, 16.378679656440358 ], [ 161.2, 18.5 ], [ 162.07867965644036, 20.621320343559642 ], [ 164.2, 21.5 ], [ 166.32132034355962, 20.621320343559642 ], [ 167.2, 18.5 ] ] ], [ [ [ 165.5, 18.4 ], [ 164.62132034355963, 16.278679656440357 ], [ 162.5, 15.399999999999999 ], [ 160.37867965644037, 16.278679656440357 ], [ 159.5, 18.4 ], [ 160.37867965644037, 20.52132034355964 ], [ 162.5, 21.4 ], [ 164.62132034355963, 20.52132034355964 ], [ 165.5, 18.4 ] ] ], [ [ [ 162.3, 18.2 ], [ 162.00710678118656, 17.492893218813453 ], [ 161.3, 17.2 ], [ 160.59289321881346, 17.492893218813453 ], [ 160.3, 18.2 ], [ 160.59289321881346, 18.907106781186545 ], [ 161.3, 19.2 ], [ 162.00710678118656, 18.907106781186545 ], [ 162.3, 18.2 ] ] ], [ [ [ 161.3, 18.0 ], [ 161.00710678118656, 17.292893218813454 ], [ 160.3, 17.0 ], [ 159.59289321881346, 17.292893218813454 ], [ 159.3, 18.0 ], [ 159.59289321881346, 18.707106781186546 ], [ 160.3, 19.0 ], [ 161.00710678118656, 18.707106781186546 ], [ 161.3, 18.0 ] ] ], [ [ [ 160.4, 17.9 ], [ 160.10710678118656, 17.192893218813452 ], [ 159.4, 16.9 ], [ 158.69289321881345, 17.192893218813452 ], [ 158.4, 17.9 ], [ 158.69289321881345, 18.607106781186545 ], [ 159.4, 18.9 ], [ 160.10710678118656, 18.607106781186545 ], [ 160.4, 17.9 ] ] ], [ [ [ 159.5, 17.7 ], [ 159.20710678118655, 16.992893218813453 ], [ 158.5, 16.7 ], [ 157.79289321881345, 16.992893218813453 ], [ 157.5, 17.7 ], [ 157.79289321881345, 18.407106781186545 ], [ 158.5, 18.7 ], [ 159.20710678118655, 18.407106781186545 ], [ 159.5, 17.7 ] ] ], [ [ [ 158.3, 17.6 ], [ 158.00710678118656, 16.892893218813455 ], [ 157.3, 16.6 ], [ 156.59289321881346, 16.892893218813455 ], [ 156.3, 17.6 ], [ 156.59289321881346, 18.307106781186548 ], [ 157.3, 18.6 ], [ 158.00710678118656, 18.307106781186548 ], [ 158.3, 17.6 ] ] ], [ [ [ 156.9, 17.7 ], [ 156.60710678118656, 16.992893218813453 ], [ 155.9, 16.7 ], [ 155.19289321881345, 16.992893218813453 ], [ 154.9, 17.7 ], [ 155.19289321881345, 18.407106781186545 ], [ 155.9, 18.7 ], [ 156.60710678118656, 18.407106781186545 ], [ 156.9, 17.7 ] ] ], [ [ [ 155.8, 17.8 ], [ 155.50710678118656, 17.092893218813455 ], [ 154.8, 16.8 ], [ 154.09289321881346, 17.092893218813455 ], [ 153.8, 17.8 ], [ 154.09289321881346, 18.507106781186547 ], [ 154.8, 18.8 ], [ 155.50710678118656, 18.507106781186547 ], [ 155.8, 17.8 ] ] ], [ [ [ 154.6, 18.2 ], [ 154.30710678118655, 17.492893218813453 ], [ 153.6, 17.2 ], [ 152.89289321881344, 17.492893218813453 ], [ 152.6, 18.2 ], [ 152.89289321881344, 18.907106781186545 ], [ 153.6, 19.2 ], [ 154.30710678118655, 18.907106781186545 ], [ 154.6, 18.2 ] ] ], [ [ [ 153.7, 18.9 ], [ 153.40710678118654, 18.192893218813452 ], [ 152.7, 17.9 ], [ 151.99289321881344, 18.192893218813452 ], [ 151.7, 18.9 ], [ 151.99289321881344, 19.607106781186545 ], [ 152.7, 19.9 ], [ 153.40710678118654, 19.607106781186545 ], [ 153.7, 18.9 ] ] ], [ [ [ 152.8, 19.6 ], [ 152.50710678118656, 18.892893218813455 ], [ 151.8, 18.6 ], [ 151.09289321881346, 18.892893218813455 ], [ 150.8, 19.6 ], [ 151.09289321881346, 20.307106781186548 ], [ 151.8, 20.6 ], [ 152.50710678118656, 20.307106781186548 ], [ 152.8, 19.6 ] ] ], [ [ [ 151.5, 20.0 ], [ 151.20710678118655, 19.292893218813454 ], [ 150.5, 19.0 ], [ 149.79289321881345, 19.292893218813454 ], [ 149.5, 20.0 ], [ 149.79289321881345, 20.707106781186546 ], [ 150.5, 21.0 ], [ 151.20710678118655, 20.707106781186546 ], [ 151.5, 20.0 ] ] ], [ [ [ 152.5, 20.4 ], [ 151.62132034355963, 18.278679656440357 ], [ 149.5, 17.4 ], [ 147.37867965644037, 18.278679656440357 ], [ 146.5, 20.4 ], [ 147.37867965644037, 22.52132034355964 ], [ 149.5, 23.4 ], [ 151.62132034355963, 22.52132034355964 ], [ 152.5, 20.4 ] ] ], [ [ [ 151.5, 21.0 ], [ 150.62132034355963, 18.878679656440358 ], [ 148.5, 18.0 ], [ 146.37867965644037, 18.878679656440358 ], [ 145.5, 21.0 ], [ 146.37867965644037, 23.121320343559642 ], [ 148.5, 24.0 ], [ 150.62132034355963, 23.121320343559642 ], [ 151.5, 21.0 ] ] ], [ [ [ 150.4, 21.5 ], [ 149.52132034355964, 19.378679656440358 ], [ 147.4, 18.5 ], [ 145.27867965644037, 19.378679656440358 ], [ 144.4, 21.5 ], [ 145.27867965644037, 23.621320343559642 ], [ 147.4, 24.5 ], [ 149.52132034355964, 23.621320343559642 ], [ 150.4, 21.5 ] ] ], [ [ [ 149.4, 21.7 ], [ 148.52132034355964, 19.578679656440357 ], [ 146.4, 18.7 ], [ 144.27867965644037, 19.578679656440357 ], [ 143.4, 21.7 ], [ 144.27867965644037, 23.82132034355964 ], [ 146.4, 24.7 ], [ 148.52132034355964, 23.82132034355964 ], [ 149.4, 21.7 ] ] ], [ [ [ 148.4, 22.0 ], [ 147.52132034355964, 19.878679656440358 ], [ 145.4, 19.0 ], [ 143.27867965644037, 19.878679656440358 ], [ 142.4, 22.0 ], [ 143.27867965644037, 24.121320343559642 ], [ 145.4, 25.0 ], [ 147.52132034355964, 24.121320343559642 ], [ 148.4, 22.0 ] ] ], [ [ [ 147.1, 22.4 ], [ 146.22132034355963, 20.278679656440357 ], [ 144.1, 19.4 ], [ 141.97867965644036, 20.278679656440357 ], [ 141.1, 22.4 ], [ 141.97867965644036, 24.52132034355964 ], [ 144.1, 25.4 ], [ 146.22132034355963, 24.52132034355964 ], [ 147.1, 22.4 ] ] ], [ [ [ 145.9, 22.6 ], [ 145.02132034355964, 20.47867965644036 ], [ 142.9, 19.6 ], [ 140.77867965644037, 20.47867965644036 ], [ 139.9, 22.6 ], [ 140.77867965644037, 24.721320343559643 ], [ 142.9, 25.6 ], [ 145.02132034355964, 24.721320343559643 ], [ 145.9, 22.6 ] ] ], [ [ [ 144.7, 22.9 ], [ 143.82132034355962, 20.778679656440357 ], [ 141.7, 19.9 ], [ 139.57867965644036, 20.778679656440357 ], [ 138.7, 22.9 ], [ 139.57867965644036, 25.02132034355964 ], [ 141.7, 25.9 ], [ 143.82132034355962, 25.02132034355964 ], [ 144.7, 22.9 ] ] ], [ [ [ 143.5, 23.0 ], [ 142.62132034355963, 20.878679656440358 ], [ 140.5, 20.0 ], [ 138.37867965644037, 20.878679656440358 ], [ 137.5, 23.0 ], [ 138.37867965644037, 25.121320343559642 ], [ 140.5, 26.0 ], [ 142.62132034355963, 25.121320343559642 ], [ 143.5, 23.0 ] ] ], [ [ [ 142.6, 23.3 ], [ 141.72132034355963, 21.17867965644036 ], [ 139.6, 20.3 ], [ 137.47867965644036, 21.17867965644036 ], [ 136.6, 23.3 ], [ 137.47867965644036, 25.421320343559643 ], [ 139.6, 26.3 ], [ 141.72132034355963, 25.421320343559643 ], [ 142.6, 23.3 ] ] ], [ [ [ 141.5, 23.6 ], [ 140.62132034355963, 21.47867965644036 ], [ 138.5, 20.6 ], [ 136.37867965644037, 21.47867965644036 ], [ 135.5, 23.6 ], [ 136.37867965644037, 25.721320343559643 ], [ 138.5, 26.6 ], [ 140.62132034355963, 25.721320343559643 ], [ 141.5, 23.6 ] ] ], [ [ [ 140.7, 23.8 ], [ 139.82132034355962, 21.67867965644036 ], [ 137.7, 20.8 ], [ 135.57867965644036, 21.67867965644036 ], [ 134.7, 23.8 ], [ 135.57867965644036, 25.921320343559643 ], [ 137.7, 26.8 ], [ 139.82132034355962, 25.921320343559643 ], [ 140.7, 23.8 ] ] ], [ [ [ 139.8, 24.2 ], [ 138.92132034355964, 22.078679656440357 ], [ 136.8, 21.2 ], [ 134.67867965644038, 22.078679656440357 ], [ 133.8, 24.2 ], [ 134.67867965644038, 26.32132034355964 ], [ 136.8, 27.2 ], [ 138.92132034355964, 26.32132034355964 ], [ 139.8, 24.2 ] ] ], [ [ [ 139.0, 24.4 ], [ 138.12132034355963, 22.278679656440357 ], [ 136.0, 21.4 ], [ 133.87867965644037, 22.278679656440357 ], [ 133.0, 24.4 ], [ 133.87867965644037, 26.52132034355964 ], [ 136.0, 27.4 ], [ 138.12132034355963, 26.52132034355964 ], [ 139.0, 24.4 ] ] ], [ [ [ 138.1, 24.6 ], [ 137.22132034355963, 22.47867965644036 ], [ 135.1, 21.6 ], [ 132.97867965644036, 22.47867965644036 ], [ 132.1, 24.6 ], [ 132.97867965644036, 26.721320343559643 ], [ 135.1, 27.6 ], [ 137.22132034355963, 26.721320343559643 ], [ 138.1, 24.6 ] ] ], [ [ [ 137.3, 24.5 ], [ 136.42132034355964, 22.378679656440358 ], [ 134.3, 21.5 ], [ 132.17867965644038, 22.378679656440358 ], [ 131.3, 24.5 ], [ 132.17867965644038, 26.621320343559642 ], [ 134.3, 27.5 ], [ 136.42132034355964, 26.621320343559642 ], [ 137.3, 24.5 ] ] ], [ [ [ 136.4, 24.6 ], [ 135.52132034355964, 22.47867965644036 ], [ 133.4, 21.6 ], [ 131.27867965644037, 22.47867965644036 ], [ 130.4, 24.6 ], [ 131.27867965644037, 26.721320343559643 ], [ 133.4, 27.6 ], [ 135.52132034355964, 26.721320343559643 ], [ 136.4, 24.6 ] ] ], [ [ [ 136.1, 24.6 ], [ 135.22132034355963, 22.47867965644036 ], [ 133.1, 21.6 ], [ 130.97867965644036, 22.47867965644036 ], [ 130.1, 24.6 ], [ 130.97867965644036, 26.721320343559643 ], [ 133.1, 27.6 ], [ 135.22132034355963, 26.721320343559643 ], [ 136.1, 24.6 ] ] ], [ [ [ 135.7, 24.9 ], [ 134.82132034355962, 22.778679656440357 ], [ 132.7, 21.9 ], [ 130.57867965644036, 22.778679656440357 ], [ 129.7, 24.9 ], [ 130.57867965644036, 27.02132034355964 ], [ 132.7, 27.9 ], [ 134.82132034355962, 27.02132034355964 ], [ 135.7, 24.9 ] ] ], [ [ [ 135.1, 24.8 ], [ 134.22132034355963, 22.67867965644036 ], [ 132.1, 21.8 ], [ 129.97867965644036, 22.67867965644036 ], [ 129.1, 24.8 ], [ 129.97867965644036, 26.921320343559643 ], [ 132.1, 27.8 ], [ 134.22132034355963, 26.921320343559643 ], [ 135.1, 24.8 ] ] ], [ [ [ 134.8, 24.8 ], [ 133.92132034355964, 22.67867965644036 ], [ 131.8, 21.8 ], [ 129.67867965644038, 22.67867965644036 ], [ 128.8, 24.8 ], [ 129.67867965644038, 26.921320343559643 ], [ 131.8, 27.8 ], [ 133.92132034355964, 26.921320343559643 ], [ 134.8, 24.8 ] ] ], [ [ [ 134.3, 24.9 ], [ 133.42132034355964, 22.778679656440357 ], [ 131.3, 21.9 ], [ 129.17867965644038, 22.778679656440357 ], [ 128.3, 24.9 ], [ 129.17867965644038, 27.02132034355964 ], [ 131.3, 27.9 ], [ 133.42132034355964, 27.02132034355964 ], [ 134.3, 24.9 ] ] ], [ [ [ 134.1, 25.0 ], [ 133.22132034355963, 22.878679656440358 ], [ 131.1, 22.0 ], [ 128.97867965644036, 22.878679656440358 ], [ 128.1, 25.0 ], [ 128.97867965644036, 27.121320343559642 ], [ 131.1, 28.0 ], [ 133.22132034355963, 27.121320343559642 ], [ 134.1, 25.0 ] ] ], [ [ [ 133.8, 25.2 ], [ 132.92132034355964, 23.078679656440357 ], [ 130.8, 22.2 ], [ 128.67867965644038, 23.078679656440357 ], [ 127.80000000000001, 25.2 ], [ 128.67867965644038, 27.32132034355964 ], [ 130.8, 28.2 ], [ 132.92132034355964, 27.32132034355964 ], [ 133.8, 25.2 ] ] ], [ [ [ 133.6, 25.5 ], [ 132.72132034355963, 23.378679656440358 ], [ 130.6, 22.5 ], [ 128.47867965644036, 23.378679656440358 ], [ 127.6, 25.5 ], [ 128.47867965644036, 27.621320343559642 ], [ 130.6, 28.5 ], [ 132.72132034355963, 27.621320343559642 ], [ 133.6, 25.5 ] ] ], [ [ [ 133.2, 25.8 ], [ 132.32132034355962, 23.67867965644036 ], [ 130.2, 22.8 ], [ 128.07867965644036, 23.67867965644036 ], [ 127.19999999999999, 25.8 ], [ 128.07867965644036, 27.921320343559643 ], [ 130.2, 28.8 ], [ 132.32132034355962, 27.921320343559643 ], [ 133.2, 25.8 ] ] ], [ [ [ 132.9, 26.2 ], [ 132.02132034355964, 24.078679656440357 ], [ 129.9, 23.2 ], [ 127.77867965644036, 24.078679656440357 ], [ 126.9, 26.2 ], [ 127.77867965644036, 28.32132034355964 ], [ 129.9, 29.2 ], [ 132.02132034355964, 28.32132034355964 ], [ 132.9, 26.2 ] ] ], [ [ [ 132.8, 26.8 ], [ 131.92132034355964, 24.67867965644036 ], [ 129.8, 23.8 ], [ 127.67867965644037, 24.67867965644036 ], [ 126.80000000000001, 26.8 ], [ 127.67867965644037, 28.921320343559643 ], [ 129.8, 29.8 ], [ 131.92132034355964, 28.921320343559643 ], [ 132.8, 26.8 ] ] ], [ [ [ 132.6, 27.4 ], [ 131.72132034355963, 25.278679656440357 ], [ 129.6, 24.4 ], [ 127.47867965644035, 25.278679656440357 ], [ 126.6, 27.4 ], [ 127.47867965644035, 29.52132034355964 ], [ 129.6, 30.4 ], [ 131.72132034355963, 29.52132034355964 ], [ 132.6, 27.4 ] ] ], [ [ [ 132.3, 27.8 ], [ 131.42132034355964, 25.67867965644036 ], [ 129.3, 24.8 ], [ 127.17867965644037, 25.67867965644036 ], [ 126.30000000000001, 27.8 ], [ 127.17867965644037, 29.921320343559643 ], [ 129.3, 30.8 ], [ 131.42132034355964, 29.921320343559643 ], [ 132.3, 27.8 ] ] ], [ [ [ 132.2, 28.3 ], [ 131.32132034355962, 26.17867965644036 ], [ 129.2, 25.3 ], [ 127.07867965644034, 26.17867965644036 ], [ 126.19999999999999, 28.3 ], [ 127.07867965644034, 30.421320343559643 ], [ 129.2, 31.3 ], [ 131.32132034355962, 30.421320343559643 ], [ 132.2, 28.3 ] ] ], [ [ [ 132.1, 28.8 ], [ 131.22132034355963, 26.67867965644036 ], [ 129.1, 25.8 ], [ 126.97867965644035, 26.67867965644036 ], [ 126.1, 28.8 ], [ 126.97867965644035, 30.921320343559643 ], [ 129.1, 31.8 ], [ 131.22132034355963, 30.921320343559643 ], [ 132.1, 28.8 ] ] ], [ [ [ 132.1, 29.4 ], [ 131.22132034355963, 27.278679656440357 ], [ 129.1, 26.4 ], [ 126.97867965644035, 27.278679656440357 ], [ 126.1, 29.4 ], [ 126.97867965644035, 31.52132034355964 ], [ 129.1, 32.4 ], [ 131.22132034355963, 31.52132034355964 ], [ 132.1, 29.4 ] ] ], [ [ [ 132.2, 30.1 ], [ 131.32132034355962, 27.97867965644036 ], [ 129.2, 27.1 ], [ 127.07867965644034, 27.97867965644036 ], [ 126.19999999999999, 30.1 ], [ 127.07867965644034, 32.22132034355965 ], [ 129.2, 33.1 ], [ 131.32132034355962, 32.22132034355965 ], [ 132.2, 30.1 ] ] ], [ [ [ 132.3, 31.0 ], [ 131.42132034355964, 28.878679656440358 ], [ 129.3, 28.0 ], [ 127.17867965644037, 28.878679656440358 ], [ 126.30000000000001, 31.0 ], [ 127.17867965644037, 33.121320343559645 ], [ 129.3, 34.0 ], [ 131.42132034355964, 33.121320343559645 ], [ 132.3, 31.0 ] ] ], [ [ [ 132.3, 31.7 ], [ 131.42132034355964, 29.578679656440357 ], [ 129.3, 28.7 ], [ 127.17867965644037, 29.578679656440357 ], [ 126.30000000000001, 31.7 ], [ 127.17867965644037, 33.82132034355964 ], [ 129.3, 34.7 ], [ 131.42132034355964, 33.82132034355964 ], [ 132.3, 31.7 ] ] ], [ [ [ 132.5, 32.4 ], [ 131.62132034355963, 30.278679656440357 ], [ 129.5, 29.4 ], [ 127.37867965644035, 30.278679656440357 ], [ 126.5, 32.4 ], [ 127.37867965644035, 34.521320343559644 ], [ 129.5, 35.4 ], [ 131.62132034355963, 34.521320343559644 ], [ 132.5, 32.4 ] ] ], [ [ [ 132.7, 33.0 ], [ 131.82132034355962, 30.878679656440358 ], [ 129.7, 30.0 ], [ 127.57867965644034, 30.878679656440358 ], [ 126.69999999999999, 33.0 ], [ 127.57867965644034, 35.121320343559645 ], [ 129.7, 36.0 ], [ 131.82132034355962, 35.121320343559645 ], [ 132.7, 33.0 ] ] ], [ [ [ 132.8, 33.1 ], [ 131.92132034355964, 30.97867965644036 ], [ 129.8, 30.1 ], [ 127.67867965644037, 30.97867965644036 ], [ 126.80000000000001, 33.1 ], [ 127.67867965644037, 35.22132034355965 ], [ 129.8, 36.1 ], [ 131.92132034355964, 35.22132034355965 ], [ 132.8, 33.1 ] ] ], [ [ [ 131.0, 33.8 ], [ 130.70710678118655, 33.09289321881345 ], [ 130.0, 32.8 ], [ 129.29289321881345, 33.09289321881345 ], [ 129.0, 33.8 ], [ 129.29289321881345, 34.50710678118654 ], [ 130.0, 34.8 ], [ 130.70710678118655, 34.50710678118654 ], [ 131.0, 33.8 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T21:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z", "2015-07-18T21:00:00Z", "2015-07-19T03:00:00Z", "2015-07-19T09:00:00Z", "2015-07-19T15:00:00Z", "2015-07-19T21:00:00Z", "2015-07-20T03:00:00Z", "2015-07-20T09:00:00Z", "2015-07-20T15:00:00Z", "2015-07-20T21:00:00Z", "2015-07-21T03:00:00Z", "2015-07-21T09:00:00Z", "2015-07-21T15:00:00Z", "2015-07-21T21:00:00Z", "2015-07-22T03:00:00Z", "2015-07-22T09:00:00Z", "2015-07-22T15:00:00Z", "2015-07-22T21:00:00Z", "2015-07-23T03:00:00Z", "2015-07-23T09:00:00Z", "2015-07-23T15:00:00Z", "2015-07-23T21:00:00Z", "2015-07-24T03:00:00Z", "2015-07-24T06:00:00Z", "2015-07-24T09:00:00Z", "2015-07-24T12:00:00Z", "2015-07-24T15:00:00Z", "2015-07-24T18:00:00Z", "2015-07-24T21:00:00Z", "2015-07-25T00:00:00Z", "2015-07-25T03:00:00Z", "2015-07-25T06:00:00Z", "2015-07-25T09:00:00Z", "2015-07-25T12:00:00Z", "2015-07-25T15:00:00Z", "2015-07-25T18:00:00Z", "2015-07-25T21:00:00Z", "2015-07-26T00:00:00Z", "2015-07-26T03:00:00Z", "2015-07-26T06:00:00Z", "2015-07-26T09:00:00Z", "2015-07-26T12:00:00Z", "2015-07-26T15:00:00Z", "2015-07-26T18:00:00Z", "2015-07-26T19:00:00Z", "2015-07-26T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 990.0, 990.0, 985.0, 980.0, 980.0, 975.0, 970.0, 970.0, 975.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 996.0, 1000.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1004.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 975.0, 970.0, 965.0, 955.0, 955.0, 955.0, 955.0, 955.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 990.0, 994.0, 996.0, 998.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 50.0, 50.0, 55.0, 60.0, 60.0, 65.0, 70.0, 70.0, 65.0, 65.0, 60.0, 60.0, 60.0, 55.0, 50.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 50.0, 50.0, 55.0, 65.0, 70.0, 75.0, 80.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 60.0, 60.0, 60.0, 55.0, 50.0, 50.0, 45.0, 40.0, 40.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201512号 (HALOLA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T21:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z", "2015-07-18T21:00:00Z", "2015-07-19T03:00:00Z", "2015-07-19T09:00:00Z", "2015-07-19T15:00:00Z", "2015-07-19T21:00:00Z", "2015-07-20T03:00:00Z", "2015-07-20T09:00:00Z", "2015-07-20T15:00:00Z", "2015-07-20T21:00:00Z", "2015-07-21T03:00:00Z", "2015-07-21T09:00:00Z", "2015-07-21T15:00:00Z", "2015-07-21T21:00:00Z", "2015-07-22T03:00:00Z", "2015-07-22T09:00:00Z", "2015-07-22T15:00:00Z", "2015-07-22T21:00:00Z", "2015-07-23T03:00:00Z", "2015-07-23T09:00:00Z", "2015-07-23T15:00:00Z", "2015-07-23T21:00:00Z", "2015-07-24T03:00:00Z", "2015-07-24T06:00:00Z", "2015-07-24T09:00:00Z", "2015-07-24T12:00:00Z", "2015-07-24T15:00:00Z", "2015-07-24T18:00:00Z", "2015-07-24T21:00:00Z", "2015-07-25T00:00:00Z", "2015-07-25T03:00:00Z", "2015-07-25T06:00:00Z", "2015-07-25T09:00:00Z", "2015-07-25T12:00:00Z", "2015-07-25T15:00:00Z", "2015-07-25T18:00:00Z", "2015-07-25T21:00:00Z", "2015-07-26T00:00:00Z", "2015-07-26T03:00:00Z", "2015-07-26T06:00:00Z", "2015-07-26T09:00:00Z", "2015-07-26T12:00:00Z", "2015-07-26T15:00:00Z", "2015-07-26T18:00:00Z", "2015-07-26T19:00:00Z", "2015-07-26T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 183.7, 12.6 ], [ 182.82132034355962, 10.478679656440358 ], [ 180.7, 9.6 ], [ 178.57867965644036, 10.478679656440356 ], [ 177.7, 12.6 ], [ 178.57867965644036, 14.721320343559642 ], [ 180.7, 15.6 ], [ 182.82132034355962, 14.721320343559643 ], [ 183.7, 12.6 ] ] ], [ [ [ 182.8, 13.0 ], [ 181.92132034355964, 10.878679656440358 ], [ 179.8, 10.0 ], [ 177.67867965644038, 10.878679656440358 ], [ 176.8, 13.0 ], [ 177.67867965644038, 15.121320343559642 ], [ 179.8, 16.0 ], [ 181.92132034355964, 15.121320343559642 ], [ 182.8, 13.0 ] ] ], [ [ [ 181.8, 13.6 ], [ 180.92132034355964, 11.478679656440358 ], [ 178.8, 10.6 ], [ 176.67867965644038, 11.478679656440356 ], [ 175.8, 13.6 ], [ 176.67867965644038, 15.721320343559642 ], [ 178.8, 16.6 ], [ 180.92132034355964, 15.721320343559643 ], [ 181.8, 13.6 ] ] ], [ [ [ 180.5, 14.1 ], [ 179.62132034355963, 11.978679656440358 ], [ 177.5, 11.1 ], [ 175.37867965644037, 11.978679656440356 ], [ 174.5, 14.1 ], [ 175.37867965644037, 16.221320343559643 ], [ 177.5, 17.1 ], [ 179.62132034355963, 16.221320343559643 ], [ 180.5, 14.1 ] ] ], [ [ [ 179.4, 14.6 ], [ 178.52132034355964, 12.478679656440358 ], [ 176.4, 11.6 ], [ 174.27867965644037, 12.478679656440356 ], [ 173.4, 14.6 ], [ 174.27867965644037, 16.721320343559643 ], [ 176.4, 17.6 ], [ 178.52132034355964, 16.721320343559643 ], [ 179.4, 14.6 ] ] ], [ [ [ 178.5, 15.2 ], [ 177.62132034355963, 13.078679656440357 ], [ 175.5, 12.2 ], [ 173.37867965644037, 13.078679656440357 ], [ 172.5, 15.2 ], [ 173.37867965644037, 17.32132034355964 ], [ 175.5, 18.2 ], [ 177.62132034355963, 17.32132034355964 ], [ 178.5, 15.2 ] ] ], [ [ [ 177.4, 15.7 ], [ 176.52132034355964, 13.578679656440357 ], [ 174.4, 12.7 ], [ 172.27867965644037, 13.578679656440357 ], [ 171.4, 15.7 ], [ 172.27867965644037, 17.82132034355964 ], [ 174.4, 18.7 ], [ 176.52132034355964, 17.82132034355964 ], [ 177.4, 15.7 ] ] ], [ [ [ 176.2, 16.3 ], [ 175.32132034355962, 14.178679656440359 ], [ 173.2, 13.3 ], [ 171.07867965644036, 14.178679656440359 ], [ 170.2, 16.3 ], [ 171.07867965644036, 18.421320343559643 ], [ 173.2, 19.3 ], [ 175.32132034355962, 18.421320343559643 ], [ 176.2, 16.3 ] ] ], [ [ [ 175.0, 16.6 ], [ 174.12132034355963, 14.47867965644036 ], [ 172.0, 13.600000000000001 ], [ 169.87867965644037, 14.47867965644036 ], [ 169.0, 16.6 ], [ 169.87867965644037, 18.721320343559643 ], [ 172.0, 19.6 ], [ 174.12132034355963, 18.721320343559643 ], [ 175.0, 16.6 ] ] ], [ [ [ 174.6, 17.0 ], [ 173.72132034355963, 14.878679656440358 ], [ 171.6, 14.0 ], [ 169.47867965644036, 14.878679656440358 ], [ 168.6, 17.0 ], [ 169.47867965644036, 19.121320343559642 ], [ 171.6, 20.0 ], [ 173.72132034355963, 19.121320343559642 ], [ 174.6, 17.0 ] ] ], [ [ [ 173.6, 17.4 ], [ 172.72132034355963, 15.278679656440357 ], [ 170.6, 14.399999999999999 ], [ 168.47867965644036, 15.278679656440357 ], [ 167.6, 17.4 ], [ 168.47867965644036, 19.52132034355964 ], [ 170.6, 20.4 ], [ 172.72132034355963, 19.52132034355964 ], [ 173.6, 17.4 ] ] ], [ [ [ 172.4, 18.0 ], [ 171.52132034355964, 15.878679656440358 ], [ 169.4, 15.0 ], [ 167.27867965644037, 15.878679656440358 ], [ 166.4, 18.0 ], [ 167.27867965644037, 20.121320343559642 ], [ 169.4, 21.0 ], [ 171.52132034355964, 20.121320343559642 ], [ 172.4, 18.0 ] ] ], [ [ [ 170.9, 18.4 ], [ 170.02132034355964, 16.278679656440357 ], [ 167.9, 15.399999999999999 ], [ 165.77867965644037, 16.278679656440357 ], [ 164.9, 18.4 ], [ 165.77867965644037, 20.52132034355964 ], [ 167.9, 21.4 ], [ 170.02132034355964, 20.52132034355964 ], [ 170.9, 18.4 ] ] ], [ [ [ 169.8, 18.5 ], [ 168.92132034355964, 16.378679656440358 ], [ 166.8, 15.5 ], [ 164.67867965644038, 16.378679656440358 ], [ 163.8, 18.5 ], [ 164.67867965644038, 20.621320343559642 ], [ 166.8, 21.5 ], [ 168.92132034355964, 20.621320343559642 ], [ 169.8, 18.5 ] ] ], [ [ [ 168.7, 18.6 ], [ 167.82132034355962, 16.47867965644036 ], [ 165.7, 15.600000000000001 ], [ 163.57867965644036, 16.47867965644036 ], [ 162.7, 18.6 ], [ 163.57867965644036, 20.721320343559643 ], [ 165.7, 21.6 ], [ 167.82132034355962, 20.721320343559643 ], [ 168.7, 18.6 ] ] ], [ [ [ 167.2, 18.5 ], [ 166.32132034355962, 16.378679656440358 ], [ 164.2, 15.5 ], [ 162.07867965644036, 16.378679656440358 ], [ 161.2, 18.5 ], [ 162.07867965644036, 20.621320343559642 ], [ 164.2, 21.5 ], [ 166.32132034355962, 20.621320343559642 ], [ 167.2, 18.5 ] ] ], [ [ [ 165.5, 18.4 ], [ 164.62132034355963, 16.278679656440357 ], [ 162.5, 15.399999999999999 ], [ 160.37867965644037, 16.278679656440357 ], [ 159.5, 18.4 ], [ 160.37867965644037, 20.52132034355964 ], [ 162.5, 21.4 ], [ 164.62132034355963, 20.52132034355964 ], [ 165.5, 18.4 ] ] ], [ [ [ 162.3, 18.2 ], [ 162.00710678118656, 17.492893218813453 ], [ 161.3, 17.2 ], [ 160.59289321881346, 17.492893218813453 ], [ 160.3, 18.2 ], [ 160.59289321881346, 18.907106781186545 ], [ 161.3, 19.2 ], [ 162.00710678118656, 18.907106781186545 ], [ 162.3, 18.2 ] ] ], [ [ [ 161.3, 18.0 ], [ 161.00710678118656, 17.292893218813454 ], [ 160.3, 17.0 ], [ 159.59289321881346, 17.292893218813454 ], [ 159.3, 18.0 ], [ 159.59289321881346, 18.707106781186546 ], [ 160.3, 19.0 ], [ 161.00710678118656, 18.707106781186546 ], [ 161.3, 18.0 ] ] ], [ [ [ 160.4, 17.9 ], [ 160.10710678118656, 17.192893218813452 ], [ 159.4, 16.9 ], [ 158.69289321881345, 17.192893218813452 ], [ 158.4, 17.9 ], [ 158.69289321881345, 18.607106781186545 ], [ 159.4, 18.9 ], [ 160.10710678118656, 18.607106781186545 ], [ 160.4, 17.9 ] ] ], [ [ [ 159.5, 17.7 ], [ 159.20710678118655, 16.992893218813453 ], [ 158.5, 16.7 ], [ 157.79289321881345, 16.992893218813453 ], [ 157.5, 17.7 ], [ 157.79289321881345, 18.407106781186545 ], [ 158.5, 18.7 ], [ 159.20710678118655, 18.407106781186545 ], [ 159.5, 17.7 ] ] ], [ [ [ 158.3, 17.6 ], [ 158.00710678118656, 16.892893218813455 ], [ 157.3, 16.6 ], [ 156.59289321881346, 16.892893218813455 ], [ 156.3, 17.6 ], [ 156.59289321881346, 18.307106781186548 ], [ 157.3, 18.6 ], [ 158.00710678118656, 18.307106781186548 ], [ 158.3, 17.6 ] ] ], [ [ [ 156.9, 17.7 ], [ 156.60710678118656, 16.992893218813453 ], [ 155.9, 16.7 ], [ 155.19289321881345, 16.992893218813453 ], [ 154.9, 17.7 ], [ 155.19289321881345, 18.407106781186545 ], [ 155.9, 18.7 ], [ 156.60710678118656, 18.407106781186545 ], [ 156.9, 17.7 ] ] ], [ [ [ 155.8, 17.8 ], [ 155.50710678118656, 17.092893218813455 ], [ 154.8, 16.8 ], [ 154.09289321881346, 17.092893218813455 ], [ 153.8, 17.8 ], [ 154.09289321881346, 18.507106781186547 ], [ 154.8, 18.8 ], [ 155.50710678118656, 18.507106781186547 ], [ 155.8, 17.8 ] ] ], [ [ [ 154.6, 18.2 ], [ 154.30710678118655, 17.492893218813453 ], [ 153.6, 17.2 ], [ 152.89289321881344, 17.492893218813453 ], [ 152.6, 18.2 ], [ 152.89289321881344, 18.907106781186545 ], [ 153.6, 19.2 ], [ 154.30710678118655, 18.907106781186545 ], [ 154.6, 18.2 ] ] ], [ [ [ 153.7, 18.9 ], [ 153.40710678118654, 18.192893218813452 ], [ 152.7, 17.9 ], [ 151.99289321881344, 18.192893218813452 ], [ 151.7, 18.9 ], [ 151.99289321881344, 19.607106781186545 ], [ 152.7, 19.9 ], [ 153.40710678118654, 19.607106781186545 ], [ 153.7, 18.9 ] ] ], [ [ [ 152.8, 19.6 ], [ 152.50710678118656, 18.892893218813455 ], [ 151.8, 18.6 ], [ 151.09289321881346, 18.892893218813455 ], [ 150.8, 19.6 ], [ 151.09289321881346, 20.307106781186548 ], [ 151.8, 20.6 ], [ 152.50710678118656, 20.307106781186548 ], [ 152.8, 19.6 ] ] ], [ [ [ 151.5, 20.0 ], [ 151.20710678118655, 19.292893218813454 ], [ 150.5, 19.0 ], [ 149.79289321881345, 19.292893218813454 ], [ 149.5, 20.0 ], [ 149.79289321881345, 20.707106781186546 ], [ 150.5, 21.0 ], [ 151.20710678118655, 20.707106781186546 ], [ 151.5, 20.0 ] ] ], [ [ [ 152.5, 20.4 ], [ 151.62132034355963, 18.278679656440357 ], [ 149.5, 17.4 ], [ 147.37867965644037, 18.278679656440357 ], [ 146.5, 20.4 ], [ 147.37867965644037, 22.52132034355964 ], [ 149.5, 23.4 ], [ 151.62132034355963, 22.52132034355964 ], [ 152.5, 20.4 ] ] ], [ [ [ 151.5, 21.0 ], [ 150.62132034355963, 18.878679656440358 ], [ 148.5, 18.0 ], [ 146.37867965644037, 18.878679656440358 ], [ 145.5, 21.0 ], [ 146.37867965644037, 23.121320343559642 ], [ 148.5, 24.0 ], [ 150.62132034355963, 23.121320343559642 ], [ 151.5, 21.0 ] ] ], [ [ [ 150.4, 21.5 ], [ 149.52132034355964, 19.378679656440358 ], [ 147.4, 18.5 ], [ 145.27867965644037, 19.378679656440358 ], [ 144.4, 21.5 ], [ 145.27867965644037, 23.621320343559642 ], [ 147.4, 24.5 ], [ 149.52132034355964, 23.621320343559642 ], [ 150.4, 21.5 ] ] ], [ [ [ 149.4, 21.7 ], [ 148.52132034355964, 19.578679656440357 ], [ 146.4, 18.7 ], [ 144.27867965644037, 19.578679656440357 ], [ 143.4, 21.7 ], [ 144.27867965644037, 23.82132034355964 ], [ 146.4, 24.7 ], [ 148.52132034355964, 23.82132034355964 ], [ 149.4, 21.7 ] ] ], [ [ [ 148.4, 22.0 ], [ 147.52132034355964, 19.878679656440358 ], [ 145.4, 19.0 ], [ 143.27867965644037, 19.878679656440358 ], [ 142.4, 22.0 ], [ 143.27867965644037, 24.121320343559642 ], [ 145.4, 25.0 ], [ 147.52132034355964, 24.121320343559642 ], [ 148.4, 22.0 ] ] ], [ [ [ 147.1, 22.4 ], [ 146.22132034355963, 20.278679656440357 ], [ 144.1, 19.4 ], [ 141.97867965644036, 20.278679656440357 ], [ 141.1, 22.4 ], [ 141.97867965644036, 24.52132034355964 ], [ 144.1, 25.4 ], [ 146.22132034355963, 24.52132034355964 ], [ 147.1, 22.4 ] ] ], [ [ [ 145.9, 22.6 ], [ 145.02132034355964, 20.47867965644036 ], [ 142.9, 19.6 ], [ 140.77867965644037, 20.47867965644036 ], [ 139.9, 22.6 ], [ 140.77867965644037, 24.721320343559643 ], [ 142.9, 25.6 ], [ 145.02132034355964, 24.721320343559643 ], [ 145.9, 22.6 ] ] ], [ [ [ 144.7, 22.9 ], [ 143.82132034355962, 20.778679656440357 ], [ 141.7, 19.9 ], [ 139.57867965644036, 20.778679656440357 ], [ 138.7, 22.9 ], [ 139.57867965644036, 25.02132034355964 ], [ 141.7, 25.9 ], [ 143.82132034355962, 25.02132034355964 ], [ 144.7, 22.9 ] ] ], [ [ [ 143.5, 23.0 ], [ 142.62132034355963, 20.878679656440358 ], [ 140.5, 20.0 ], [ 138.37867965644037, 20.878679656440358 ], [ 137.5, 23.0 ], [ 138.37867965644037, 25.121320343559642 ], [ 140.5, 26.0 ], [ 142.62132034355963, 25.121320343559642 ], [ 143.5, 23.0 ] ] ], [ [ [ 142.6, 23.3 ], [ 141.72132034355963, 21.17867965644036 ], [ 139.6, 20.3 ], [ 137.47867965644036, 21.17867965644036 ], [ 136.6, 23.3 ], [ 137.47867965644036, 25.421320343559643 ], [ 139.6, 26.3 ], [ 141.72132034355963, 25.421320343559643 ], [ 142.6, 23.3 ] ] ], [ [ [ 141.5, 23.6 ], [ 140.62132034355963, 21.47867965644036 ], [ 138.5, 20.6 ], [ 136.37867965644037, 21.47867965644036 ], [ 135.5, 23.6 ], [ 136.37867965644037, 25.721320343559643 ], [ 138.5, 26.6 ], [ 140.62132034355963, 25.721320343559643 ], [ 141.5, 23.6 ] ] ], [ [ [ 140.7, 23.8 ], [ 139.82132034355962, 21.67867965644036 ], [ 137.7, 20.8 ], [ 135.57867965644036, 21.67867965644036 ], [ 134.7, 23.8 ], [ 135.57867965644036, 25.921320343559643 ], [ 137.7, 26.8 ], [ 139.82132034355962, 25.921320343559643 ], [ 140.7, 23.8 ] ] ], [ [ [ 139.8, 24.2 ], [ 138.92132034355964, 22.078679656440357 ], [ 136.8, 21.2 ], [ 134.67867965644038, 22.078679656440357 ], [ 133.8, 24.2 ], [ 134.67867965644038, 26.32132034355964 ], [ 136.8, 27.2 ], [ 138.92132034355964, 26.32132034355964 ], [ 139.8, 24.2 ] ] ], [ [ [ 139.0, 24.4 ], [ 138.12132034355963, 22.278679656440357 ], [ 136.0, 21.4 ], [ 133.87867965644037, 22.278679656440357 ], [ 133.0, 24.4 ], [ 133.87867965644037, 26.52132034355964 ], [ 136.0, 27.4 ], [ 138.12132034355963, 26.52132034355964 ], [ 139.0, 24.4 ] ] ], [ [ [ 138.1, 24.6 ], [ 137.22132034355963, 22.47867965644036 ], [ 135.1, 21.6 ], [ 132.97867965644036, 22.47867965644036 ], [ 132.1, 24.6 ], [ 132.97867965644036, 26.721320343559643 ], [ 135.1, 27.6 ], [ 137.22132034355963, 26.721320343559643 ], [ 138.1, 24.6 ] ] ], [ [ [ 137.3, 24.5 ], [ 136.42132034355964, 22.378679656440358 ], [ 134.3, 21.5 ], [ 132.17867965644038, 22.378679656440358 ], [ 131.3, 24.5 ], [ 132.17867965644038, 26.621320343559642 ], [ 134.3, 27.5 ], [ 136.42132034355964, 26.621320343559642 ], [ 137.3, 24.5 ] ] ], [ [ [ 136.4, 24.6 ], [ 135.52132034355964, 22.47867965644036 ], [ 133.4, 21.6 ], [ 131.27867965644037, 22.47867965644036 ], [ 130.4, 24.6 ], [ 131.27867965644037, 26.721320343559643 ], [ 133.4, 27.6 ], [ 135.52132034355964, 26.721320343559643 ], [ 136.4, 24.6 ] ] ], [ [ [ 136.1, 24.6 ], [ 135.22132034355963, 22.47867965644036 ], [ 133.1, 21.6 ], [ 130.97867965644036, 22.47867965644036 ], [ 130.1, 24.6 ], [ 130.97867965644036, 26.721320343559643 ], [ 133.1, 27.6 ], [ 135.22132034355963, 26.721320343559643 ], [ 136.1, 24.6 ] ] ], [ [ [ 135.7, 24.9 ], [ 134.82132034355962, 22.778679656440357 ], [ 132.7, 21.9 ], [ 130.57867965644036, 22.778679656440357 ], [ 129.7, 24.9 ], [ 130.57867965644036, 27.02132034355964 ], [ 132.7, 27.9 ], [ 134.82132034355962, 27.02132034355964 ], [ 135.7, 24.9 ] ] ], [ [ [ 135.1, 24.8 ], [ 134.22132034355963, 22.67867965644036 ], [ 132.1, 21.8 ], [ 129.97867965644036, 22.67867965644036 ], [ 129.1, 24.8 ], [ 129.97867965644036, 26.921320343559643 ], [ 132.1, 27.8 ], [ 134.22132034355963, 26.921320343559643 ], [ 135.1, 24.8 ] ] ], [ [ [ 134.8, 24.8 ], [ 133.92132034355964, 22.67867965644036 ], [ 131.8, 21.8 ], [ 129.67867965644038, 22.67867965644036 ], [ 128.8, 24.8 ], [ 129.67867965644038, 26.921320343559643 ], [ 131.8, 27.8 ], [ 133.92132034355964, 26.921320343559643 ], [ 134.8, 24.8 ] ] ], [ [ [ 134.3, 24.9 ], [ 133.42132034355964, 22.778679656440357 ], [ 131.3, 21.9 ], [ 129.17867965644038, 22.778679656440357 ], [ 128.3, 24.9 ], [ 129.17867965644038, 27.02132034355964 ], [ 131.3, 27.9 ], [ 133.42132034355964, 27.02132034355964 ], [ 134.3, 24.9 ] ] ], [ [ [ 134.1, 25.0 ], [ 133.22132034355963, 22.878679656440358 ], [ 131.1, 22.0 ], [ 128.97867965644036, 22.878679656440358 ], [ 128.1, 25.0 ], [ 128.97867965644036, 27.121320343559642 ], [ 131.1, 28.0 ], [ 133.22132034355963, 27.121320343559642 ], [ 134.1, 25.0 ] ] ], [ [ [ 133.8, 25.2 ], [ 132.92132034355964, 23.078679656440357 ], [ 130.8, 22.2 ], [ 128.67867965644038, 23.078679656440357 ], [ 127.80000000000001, 25.2 ], [ 128.67867965644038, 27.32132034355964 ], [ 130.8, 28.2 ], [ 132.92132034355964, 27.32132034355964 ], [ 133.8, 25.2 ] ] ], [ [ [ 133.6, 25.5 ], [ 132.72132034355963, 23.378679656440358 ], [ 130.6, 22.5 ], [ 128.47867965644036, 23.378679656440358 ], [ 127.6, 25.5 ], [ 128.47867965644036, 27.621320343559642 ], [ 130.6, 28.5 ], [ 132.72132034355963, 27.621320343559642 ], [ 133.6, 25.5 ] ] ], [ [ [ 133.2, 25.8 ], [ 132.32132034355962, 23.67867965644036 ], [ 130.2, 22.8 ], [ 128.07867965644036, 23.67867965644036 ], [ 127.19999999999999, 25.8 ], [ 128.07867965644036, 27.921320343559643 ], [ 130.2, 28.8 ], [ 132.32132034355962, 27.921320343559643 ], [ 133.2, 25.8 ] ] ], [ [ [ 132.9, 26.2 ], [ 132.02132034355964, 24.078679656440357 ], [ 129.9, 23.2 ], [ 127.77867965644036, 24.078679656440357 ], [ 126.9, 26.2 ], [ 127.77867965644036, 28.32132034355964 ], [ 129.9, 29.2 ], [ 132.02132034355964, 28.32132034355964 ], [ 132.9, 26.2 ] ] ], [ [ [ 132.8, 26.8 ], [ 131.92132034355964, 24.67867965644036 ], [ 129.8, 23.8 ], [ 127.67867965644037, 24.67867965644036 ], [ 126.80000000000001, 26.8 ], [ 127.67867965644037, 28.921320343559643 ], [ 129.8, 29.8 ], [ 131.92132034355964, 28.921320343559643 ], [ 132.8, 26.8 ] ] ], [ [ [ 132.6, 27.4 ], [ 131.72132034355963, 25.278679656440357 ], [ 129.6, 24.4 ], [ 127.47867965644035, 25.278679656440357 ], [ 126.6, 27.4 ], [ 127.47867965644035, 29.52132034355964 ], [ 129.6, 30.4 ], [ 131.72132034355963, 29.52132034355964 ], [ 132.6, 27.4 ] ] ], [ [ [ 132.3, 27.8 ], [ 131.42132034355964, 25.67867965644036 ], [ 129.3, 24.8 ], [ 127.17867965644037, 25.67867965644036 ], [ 126.30000000000001, 27.8 ], [ 127.17867965644037, 29.921320343559643 ], [ 129.3, 30.8 ], [ 131.42132034355964, 29.921320343559643 ], [ 132.3, 27.8 ] ] ], [ [ [ 132.2, 28.3 ], [ 131.32132034355962, 26.17867965644036 ], [ 129.2, 25.3 ], [ 127.07867965644034, 26.17867965644036 ], [ 126.19999999999999, 28.3 ], [ 127.07867965644034, 30.421320343559643 ], [ 129.2, 31.3 ], [ 131.32132034355962, 30.421320343559643 ], [ 132.2, 28.3 ] ] ], [ [ [ 132.1, 28.8 ], [ 131.22132034355963, 26.67867965644036 ], [ 129.1, 25.8 ], [ 126.97867965644035, 26.67867965644036 ], [ 126.1, 28.8 ], [ 126.97867965644035, 30.921320343559643 ], [ 129.1, 31.8 ], [ 131.22132034355963, 30.921320343559643 ], [ 132.1, 28.8 ] ] ], [ [ [ 132.1, 29.4 ], [ 131.22132034355963, 27.278679656440357 ], [ 129.1, 26.4 ], [ 126.97867965644035, 27.278679656440357 ], [ 126.1, 29.4 ], [ 126.97867965644035, 31.52132034355964 ], [ 129.1, 32.4 ], [ 131.22132034355963, 31.52132034355964 ], [ 132.1, 29.4 ] ] ], [ [ [ 132.2, 30.1 ], [ 131.32132034355962, 27.97867965644036 ], [ 129.2, 27.1 ], [ 127.07867965644034, 27.97867965644036 ], [ 126.19999999999999, 30.1 ], [ 127.07867965644034, 32.22132034355965 ], [ 129.2, 33.1 ], [ 131.32132034355962, 32.22132034355965 ], [ 132.2, 30.1 ] ] ], [ [ [ 132.3, 31.0 ], [ 131.42132034355964, 28.878679656440358 ], [ 129.3, 28.0 ], [ 127.17867965644037, 28.878679656440358 ], [ 126.30000000000001, 31.0 ], [ 127.17867965644037, 33.121320343559645 ], [ 129.3, 34.0 ], [ 131.42132034355964, 33.121320343559645 ], [ 132.3, 31.0 ] ] ], [ [ [ 132.3, 31.7 ], [ 131.42132034355964, 29.578679656440357 ], [ 129.3, 28.7 ], [ 127.17867965644037, 29.578679656440357 ], [ 126.30000000000001, 31.7 ], [ 127.17867965644037, 33.82132034355964 ], [ 129.3, 34.7 ], [ 131.42132034355964, 33.82132034355964 ], [ 132.3, 31.7 ] ] ], [ [ [ 132.5, 32.4 ], [ 131.62132034355963, 30.278679656440357 ], [ 129.5, 29.4 ], [ 127.37867965644035, 30.278679656440357 ], [ 126.5, 32.4 ], [ 127.37867965644035, 34.521320343559644 ], [ 129.5, 35.4 ], [ 131.62132034355963, 34.521320343559644 ], [ 132.5, 32.4 ] ] ], [ [ [ 132.7, 33.0 ], [ 131.82132034355962, 30.878679656440358 ], [ 129.7, 30.0 ], [ 127.57867965644034, 30.878679656440358 ], [ 126.69999999999999, 33.0 ], [ 127.57867965644034, 35.121320343559645 ], [ 129.7, 36.0 ], [ 131.82132034355962, 35.121320343559645 ], [ 132.7, 33.0 ] ] ], [ [ [ 132.8, 33.1 ], [ 131.92132034355964, 30.97867965644036 ], [ 129.8, 30.1 ], [ 127.67867965644037, 30.97867965644036 ], [ 126.80000000000001, 33.1 ], [ 127.67867965644037, 35.22132034355965 ], [ 129.8, 36.1 ], [ 131.92132034355964, 35.22132034355965 ], [ 132.8, 33.1 ] ] ], [ [ [ 131.0, 33.8 ], [ 130.70710678118655, 33.09289321881345 ], [ 130.0, 32.8 ], [ 129.29289321881345, 33.09289321881345 ], [ 129.0, 33.8 ], [ 129.29289321881345, 34.50710678118654 ], [ 130.0, 34.8 ], [ 130.70710678118655, 34.50710678118654 ], [ 131.0, 33.8 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-07-13T03:00:00Z", "2015-07-13T09:00:00Z", "2015-07-13T15:00:00Z", "2015-07-13T21:00:00Z", "2015-07-14T03:00:00Z", "2015-07-14T09:00:00Z", "2015-07-14T15:00:00Z", "2015-07-14T21:00:00Z", "2015-07-15T03:00:00Z", "2015-07-15T09:00:00Z", "2015-07-15T15:00:00Z", "2015-07-15T21:00:00Z", "2015-07-16T03:00:00Z", "2015-07-16T09:00:00Z", "2015-07-16T15:00:00Z", "2015-07-16T21:00:00Z", "2015-07-17T03:00:00Z", "2015-07-17T09:00:00Z", "2015-07-17T15:00:00Z", "2015-07-17T21:00:00Z", "2015-07-18T03:00:00Z", "2015-07-18T09:00:00Z", "2015-07-18T15:00:00Z", "2015-07-18T21:00:00Z", "2015-07-19T03:00:00Z", "2015-07-19T09:00:00Z", "2015-07-19T15:00:00Z", "2015-07-19T21:00:00Z", "2015-07-20T03:00:00Z", "2015-07-20T09:00:00Z", "2015-07-20T15:00:00Z", "2015-07-20T21:00:00Z", "2015-07-21T03:00:00Z", "2015-07-21T09:00:00Z", "2015-07-21T15:00:00Z", "2015-07-21T21:00:00Z", "2015-07-22T03:00:00Z", "2015-07-22T09:00:00Z", "2015-07-22T15:00:00Z", "2015-07-22T21:00:00Z", "2015-07-23T03:00:00Z", "2015-07-23T09:00:00Z", "2015-07-23T15:00:00Z", "2015-07-23T21:00:00Z", "2015-07-24T03:00:00Z", "2015-07-24T06:00:00Z", "2015-07-24T09:00:00Z", "2015-07-24T12:00:00Z", "2015-07-24T15:00:00Z", "2015-07-24T18:00:00Z", "2015-07-24T21:00:00Z", "2015-07-25T00:00:00Z", "2015-07-25T03:00:00Z", "2015-07-25T06:00:00Z", "2015-07-25T09:00:00Z", "2015-07-25T12:00:00Z", "2015-07-25T15:00:00Z", "2015-07-25T18:00:00Z", "2015-07-25T21:00:00Z", "2015-07-26T00:00:00Z", "2015-07-26T03:00:00Z", "2015-07-26T06:00:00Z", "2015-07-26T09:00:00Z", "2015-07-26T12:00:00Z", "2015-07-26T15:00:00Z", "2015-07-26T18:00:00Z", "2015-07-26T19:00:00Z", "2015-07-26T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 990.0, 990.0, 985.0, 980.0, 980.0, 975.0, 970.0, 970.0, 975.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 996.0, 1000.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1004.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 975.0, 970.0, 965.0, 955.0, 955.0, 955.0, 955.0, 955.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 980.0, 980.0, 985.0, 990.0, 990.0, 994.0, 996.0, 998.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 50.0, 50.0, 55.0, 60.0, 60.0, 65.0, 70.0, 70.0, 65.0, 65.0, 60.0, 60.0, 60.0, 55.0, 50.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 50.0, 50.0, 55.0, 65.0, 70.0, 75.0, 80.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 60.0, 60.0, 60.0, 55.0, 50.0, 50.0, 45.0, 40.0, 40.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201513_SOUDELOR_feature.json b/samples/Typhoon201513_SOUDELOR_feature.json
index ba2c88c..4150152 100644
--- a/samples/Typhoon201513_SOUDELOR_feature.json
+++ b/samples/Typhoon201513_SOUDELOR_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201513号 (SOUDELOR)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-07-30T03:00:00Z", "2015-07-30T09:00:00Z", "2015-07-30T15:00:00Z", "2015-07-30T21:00:00Z", "2015-07-31T03:00:00Z", "2015-07-31T09:00:00Z", "2015-07-31T15:00:00Z", "2015-07-31T21:00:00Z", "2015-08-01T03:00:00Z", "2015-08-01T09:00:00Z", "2015-08-01T15:00:00Z", "2015-08-01T21:00:00Z", "2015-08-02T03:00:00Z", "2015-08-02T09:00:00Z", "2015-08-02T15:00:00Z", "2015-08-02T21:00:00Z", "2015-08-03T03:00:00Z", "2015-08-03T09:00:00Z", "2015-08-03T15:00:00Z", "2015-08-03T21:00:00Z", "2015-08-04T03:00:00Z", "2015-08-04T09:00:00Z", "2015-08-04T15:00:00Z", "2015-08-04T21:00:00Z", "2015-08-05T03:00:00Z", "2015-08-05T09:00:00Z", "2015-08-05T15:00:00Z", "2015-08-05T21:00:00Z", "2015-08-06T03:00:00Z", "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T12:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T18:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T00:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T06:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T12:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z" ],
- "coordinates" : [ [ [ [ 163.2, 13.3 ], [ 162.90710678118654, 12.592893218813453 ], [ 162.2, 12.3 ], [ 161.49289321881344, 12.592893218813453 ], [ 161.2, 13.3 ], [ 161.49289321881344, 14.007106781186549 ], [ 162.2, 14.3 ], [ 162.90710678118654, 14.007106781186549 ], [ 163.2, 13.3 ] ] ], [ [ [ 161.7, 13.7 ], [ 161.40710678118654, 12.992893218813451 ], [ 160.7, 12.7 ], [ 159.99289321881344, 12.992893218813451 ], [ 159.7, 13.7 ], [ 159.99289321881344, 14.407106781186547 ], [ 160.7, 14.7 ], [ 161.40710678118654, 14.407106781186547 ], [ 161.7, 13.7 ] ] ], [ [ [ 160.8, 13.6 ], [ 160.50710678118656, 12.892893218813452 ], [ 159.8, 12.6 ], [ 159.09289321881346, 12.892893218813452 ], [ 158.8, 13.6 ], [ 159.09289321881346, 14.307106781186548 ], [ 159.8, 14.6 ], [ 160.50710678118656, 14.307106781186548 ], [ 160.8, 13.6 ] ] ], [ [ [ 160.3, 13.6 ], [ 160.00710678118656, 12.892893218813452 ], [ 159.3, 12.6 ], [ 158.59289321881346, 12.892893218813452 ], [ 158.3, 13.6 ], [ 158.59289321881346, 14.307106781186548 ], [ 159.3, 14.6 ], [ 160.00710678118656, 14.307106781186548 ], [ 160.3, 13.6 ] ] ], [ [ [ 159.8, 13.5 ], [ 159.50710678118656, 12.792893218813452 ], [ 158.8, 12.5 ], [ 158.09289321881346, 12.792893218813452 ], [ 157.8, 13.5 ], [ 158.09289321881346, 14.207106781186548 ], [ 158.8, 14.5 ], [ 159.50710678118656, 14.207106781186548 ], [ 159.8, 13.5 ] ] ], [ [ [ 159.2, 13.4 ], [ 158.90710678118654, 12.692893218813452 ], [ 158.2, 12.4 ], [ 157.49289321881344, 12.692893218813452 ], [ 157.2, 13.4 ], [ 157.49289321881344, 14.107106781186548 ], [ 158.2, 14.4 ], [ 158.90710678118654, 14.107106781186548 ], [ 159.2, 13.4 ] ] ], [ [ [ 157.8, 13.2 ], [ 157.50710678118656, 12.492893218813451 ], [ 156.8, 12.2 ], [ 156.09289321881346, 12.492893218813451 ], [ 155.8, 13.2 ], [ 156.09289321881346, 13.907106781186547 ], [ 156.8, 14.2 ], [ 157.50710678118656, 13.907106781186547 ], [ 157.8, 13.2 ] ] ], [ [ [ 156.5, 13.4 ], [ 156.20710678118655, 12.692893218813452 ], [ 155.5, 12.4 ], [ 154.79289321881345, 12.692893218813452 ], [ 154.5, 13.4 ], [ 154.79289321881345, 14.107106781186548 ], [ 155.5, 14.4 ], [ 156.20710678118655, 14.107106781186548 ], [ 156.5, 13.4 ] ] ], [ [ [ 157.4, 13.4 ], [ 156.52132034355964, 11.278679656440358 ], [ 154.4, 10.4 ], [ 152.27867965644037, 11.278679656440357 ], [ 151.4, 13.4 ], [ 152.27867965644037, 15.521320343559642 ], [ 154.4, 16.4 ], [ 156.52132034355964, 15.521320343559644 ], [ 157.4, 13.4 ] ] ], [ [ [ 156.4, 13.6 ], [ 155.52132034355964, 11.478679656440358 ], [ 153.4, 10.6 ], [ 151.27867965644037, 11.478679656440356 ], [ 150.4, 13.6 ], [ 151.27867965644037, 15.721320343559642 ], [ 153.4, 16.6 ], [ 155.52132034355964, 15.721320343559643 ], [ 156.4, 13.6 ] ] ], [ [ [ 155.1, 14.0 ], [ 154.22132034355963, 11.878679656440358 ], [ 152.1, 11.0 ], [ 149.97867965644036, 11.878679656440358 ], [ 149.1, 14.0 ], [ 149.97867965644036, 16.121320343559642 ], [ 152.1, 17.0 ], [ 154.22132034355963, 16.121320343559642 ], [ 155.1, 14.0 ] ] ], [ [ [ 153.7, 14.3 ], [ 152.82132034355962, 12.178679656440359 ], [ 150.7, 11.3 ], [ 148.57867965644036, 12.178679656440359 ], [ 147.7, 14.3 ], [ 148.57867965644036, 16.421320343559643 ], [ 150.7, 17.3 ], [ 152.82132034355962, 16.421320343559643 ], [ 153.7, 14.3 ] ] ], [ [ [ 152.6, 14.4 ], [ 151.72132034355963, 12.278679656440358 ], [ 149.6, 11.4 ], [ 147.47867965644036, 12.278679656440357 ], [ 146.6, 14.4 ], [ 147.47867965644036, 16.521320343559644 ], [ 149.6, 17.4 ], [ 151.72132034355963, 16.521320343559644 ], [ 152.6, 14.4 ] ] ], [ [ [ 151.2, 14.6 ], [ 150.32132034355962, 12.478679656440358 ], [ 148.2, 11.6 ], [ 146.07867965644036, 12.478679656440356 ], [ 145.2, 14.6 ], [ 146.07867965644036, 16.721320343559643 ], [ 148.2, 17.6 ], [ 150.32132034355962, 16.721320343559643 ], [ 151.2, 14.6 ] ] ], [ [ [ 149.8, 14.9 ], [ 148.92132034355964, 12.778679656440358 ], [ 146.8, 11.9 ], [ 144.67867965644038, 12.778679656440357 ], [ 143.8, 14.9 ], [ 144.67867965644038, 17.021320343559644 ], [ 146.8, 17.9 ], [ 148.92132034355964, 17.021320343559644 ], [ 149.8, 14.9 ] ] ], [ [ [ 149.0, 15.1 ], [ 148.12132034355963, 12.978679656440358 ], [ 146.0, 12.1 ], [ 143.87867965644037, 12.978679656440356 ], [ 143.0, 15.1 ], [ 143.87867965644037, 17.221320343559643 ], [ 146.0, 18.1 ], [ 148.12132034355963, 17.221320343559643 ], [ 149.0, 15.1 ] ] ], [ [ [ 148.0, 15.6 ], [ 147.12132034355963, 13.478679656440358 ], [ 145.0, 12.6 ], [ 142.87867965644037, 13.478679656440356 ], [ 142.0, 15.6 ], [ 142.87867965644037, 17.721320343559643 ], [ 145.0, 18.6 ], [ 147.12132034355963, 17.721320343559643 ], [ 148.0, 15.6 ] ] ], [ [ [ 147.0, 16.2 ], [ 146.12132034355963, 14.078679656440357 ], [ 144.0, 13.2 ], [ 141.87867965644037, 14.078679656440357 ], [ 141.0, 16.2 ], [ 141.87867965644037, 18.32132034355964 ], [ 144.0, 19.2 ], [ 146.12132034355963, 18.32132034355964 ], [ 147.0, 16.2 ] ] ], [ [ [ 146.0, 16.9 ], [ 145.12132034355963, 14.778679656440357 ], [ 143.0, 13.899999999999999 ], [ 140.87867965644037, 14.778679656440357 ], [ 140.0, 16.9 ], [ 140.87867965644037, 19.02132034355964 ], [ 143.0, 19.9 ], [ 145.12132034355963, 19.02132034355964 ], [ 146.0, 16.9 ] ] ], [ [ [ 144.9, 17.4 ], [ 144.02132034355964, 15.278679656440357 ], [ 141.9, 14.399999999999999 ], [ 139.77867965644037, 15.278679656440357 ], [ 138.9, 17.4 ], [ 139.77867965644037, 19.52132034355964 ], [ 141.9, 20.4 ], [ 144.02132034355964, 19.52132034355964 ], [ 144.9, 17.4 ] ] ], [ [ [ 145.7, 17.9 ], [ 144.23553390593273, 14.36446609406726 ], [ 140.7, 12.899999999999999 ], [ 137.16446609406725, 14.36446609406726 ], [ 135.7, 17.9 ], [ 137.16446609406725, 21.435533905932736 ], [ 140.7, 22.9 ], [ 144.23553390593273, 21.435533905932736 ], [ 145.7, 17.9 ] ] ], [ [ [ 144.6, 18.3 ], [ 143.13553390593273, 14.764466094067263 ], [ 139.6, 13.3 ], [ 136.06446609406726, 14.764466094067263 ], [ 134.6, 18.3 ], [ 136.06446609406726, 21.83553390593274 ], [ 139.6, 23.3 ], [ 143.13553390593273, 21.83553390593274 ], [ 144.6, 18.3 ] ] ], [ [ [ 143.3, 18.6 ], [ 141.83553390593275, 15.064466094067264 ], [ 138.3, 13.600000000000001 ], [ 134.76446609406727, 15.064466094067264 ], [ 133.3, 18.6 ], [ 134.76446609406727, 22.13553390593274 ], [ 138.3, 23.6 ], [ 141.83553390593275, 22.13553390593274 ], [ 143.3, 18.6 ] ] ], [ [ [ 140.2, 18.9 ], [ 139.32132034355962, 16.778679656440357 ], [ 137.2, 15.899999999999999 ], [ 135.07867965644036, 16.778679656440357 ], [ 134.2, 18.9 ], [ 135.07867965644036, 21.02132034355964 ], [ 137.2, 21.9 ], [ 139.32132034355962, 21.02132034355964 ], [ 140.2, 18.9 ] ] ], [ [ [ 139.2, 19.3 ], [ 138.32132034355962, 17.17867965644036 ], [ 136.2, 16.3 ], [ 134.07867965644036, 17.17867965644036 ], [ 133.2, 19.3 ], [ 134.07867965644036, 21.421320343559643 ], [ 136.2, 22.3 ], [ 138.32132034355962, 21.421320343559643 ], [ 139.2, 19.3 ] ] ], [ [ [ 137.9, 19.5 ], [ 137.02132034355964, 17.378679656440358 ], [ 134.9, 16.5 ], [ 132.77867965644037, 17.378679656440358 ], [ 131.9, 19.5 ], [ 132.77867965644037, 21.621320343559642 ], [ 134.9, 22.5 ], [ 137.02132034355964, 21.621320343559642 ], [ 137.9, 19.5 ] ] ], [ [ [ 136.7, 19.9 ], [ 135.82132034355962, 17.778679656440357 ], [ 133.7, 16.9 ], [ 131.57867965644036, 17.778679656440357 ], [ 130.7, 19.9 ], [ 131.57867965644036, 22.02132034355964 ], [ 133.7, 22.9 ], [ 135.82132034355962, 22.02132034355964 ], [ 136.7, 19.9 ] ] ], [ [ [ 135.6, 20.0 ], [ 134.72132034355963, 17.878679656440358 ], [ 132.6, 17.0 ], [ 130.47867965644036, 17.878679656440358 ], [ 129.6, 20.0 ], [ 130.47867965644036, 22.121320343559642 ], [ 132.6, 23.0 ], [ 134.72132034355963, 22.121320343559642 ], [ 135.6, 20.0 ] ] ], [ [ [ 134.5, 20.1 ], [ 133.62132034355963, 17.97867965644036 ], [ 131.5, 17.1 ], [ 129.37867965644037, 17.97867965644036 ], [ 128.5, 20.1 ], [ 129.37867965644037, 22.221320343559643 ], [ 131.5, 23.1 ], [ 133.62132034355963, 22.221320343559643 ], [ 134.5, 20.1 ] ] ], [ [ [ 133.2, 20.5 ], [ 132.32132034355962, 18.378679656440358 ], [ 130.2, 17.5 ], [ 128.07867965644036, 18.378679656440358 ], [ 127.19999999999999, 20.5 ], [ 128.07867965644036, 22.621320343559642 ], [ 130.2, 23.5 ], [ 132.32132034355962, 22.621320343559642 ], [ 133.2, 20.5 ] ] ], [ [ [ 132.2, 20.9 ], [ 131.32132034355962, 18.778679656440357 ], [ 129.2, 17.9 ], [ 127.07867965644034, 18.778679656440357 ], [ 126.19999999999999, 20.9 ], [ 127.07867965644034, 23.02132034355964 ], [ 129.2, 23.9 ], [ 131.32132034355962, 23.02132034355964 ], [ 132.2, 20.9 ] ] ], [ [ [ 131.2, 21.2 ], [ 130.32132034355962, 19.078679656440357 ], [ 128.2, 18.2 ], [ 126.07867965644034, 19.078679656440357 ], [ 125.19999999999999, 21.2 ], [ 126.07867965644034, 23.32132034355964 ], [ 128.2, 24.2 ], [ 130.32132034355962, 23.32132034355964 ], [ 131.2, 21.2 ] ] ], [ [ [ 129.8, 21.5 ], [ 128.92132034355964, 19.378679656440358 ], [ 126.8, 18.5 ], [ 124.67867965644035, 19.378679656440358 ], [ 123.8, 21.5 ], [ 124.67867965644035, 23.621320343559642 ], [ 126.8, 24.5 ], [ 128.92132034355964, 23.621320343559642 ], [ 129.8, 21.5 ] ] ], [ [ [ 128.8, 21.9 ], [ 127.92132034355964, 19.778679656440357 ], [ 125.8, 18.9 ], [ 123.67867965644035, 19.778679656440357 ], [ 122.8, 21.9 ], [ 123.67867965644035, 24.02132034355964 ], [ 125.8, 24.9 ], [ 127.92132034355964, 24.02132034355964 ], [ 128.8, 21.9 ] ] ], [ [ [ 128.3, 22.1 ], [ 127.42132034355964, 19.97867965644036 ], [ 125.3, 19.1 ], [ 123.17867965644035, 19.97867965644036 ], [ 122.3, 22.1 ], [ 123.17867965644035, 24.221320343559643 ], [ 125.3, 25.1 ], [ 127.42132034355964, 24.221320343559643 ], [ 128.3, 22.1 ] ] ], [ [ [ 127.8, 22.4 ], [ 126.92132034355964, 20.278679656440357 ], [ 124.8, 19.4 ], [ 122.67867965644035, 20.278679656440357 ], [ 121.8, 22.4 ], [ 122.67867965644035, 24.52132034355964 ], [ 124.8, 25.4 ], [ 126.92132034355964, 24.52132034355964 ], [ 127.8, 22.4 ] ] ], [ [ [ 127.3, 22.7 ], [ 126.42132034355964, 20.578679656440357 ], [ 124.3, 19.7 ], [ 122.17867965644035, 20.578679656440357 ], [ 121.3, 22.7 ], [ 122.17867965644035, 24.82132034355964 ], [ 124.3, 25.7 ], [ 126.42132034355964, 24.82132034355964 ], [ 127.3, 22.7 ] ] ], [ [ [ 126.8, 22.9 ], [ 125.92132034355964, 20.778679656440357 ], [ 123.8, 19.9 ], [ 121.67867965644035, 20.778679656440357 ], [ 120.8, 22.9 ], [ 121.67867965644035, 25.02132034355964 ], [ 123.8, 25.9 ], [ 125.92132034355964, 25.02132034355964 ], [ 126.8, 22.9 ] ] ], [ [ [ 126.3, 23.2 ], [ 125.42132034355964, 21.078679656440357 ], [ 123.3, 20.2 ], [ 121.17867965644035, 21.078679656440357 ], [ 120.3, 23.2 ], [ 121.17867965644035, 25.32132034355964 ], [ 123.3, 26.2 ], [ 125.42132034355964, 25.32132034355964 ], [ 126.3, 23.2 ] ] ], [ [ [ 125.7, 23.7 ], [ 124.82132034355965, 21.578679656440357 ], [ 122.7, 20.7 ], [ 120.57867965644036, 21.578679656440357 ], [ 119.7, 23.7 ], [ 120.57867965644036, 25.82132034355964 ], [ 122.7, 26.7 ], [ 124.82132034355965, 25.82132034355964 ], [ 125.7, 23.7 ] ] ], [ [ [ 124.5, 24.1 ], [ 123.62132034355965, 21.97867965644036 ], [ 121.5, 21.1 ], [ 119.37867965644035, 21.97867965644036 ], [ 118.5, 24.1 ], [ 119.37867965644035, 26.221320343559643 ], [ 121.5, 27.1 ], [ 123.62132034355965, 26.221320343559643 ], [ 124.5, 24.1 ] ] ], [ [ [ 124.0, 23.9 ], [ 123.12132034355965, 21.778679656440357 ], [ 121.0, 20.9 ], [ 118.87867965644035, 21.778679656440357 ], [ 118.0, 23.9 ], [ 118.87867965644035, 26.02132034355964 ], [ 121.0, 26.9 ], [ 123.12132034355965, 26.02132034355964 ], [ 124.0, 23.9 ] ] ], [ [ [ 123.5, 23.9 ], [ 122.62132034355965, 21.778679656440357 ], [ 120.5, 20.9 ], [ 118.37867965644035, 21.778679656440357 ], [ 117.5, 23.9 ], [ 118.37867965644035, 26.02132034355964 ], [ 120.5, 26.9 ], [ 122.62132034355965, 26.02132034355964 ], [ 123.5, 23.9 ] ] ], [ [ [ 123.0, 24.1 ], [ 122.12132034355965, 21.97867965644036 ], [ 120.0, 21.1 ], [ 117.87867965644035, 21.97867965644036 ], [ 117.0, 24.1 ], [ 117.87867965644035, 26.221320343559643 ], [ 120.0, 27.1 ], [ 122.12132034355965, 26.221320343559643 ], [ 123.0, 24.1 ] ] ], [ [ [ 122.2, 24.6 ], [ 121.32132034355965, 22.47867965644036 ], [ 119.2, 21.6 ], [ 117.07867965644036, 22.47867965644036 ], [ 116.2, 24.6 ], [ 117.07867965644036, 26.721320343559643 ], [ 119.2, 27.6 ], [ 121.32132034355965, 26.721320343559643 ], [ 122.2, 24.6 ] ] ], [ [ [ 121.3, 25.2 ], [ 120.42132034355964, 23.078679656440357 ], [ 118.3, 22.2 ], [ 116.17867965644035, 23.078679656440357 ], [ 115.3, 25.2 ], [ 116.17867965644035, 27.32132034355964 ], [ 118.3, 28.2 ], [ 120.42132034355964, 27.32132034355964 ], [ 121.3, 25.2 ] ] ], [ [ [ 120.6, 25.8 ], [ 119.72132034355964, 23.67867965644036 ], [ 117.6, 22.8 ], [ 115.47867965644035, 23.67867965644036 ], [ 114.6, 25.8 ], [ 115.47867965644035, 27.921320343559643 ], [ 117.6, 28.8 ], [ 119.72132034355964, 27.921320343559643 ], [ 120.6, 25.8 ] ] ], [ [ [ 119.9, 26.6 ], [ 119.02132034355965, 24.47867965644036 ], [ 116.9, 23.6 ], [ 114.77867965644036, 24.47867965644036 ], [ 113.9, 26.6 ], [ 114.77867965644036, 28.721320343559643 ], [ 116.9, 29.6 ], [ 119.02132034355965, 28.721320343559643 ], [ 119.9, 26.6 ] ] ], [ [ [ 119.4, 27.8 ], [ 118.52132034355965, 25.67867965644036 ], [ 116.4, 24.8 ], [ 114.27867965644036, 25.67867965644036 ], [ 113.4, 27.8 ], [ 114.27867965644036, 29.921320343559643 ], [ 116.4, 30.8 ], [ 118.52132034355965, 29.921320343559643 ], [ 119.4, 27.8 ] ] ], [ [ [ 119.8, 29.1 ], [ 118.92132034355964, 26.97867965644036 ], [ 116.8, 26.1 ], [ 114.67867965644035, 26.97867965644036 ], [ 113.8, 29.1 ], [ 114.67867965644035, 31.221320343559643 ], [ 116.8, 32.1 ], [ 118.92132034355964, 31.221320343559643 ], [ 119.8, 29.1 ] ] ], [ [ [ 120.5, 30.2 ], [ 119.62132034355965, 28.078679656440357 ], [ 117.5, 27.2 ], [ 115.37867965644035, 28.078679656440357 ], [ 114.5, 30.2 ], [ 115.37867965644035, 32.32132034355964 ], [ 117.5, 33.2 ], [ 119.62132034355965, 32.32132034355964 ], [ 120.5, 30.2 ] ] ], [ [ [ 121.2, 31.1 ], [ 120.32132034355965, 28.97867965644036 ], [ 118.2, 28.1 ], [ 116.07867965644036, 28.97867965644036 ], [ 115.2, 31.1 ], [ 116.07867965644036, 33.22132034355965 ], [ 118.2, 34.1 ], [ 120.32132034355965, 33.22132034355965 ], [ 121.2, 31.1 ] ] ], [ [ [ 122.6, 31.9 ], [ 121.72132034355964, 29.778679656440357 ], [ 119.6, 28.9 ], [ 117.47867965644035, 29.778679656440357 ], [ 116.6, 31.9 ], [ 117.47867965644035, 34.021320343559644 ], [ 119.6, 34.9 ], [ 121.72132034355964, 34.021320343559644 ], [ 122.6, 31.9 ] ] ], [ [ [ 123.5, 32.4 ], [ 122.62132034355965, 30.278679656440357 ], [ 120.5, 29.4 ], [ 118.37867965644035, 30.278679656440357 ], [ 117.5, 32.4 ], [ 118.37867965644035, 34.521320343559644 ], [ 120.5, 35.4 ], [ 122.62132034355965, 34.521320343559644 ], [ 123.5, 32.4 ] ] ], [ [ [ 124.4, 32.7 ], [ 123.52132034355965, 30.57867965644036 ], [ 121.4, 29.700000000000003 ], [ 119.27867965644036, 30.57867965644036 ], [ 118.4, 32.7 ], [ 119.27867965644036, 34.82132034355965 ], [ 121.4, 35.7 ], [ 123.52132034355965, 34.82132034355965 ], [ 124.4, 32.7 ] ] ], [ [ [ 125.4, 33.0 ], [ 124.52132034355965, 30.878679656440358 ], [ 122.4, 30.0 ], [ 120.27867965644036, 30.878679656440358 ], [ 119.4, 33.0 ], [ 120.27867965644036, 35.121320343559645 ], [ 122.4, 36.0 ], [ 124.52132034355965, 35.121320343559645 ], [ 125.4, 33.0 ] ] ], [ [ [ 126.3, 33.0 ], [ 125.42132034355964, 30.878679656440358 ], [ 123.3, 30.0 ], [ 121.17867965644035, 30.878679656440358 ], [ 120.3, 33.0 ], [ 121.17867965644035, 35.121320343559645 ], [ 123.3, 36.0 ], [ 125.42132034355964, 35.121320343559645 ], [ 126.3, 33.0 ] ] ], [ [ [ 128.0, 33.0 ], [ 127.12132034355965, 30.878679656440358 ], [ 125.0, 30.0 ], [ 122.87867965644035, 30.878679656440358 ], [ 122.0, 33.0 ], [ 122.87867965644035, 35.121320343559645 ], [ 125.0, 36.0 ], [ 127.12132034355965, 35.121320343559645 ], [ 128.0, 33.0 ] ] ], [ [ [ 129.7, 33.3 ], [ 128.82132034355965, 31.178679656440355 ], [ 126.7, 30.299999999999997 ], [ 124.57867965644036, 31.178679656440355 ], [ 123.7, 33.3 ], [ 124.57867965644036, 35.42132034355964 ], [ 126.7, 36.3 ], [ 128.82132034355965, 35.42132034355964 ], [ 129.7, 33.3 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-07-30T03:00:00Z", "2015-07-30T09:00:00Z", "2015-07-30T15:00:00Z", "2015-07-30T21:00:00Z", "2015-07-31T03:00:00Z", "2015-07-31T09:00:00Z", "2015-07-31T15:00:00Z", "2015-07-31T21:00:00Z", "2015-08-01T03:00:00Z", "2015-08-01T09:00:00Z", "2015-08-01T15:00:00Z", "2015-08-01T21:00:00Z", "2015-08-02T03:00:00Z", "2015-08-02T09:00:00Z", "2015-08-02T15:00:00Z", "2015-08-02T21:00:00Z", "2015-08-03T03:00:00Z", "2015-08-03T09:00:00Z", "2015-08-03T15:00:00Z", "2015-08-03T21:00:00Z", "2015-08-04T03:00:00Z", "2015-08-04T09:00:00Z", "2015-08-04T15:00:00Z", "2015-08-04T21:00:00Z", "2015-08-05T03:00:00Z", "2015-08-05T09:00:00Z", "2015-08-05T15:00:00Z", "2015-08-05T21:00:00Z", "2015-08-06T03:00:00Z", "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T12:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T18:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T00:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T06:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T12:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 998.0, 996.0, 990.0, 980.0, 970.0, 960.0, 945.0, 940.0, 930.0, 910.0, 900.0, 900.0, 900.0, 910.0, 925.0, 930.0, 930.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 950.0, 965.0, 970.0, 970.0, 975.0, 980.0, 992.0, 994.0, 996.0, 998.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 1000.0, 1000.0, 1000.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 50.0, 60.0, 70.0, 80.0, 85.0, 90.0, 95.0, 105.0, 115.0, 115.0, 115.0, 105.0, 100.0, 95.0, 95.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 80.0, 70.0, 70.0, 70.0, 65.0, 55.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201513号 (SOUDELOR)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-07-30T03:00:00Z", "2015-07-30T09:00:00Z", "2015-07-30T15:00:00Z", "2015-07-30T21:00:00Z", "2015-07-31T03:00:00Z", "2015-07-31T09:00:00Z", "2015-07-31T15:00:00Z", "2015-07-31T21:00:00Z", "2015-08-01T03:00:00Z", "2015-08-01T09:00:00Z", "2015-08-01T15:00:00Z", "2015-08-01T21:00:00Z", "2015-08-02T03:00:00Z", "2015-08-02T09:00:00Z", "2015-08-02T15:00:00Z", "2015-08-02T21:00:00Z", "2015-08-03T03:00:00Z", "2015-08-03T09:00:00Z", "2015-08-03T15:00:00Z", "2015-08-03T21:00:00Z", "2015-08-04T03:00:00Z", "2015-08-04T09:00:00Z", "2015-08-04T15:00:00Z", "2015-08-04T21:00:00Z", "2015-08-05T03:00:00Z", "2015-08-05T09:00:00Z", "2015-08-05T15:00:00Z", "2015-08-05T21:00:00Z", "2015-08-06T03:00:00Z", "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T12:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T18:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T00:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T06:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T12:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 163.2, 13.3 ], [ 162.90710678118654, 12.592893218813453 ], [ 162.2, 12.3 ], [ 161.49289321881344, 12.592893218813453 ], [ 161.2, 13.3 ], [ 161.49289321881344, 14.007106781186549 ], [ 162.2, 14.3 ], [ 162.90710678118654, 14.007106781186549 ], [ 163.2, 13.3 ] ] ], [ [ [ 161.7, 13.7 ], [ 161.40710678118654, 12.992893218813451 ], [ 160.7, 12.7 ], [ 159.99289321881344, 12.992893218813451 ], [ 159.7, 13.7 ], [ 159.99289321881344, 14.407106781186547 ], [ 160.7, 14.7 ], [ 161.40710678118654, 14.407106781186547 ], [ 161.7, 13.7 ] ] ], [ [ [ 160.8, 13.6 ], [ 160.50710678118656, 12.892893218813452 ], [ 159.8, 12.6 ], [ 159.09289321881346, 12.892893218813452 ], [ 158.8, 13.6 ], [ 159.09289321881346, 14.307106781186548 ], [ 159.8, 14.6 ], [ 160.50710678118656, 14.307106781186548 ], [ 160.8, 13.6 ] ] ], [ [ [ 160.3, 13.6 ], [ 160.00710678118656, 12.892893218813452 ], [ 159.3, 12.6 ], [ 158.59289321881346, 12.892893218813452 ], [ 158.3, 13.6 ], [ 158.59289321881346, 14.307106781186548 ], [ 159.3, 14.6 ], [ 160.00710678118656, 14.307106781186548 ], [ 160.3, 13.6 ] ] ], [ [ [ 159.8, 13.5 ], [ 159.50710678118656, 12.792893218813452 ], [ 158.8, 12.5 ], [ 158.09289321881346, 12.792893218813452 ], [ 157.8, 13.5 ], [ 158.09289321881346, 14.207106781186548 ], [ 158.8, 14.5 ], [ 159.50710678118656, 14.207106781186548 ], [ 159.8, 13.5 ] ] ], [ [ [ 159.2, 13.4 ], [ 158.90710678118654, 12.692893218813452 ], [ 158.2, 12.4 ], [ 157.49289321881344, 12.692893218813452 ], [ 157.2, 13.4 ], [ 157.49289321881344, 14.107106781186548 ], [ 158.2, 14.4 ], [ 158.90710678118654, 14.107106781186548 ], [ 159.2, 13.4 ] ] ], [ [ [ 157.8, 13.2 ], [ 157.50710678118656, 12.492893218813451 ], [ 156.8, 12.2 ], [ 156.09289321881346, 12.492893218813451 ], [ 155.8, 13.2 ], [ 156.09289321881346, 13.907106781186547 ], [ 156.8, 14.2 ], [ 157.50710678118656, 13.907106781186547 ], [ 157.8, 13.2 ] ] ], [ [ [ 156.5, 13.4 ], [ 156.20710678118655, 12.692893218813452 ], [ 155.5, 12.4 ], [ 154.79289321881345, 12.692893218813452 ], [ 154.5, 13.4 ], [ 154.79289321881345, 14.107106781186548 ], [ 155.5, 14.4 ], [ 156.20710678118655, 14.107106781186548 ], [ 156.5, 13.4 ] ] ], [ [ [ 157.4, 13.4 ], [ 156.52132034355964, 11.278679656440358 ], [ 154.4, 10.4 ], [ 152.27867965644037, 11.278679656440357 ], [ 151.4, 13.4 ], [ 152.27867965644037, 15.521320343559642 ], [ 154.4, 16.4 ], [ 156.52132034355964, 15.521320343559644 ], [ 157.4, 13.4 ] ] ], [ [ [ 156.4, 13.6 ], [ 155.52132034355964, 11.478679656440358 ], [ 153.4, 10.6 ], [ 151.27867965644037, 11.478679656440356 ], [ 150.4, 13.6 ], [ 151.27867965644037, 15.721320343559642 ], [ 153.4, 16.6 ], [ 155.52132034355964, 15.721320343559643 ], [ 156.4, 13.6 ] ] ], [ [ [ 155.1, 14.0 ], [ 154.22132034355963, 11.878679656440358 ], [ 152.1, 11.0 ], [ 149.97867965644036, 11.878679656440358 ], [ 149.1, 14.0 ], [ 149.97867965644036, 16.121320343559642 ], [ 152.1, 17.0 ], [ 154.22132034355963, 16.121320343559642 ], [ 155.1, 14.0 ] ] ], [ [ [ 153.7, 14.3 ], [ 152.82132034355962, 12.178679656440359 ], [ 150.7, 11.3 ], [ 148.57867965644036, 12.178679656440359 ], [ 147.7, 14.3 ], [ 148.57867965644036, 16.421320343559643 ], [ 150.7, 17.3 ], [ 152.82132034355962, 16.421320343559643 ], [ 153.7, 14.3 ] ] ], [ [ [ 152.6, 14.4 ], [ 151.72132034355963, 12.278679656440358 ], [ 149.6, 11.4 ], [ 147.47867965644036, 12.278679656440357 ], [ 146.6, 14.4 ], [ 147.47867965644036, 16.521320343559644 ], [ 149.6, 17.4 ], [ 151.72132034355963, 16.521320343559644 ], [ 152.6, 14.4 ] ] ], [ [ [ 151.2, 14.6 ], [ 150.32132034355962, 12.478679656440358 ], [ 148.2, 11.6 ], [ 146.07867965644036, 12.478679656440356 ], [ 145.2, 14.6 ], [ 146.07867965644036, 16.721320343559643 ], [ 148.2, 17.6 ], [ 150.32132034355962, 16.721320343559643 ], [ 151.2, 14.6 ] ] ], [ [ [ 149.8, 14.9 ], [ 148.92132034355964, 12.778679656440358 ], [ 146.8, 11.9 ], [ 144.67867965644038, 12.778679656440357 ], [ 143.8, 14.9 ], [ 144.67867965644038, 17.021320343559644 ], [ 146.8, 17.9 ], [ 148.92132034355964, 17.021320343559644 ], [ 149.8, 14.9 ] ] ], [ [ [ 149.0, 15.1 ], [ 148.12132034355963, 12.978679656440358 ], [ 146.0, 12.1 ], [ 143.87867965644037, 12.978679656440356 ], [ 143.0, 15.1 ], [ 143.87867965644037, 17.221320343559643 ], [ 146.0, 18.1 ], [ 148.12132034355963, 17.221320343559643 ], [ 149.0, 15.1 ] ] ], [ [ [ 148.0, 15.6 ], [ 147.12132034355963, 13.478679656440358 ], [ 145.0, 12.6 ], [ 142.87867965644037, 13.478679656440356 ], [ 142.0, 15.6 ], [ 142.87867965644037, 17.721320343559643 ], [ 145.0, 18.6 ], [ 147.12132034355963, 17.721320343559643 ], [ 148.0, 15.6 ] ] ], [ [ [ 147.0, 16.2 ], [ 146.12132034355963, 14.078679656440357 ], [ 144.0, 13.2 ], [ 141.87867965644037, 14.078679656440357 ], [ 141.0, 16.2 ], [ 141.87867965644037, 18.32132034355964 ], [ 144.0, 19.2 ], [ 146.12132034355963, 18.32132034355964 ], [ 147.0, 16.2 ] ] ], [ [ [ 146.0, 16.9 ], [ 145.12132034355963, 14.778679656440357 ], [ 143.0, 13.899999999999999 ], [ 140.87867965644037, 14.778679656440357 ], [ 140.0, 16.9 ], [ 140.87867965644037, 19.02132034355964 ], [ 143.0, 19.9 ], [ 145.12132034355963, 19.02132034355964 ], [ 146.0, 16.9 ] ] ], [ [ [ 144.9, 17.4 ], [ 144.02132034355964, 15.278679656440357 ], [ 141.9, 14.399999999999999 ], [ 139.77867965644037, 15.278679656440357 ], [ 138.9, 17.4 ], [ 139.77867965644037, 19.52132034355964 ], [ 141.9, 20.4 ], [ 144.02132034355964, 19.52132034355964 ], [ 144.9, 17.4 ] ] ], [ [ [ 145.7, 17.9 ], [ 144.23553390593273, 14.36446609406726 ], [ 140.7, 12.899999999999999 ], [ 137.16446609406725, 14.36446609406726 ], [ 135.7, 17.9 ], [ 137.16446609406725, 21.435533905932736 ], [ 140.7, 22.9 ], [ 144.23553390593273, 21.435533905932736 ], [ 145.7, 17.9 ] ] ], [ [ [ 144.6, 18.3 ], [ 143.13553390593273, 14.764466094067263 ], [ 139.6, 13.3 ], [ 136.06446609406726, 14.764466094067263 ], [ 134.6, 18.3 ], [ 136.06446609406726, 21.83553390593274 ], [ 139.6, 23.3 ], [ 143.13553390593273, 21.83553390593274 ], [ 144.6, 18.3 ] ] ], [ [ [ 143.3, 18.6 ], [ 141.83553390593275, 15.064466094067264 ], [ 138.3, 13.600000000000001 ], [ 134.76446609406727, 15.064466094067264 ], [ 133.3, 18.6 ], [ 134.76446609406727, 22.13553390593274 ], [ 138.3, 23.6 ], [ 141.83553390593275, 22.13553390593274 ], [ 143.3, 18.6 ] ] ], [ [ [ 140.2, 18.9 ], [ 139.32132034355962, 16.778679656440357 ], [ 137.2, 15.899999999999999 ], [ 135.07867965644036, 16.778679656440357 ], [ 134.2, 18.9 ], [ 135.07867965644036, 21.02132034355964 ], [ 137.2, 21.9 ], [ 139.32132034355962, 21.02132034355964 ], [ 140.2, 18.9 ] ] ], [ [ [ 139.2, 19.3 ], [ 138.32132034355962, 17.17867965644036 ], [ 136.2, 16.3 ], [ 134.07867965644036, 17.17867965644036 ], [ 133.2, 19.3 ], [ 134.07867965644036, 21.421320343559643 ], [ 136.2, 22.3 ], [ 138.32132034355962, 21.421320343559643 ], [ 139.2, 19.3 ] ] ], [ [ [ 137.9, 19.5 ], [ 137.02132034355964, 17.378679656440358 ], [ 134.9, 16.5 ], [ 132.77867965644037, 17.378679656440358 ], [ 131.9, 19.5 ], [ 132.77867965644037, 21.621320343559642 ], [ 134.9, 22.5 ], [ 137.02132034355964, 21.621320343559642 ], [ 137.9, 19.5 ] ] ], [ [ [ 136.7, 19.9 ], [ 135.82132034355962, 17.778679656440357 ], [ 133.7, 16.9 ], [ 131.57867965644036, 17.778679656440357 ], [ 130.7, 19.9 ], [ 131.57867965644036, 22.02132034355964 ], [ 133.7, 22.9 ], [ 135.82132034355962, 22.02132034355964 ], [ 136.7, 19.9 ] ] ], [ [ [ 135.6, 20.0 ], [ 134.72132034355963, 17.878679656440358 ], [ 132.6, 17.0 ], [ 130.47867965644036, 17.878679656440358 ], [ 129.6, 20.0 ], [ 130.47867965644036, 22.121320343559642 ], [ 132.6, 23.0 ], [ 134.72132034355963, 22.121320343559642 ], [ 135.6, 20.0 ] ] ], [ [ [ 134.5, 20.1 ], [ 133.62132034355963, 17.97867965644036 ], [ 131.5, 17.1 ], [ 129.37867965644037, 17.97867965644036 ], [ 128.5, 20.1 ], [ 129.37867965644037, 22.221320343559643 ], [ 131.5, 23.1 ], [ 133.62132034355963, 22.221320343559643 ], [ 134.5, 20.1 ] ] ], [ [ [ 133.2, 20.5 ], [ 132.32132034355962, 18.378679656440358 ], [ 130.2, 17.5 ], [ 128.07867965644036, 18.378679656440358 ], [ 127.19999999999999, 20.5 ], [ 128.07867965644036, 22.621320343559642 ], [ 130.2, 23.5 ], [ 132.32132034355962, 22.621320343559642 ], [ 133.2, 20.5 ] ] ], [ [ [ 132.2, 20.9 ], [ 131.32132034355962, 18.778679656440357 ], [ 129.2, 17.9 ], [ 127.07867965644034, 18.778679656440357 ], [ 126.19999999999999, 20.9 ], [ 127.07867965644034, 23.02132034355964 ], [ 129.2, 23.9 ], [ 131.32132034355962, 23.02132034355964 ], [ 132.2, 20.9 ] ] ], [ [ [ 131.2, 21.2 ], [ 130.32132034355962, 19.078679656440357 ], [ 128.2, 18.2 ], [ 126.07867965644034, 19.078679656440357 ], [ 125.19999999999999, 21.2 ], [ 126.07867965644034, 23.32132034355964 ], [ 128.2, 24.2 ], [ 130.32132034355962, 23.32132034355964 ], [ 131.2, 21.2 ] ] ], [ [ [ 129.8, 21.5 ], [ 128.92132034355964, 19.378679656440358 ], [ 126.8, 18.5 ], [ 124.67867965644035, 19.378679656440358 ], [ 123.8, 21.5 ], [ 124.67867965644035, 23.621320343559642 ], [ 126.8, 24.5 ], [ 128.92132034355964, 23.621320343559642 ], [ 129.8, 21.5 ] ] ], [ [ [ 128.8, 21.9 ], [ 127.92132034355964, 19.778679656440357 ], [ 125.8, 18.9 ], [ 123.67867965644035, 19.778679656440357 ], [ 122.8, 21.9 ], [ 123.67867965644035, 24.02132034355964 ], [ 125.8, 24.9 ], [ 127.92132034355964, 24.02132034355964 ], [ 128.8, 21.9 ] ] ], [ [ [ 128.3, 22.1 ], [ 127.42132034355964, 19.97867965644036 ], [ 125.3, 19.1 ], [ 123.17867965644035, 19.97867965644036 ], [ 122.3, 22.1 ], [ 123.17867965644035, 24.221320343559643 ], [ 125.3, 25.1 ], [ 127.42132034355964, 24.221320343559643 ], [ 128.3, 22.1 ] ] ], [ [ [ 127.8, 22.4 ], [ 126.92132034355964, 20.278679656440357 ], [ 124.8, 19.4 ], [ 122.67867965644035, 20.278679656440357 ], [ 121.8, 22.4 ], [ 122.67867965644035, 24.52132034355964 ], [ 124.8, 25.4 ], [ 126.92132034355964, 24.52132034355964 ], [ 127.8, 22.4 ] ] ], [ [ [ 127.3, 22.7 ], [ 126.42132034355964, 20.578679656440357 ], [ 124.3, 19.7 ], [ 122.17867965644035, 20.578679656440357 ], [ 121.3, 22.7 ], [ 122.17867965644035, 24.82132034355964 ], [ 124.3, 25.7 ], [ 126.42132034355964, 24.82132034355964 ], [ 127.3, 22.7 ] ] ], [ [ [ 126.8, 22.9 ], [ 125.92132034355964, 20.778679656440357 ], [ 123.8, 19.9 ], [ 121.67867965644035, 20.778679656440357 ], [ 120.8, 22.9 ], [ 121.67867965644035, 25.02132034355964 ], [ 123.8, 25.9 ], [ 125.92132034355964, 25.02132034355964 ], [ 126.8, 22.9 ] ] ], [ [ [ 126.3, 23.2 ], [ 125.42132034355964, 21.078679656440357 ], [ 123.3, 20.2 ], [ 121.17867965644035, 21.078679656440357 ], [ 120.3, 23.2 ], [ 121.17867965644035, 25.32132034355964 ], [ 123.3, 26.2 ], [ 125.42132034355964, 25.32132034355964 ], [ 126.3, 23.2 ] ] ], [ [ [ 125.7, 23.7 ], [ 124.82132034355965, 21.578679656440357 ], [ 122.7, 20.7 ], [ 120.57867965644036, 21.578679656440357 ], [ 119.7, 23.7 ], [ 120.57867965644036, 25.82132034355964 ], [ 122.7, 26.7 ], [ 124.82132034355965, 25.82132034355964 ], [ 125.7, 23.7 ] ] ], [ [ [ 124.5, 24.1 ], [ 123.62132034355965, 21.97867965644036 ], [ 121.5, 21.1 ], [ 119.37867965644035, 21.97867965644036 ], [ 118.5, 24.1 ], [ 119.37867965644035, 26.221320343559643 ], [ 121.5, 27.1 ], [ 123.62132034355965, 26.221320343559643 ], [ 124.5, 24.1 ] ] ], [ [ [ 124.0, 23.9 ], [ 123.12132034355965, 21.778679656440357 ], [ 121.0, 20.9 ], [ 118.87867965644035, 21.778679656440357 ], [ 118.0, 23.9 ], [ 118.87867965644035, 26.02132034355964 ], [ 121.0, 26.9 ], [ 123.12132034355965, 26.02132034355964 ], [ 124.0, 23.9 ] ] ], [ [ [ 123.5, 23.9 ], [ 122.62132034355965, 21.778679656440357 ], [ 120.5, 20.9 ], [ 118.37867965644035, 21.778679656440357 ], [ 117.5, 23.9 ], [ 118.37867965644035, 26.02132034355964 ], [ 120.5, 26.9 ], [ 122.62132034355965, 26.02132034355964 ], [ 123.5, 23.9 ] ] ], [ [ [ 123.0, 24.1 ], [ 122.12132034355965, 21.97867965644036 ], [ 120.0, 21.1 ], [ 117.87867965644035, 21.97867965644036 ], [ 117.0, 24.1 ], [ 117.87867965644035, 26.221320343559643 ], [ 120.0, 27.1 ], [ 122.12132034355965, 26.221320343559643 ], [ 123.0, 24.1 ] ] ], [ [ [ 122.2, 24.6 ], [ 121.32132034355965, 22.47867965644036 ], [ 119.2, 21.6 ], [ 117.07867965644036, 22.47867965644036 ], [ 116.2, 24.6 ], [ 117.07867965644036, 26.721320343559643 ], [ 119.2, 27.6 ], [ 121.32132034355965, 26.721320343559643 ], [ 122.2, 24.6 ] ] ], [ [ [ 121.3, 25.2 ], [ 120.42132034355964, 23.078679656440357 ], [ 118.3, 22.2 ], [ 116.17867965644035, 23.078679656440357 ], [ 115.3, 25.2 ], [ 116.17867965644035, 27.32132034355964 ], [ 118.3, 28.2 ], [ 120.42132034355964, 27.32132034355964 ], [ 121.3, 25.2 ] ] ], [ [ [ 120.6, 25.8 ], [ 119.72132034355964, 23.67867965644036 ], [ 117.6, 22.8 ], [ 115.47867965644035, 23.67867965644036 ], [ 114.6, 25.8 ], [ 115.47867965644035, 27.921320343559643 ], [ 117.6, 28.8 ], [ 119.72132034355964, 27.921320343559643 ], [ 120.6, 25.8 ] ] ], [ [ [ 119.9, 26.6 ], [ 119.02132034355965, 24.47867965644036 ], [ 116.9, 23.6 ], [ 114.77867965644036, 24.47867965644036 ], [ 113.9, 26.6 ], [ 114.77867965644036, 28.721320343559643 ], [ 116.9, 29.6 ], [ 119.02132034355965, 28.721320343559643 ], [ 119.9, 26.6 ] ] ], [ [ [ 119.4, 27.8 ], [ 118.52132034355965, 25.67867965644036 ], [ 116.4, 24.8 ], [ 114.27867965644036, 25.67867965644036 ], [ 113.4, 27.8 ], [ 114.27867965644036, 29.921320343559643 ], [ 116.4, 30.8 ], [ 118.52132034355965, 29.921320343559643 ], [ 119.4, 27.8 ] ] ], [ [ [ 119.8, 29.1 ], [ 118.92132034355964, 26.97867965644036 ], [ 116.8, 26.1 ], [ 114.67867965644035, 26.97867965644036 ], [ 113.8, 29.1 ], [ 114.67867965644035, 31.221320343559643 ], [ 116.8, 32.1 ], [ 118.92132034355964, 31.221320343559643 ], [ 119.8, 29.1 ] ] ], [ [ [ 120.5, 30.2 ], [ 119.62132034355965, 28.078679656440357 ], [ 117.5, 27.2 ], [ 115.37867965644035, 28.078679656440357 ], [ 114.5, 30.2 ], [ 115.37867965644035, 32.32132034355964 ], [ 117.5, 33.2 ], [ 119.62132034355965, 32.32132034355964 ], [ 120.5, 30.2 ] ] ], [ [ [ 121.2, 31.1 ], [ 120.32132034355965, 28.97867965644036 ], [ 118.2, 28.1 ], [ 116.07867965644036, 28.97867965644036 ], [ 115.2, 31.1 ], [ 116.07867965644036, 33.22132034355965 ], [ 118.2, 34.1 ], [ 120.32132034355965, 33.22132034355965 ], [ 121.2, 31.1 ] ] ], [ [ [ 122.6, 31.9 ], [ 121.72132034355964, 29.778679656440357 ], [ 119.6, 28.9 ], [ 117.47867965644035, 29.778679656440357 ], [ 116.6, 31.9 ], [ 117.47867965644035, 34.021320343559644 ], [ 119.6, 34.9 ], [ 121.72132034355964, 34.021320343559644 ], [ 122.6, 31.9 ] ] ], [ [ [ 123.5, 32.4 ], [ 122.62132034355965, 30.278679656440357 ], [ 120.5, 29.4 ], [ 118.37867965644035, 30.278679656440357 ], [ 117.5, 32.4 ], [ 118.37867965644035, 34.521320343559644 ], [ 120.5, 35.4 ], [ 122.62132034355965, 34.521320343559644 ], [ 123.5, 32.4 ] ] ], [ [ [ 124.4, 32.7 ], [ 123.52132034355965, 30.57867965644036 ], [ 121.4, 29.700000000000003 ], [ 119.27867965644036, 30.57867965644036 ], [ 118.4, 32.7 ], [ 119.27867965644036, 34.82132034355965 ], [ 121.4, 35.7 ], [ 123.52132034355965, 34.82132034355965 ], [ 124.4, 32.7 ] ] ], [ [ [ 125.4, 33.0 ], [ 124.52132034355965, 30.878679656440358 ], [ 122.4, 30.0 ], [ 120.27867965644036, 30.878679656440358 ], [ 119.4, 33.0 ], [ 120.27867965644036, 35.121320343559645 ], [ 122.4, 36.0 ], [ 124.52132034355965, 35.121320343559645 ], [ 125.4, 33.0 ] ] ], [ [ [ 126.3, 33.0 ], [ 125.42132034355964, 30.878679656440358 ], [ 123.3, 30.0 ], [ 121.17867965644035, 30.878679656440358 ], [ 120.3, 33.0 ], [ 121.17867965644035, 35.121320343559645 ], [ 123.3, 36.0 ], [ 125.42132034355964, 35.121320343559645 ], [ 126.3, 33.0 ] ] ], [ [ [ 128.0, 33.0 ], [ 127.12132034355965, 30.878679656440358 ], [ 125.0, 30.0 ], [ 122.87867965644035, 30.878679656440358 ], [ 122.0, 33.0 ], [ 122.87867965644035, 35.121320343559645 ], [ 125.0, 36.0 ], [ 127.12132034355965, 35.121320343559645 ], [ 128.0, 33.0 ] ] ], [ [ [ 129.7, 33.3 ], [ 128.82132034355965, 31.178679656440355 ], [ 126.7, 30.299999999999997 ], [ 124.57867965644036, 31.178679656440355 ], [ 123.7, 33.3 ], [ 124.57867965644036, 35.42132034355964 ], [ 126.7, 36.3 ], [ 128.82132034355965, 35.42132034355964 ], [ 129.7, 33.3 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-07-30T03:00:00Z", "2015-07-30T09:00:00Z", "2015-07-30T15:00:00Z", "2015-07-30T21:00:00Z", "2015-07-31T03:00:00Z", "2015-07-31T09:00:00Z", "2015-07-31T15:00:00Z", "2015-07-31T21:00:00Z", "2015-08-01T03:00:00Z", "2015-08-01T09:00:00Z", "2015-08-01T15:00:00Z", "2015-08-01T21:00:00Z", "2015-08-02T03:00:00Z", "2015-08-02T09:00:00Z", "2015-08-02T15:00:00Z", "2015-08-02T21:00:00Z", "2015-08-03T03:00:00Z", "2015-08-03T09:00:00Z", "2015-08-03T15:00:00Z", "2015-08-03T21:00:00Z", "2015-08-04T03:00:00Z", "2015-08-04T09:00:00Z", "2015-08-04T15:00:00Z", "2015-08-04T21:00:00Z", "2015-08-05T03:00:00Z", "2015-08-05T09:00:00Z", "2015-08-05T15:00:00Z", "2015-08-05T21:00:00Z", "2015-08-06T03:00:00Z", "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T12:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T18:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T00:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T06:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T12:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 998.0, 996.0, 990.0, 980.0, 970.0, 960.0, 945.0, 940.0, 930.0, 910.0, 900.0, 900.0, 900.0, 910.0, 925.0, 930.0, 930.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 950.0, 965.0, 970.0, 970.0, 975.0, 980.0, 992.0, 994.0, 996.0, 998.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 1000.0, 1000.0, 1000.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 50.0, 60.0, 70.0, 80.0, 85.0, 90.0, 95.0, 105.0, 115.0, 115.0, 115.0, 105.0, 100.0, 95.0, 95.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 90.0, 80.0, 70.0, 70.0, 70.0, 65.0, 55.0, 40.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201514_MOLAVE_feature.json b/samples/Typhoon201514_MOLAVE_feature.json
index 4b01b4d..dda6dce 100644
--- a/samples/Typhoon201514_MOLAVE_feature.json
+++ b/samples/Typhoon201514_MOLAVE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201514号 (MOLAVE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z", "2015-08-12T15:00:00Z", "2015-08-12T21:00:00Z", "2015-08-13T03:00:00Z", "2015-08-13T09:00:00Z", "2015-08-13T15:00:00Z", "2015-08-13T21:00:00Z", "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z" ],
- "coordinates" : [ [ [ [ 150.3, 17.6 ], [ 150.00710678118656, 16.892893218813455 ], [ 149.3, 16.6 ], [ 148.59289321881346, 16.892893218813455 ], [ 148.3, 17.6 ], [ 148.59289321881346, 18.307106781186548 ], [ 149.3, 18.6 ], [ 150.00710678118656, 18.307106781186548 ], [ 150.3, 17.6 ] ] ], [ [ [ 149.9, 18.6 ], [ 149.60710678118656, 17.892893218813455 ], [ 148.9, 17.6 ], [ 148.19289321881345, 17.892893218813455 ], [ 147.9, 18.6 ], [ 148.19289321881345, 19.307106781186548 ], [ 148.9, 19.6 ], [ 149.60710678118656, 19.307106781186548 ], [ 149.9, 18.6 ] ] ], [ [ [ 149.7, 19.5 ], [ 149.40710678118654, 18.792893218813454 ], [ 148.7, 18.5 ], [ 147.99289321881344, 18.792893218813454 ], [ 147.7, 19.5 ], [ 147.99289321881344, 20.207106781186546 ], [ 148.7, 20.5 ], [ 149.40710678118654, 20.207106781186546 ], [ 149.7, 19.5 ] ] ], [ [ [ 149.2, 20.6 ], [ 148.90710678118654, 19.892893218813455 ], [ 148.2, 19.6 ], [ 147.49289321881344, 19.892893218813455 ], [ 147.2, 20.6 ], [ 147.49289321881344, 21.307106781186548 ], [ 148.2, 21.6 ], [ 148.90710678118654, 21.307106781186548 ], [ 149.2, 20.6 ] ] ], [ [ [ 148.8, 21.4 ], [ 148.50710678118656, 20.692893218813452 ], [ 147.8, 20.4 ], [ 147.09289321881346, 20.692893218813452 ], [ 146.8, 21.4 ], [ 147.09289321881346, 22.107106781186545 ], [ 147.8, 22.4 ], [ 148.50710678118656, 22.107106781186545 ], [ 148.8, 21.4 ] ] ], [ [ [ 150.2, 22.6 ], [ 149.32132034355962, 20.47867965644036 ], [ 147.2, 19.6 ], [ 145.07867965644036, 20.47867965644036 ], [ 144.2, 22.6 ], [ 145.07867965644036, 24.721320343559643 ], [ 147.2, 25.6 ], [ 149.32132034355962, 24.721320343559643 ], [ 150.2, 22.6 ] ] ], [ [ [ 149.3, 23.9 ], [ 148.42132034355964, 21.778679656440357 ], [ 146.3, 20.9 ], [ 144.17867965644038, 21.778679656440357 ], [ 143.3, 23.9 ], [ 144.17867965644038, 26.02132034355964 ], [ 146.3, 26.9 ], [ 148.42132034355964, 26.02132034355964 ], [ 149.3, 23.9 ] ] ], [ [ [ 148.5, 25.1 ], [ 147.62132034355963, 22.97867965644036 ], [ 145.5, 22.1 ], [ 143.37867965644037, 22.97867965644036 ], [ 142.5, 25.1 ], [ 143.37867965644037, 27.221320343559643 ], [ 145.5, 28.1 ], [ 147.62132034355963, 27.221320343559643 ], [ 148.5, 25.1 ] ] ], [ [ [ 147.2, 26.1 ], [ 146.32132034355962, 23.97867965644036 ], [ 144.2, 23.1 ], [ 142.07867965644036, 23.97867965644036 ], [ 141.2, 26.1 ], [ 142.07867965644036, 28.221320343559643 ], [ 144.2, 29.1 ], [ 146.32132034355962, 28.221320343559643 ], [ 147.2, 26.1 ] ] ], [ [ [ 146.2, 26.4 ], [ 145.32132034355962, 24.278679656440357 ], [ 143.2, 23.4 ], [ 141.07867965644036, 24.278679656440357 ], [ 140.2, 26.4 ], [ 141.07867965644036, 28.52132034355964 ], [ 143.2, 29.4 ], [ 145.32132034355962, 28.52132034355964 ], [ 146.2, 26.4 ] ] ], [ [ [ 145.2, 26.5 ], [ 144.32132034355962, 24.378679656440358 ], [ 142.2, 23.5 ], [ 140.07867965644036, 24.378679656440358 ], [ 139.2, 26.5 ], [ 140.07867965644036, 28.621320343559642 ], [ 142.2, 29.5 ], [ 144.32132034355962, 28.621320343559642 ], [ 145.2, 26.5 ] ] ], [ [ [ 144.6, 26.8 ], [ 143.72132034355963, 24.67867965644036 ], [ 141.6, 23.8 ], [ 139.47867965644036, 24.67867965644036 ], [ 138.6, 26.8 ], [ 139.47867965644036, 28.921320343559643 ], [ 141.6, 29.8 ], [ 143.72132034355963, 28.921320343559643 ], [ 144.6, 26.8 ] ] ], [ [ [ 143.9, 27.2 ], [ 143.02132034355964, 25.078679656440357 ], [ 140.9, 24.2 ], [ 138.77867965644037, 25.078679656440357 ], [ 137.9, 27.2 ], [ 138.77867965644037, 29.32132034355964 ], [ 140.9, 30.2 ], [ 143.02132034355964, 29.32132034355964 ], [ 143.9, 27.2 ] ] ], [ [ [ 143.8, 27.8 ], [ 142.92132034355964, 25.67867965644036 ], [ 140.8, 24.8 ], [ 138.67867965644038, 25.67867965644036 ], [ 137.8, 27.8 ], [ 138.67867965644038, 29.921320343559643 ], [ 140.8, 30.8 ], [ 142.92132034355964, 29.921320343559643 ], [ 143.8, 27.8 ] ] ], [ [ [ 143.7, 28.4 ], [ 142.82132034355962, 26.278679656440357 ], [ 140.7, 25.4 ], [ 138.57867965644036, 26.278679656440357 ], [ 137.7, 28.4 ], [ 138.57867965644036, 30.52132034355964 ], [ 140.7, 31.4 ], [ 142.82132034355962, 30.52132034355964 ], [ 143.7, 28.4 ] ] ], [ [ [ 143.5, 29.1 ], [ 142.62132034355963, 26.97867965644036 ], [ 140.5, 26.1 ], [ 138.37867965644037, 26.97867965644036 ], [ 137.5, 29.1 ], [ 138.37867965644037, 31.221320343559643 ], [ 140.5, 32.1 ], [ 142.62132034355963, 31.221320343559643 ], [ 143.5, 29.1 ] ] ], [ [ [ 143.4, 29.9 ], [ 142.52132034355964, 27.778679656440357 ], [ 140.4, 26.9 ], [ 138.27867965644037, 27.778679656440357 ], [ 137.4, 29.9 ], [ 138.27867965644037, 32.021320343559644 ], [ 140.4, 32.9 ], [ 142.52132034355964, 32.021320343559644 ], [ 143.4, 29.9 ] ] ], [ [ [ 143.6, 30.4 ], [ 142.72132034355963, 28.278679656440357 ], [ 140.6, 27.4 ], [ 138.47867965644036, 28.278679656440357 ], [ 137.6, 30.4 ], [ 138.47867965644036, 32.521320343559644 ], [ 140.6, 33.4 ], [ 142.72132034355963, 32.521320343559644 ], [ 143.6, 30.4 ] ] ], [ [ [ 144.2, 30.8 ], [ 143.32132034355962, 28.67867965644036 ], [ 141.2, 27.8 ], [ 139.07867965644036, 28.67867965644036 ], [ 138.2, 30.8 ], [ 139.07867965644036, 32.92132034355964 ], [ 141.2, 33.8 ], [ 143.32132034355962, 32.92132034355964 ], [ 144.2, 30.8 ] ] ], [ [ [ 144.8, 31.1 ], [ 143.92132034355964, 28.97867965644036 ], [ 141.8, 28.1 ], [ 139.67867965644038, 28.97867965644036 ], [ 138.8, 31.1 ], [ 139.67867965644038, 33.22132034355965 ], [ 141.8, 34.1 ], [ 143.92132034355964, 33.22132034355965 ], [ 144.8, 31.1 ] ] ], [ [ [ 145.7, 31.5 ], [ 144.82132034355962, 29.378679656440358 ], [ 142.7, 28.5 ], [ 140.57867965644036, 29.378679656440358 ], [ 139.7, 31.5 ], [ 140.57867965644036, 33.621320343559645 ], [ 142.7, 34.5 ], [ 144.82132034355962, 33.621320343559645 ], [ 145.7, 31.5 ] ] ], [ [ [ 146.5, 32.0 ], [ 145.62132034355963, 29.878679656440358 ], [ 143.5, 29.0 ], [ 141.37867965644037, 29.878679656440358 ], [ 140.5, 32.0 ], [ 141.37867965644037, 34.121320343559645 ], [ 143.5, 35.0 ], [ 145.62132034355963, 34.121320343559645 ], [ 146.5, 32.0 ] ] ], [ [ [ 147.8, 32.5 ], [ 146.92132034355964, 30.378679656440358 ], [ 144.8, 29.5 ], [ 142.67867965644038, 30.378679656440358 ], [ 141.8, 32.5 ], [ 142.67867965644038, 34.621320343559645 ], [ 144.8, 35.5 ], [ 146.92132034355964, 34.621320343559645 ], [ 147.8, 32.5 ] ] ], [ [ [ 149.1, 32.9 ], [ 148.22132034355963, 30.778679656440357 ], [ 146.1, 29.9 ], [ 143.97867965644036, 30.778679656440357 ], [ 143.1, 32.9 ], [ 143.97867965644036, 35.021320343559644 ], [ 146.1, 35.9 ], [ 148.22132034355963, 35.021320343559644 ], [ 149.1, 32.9 ] ] ], [ [ [ 150.3, 33.4 ], [ 149.42132034355964, 31.278679656440357 ], [ 147.3, 30.4 ], [ 145.17867965644038, 31.278679656440357 ], [ 144.3, 33.4 ], [ 145.17867965644038, 35.521320343559644 ], [ 147.3, 36.4 ], [ 149.42132034355964, 35.521320343559644 ], [ 150.3, 33.4 ] ] ], [ [ [ 151.5, 33.6 ], [ 150.62132034355963, 31.47867965644036 ], [ 148.5, 30.6 ], [ 146.37867965644037, 31.47867965644036 ], [ 145.5, 33.6 ], [ 146.37867965644037, 35.72132034355965 ], [ 148.5, 36.6 ], [ 150.62132034355963, 35.72132034355965 ], [ 151.5, 33.6 ] ] ], [ [ [ 153.2, 33.8 ], [ 152.32132034355962, 31.678679656440355 ], [ 150.2, 30.799999999999997 ], [ 148.07867965644036, 31.678679656440355 ], [ 147.2, 33.8 ], [ 148.07867965644036, 35.92132034355964 ], [ 150.2, 36.8 ], [ 152.32132034355962, 35.92132034355964 ], [ 153.2, 33.8 ] ] ], [ [ [ 154.7, 34.0 ], [ 153.82132034355962, 31.878679656440358 ], [ 151.7, 31.0 ], [ 149.57867965644036, 31.878679656440358 ], [ 148.7, 34.0 ], [ 149.57867965644036, 36.121320343559645 ], [ 151.7, 37.0 ], [ 153.82132034355962, 36.121320343559645 ], [ 154.7, 34.0 ] ] ], [ [ [ 156.4, 35.0 ], [ 155.52132034355964, 32.878679656440355 ], [ 153.4, 32.0 ], [ 151.27867965644037, 32.878679656440355 ], [ 150.4, 35.0 ], [ 151.27867965644037, 37.121320343559645 ], [ 153.4, 38.0 ], [ 155.52132034355964, 37.121320343559645 ], [ 156.4, 35.0 ] ] ], [ [ [ 158.3, 35.9 ], [ 157.42132034355964, 33.77867965644035 ], [ 155.3, 32.9 ], [ 153.17867965644038, 33.77867965644035 ], [ 152.3, 35.9 ], [ 153.17867965644038, 38.021320343559644 ], [ 155.3, 38.9 ], [ 157.42132034355964, 38.021320343559644 ], [ 158.3, 35.9 ] ] ], [ [ [ 160.0, 36.5 ], [ 159.12132034355963, 34.378679656440355 ], [ 157.0, 33.5 ], [ 154.87867965644037, 34.378679656440355 ], [ 154.0, 36.5 ], [ 154.87867965644037, 38.621320343559645 ], [ 157.0, 39.5 ], [ 159.12132034355963, 38.621320343559645 ], [ 160.0, 36.5 ] ] ], [ [ [ 162.1, 37.1 ], [ 161.22132034355963, 34.978679656440356 ], [ 159.1, 34.1 ], [ 156.97867965644036, 34.978679656440356 ], [ 156.1, 37.1 ], [ 156.97867965644036, 39.22132034355965 ], [ 159.1, 40.1 ], [ 161.22132034355963, 39.22132034355965 ], [ 162.1, 37.1 ] ] ], [ [ [ 164.6, 37.2 ], [ 163.72132034355963, 35.07867965644036 ], [ 161.6, 34.2 ], [ 159.47867965644036, 35.07867965644036 ], [ 158.6, 37.2 ], [ 159.47867965644036, 39.32132034355965 ], [ 161.6, 40.2 ], [ 163.72132034355963, 39.32132034355965 ], [ 164.6, 37.2 ] ] ], [ [ [ 168.3, 38.3 ], [ 167.42132034355964, 36.17867965644035 ], [ 165.3, 35.3 ], [ 163.17867965644038, 36.17867965644035 ], [ 162.3, 38.3 ], [ 163.17867965644038, 40.42132034355964 ], [ 165.3, 41.3 ], [ 167.42132034355964, 40.42132034355964 ], [ 168.3, 38.3 ] ] ], [ [ [ 170.5, 39.1 ], [ 169.62132034355963, 36.978679656440356 ], [ 167.5, 36.1 ], [ 165.37867965644037, 36.978679656440356 ], [ 164.5, 39.1 ], [ 165.37867965644037, 41.22132034355965 ], [ 167.5, 42.1 ], [ 169.62132034355963, 41.22132034355965 ], [ 170.5, 39.1 ] ] ], [ [ [ 172.4, 39.4 ], [ 171.52132034355964, 37.27867965644035 ], [ 169.4, 36.4 ], [ 167.27867965644037, 37.27867965644035 ], [ 166.4, 39.4 ], [ 167.27867965644037, 41.521320343559644 ], [ 169.4, 42.4 ], [ 171.52132034355964, 41.521320343559644 ], [ 172.4, 39.4 ] ] ], [ [ [ 173.5, 40.0 ], [ 172.62132034355963, 37.878679656440355 ], [ 170.5, 37.0 ], [ 168.37867965644037, 37.878679656440355 ], [ 167.5, 40.0 ], [ 168.37867965644037, 42.121320343559645 ], [ 170.5, 43.0 ], [ 172.62132034355963, 42.121320343559645 ], [ 173.5, 40.0 ] ] ], [ [ [ 174.4, 40.6 ], [ 173.52132034355964, 38.478679656440356 ], [ 171.4, 37.6 ], [ 169.27867965644037, 38.478679656440356 ], [ 168.4, 40.6 ], [ 169.27867965644037, 42.72132034355965 ], [ 171.4, 43.6 ], [ 173.52132034355964, 42.72132034355965 ], [ 174.4, 40.6 ] ] ], [ [ [ 174.1, 40.8 ], [ 173.22132034355963, 38.67867965644035 ], [ 171.1, 37.8 ], [ 168.97867965644036, 38.67867965644035 ], [ 168.1, 40.8 ], [ 168.97867965644036, 42.92132034355964 ], [ 171.1, 43.8 ], [ 173.22132034355963, 42.92132034355964 ], [ 174.1, 40.8 ] ] ], [ [ [ 173.9, 40.2 ], [ 173.02132034355964, 38.07867965644036 ], [ 170.9, 37.2 ], [ 168.77867965644037, 38.07867965644036 ], [ 167.9, 40.2 ], [ 168.77867965644037, 42.32132034355965 ], [ 170.9, 43.2 ], [ 173.02132034355964, 42.32132034355965 ], [ 173.9, 40.2 ] ] ], [ [ [ 174.4, 39.4 ], [ 173.52132034355964, 37.27867965644035 ], [ 171.4, 36.4 ], [ 169.27867965644037, 37.27867965644035 ], [ 168.4, 39.4 ], [ 169.27867965644037, 41.521320343559644 ], [ 171.4, 42.4 ], [ 173.52132034355964, 41.521320343559644 ], [ 174.4, 39.4 ] ] ], [ [ [ 175.4, 38.7 ], [ 174.52132034355964, 36.57867965644036 ], [ 172.4, 35.7 ], [ 170.27867965644037, 36.57867965644036 ], [ 169.4, 38.7 ], [ 170.27867965644037, 40.82132034355965 ], [ 172.4, 41.7 ], [ 174.52132034355964, 40.82132034355965 ], [ 175.4, 38.7 ] ] ], [ [ [ 177.2, 38.5 ], [ 176.32132034355962, 36.378679656440355 ], [ 174.2, 35.5 ], [ 172.07867965644036, 36.378679656440355 ], [ 171.2, 38.5 ], [ 172.07867965644036, 40.621320343559645 ], [ 174.2, 41.5 ], [ 176.32132034355962, 40.621320343559645 ], [ 177.2, 38.5 ] ] ], [ [ [ 178.5, 38.3 ], [ 177.62132034355963, 36.17867965644035 ], [ 175.5, 35.3 ], [ 173.37867965644037, 36.17867965644035 ], [ 172.5, 38.3 ], [ 173.37867965644037, 40.42132034355964 ], [ 175.5, 41.3 ], [ 177.62132034355963, 40.42132034355964 ], [ 178.5, 38.3 ] ] ], [ [ [ 177.8, 38.1 ], [ 177.50710678118656, 37.392893218813455 ], [ 176.8, 37.1 ], [ 176.09289321881346, 37.392893218813455 ], [ 175.8, 38.1 ], [ 176.09289321881346, 38.80710678118655 ], [ 176.8, 39.1 ], [ 177.50710678118656, 38.80710678118655 ], [ 177.8, 38.1 ] ] ], [ [ [ 178.8, 38.6 ], [ 178.50710678118656, 37.892893218813455 ], [ 177.8, 37.6 ], [ 177.09289321881346, 37.892893218813455 ], [ 176.8, 38.6 ], [ 177.09289321881346, 39.30710678118655 ], [ 177.8, 39.6 ], [ 178.50710678118656, 39.30710678118655 ], [ 178.8, 38.6 ] ] ], [ [ [ 179.4, 39.2 ], [ 179.10710678118656, 38.49289321881346 ], [ 178.4, 38.2 ], [ 177.69289321881345, 38.49289321881346 ], [ 177.4, 39.2 ], [ 177.69289321881345, 39.90710678118655 ], [ 178.4, 40.2 ], [ 179.10710678118656, 39.90710678118655 ], [ 179.4, 39.2 ] ] ], [ [ [ 180.9, 39.5 ], [ 180.60710678118656, 38.792893218813454 ], [ 179.9, 38.5 ], [ 179.19289321881345, 38.792893218813454 ], [ 178.9, 39.5 ], [ 179.19289321881345, 40.207106781186546 ], [ 179.9, 40.5 ], [ 180.60710678118656, 40.207106781186546 ], [ 180.9, 39.5 ] ] ], [ [ [ 181.5, 40.1 ], [ 181.20710678118655, 39.392893218813455 ], [ 180.5, 39.1 ], [ 179.79289321881345, 39.392893218813455 ], [ 179.5, 40.1 ], [ 179.79289321881345, 40.80710678118655 ], [ 180.5, 41.1 ], [ 181.20710678118655, 40.80710678118655 ], [ 181.5, 40.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z", "2015-08-12T15:00:00Z", "2015-08-12T21:00:00Z", "2015-08-13T03:00:00Z", "2015-08-13T09:00:00Z", "2015-08-13T15:00:00Z", "2015-08-13T21:00:00Z", "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 998.0, 994.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 992.0, 990.0, 988.0, 986.0, 988.0, 990.0, 990.0, 992.0, 996.0, 996.0, 1000.0, 1000.0, 1002.0, 1004.0, 1006.0, 1006.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201514号 (MOLAVE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z", "2015-08-12T15:00:00Z", "2015-08-12T21:00:00Z", "2015-08-13T03:00:00Z", "2015-08-13T09:00:00Z", "2015-08-13T15:00:00Z", "2015-08-13T21:00:00Z", "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 150.3, 17.6 ], [ 150.00710678118656, 16.892893218813455 ], [ 149.3, 16.6 ], [ 148.59289321881346, 16.892893218813455 ], [ 148.3, 17.6 ], [ 148.59289321881346, 18.307106781186548 ], [ 149.3, 18.6 ], [ 150.00710678118656, 18.307106781186548 ], [ 150.3, 17.6 ] ] ], [ [ [ 149.9, 18.6 ], [ 149.60710678118656, 17.892893218813455 ], [ 148.9, 17.6 ], [ 148.19289321881345, 17.892893218813455 ], [ 147.9, 18.6 ], [ 148.19289321881345, 19.307106781186548 ], [ 148.9, 19.6 ], [ 149.60710678118656, 19.307106781186548 ], [ 149.9, 18.6 ] ] ], [ [ [ 149.7, 19.5 ], [ 149.40710678118654, 18.792893218813454 ], [ 148.7, 18.5 ], [ 147.99289321881344, 18.792893218813454 ], [ 147.7, 19.5 ], [ 147.99289321881344, 20.207106781186546 ], [ 148.7, 20.5 ], [ 149.40710678118654, 20.207106781186546 ], [ 149.7, 19.5 ] ] ], [ [ [ 149.2, 20.6 ], [ 148.90710678118654, 19.892893218813455 ], [ 148.2, 19.6 ], [ 147.49289321881344, 19.892893218813455 ], [ 147.2, 20.6 ], [ 147.49289321881344, 21.307106781186548 ], [ 148.2, 21.6 ], [ 148.90710678118654, 21.307106781186548 ], [ 149.2, 20.6 ] ] ], [ [ [ 148.8, 21.4 ], [ 148.50710678118656, 20.692893218813452 ], [ 147.8, 20.4 ], [ 147.09289321881346, 20.692893218813452 ], [ 146.8, 21.4 ], [ 147.09289321881346, 22.107106781186545 ], [ 147.8, 22.4 ], [ 148.50710678118656, 22.107106781186545 ], [ 148.8, 21.4 ] ] ], [ [ [ 150.2, 22.6 ], [ 149.32132034355962, 20.47867965644036 ], [ 147.2, 19.6 ], [ 145.07867965644036, 20.47867965644036 ], [ 144.2, 22.6 ], [ 145.07867965644036, 24.721320343559643 ], [ 147.2, 25.6 ], [ 149.32132034355962, 24.721320343559643 ], [ 150.2, 22.6 ] ] ], [ [ [ 149.3, 23.9 ], [ 148.42132034355964, 21.778679656440357 ], [ 146.3, 20.9 ], [ 144.17867965644038, 21.778679656440357 ], [ 143.3, 23.9 ], [ 144.17867965644038, 26.02132034355964 ], [ 146.3, 26.9 ], [ 148.42132034355964, 26.02132034355964 ], [ 149.3, 23.9 ] ] ], [ [ [ 148.5, 25.1 ], [ 147.62132034355963, 22.97867965644036 ], [ 145.5, 22.1 ], [ 143.37867965644037, 22.97867965644036 ], [ 142.5, 25.1 ], [ 143.37867965644037, 27.221320343559643 ], [ 145.5, 28.1 ], [ 147.62132034355963, 27.221320343559643 ], [ 148.5, 25.1 ] ] ], [ [ [ 147.2, 26.1 ], [ 146.32132034355962, 23.97867965644036 ], [ 144.2, 23.1 ], [ 142.07867965644036, 23.97867965644036 ], [ 141.2, 26.1 ], [ 142.07867965644036, 28.221320343559643 ], [ 144.2, 29.1 ], [ 146.32132034355962, 28.221320343559643 ], [ 147.2, 26.1 ] ] ], [ [ [ 146.2, 26.4 ], [ 145.32132034355962, 24.278679656440357 ], [ 143.2, 23.4 ], [ 141.07867965644036, 24.278679656440357 ], [ 140.2, 26.4 ], [ 141.07867965644036, 28.52132034355964 ], [ 143.2, 29.4 ], [ 145.32132034355962, 28.52132034355964 ], [ 146.2, 26.4 ] ] ], [ [ [ 145.2, 26.5 ], [ 144.32132034355962, 24.378679656440358 ], [ 142.2, 23.5 ], [ 140.07867965644036, 24.378679656440358 ], [ 139.2, 26.5 ], [ 140.07867965644036, 28.621320343559642 ], [ 142.2, 29.5 ], [ 144.32132034355962, 28.621320343559642 ], [ 145.2, 26.5 ] ] ], [ [ [ 144.6, 26.8 ], [ 143.72132034355963, 24.67867965644036 ], [ 141.6, 23.8 ], [ 139.47867965644036, 24.67867965644036 ], [ 138.6, 26.8 ], [ 139.47867965644036, 28.921320343559643 ], [ 141.6, 29.8 ], [ 143.72132034355963, 28.921320343559643 ], [ 144.6, 26.8 ] ] ], [ [ [ 143.9, 27.2 ], [ 143.02132034355964, 25.078679656440357 ], [ 140.9, 24.2 ], [ 138.77867965644037, 25.078679656440357 ], [ 137.9, 27.2 ], [ 138.77867965644037, 29.32132034355964 ], [ 140.9, 30.2 ], [ 143.02132034355964, 29.32132034355964 ], [ 143.9, 27.2 ] ] ], [ [ [ 143.8, 27.8 ], [ 142.92132034355964, 25.67867965644036 ], [ 140.8, 24.8 ], [ 138.67867965644038, 25.67867965644036 ], [ 137.8, 27.8 ], [ 138.67867965644038, 29.921320343559643 ], [ 140.8, 30.8 ], [ 142.92132034355964, 29.921320343559643 ], [ 143.8, 27.8 ] ] ], [ [ [ 143.7, 28.4 ], [ 142.82132034355962, 26.278679656440357 ], [ 140.7, 25.4 ], [ 138.57867965644036, 26.278679656440357 ], [ 137.7, 28.4 ], [ 138.57867965644036, 30.52132034355964 ], [ 140.7, 31.4 ], [ 142.82132034355962, 30.52132034355964 ], [ 143.7, 28.4 ] ] ], [ [ [ 143.5, 29.1 ], [ 142.62132034355963, 26.97867965644036 ], [ 140.5, 26.1 ], [ 138.37867965644037, 26.97867965644036 ], [ 137.5, 29.1 ], [ 138.37867965644037, 31.221320343559643 ], [ 140.5, 32.1 ], [ 142.62132034355963, 31.221320343559643 ], [ 143.5, 29.1 ] ] ], [ [ [ 143.4, 29.9 ], [ 142.52132034355964, 27.778679656440357 ], [ 140.4, 26.9 ], [ 138.27867965644037, 27.778679656440357 ], [ 137.4, 29.9 ], [ 138.27867965644037, 32.021320343559644 ], [ 140.4, 32.9 ], [ 142.52132034355964, 32.021320343559644 ], [ 143.4, 29.9 ] ] ], [ [ [ 143.6, 30.4 ], [ 142.72132034355963, 28.278679656440357 ], [ 140.6, 27.4 ], [ 138.47867965644036, 28.278679656440357 ], [ 137.6, 30.4 ], [ 138.47867965644036, 32.521320343559644 ], [ 140.6, 33.4 ], [ 142.72132034355963, 32.521320343559644 ], [ 143.6, 30.4 ] ] ], [ [ [ 144.2, 30.8 ], [ 143.32132034355962, 28.67867965644036 ], [ 141.2, 27.8 ], [ 139.07867965644036, 28.67867965644036 ], [ 138.2, 30.8 ], [ 139.07867965644036, 32.92132034355964 ], [ 141.2, 33.8 ], [ 143.32132034355962, 32.92132034355964 ], [ 144.2, 30.8 ] ] ], [ [ [ 144.8, 31.1 ], [ 143.92132034355964, 28.97867965644036 ], [ 141.8, 28.1 ], [ 139.67867965644038, 28.97867965644036 ], [ 138.8, 31.1 ], [ 139.67867965644038, 33.22132034355965 ], [ 141.8, 34.1 ], [ 143.92132034355964, 33.22132034355965 ], [ 144.8, 31.1 ] ] ], [ [ [ 145.7, 31.5 ], [ 144.82132034355962, 29.378679656440358 ], [ 142.7, 28.5 ], [ 140.57867965644036, 29.378679656440358 ], [ 139.7, 31.5 ], [ 140.57867965644036, 33.621320343559645 ], [ 142.7, 34.5 ], [ 144.82132034355962, 33.621320343559645 ], [ 145.7, 31.5 ] ] ], [ [ [ 146.5, 32.0 ], [ 145.62132034355963, 29.878679656440358 ], [ 143.5, 29.0 ], [ 141.37867965644037, 29.878679656440358 ], [ 140.5, 32.0 ], [ 141.37867965644037, 34.121320343559645 ], [ 143.5, 35.0 ], [ 145.62132034355963, 34.121320343559645 ], [ 146.5, 32.0 ] ] ], [ [ [ 147.8, 32.5 ], [ 146.92132034355964, 30.378679656440358 ], [ 144.8, 29.5 ], [ 142.67867965644038, 30.378679656440358 ], [ 141.8, 32.5 ], [ 142.67867965644038, 34.621320343559645 ], [ 144.8, 35.5 ], [ 146.92132034355964, 34.621320343559645 ], [ 147.8, 32.5 ] ] ], [ [ [ 149.1, 32.9 ], [ 148.22132034355963, 30.778679656440357 ], [ 146.1, 29.9 ], [ 143.97867965644036, 30.778679656440357 ], [ 143.1, 32.9 ], [ 143.97867965644036, 35.021320343559644 ], [ 146.1, 35.9 ], [ 148.22132034355963, 35.021320343559644 ], [ 149.1, 32.9 ] ] ], [ [ [ 150.3, 33.4 ], [ 149.42132034355964, 31.278679656440357 ], [ 147.3, 30.4 ], [ 145.17867965644038, 31.278679656440357 ], [ 144.3, 33.4 ], [ 145.17867965644038, 35.521320343559644 ], [ 147.3, 36.4 ], [ 149.42132034355964, 35.521320343559644 ], [ 150.3, 33.4 ] ] ], [ [ [ 151.5, 33.6 ], [ 150.62132034355963, 31.47867965644036 ], [ 148.5, 30.6 ], [ 146.37867965644037, 31.47867965644036 ], [ 145.5, 33.6 ], [ 146.37867965644037, 35.72132034355965 ], [ 148.5, 36.6 ], [ 150.62132034355963, 35.72132034355965 ], [ 151.5, 33.6 ] ] ], [ [ [ 153.2, 33.8 ], [ 152.32132034355962, 31.678679656440355 ], [ 150.2, 30.799999999999997 ], [ 148.07867965644036, 31.678679656440355 ], [ 147.2, 33.8 ], [ 148.07867965644036, 35.92132034355964 ], [ 150.2, 36.8 ], [ 152.32132034355962, 35.92132034355964 ], [ 153.2, 33.8 ] ] ], [ [ [ 154.7, 34.0 ], [ 153.82132034355962, 31.878679656440358 ], [ 151.7, 31.0 ], [ 149.57867965644036, 31.878679656440358 ], [ 148.7, 34.0 ], [ 149.57867965644036, 36.121320343559645 ], [ 151.7, 37.0 ], [ 153.82132034355962, 36.121320343559645 ], [ 154.7, 34.0 ] ] ], [ [ [ 156.4, 35.0 ], [ 155.52132034355964, 32.878679656440355 ], [ 153.4, 32.0 ], [ 151.27867965644037, 32.878679656440355 ], [ 150.4, 35.0 ], [ 151.27867965644037, 37.121320343559645 ], [ 153.4, 38.0 ], [ 155.52132034355964, 37.121320343559645 ], [ 156.4, 35.0 ] ] ], [ [ [ 158.3, 35.9 ], [ 157.42132034355964, 33.77867965644035 ], [ 155.3, 32.9 ], [ 153.17867965644038, 33.77867965644035 ], [ 152.3, 35.9 ], [ 153.17867965644038, 38.021320343559644 ], [ 155.3, 38.9 ], [ 157.42132034355964, 38.021320343559644 ], [ 158.3, 35.9 ] ] ], [ [ [ 160.0, 36.5 ], [ 159.12132034355963, 34.378679656440355 ], [ 157.0, 33.5 ], [ 154.87867965644037, 34.378679656440355 ], [ 154.0, 36.5 ], [ 154.87867965644037, 38.621320343559645 ], [ 157.0, 39.5 ], [ 159.12132034355963, 38.621320343559645 ], [ 160.0, 36.5 ] ] ], [ [ [ 162.1, 37.1 ], [ 161.22132034355963, 34.978679656440356 ], [ 159.1, 34.1 ], [ 156.97867965644036, 34.978679656440356 ], [ 156.1, 37.1 ], [ 156.97867965644036, 39.22132034355965 ], [ 159.1, 40.1 ], [ 161.22132034355963, 39.22132034355965 ], [ 162.1, 37.1 ] ] ], [ [ [ 164.6, 37.2 ], [ 163.72132034355963, 35.07867965644036 ], [ 161.6, 34.2 ], [ 159.47867965644036, 35.07867965644036 ], [ 158.6, 37.2 ], [ 159.47867965644036, 39.32132034355965 ], [ 161.6, 40.2 ], [ 163.72132034355963, 39.32132034355965 ], [ 164.6, 37.2 ] ] ], [ [ [ 168.3, 38.3 ], [ 167.42132034355964, 36.17867965644035 ], [ 165.3, 35.3 ], [ 163.17867965644038, 36.17867965644035 ], [ 162.3, 38.3 ], [ 163.17867965644038, 40.42132034355964 ], [ 165.3, 41.3 ], [ 167.42132034355964, 40.42132034355964 ], [ 168.3, 38.3 ] ] ], [ [ [ 170.5, 39.1 ], [ 169.62132034355963, 36.978679656440356 ], [ 167.5, 36.1 ], [ 165.37867965644037, 36.978679656440356 ], [ 164.5, 39.1 ], [ 165.37867965644037, 41.22132034355965 ], [ 167.5, 42.1 ], [ 169.62132034355963, 41.22132034355965 ], [ 170.5, 39.1 ] ] ], [ [ [ 172.4, 39.4 ], [ 171.52132034355964, 37.27867965644035 ], [ 169.4, 36.4 ], [ 167.27867965644037, 37.27867965644035 ], [ 166.4, 39.4 ], [ 167.27867965644037, 41.521320343559644 ], [ 169.4, 42.4 ], [ 171.52132034355964, 41.521320343559644 ], [ 172.4, 39.4 ] ] ], [ [ [ 173.5, 40.0 ], [ 172.62132034355963, 37.878679656440355 ], [ 170.5, 37.0 ], [ 168.37867965644037, 37.878679656440355 ], [ 167.5, 40.0 ], [ 168.37867965644037, 42.121320343559645 ], [ 170.5, 43.0 ], [ 172.62132034355963, 42.121320343559645 ], [ 173.5, 40.0 ] ] ], [ [ [ 174.4, 40.6 ], [ 173.52132034355964, 38.478679656440356 ], [ 171.4, 37.6 ], [ 169.27867965644037, 38.478679656440356 ], [ 168.4, 40.6 ], [ 169.27867965644037, 42.72132034355965 ], [ 171.4, 43.6 ], [ 173.52132034355964, 42.72132034355965 ], [ 174.4, 40.6 ] ] ], [ [ [ 174.1, 40.8 ], [ 173.22132034355963, 38.67867965644035 ], [ 171.1, 37.8 ], [ 168.97867965644036, 38.67867965644035 ], [ 168.1, 40.8 ], [ 168.97867965644036, 42.92132034355964 ], [ 171.1, 43.8 ], [ 173.22132034355963, 42.92132034355964 ], [ 174.1, 40.8 ] ] ], [ [ [ 173.9, 40.2 ], [ 173.02132034355964, 38.07867965644036 ], [ 170.9, 37.2 ], [ 168.77867965644037, 38.07867965644036 ], [ 167.9, 40.2 ], [ 168.77867965644037, 42.32132034355965 ], [ 170.9, 43.2 ], [ 173.02132034355964, 42.32132034355965 ], [ 173.9, 40.2 ] ] ], [ [ [ 174.4, 39.4 ], [ 173.52132034355964, 37.27867965644035 ], [ 171.4, 36.4 ], [ 169.27867965644037, 37.27867965644035 ], [ 168.4, 39.4 ], [ 169.27867965644037, 41.521320343559644 ], [ 171.4, 42.4 ], [ 173.52132034355964, 41.521320343559644 ], [ 174.4, 39.4 ] ] ], [ [ [ 175.4, 38.7 ], [ 174.52132034355964, 36.57867965644036 ], [ 172.4, 35.7 ], [ 170.27867965644037, 36.57867965644036 ], [ 169.4, 38.7 ], [ 170.27867965644037, 40.82132034355965 ], [ 172.4, 41.7 ], [ 174.52132034355964, 40.82132034355965 ], [ 175.4, 38.7 ] ] ], [ [ [ 177.2, 38.5 ], [ 176.32132034355962, 36.378679656440355 ], [ 174.2, 35.5 ], [ 172.07867965644036, 36.378679656440355 ], [ 171.2, 38.5 ], [ 172.07867965644036, 40.621320343559645 ], [ 174.2, 41.5 ], [ 176.32132034355962, 40.621320343559645 ], [ 177.2, 38.5 ] ] ], [ [ [ 178.5, 38.3 ], [ 177.62132034355963, 36.17867965644035 ], [ 175.5, 35.3 ], [ 173.37867965644037, 36.17867965644035 ], [ 172.5, 38.3 ], [ 173.37867965644037, 40.42132034355964 ], [ 175.5, 41.3 ], [ 177.62132034355963, 40.42132034355964 ], [ 178.5, 38.3 ] ] ], [ [ [ 177.8, 38.1 ], [ 177.50710678118656, 37.392893218813455 ], [ 176.8, 37.1 ], [ 176.09289321881346, 37.392893218813455 ], [ 175.8, 38.1 ], [ 176.09289321881346, 38.80710678118655 ], [ 176.8, 39.1 ], [ 177.50710678118656, 38.80710678118655 ], [ 177.8, 38.1 ] ] ], [ [ [ 178.8, 38.6 ], [ 178.50710678118656, 37.892893218813455 ], [ 177.8, 37.6 ], [ 177.09289321881346, 37.892893218813455 ], [ 176.8, 38.6 ], [ 177.09289321881346, 39.30710678118655 ], [ 177.8, 39.6 ], [ 178.50710678118656, 39.30710678118655 ], [ 178.8, 38.6 ] ] ], [ [ [ 179.4, 39.2 ], [ 179.10710678118656, 38.49289321881346 ], [ 178.4, 38.2 ], [ 177.69289321881345, 38.49289321881346 ], [ 177.4, 39.2 ], [ 177.69289321881345, 39.90710678118655 ], [ 178.4, 40.2 ], [ 179.10710678118656, 39.90710678118655 ], [ 179.4, 39.2 ] ] ], [ [ [ 180.9, 39.5 ], [ 180.60710678118656, 38.792893218813454 ], [ 179.9, 38.5 ], [ 179.19289321881345, 38.792893218813454 ], [ 178.9, 39.5 ], [ 179.19289321881345, 40.207106781186546 ], [ 179.9, 40.5 ], [ 180.60710678118656, 40.207106781186546 ], [ 180.9, 39.5 ] ] ], [ [ [ 181.5, 40.1 ], [ 181.20710678118655, 39.392893218813455 ], [ 180.5, 39.1 ], [ 179.79289321881345, 39.392893218813455 ], [ 179.5, 40.1 ], [ 179.79289321881345, 40.80710678118655 ], [ 180.5, 41.1 ], [ 181.20710678118655, 40.80710678118655 ], [ 181.5, 40.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-08-06T09:00:00Z", "2015-08-06T15:00:00Z", "2015-08-06T21:00:00Z", "2015-08-07T03:00:00Z", "2015-08-07T09:00:00Z", "2015-08-07T15:00:00Z", "2015-08-07T21:00:00Z", "2015-08-08T03:00:00Z", "2015-08-08T09:00:00Z", "2015-08-08T15:00:00Z", "2015-08-08T21:00:00Z", "2015-08-09T03:00:00Z", "2015-08-09T09:00:00Z", "2015-08-09T15:00:00Z", "2015-08-09T21:00:00Z", "2015-08-10T03:00:00Z", "2015-08-10T09:00:00Z", "2015-08-10T15:00:00Z", "2015-08-10T21:00:00Z", "2015-08-11T03:00:00Z", "2015-08-11T09:00:00Z", "2015-08-11T15:00:00Z", "2015-08-11T21:00:00Z", "2015-08-12T03:00:00Z", "2015-08-12T09:00:00Z", "2015-08-12T15:00:00Z", "2015-08-12T21:00:00Z", "2015-08-13T03:00:00Z", "2015-08-13T09:00:00Z", "2015-08-13T15:00:00Z", "2015-08-13T21:00:00Z", "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 998.0, 994.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 992.0, 990.0, 988.0, 986.0, 988.0, 990.0, 990.0, 992.0, 996.0, 996.0, 1000.0, 1000.0, 1002.0, 1004.0, 1006.0, 1006.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201515_GONI_feature.json b/samples/Typhoon201515_GONI_feature.json
index 6cae991..2d23aaa 100644
--- a/samples/Typhoon201515_GONI_feature.json
+++ b/samples/Typhoon201515_GONI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201515号 (GONI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T00:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T06:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T12:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T18:00:00Z", "2015-08-23T19:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T00:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T06:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T12:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T18:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T00:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T04:00:00Z", "2015-08-25T05:00:00Z", "2015-08-25T06:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T12:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T18:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z", "2015-08-29T21:00:00Z", "2015-08-30T03:00:00Z", "2015-08-30T09:00:00Z", "2015-08-30T15:00:00Z" ],
- "coordinates" : [ [ [ [ 152.1, 12.2 ], [ 151.80710678118655, 11.492893218813451 ], [ 151.1, 11.2 ], [ 150.39289321881344, 11.492893218813451 ], [ 150.1, 12.2 ], [ 150.39289321881344, 12.907106781186547 ], [ 151.1, 13.2 ], [ 151.80710678118655, 12.907106781186547 ], [ 152.1, 12.2 ] ] ], [ [ [ 151.4, 12.3 ], [ 151.10710678118656, 11.592893218813453 ], [ 150.4, 11.3 ], [ 149.69289321881345, 11.592893218813453 ], [ 149.4, 12.3 ], [ 149.69289321881345, 13.007106781186549 ], [ 150.4, 13.3 ], [ 151.10710678118656, 13.007106781186549 ], [ 151.4, 12.3 ] ] ], [ [ [ 150.9, 12.4 ], [ 150.60710678118656, 11.692893218813452 ], [ 149.9, 11.4 ], [ 149.19289321881345, 11.692893218813452 ], [ 148.9, 12.4 ], [ 149.19289321881345, 13.107106781186548 ], [ 149.9, 13.4 ], [ 150.60710678118656, 13.107106781186548 ], [ 150.9, 12.4 ] ] ], [ [ [ 150.1, 12.7 ], [ 149.80710678118655, 11.992893218813451 ], [ 149.1, 11.7 ], [ 148.39289321881344, 11.992893218813451 ], [ 148.1, 12.7 ], [ 148.39289321881344, 13.407106781186547 ], [ 149.1, 13.7 ], [ 149.80710678118655, 13.407106781186547 ], [ 150.1, 12.7 ] ] ], [ [ [ 151.2, 13.0 ], [ 150.32132034355962, 10.878679656440358 ], [ 148.2, 10.0 ], [ 146.07867965644036, 10.878679656440358 ], [ 145.2, 13.0 ], [ 146.07867965644036, 15.121320343559642 ], [ 148.2, 16.0 ], [ 150.32132034355962, 15.121320343559642 ], [ 151.2, 13.0 ] ] ], [ [ [ 150.0, 13.5 ], [ 149.12132034355963, 11.378679656440358 ], [ 147.0, 10.5 ], [ 144.87867965644037, 11.378679656440358 ], [ 144.0, 13.5 ], [ 144.87867965644037, 15.621320343559642 ], [ 147.0, 16.5 ], [ 149.12132034355963, 15.621320343559642 ], [ 150.0, 13.5 ] ] ], [ [ [ 149.4, 13.8 ], [ 148.52132034355964, 11.678679656440359 ], [ 146.4, 10.8 ], [ 144.27867965644037, 11.678679656440359 ], [ 143.4, 13.8 ], [ 144.27867965644037, 15.921320343559643 ], [ 146.4, 16.8 ], [ 148.52132034355964, 15.921320343559643 ], [ 149.4, 13.8 ] ] ], [ [ [ 149.0, 14.2 ], [ 148.12132034355963, 12.078679656440357 ], [ 146.0, 11.2 ], [ 143.87867965644037, 12.078679656440357 ], [ 143.0, 14.2 ], [ 143.87867965644037, 16.32132034355964 ], [ 146.0, 17.2 ], [ 148.12132034355963, 16.32132034355964 ], [ 149.0, 14.2 ] ] ], [ [ [ 148.4, 14.4 ], [ 147.52132034355964, 12.278679656440358 ], [ 145.4, 11.4 ], [ 143.27867965644037, 12.278679656440357 ], [ 142.4, 14.4 ], [ 143.27867965644037, 16.521320343559644 ], [ 145.4, 17.4 ], [ 147.52132034355964, 16.521320343559644 ], [ 148.4, 14.4 ] ] ], [ [ [ 147.8, 14.7 ], [ 146.92132034355964, 12.578679656440357 ], [ 144.8, 11.7 ], [ 142.67867965644038, 12.578679656440357 ], [ 141.8, 14.7 ], [ 142.67867965644038, 16.82132034355964 ], [ 144.8, 17.7 ], [ 146.92132034355964, 16.82132034355964 ], [ 147.8, 14.7 ] ] ], [ [ [ 147.2, 15.0 ], [ 146.32132034355962, 12.878679656440358 ], [ 144.2, 12.0 ], [ 142.07867965644036, 12.878679656440358 ], [ 141.2, 15.0 ], [ 142.07867965644036, 17.121320343559642 ], [ 144.2, 18.0 ], [ 146.32132034355962, 17.121320343559642 ], [ 147.2, 15.0 ] ] ], [ [ [ 146.6, 15.5 ], [ 145.72132034355963, 13.378679656440358 ], [ 143.6, 12.5 ], [ 141.47867965644036, 13.378679656440358 ], [ 140.6, 15.5 ], [ 141.47867965644036, 17.621320343559642 ], [ 143.6, 18.5 ], [ 145.72132034355963, 17.621320343559642 ], [ 146.6, 15.5 ] ] ], [ [ [ 145.7, 16.0 ], [ 144.82132034355962, 13.878679656440358 ], [ 142.7, 13.0 ], [ 140.57867965644036, 13.878679656440358 ], [ 139.7, 16.0 ], [ 140.57867965644036, 18.121320343559642 ], [ 142.7, 19.0 ], [ 144.82132034355962, 18.121320343559642 ], [ 145.7, 16.0 ] ] ], [ [ [ 144.7, 16.5 ], [ 143.82132034355962, 14.378679656440358 ], [ 141.7, 13.5 ], [ 139.57867965644036, 14.378679656440358 ], [ 138.7, 16.5 ], [ 139.57867965644036, 18.621320343559642 ], [ 141.7, 19.5 ], [ 143.82132034355962, 18.621320343559642 ], [ 144.7, 16.5 ] ] ], [ [ [ 143.5, 17.0 ], [ 142.62132034355963, 14.878679656440358 ], [ 140.5, 14.0 ], [ 138.37867965644037, 14.878679656440358 ], [ 137.5, 17.0 ], [ 138.37867965644037, 19.121320343559642 ], [ 140.5, 20.0 ], [ 142.62132034355963, 19.121320343559642 ], [ 143.5, 17.0 ] ] ], [ [ [ 142.2, 17.3 ], [ 141.32132034355962, 15.178679656440359 ], [ 139.2, 14.3 ], [ 137.07867965644036, 15.178679656440359 ], [ 136.2, 17.3 ], [ 137.07867965644036, 19.421320343559643 ], [ 139.2, 20.3 ], [ 141.32132034355962, 19.421320343559643 ], [ 142.2, 17.3 ] ] ], [ [ [ 140.8, 17.7 ], [ 139.92132034355964, 15.578679656440357 ], [ 137.8, 14.7 ], [ 135.67867965644038, 15.578679656440357 ], [ 134.8, 17.7 ], [ 135.67867965644038, 19.82132034355964 ], [ 137.8, 20.7 ], [ 139.92132034355964, 19.82132034355964 ], [ 140.8, 17.7 ] ] ], [ [ [ 139.0, 18.2 ], [ 138.12132034355963, 16.078679656440357 ], [ 136.0, 15.2 ], [ 133.87867965644037, 16.078679656440357 ], [ 133.0, 18.2 ], [ 133.87867965644037, 20.32132034355964 ], [ 136.0, 21.2 ], [ 138.12132034355963, 20.32132034355964 ], [ 139.0, 18.2 ] ] ], [ [ [ 137.6, 18.6 ], [ 136.72132034355963, 16.47867965644036 ], [ 134.6, 15.600000000000001 ], [ 132.47867965644036, 16.47867965644036 ], [ 131.6, 18.6 ], [ 132.47867965644036, 20.721320343559643 ], [ 134.6, 21.6 ], [ 136.72132034355963, 20.721320343559643 ], [ 137.6, 18.6 ] ] ], [ [ [ 135.9, 18.7 ], [ 135.02132034355964, 16.578679656440357 ], [ 132.9, 15.7 ], [ 130.77867965644037, 16.578679656440357 ], [ 129.9, 18.7 ], [ 130.77867965644037, 20.82132034355964 ], [ 132.9, 21.7 ], [ 135.02132034355964, 20.82132034355964 ], [ 135.9, 18.7 ] ] ], [ [ [ 134.2, 18.8 ], [ 133.32132034355962, 16.67867965644036 ], [ 131.2, 15.8 ], [ 129.07867965644036, 16.67867965644036 ], [ 128.2, 18.8 ], [ 129.07867965644036, 20.921320343559643 ], [ 131.2, 21.8 ], [ 133.32132034355962, 20.921320343559643 ], [ 134.2, 18.8 ] ] ], [ [ [ 132.9, 18.9 ], [ 132.02132034355964, 16.778679656440357 ], [ 129.9, 15.899999999999999 ], [ 127.77867965644036, 16.778679656440357 ], [ 126.9, 18.9 ], [ 127.77867965644036, 21.02132034355964 ], [ 129.9, 21.9 ], [ 132.02132034355964, 21.02132034355964 ], [ 132.9, 18.9 ] ] ], [ [ [ 131.4, 19.0 ], [ 130.52132034355964, 16.878679656440358 ], [ 128.4, 16.0 ], [ 126.27867965644036, 16.878679656440358 ], [ 125.4, 19.0 ], [ 126.27867965644036, 21.121320343559642 ], [ 128.4, 22.0 ], [ 130.52132034355964, 21.121320343559642 ], [ 131.4, 19.0 ] ] ], [ [ [ 130.3, 18.9 ], [ 129.42132034355964, 16.778679656440357 ], [ 127.3, 15.899999999999999 ], [ 125.17867965644035, 16.778679656440357 ], [ 124.3, 18.9 ], [ 125.17867965644035, 21.02132034355964 ], [ 127.3, 21.9 ], [ 129.42132034355964, 21.02132034355964 ], [ 130.3, 18.9 ] ] ], [ [ [ 129.1, 18.9 ], [ 128.22132034355963, 16.778679656440357 ], [ 126.1, 15.899999999999999 ], [ 123.97867965644035, 16.778679656440357 ], [ 123.1, 18.9 ], [ 123.97867965644035, 21.02132034355964 ], [ 126.1, 21.9 ], [ 128.22132034355963, 21.02132034355964 ], [ 129.1, 18.9 ] ] ], [ [ [ 128.3, 18.8 ], [ 127.42132034355964, 16.67867965644036 ], [ 125.3, 15.8 ], [ 123.17867965644035, 16.67867965644036 ], [ 122.3, 18.8 ], [ 123.17867965644035, 20.921320343559643 ], [ 125.3, 21.8 ], [ 127.42132034355964, 20.921320343559643 ], [ 128.3, 18.8 ] ] ], [ [ [ 127.7, 18.9 ], [ 126.82132034355965, 16.778679656440357 ], [ 124.7, 15.899999999999999 ], [ 122.57867965644036, 16.778679656440357 ], [ 121.7, 18.9 ], [ 122.57867965644036, 21.02132034355964 ], [ 124.7, 21.9 ], [ 126.82132034355965, 21.02132034355964 ], [ 127.7, 18.9 ] ] ], [ [ [ 127.0, 19.0 ], [ 126.12132034355965, 16.878679656440358 ], [ 124.0, 16.0 ], [ 121.87867965644035, 16.878679656440358 ], [ 121.0, 19.0 ], [ 121.87867965644035, 21.121320343559642 ], [ 124.0, 22.0 ], [ 126.12132034355965, 21.121320343559642 ], [ 127.0, 19.0 ] ] ], [ [ [ 126.2, 19.1 ], [ 125.32132034355965, 16.97867965644036 ], [ 123.2, 16.1 ], [ 121.07867965644036, 16.97867965644036 ], [ 120.2, 19.1 ], [ 121.07867965644036, 21.221320343559643 ], [ 123.2, 22.1 ], [ 125.32132034355965, 21.221320343559643 ], [ 126.2, 19.1 ] ] ], [ [ [ 125.9, 19.2 ], [ 125.02132034355965, 17.078679656440357 ], [ 122.9, 16.2 ], [ 120.77867965644036, 17.078679656440357 ], [ 119.9, 19.2 ], [ 120.77867965644036, 21.32132034355964 ], [ 122.9, 22.2 ], [ 125.02132034355965, 21.32132034355964 ], [ 125.9, 19.2 ] ] ], [ [ [ 125.4, 19.3 ], [ 124.52132034355965, 17.17867965644036 ], [ 122.4, 16.3 ], [ 120.27867965644036, 17.17867965644036 ], [ 119.4, 19.3 ], [ 120.27867965644036, 21.421320343559643 ], [ 122.4, 22.3 ], [ 124.52132034355965, 21.421320343559643 ], [ 125.4, 19.3 ] ] ], [ [ [ 125.3, 19.3 ], [ 124.42132034355964, 17.17867965644036 ], [ 122.3, 16.3 ], [ 120.17867965644035, 17.17867965644036 ], [ 119.3, 19.3 ], [ 120.17867965644035, 21.421320343559643 ], [ 122.3, 22.3 ], [ 124.42132034355964, 21.421320343559643 ], [ 125.3, 19.3 ] ] ], [ [ [ 125.5, 19.6 ], [ 124.62132034355965, 17.47867965644036 ], [ 122.5, 16.6 ], [ 120.37867965644035, 17.47867965644036 ], [ 119.5, 19.6 ], [ 120.37867965644035, 21.721320343559643 ], [ 122.5, 22.6 ], [ 124.62132034355965, 21.721320343559643 ], [ 125.5, 19.6 ] ] ], [ [ [ 125.6, 20.1 ], [ 124.72132034355964, 17.97867965644036 ], [ 122.6, 17.1 ], [ 120.47867965644035, 17.97867965644036 ], [ 119.6, 20.1 ], [ 120.47867965644035, 22.221320343559643 ], [ 122.6, 23.1 ], [ 124.72132034355964, 22.221320343559643 ], [ 125.6, 20.1 ] ] ], [ [ [ 125.7, 20.7 ], [ 124.82132034355965, 18.578679656440357 ], [ 122.7, 17.7 ], [ 120.57867965644036, 18.578679656440357 ], [ 119.7, 20.7 ], [ 120.57867965644036, 22.82132034355964 ], [ 122.7, 23.7 ], [ 124.82132034355965, 22.82132034355964 ], [ 125.7, 20.7 ] ] ], [ [ [ 126.1, 21.3 ], [ 125.22132034355964, 19.17867965644036 ], [ 123.1, 18.3 ], [ 120.97867965644035, 19.17867965644036 ], [ 120.1, 21.3 ], [ 120.97867965644035, 23.421320343559643 ], [ 123.1, 24.3 ], [ 125.22132034355964, 23.421320343559643 ], [ 126.1, 21.3 ] ] ], [ [ [ 126.2, 21.9 ], [ 125.32132034355965, 19.778679656440357 ], [ 123.2, 18.9 ], [ 121.07867965644036, 19.778679656440357 ], [ 120.2, 21.9 ], [ 121.07867965644036, 24.02132034355964 ], [ 123.2, 24.9 ], [ 125.32132034355965, 24.02132034355964 ], [ 126.2, 21.9 ] ] ], [ [ [ 126.2, 22.4 ], [ 125.32132034355965, 20.278679656440357 ], [ 123.2, 19.4 ], [ 121.07867965644036, 20.278679656440357 ], [ 120.2, 22.4 ], [ 121.07867965644036, 24.52132034355964 ], [ 123.2, 25.4 ], [ 125.32132034355965, 24.52132034355964 ], [ 126.2, 22.4 ] ] ], [ [ [ 126.3, 22.8 ], [ 125.42132034355964, 20.67867965644036 ], [ 123.3, 19.8 ], [ 121.17867965644035, 20.67867965644036 ], [ 120.3, 22.8 ], [ 121.17867965644035, 24.921320343559643 ], [ 123.3, 25.8 ], [ 125.42132034355964, 24.921320343559643 ], [ 126.3, 22.8 ] ] ], [ [ [ 126.3, 23.1 ], [ 125.42132034355964, 20.97867965644036 ], [ 123.3, 20.1 ], [ 121.17867965644035, 20.97867965644036 ], [ 120.3, 23.1 ], [ 121.17867965644035, 25.221320343559643 ], [ 123.3, 26.1 ], [ 125.42132034355964, 25.221320343559643 ], [ 126.3, 23.1 ] ] ], [ [ [ 126.4, 23.5 ], [ 125.52132034355965, 21.378679656440358 ], [ 123.4, 20.5 ], [ 121.27867965644036, 21.378679656440358 ], [ 120.4, 23.5 ], [ 121.27867965644036, 25.621320343559642 ], [ 123.4, 26.5 ], [ 125.52132034355965, 25.621320343559642 ], [ 126.4, 23.5 ] ] ], [ [ [ 126.5, 23.8 ], [ 125.62132034355965, 21.67867965644036 ], [ 123.5, 20.8 ], [ 121.37867965644035, 21.67867965644036 ], [ 120.5, 23.8 ], [ 121.37867965644035, 25.921320343559643 ], [ 123.5, 26.8 ], [ 125.62132034355965, 25.921320343559643 ], [ 126.5, 23.8 ] ] ], [ [ [ 126.8, 24.2 ], [ 125.92132034355964, 22.078679656440357 ], [ 123.8, 21.2 ], [ 121.67867965644035, 22.078679656440357 ], [ 120.8, 24.2 ], [ 121.67867965644035, 26.32132034355964 ], [ 123.8, 27.2 ], [ 125.92132034355964, 26.32132034355964 ], [ 126.8, 24.2 ] ] ], [ [ [ 126.9, 24.3 ], [ 126.02132034355965, 22.17867965644036 ], [ 123.9, 21.3 ], [ 121.77867965644036, 22.17867965644036 ], [ 120.9, 24.3 ], [ 121.77867965644036, 26.421320343559643 ], [ 123.9, 27.3 ], [ 126.02132034355965, 26.421320343559643 ], [ 126.9, 24.3 ] ] ], [ [ [ 127.0, 24.5 ], [ 126.12132034355965, 22.378679656440358 ], [ 124.0, 21.5 ], [ 121.87867965644035, 22.378679656440358 ], [ 121.0, 24.5 ], [ 121.87867965644035, 26.621320343559642 ], [ 124.0, 27.5 ], [ 126.12132034355965, 26.621320343559642 ], [ 127.0, 24.5 ] ] ], [ [ [ 127.2, 24.8 ], [ 126.32132034355965, 22.67867965644036 ], [ 124.2, 21.8 ], [ 122.07867965644036, 22.67867965644036 ], [ 121.2, 24.8 ], [ 122.07867965644036, 26.921320343559643 ], [ 124.2, 27.8 ], [ 126.32132034355965, 26.921320343559643 ], [ 127.2, 24.8 ] ] ], [ [ [ 127.6, 25.2 ], [ 126.72132034355964, 23.078679656440357 ], [ 124.6, 22.2 ], [ 122.47867965644035, 23.078679656440357 ], [ 121.6, 25.2 ], [ 122.47867965644035, 27.32132034355964 ], [ 124.6, 28.2 ], [ 126.72132034355964, 27.32132034355964 ], [ 127.6, 25.2 ] ] ], [ [ [ 128.3, 25.7 ], [ 127.42132034355964, 23.578679656440357 ], [ 125.3, 22.7 ], [ 123.17867965644035, 23.578679656440357 ], [ 122.3, 25.7 ], [ 123.17867965644035, 27.82132034355964 ], [ 125.3, 28.7 ], [ 127.42132034355964, 27.82132034355964 ], [ 128.3, 25.7 ] ] ], [ [ [ 128.9, 26.2 ], [ 128.02132034355964, 24.078679656440357 ], [ 125.9, 23.2 ], [ 123.77867965644036, 24.078679656440357 ], [ 122.9, 26.2 ], [ 123.77867965644036, 28.32132034355964 ], [ 125.9, 29.2 ], [ 128.02132034355964, 28.32132034355964 ], [ 128.9, 26.2 ] ] ], [ [ [ 129.7, 27.1 ], [ 128.82132034355965, 24.97867965644036 ], [ 126.7, 24.1 ], [ 124.57867965644036, 24.97867965644036 ], [ 123.7, 27.1 ], [ 124.57867965644036, 29.221320343559643 ], [ 126.7, 30.1 ], [ 128.82132034355965, 29.221320343559643 ], [ 129.7, 27.1 ] ] ], [ [ [ 130.4, 27.9 ], [ 129.52132034355964, 25.778679656440357 ], [ 127.4, 24.9 ], [ 125.27867965644036, 25.778679656440357 ], [ 124.4, 27.9 ], [ 125.27867965644036, 30.02132034355964 ], [ 127.4, 30.9 ], [ 129.52132034355964, 30.02132034355964 ], [ 130.4, 27.9 ] ] ], [ [ [ 131.1, 28.8 ], [ 130.22132034355963, 26.67867965644036 ], [ 128.1, 25.8 ], [ 125.97867965644035, 26.67867965644036 ], [ 125.1, 28.8 ], [ 125.97867965644035, 30.921320343559643 ], [ 128.1, 31.8 ], [ 130.22132034355963, 30.921320343559643 ], [ 131.1, 28.8 ] ] ], [ [ [ 131.8, 29.6 ], [ 130.92132034355964, 27.47867965644036 ], [ 128.8, 26.6 ], [ 126.67867965644037, 27.47867965644036 ], [ 125.80000000000001, 29.6 ], [ 126.67867965644037, 31.721320343559643 ], [ 128.8, 32.6 ], [ 130.92132034355964, 31.721320343559643 ], [ 131.8, 29.6 ] ] ], [ [ [ 132.5, 30.5 ], [ 131.62132034355963, 28.378679656440358 ], [ 129.5, 27.5 ], [ 127.37867965644035, 28.378679656440358 ], [ 126.5, 30.5 ], [ 127.37867965644035, 32.621320343559645 ], [ 129.5, 33.5 ], [ 131.62132034355963, 32.621320343559645 ], [ 132.5, 30.5 ] ] ], [ [ [ 132.9, 31.7 ], [ 132.02132034355964, 29.578679656440357 ], [ 129.9, 28.7 ], [ 127.77867965644036, 29.578679656440357 ], [ 126.9, 31.7 ], [ 127.77867965644036, 33.82132034355964 ], [ 129.9, 34.7 ], [ 132.02132034355964, 33.82132034355964 ], [ 132.9, 31.7 ] ] ], [ [ [ 133.1, 32.0 ], [ 132.22132034355963, 29.878679656440358 ], [ 130.1, 29.0 ], [ 127.97867965644035, 29.878679656440358 ], [ 127.1, 32.0 ], [ 127.97867965644035, 34.121320343559645 ], [ 130.1, 35.0 ], [ 132.22132034355963, 34.121320343559645 ], [ 133.1, 32.0 ] ] ], [ [ [ 133.5, 32.4 ], [ 132.62132034355963, 30.278679656440357 ], [ 130.5, 29.4 ], [ 128.37867965644037, 30.278679656440357 ], [ 127.5, 32.4 ], [ 128.37867965644037, 34.521320343559644 ], [ 130.5, 35.4 ], [ 132.62132034355963, 34.521320343559644 ], [ 133.5, 32.4 ] ] ], [ [ [ 133.5, 32.8 ], [ 132.62132034355963, 30.678679656440355 ], [ 130.5, 29.799999999999997 ], [ 128.37867965644037, 30.678679656440355 ], [ 127.5, 32.8 ], [ 128.37867965644037, 34.92132034355964 ], [ 130.5, 35.8 ], [ 132.62132034355963, 34.92132034355964 ], [ 133.5, 32.8 ] ] ], [ [ [ 133.4, 33.8 ], [ 132.52132034355964, 31.678679656440355 ], [ 130.4, 30.799999999999997 ], [ 128.27867965644037, 31.678679656440355 ], [ 127.4, 33.8 ], [ 128.27867965644037, 35.92132034355964 ], [ 130.4, 36.8 ], [ 132.52132034355964, 35.92132034355964 ], [ 133.4, 33.8 ] ] ], [ [ [ 133.6, 34.6 ], [ 132.72132034355963, 32.478679656440356 ], [ 130.6, 31.6 ], [ 128.47867965644036, 32.478679656440356 ], [ 127.6, 34.6 ], [ 128.47867965644036, 36.72132034355965 ], [ 130.6, 37.6 ], [ 132.72132034355963, 36.72132034355965 ], [ 133.6, 34.6 ] ] ], [ [ [ 134.0, 35.3 ], [ 133.12132034355963, 33.17867965644035 ], [ 131.0, 32.3 ], [ 128.87867965644037, 33.17867965644035 ], [ 128.0, 35.3 ], [ 128.87867965644037, 37.42132034355964 ], [ 131.0, 38.3 ], [ 133.12132034355963, 37.42132034355964 ], [ 134.0, 35.3 ] ] ], [ [ [ 134.8, 36.0 ], [ 133.92132034355964, 33.878679656440355 ], [ 131.8, 33.0 ], [ 129.67867965644038, 33.878679656440355 ], [ 128.8, 36.0 ], [ 129.67867965644038, 38.121320343559645 ], [ 131.8, 39.0 ], [ 133.92132034355964, 38.121320343559645 ], [ 134.8, 36.0 ] ] ], [ [ [ 135.3, 36.5 ], [ 134.42132034355964, 34.378679656440355 ], [ 132.3, 33.5 ], [ 130.17867965644038, 34.378679656440355 ], [ 129.3, 36.5 ], [ 130.17867965644038, 38.621320343559645 ], [ 132.3, 39.5 ], [ 134.42132034355964, 38.621320343559645 ], [ 135.3, 36.5 ] ] ], [ [ [ 136.0, 37.7 ], [ 135.12132034355963, 35.57867965644036 ], [ 133.0, 34.7 ], [ 130.87867965644037, 35.57867965644036 ], [ 130.0, 37.7 ], [ 130.87867965644037, 39.82132034355965 ], [ 133.0, 40.7 ], [ 135.12132034355963, 39.82132034355965 ], [ 136.0, 37.7 ] ] ], [ [ [ 136.5, 39.3 ], [ 135.62132034355963, 37.17867965644035 ], [ 133.5, 36.3 ], [ 131.37867965644037, 37.17867965644035 ], [ 130.5, 39.3 ], [ 131.37867965644037, 41.42132034355964 ], [ 133.5, 42.3 ], [ 135.62132034355963, 41.42132034355964 ], [ 136.5, 39.3 ] ] ], [ [ [ 137.1, 40.5 ], [ 136.22132034355963, 38.378679656440355 ], [ 134.1, 37.5 ], [ 131.97867965644036, 38.378679656440355 ], [ 131.1, 40.5 ], [ 131.97867965644036, 42.621320343559645 ], [ 134.1, 43.5 ], [ 136.22132034355963, 42.621320343559645 ], [ 137.1, 40.5 ] ] ], [ [ [ 136.9, 41.3 ], [ 136.02132034355964, 39.17867965644035 ], [ 133.9, 38.3 ], [ 131.77867965644037, 39.17867965644035 ], [ 130.9, 41.3 ], [ 131.77867965644037, 43.42132034355964 ], [ 133.9, 44.3 ], [ 136.02132034355964, 43.42132034355964 ], [ 136.9, 41.3 ] ] ], [ [ [ 136.0, 43.0 ], [ 135.12132034355963, 40.878679656440355 ], [ 133.0, 40.0 ], [ 130.87867965644037, 40.878679656440355 ], [ 130.0, 43.0 ], [ 130.87867965644037, 45.121320343559645 ], [ 133.0, 46.0 ], [ 135.12132034355963, 45.121320343559645 ], [ 136.0, 43.0 ] ] ], [ [ [ 134.8, 44.4 ], [ 133.92132034355964, 42.27867965644035 ], [ 131.8, 41.4 ], [ 129.67867965644038, 42.27867965644035 ], [ 128.8, 44.4 ], [ 129.67867965644038, 46.521320343559644 ], [ 131.8, 47.4 ], [ 133.92132034355964, 46.521320343559644 ], [ 134.8, 44.4 ] ] ], [ [ [ 131.6, 44.5 ], [ 130.72132034355963, 42.378679656440355 ], [ 128.6, 41.5 ], [ 126.47867965644035, 42.378679656440355 ], [ 125.6, 44.5 ], [ 126.47867965644035, 46.621320343559645 ], [ 128.6, 47.5 ], [ 130.72132034355963, 46.621320343559645 ], [ 131.6, 44.5 ] ] ], [ [ [ 128.3, 44.2 ], [ 128.00710678118654, 43.49289321881346 ], [ 127.3, 43.2 ], [ 126.59289321881344, 43.49289321881346 ], [ 126.3, 44.2 ], [ 126.59289321881344, 44.90710678118655 ], [ 127.3, 45.2 ], [ 128.00710678118654, 44.90710678118655 ], [ 128.3, 44.2 ] ] ], [ [ [ 127.7, 43.9 ], [ 127.40710678118656, 43.19289321881345 ], [ 126.7, 42.9 ], [ 125.99289321881345, 43.19289321881345 ], [ 125.7, 43.9 ], [ 125.99289321881345, 44.607106781186545 ], [ 126.7, 44.9 ], [ 127.40710678118656, 44.607106781186545 ], [ 127.7, 43.9 ] ] ], [ [ [ 127.4, 44.0 ], [ 127.10710678118656, 43.292893218813454 ], [ 126.4, 43.0 ], [ 125.69289321881345, 43.292893218813454 ], [ 125.4, 44.0 ], [ 125.69289321881345, 44.707106781186546 ], [ 126.4, 45.0 ], [ 127.10710678118656, 44.707106781186546 ], [ 127.4, 44.0 ] ] ], [ [ [ 127.3, 44.1 ], [ 127.00710678118655, 43.392893218813455 ], [ 126.3, 43.1 ], [ 125.59289321881344, 43.392893218813455 ], [ 125.3, 44.1 ], [ 125.59289321881344, 44.80710678118655 ], [ 126.3, 45.1 ], [ 127.00710678118655, 44.80710678118655 ], [ 127.3, 44.1 ] ] ], [ [ [ 127.4, 44.3 ], [ 127.10710678118656, 43.59289321881345 ], [ 126.4, 43.3 ], [ 125.69289321881345, 43.59289321881345 ], [ 125.4, 44.3 ], [ 125.69289321881345, 45.00710678118654 ], [ 126.4, 45.3 ], [ 127.10710678118656, 45.00710678118654 ], [ 127.4, 44.3 ] ] ], [ [ [ 127.4, 44.5 ], [ 127.10710678118656, 43.792893218813454 ], [ 126.4, 43.5 ], [ 125.69289321881345, 43.792893218813454 ], [ 125.4, 44.5 ], [ 125.69289321881345, 45.207106781186546 ], [ 126.4, 45.5 ], [ 127.10710678118656, 45.207106781186546 ], [ 127.4, 44.5 ] ] ], [ [ [ 127.4, 44.6 ], [ 127.10710678118656, 43.892893218813455 ], [ 126.4, 43.6 ], [ 125.69289321881345, 43.892893218813455 ], [ 125.4, 44.6 ], [ 125.69289321881345, 45.30710678118655 ], [ 126.4, 45.6 ], [ 127.10710678118656, 45.30710678118655 ], [ 127.4, 44.6 ] ] ], [ [ [ 127.4, 44.9 ], [ 127.10710678118656, 44.19289321881345 ], [ 126.4, 43.9 ], [ 125.69289321881345, 44.19289321881345 ], [ 125.4, 44.9 ], [ 125.69289321881345, 45.607106781186545 ], [ 126.4, 45.9 ], [ 127.10710678118656, 45.607106781186545 ], [ 127.4, 44.9 ] ] ], [ [ [ 127.1, 45.2 ], [ 126.80710678118655, 44.49289321881346 ], [ 126.1, 44.2 ], [ 125.39289321881344, 44.49289321881346 ], [ 125.1, 45.2 ], [ 125.39289321881344, 45.90710678118655 ], [ 126.1, 46.2 ], [ 126.80710678118655, 45.90710678118655 ], [ 127.1, 45.2 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T00:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T06:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T12:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T18:00:00Z", "2015-08-23T19:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T00:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T06:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T12:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T18:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T00:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T04:00:00Z", "2015-08-25T05:00:00Z", "2015-08-25T06:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T12:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T18:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z", "2015-08-29T21:00:00Z", "2015-08-30T03:00:00Z", "2015-08-30T09:00:00Z", "2015-08-30T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1000.0, 994.0, 992.0, 990.0, 985.0, 980.0, 980.0, 970.0, 960.0, 950.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 945.0, 945.0, 945.0, 940.0, 940.0, 940.0, 945.0, 945.0, 945.0, 945.0, 945.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 950.0, 940.0, 940.0, 935.0, 935.0, 930.0, 930.0, 930.0, 930.0, 930.0, 930.0, 940.0, 940.0, 940.0, 945.0, 950.0, 955.0, 965.0, 965.0, 965.0, 970.0, 980.0, 980.0, 984.0, 984.0, 988.0, 990.0, 998.0, 1000.0, 1002.0, 1002.0, 1004.0, 1002.0, 1004.0, 1006.0, 1006.0, 1006.0, 1008.0, 1008.0, 1010.0, 1010.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 45.0, 50.0, 55.0, 60.0, 60.0, 65.0, 75.0, 85.0, 95.0, 95.0, 95.0, 95.0, 95.0, 95.0, 85.0, 85.0, 85.0, 90.0, 90.0, 90.0, 85.0, 85.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 90.0, 90.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 90.0, 90.0, 90.0, 85.0, 85.0, 80.0, 70.0, 70.0, 70.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201515号 (GONI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T00:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T06:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T12:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T18:00:00Z", "2015-08-23T19:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T00:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T06:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T12:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T18:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T00:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T04:00:00Z", "2015-08-25T05:00:00Z", "2015-08-25T06:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T12:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T18:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z", "2015-08-29T21:00:00Z", "2015-08-30T03:00:00Z", "2015-08-30T09:00:00Z", "2015-08-30T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 152.1, 12.2 ], [ 151.80710678118655, 11.492893218813451 ], [ 151.1, 11.2 ], [ 150.39289321881344, 11.492893218813451 ], [ 150.1, 12.2 ], [ 150.39289321881344, 12.907106781186547 ], [ 151.1, 13.2 ], [ 151.80710678118655, 12.907106781186547 ], [ 152.1, 12.2 ] ] ], [ [ [ 151.4, 12.3 ], [ 151.10710678118656, 11.592893218813453 ], [ 150.4, 11.3 ], [ 149.69289321881345, 11.592893218813453 ], [ 149.4, 12.3 ], [ 149.69289321881345, 13.007106781186549 ], [ 150.4, 13.3 ], [ 151.10710678118656, 13.007106781186549 ], [ 151.4, 12.3 ] ] ], [ [ [ 150.9, 12.4 ], [ 150.60710678118656, 11.692893218813452 ], [ 149.9, 11.4 ], [ 149.19289321881345, 11.692893218813452 ], [ 148.9, 12.4 ], [ 149.19289321881345, 13.107106781186548 ], [ 149.9, 13.4 ], [ 150.60710678118656, 13.107106781186548 ], [ 150.9, 12.4 ] ] ], [ [ [ 150.1, 12.7 ], [ 149.80710678118655, 11.992893218813451 ], [ 149.1, 11.7 ], [ 148.39289321881344, 11.992893218813451 ], [ 148.1, 12.7 ], [ 148.39289321881344, 13.407106781186547 ], [ 149.1, 13.7 ], [ 149.80710678118655, 13.407106781186547 ], [ 150.1, 12.7 ] ] ], [ [ [ 151.2, 13.0 ], [ 150.32132034355962, 10.878679656440358 ], [ 148.2, 10.0 ], [ 146.07867965644036, 10.878679656440358 ], [ 145.2, 13.0 ], [ 146.07867965644036, 15.121320343559642 ], [ 148.2, 16.0 ], [ 150.32132034355962, 15.121320343559642 ], [ 151.2, 13.0 ] ] ], [ [ [ 150.0, 13.5 ], [ 149.12132034355963, 11.378679656440358 ], [ 147.0, 10.5 ], [ 144.87867965644037, 11.378679656440358 ], [ 144.0, 13.5 ], [ 144.87867965644037, 15.621320343559642 ], [ 147.0, 16.5 ], [ 149.12132034355963, 15.621320343559642 ], [ 150.0, 13.5 ] ] ], [ [ [ 149.4, 13.8 ], [ 148.52132034355964, 11.678679656440359 ], [ 146.4, 10.8 ], [ 144.27867965644037, 11.678679656440359 ], [ 143.4, 13.8 ], [ 144.27867965644037, 15.921320343559643 ], [ 146.4, 16.8 ], [ 148.52132034355964, 15.921320343559643 ], [ 149.4, 13.8 ] ] ], [ [ [ 149.0, 14.2 ], [ 148.12132034355963, 12.078679656440357 ], [ 146.0, 11.2 ], [ 143.87867965644037, 12.078679656440357 ], [ 143.0, 14.2 ], [ 143.87867965644037, 16.32132034355964 ], [ 146.0, 17.2 ], [ 148.12132034355963, 16.32132034355964 ], [ 149.0, 14.2 ] ] ], [ [ [ 148.4, 14.4 ], [ 147.52132034355964, 12.278679656440358 ], [ 145.4, 11.4 ], [ 143.27867965644037, 12.278679656440357 ], [ 142.4, 14.4 ], [ 143.27867965644037, 16.521320343559644 ], [ 145.4, 17.4 ], [ 147.52132034355964, 16.521320343559644 ], [ 148.4, 14.4 ] ] ], [ [ [ 147.8, 14.7 ], [ 146.92132034355964, 12.578679656440357 ], [ 144.8, 11.7 ], [ 142.67867965644038, 12.578679656440357 ], [ 141.8, 14.7 ], [ 142.67867965644038, 16.82132034355964 ], [ 144.8, 17.7 ], [ 146.92132034355964, 16.82132034355964 ], [ 147.8, 14.7 ] ] ], [ [ [ 147.2, 15.0 ], [ 146.32132034355962, 12.878679656440358 ], [ 144.2, 12.0 ], [ 142.07867965644036, 12.878679656440358 ], [ 141.2, 15.0 ], [ 142.07867965644036, 17.121320343559642 ], [ 144.2, 18.0 ], [ 146.32132034355962, 17.121320343559642 ], [ 147.2, 15.0 ] ] ], [ [ [ 146.6, 15.5 ], [ 145.72132034355963, 13.378679656440358 ], [ 143.6, 12.5 ], [ 141.47867965644036, 13.378679656440358 ], [ 140.6, 15.5 ], [ 141.47867965644036, 17.621320343559642 ], [ 143.6, 18.5 ], [ 145.72132034355963, 17.621320343559642 ], [ 146.6, 15.5 ] ] ], [ [ [ 145.7, 16.0 ], [ 144.82132034355962, 13.878679656440358 ], [ 142.7, 13.0 ], [ 140.57867965644036, 13.878679656440358 ], [ 139.7, 16.0 ], [ 140.57867965644036, 18.121320343559642 ], [ 142.7, 19.0 ], [ 144.82132034355962, 18.121320343559642 ], [ 145.7, 16.0 ] ] ], [ [ [ 144.7, 16.5 ], [ 143.82132034355962, 14.378679656440358 ], [ 141.7, 13.5 ], [ 139.57867965644036, 14.378679656440358 ], [ 138.7, 16.5 ], [ 139.57867965644036, 18.621320343559642 ], [ 141.7, 19.5 ], [ 143.82132034355962, 18.621320343559642 ], [ 144.7, 16.5 ] ] ], [ [ [ 143.5, 17.0 ], [ 142.62132034355963, 14.878679656440358 ], [ 140.5, 14.0 ], [ 138.37867965644037, 14.878679656440358 ], [ 137.5, 17.0 ], [ 138.37867965644037, 19.121320343559642 ], [ 140.5, 20.0 ], [ 142.62132034355963, 19.121320343559642 ], [ 143.5, 17.0 ] ] ], [ [ [ 142.2, 17.3 ], [ 141.32132034355962, 15.178679656440359 ], [ 139.2, 14.3 ], [ 137.07867965644036, 15.178679656440359 ], [ 136.2, 17.3 ], [ 137.07867965644036, 19.421320343559643 ], [ 139.2, 20.3 ], [ 141.32132034355962, 19.421320343559643 ], [ 142.2, 17.3 ] ] ], [ [ [ 140.8, 17.7 ], [ 139.92132034355964, 15.578679656440357 ], [ 137.8, 14.7 ], [ 135.67867965644038, 15.578679656440357 ], [ 134.8, 17.7 ], [ 135.67867965644038, 19.82132034355964 ], [ 137.8, 20.7 ], [ 139.92132034355964, 19.82132034355964 ], [ 140.8, 17.7 ] ] ], [ [ [ 139.0, 18.2 ], [ 138.12132034355963, 16.078679656440357 ], [ 136.0, 15.2 ], [ 133.87867965644037, 16.078679656440357 ], [ 133.0, 18.2 ], [ 133.87867965644037, 20.32132034355964 ], [ 136.0, 21.2 ], [ 138.12132034355963, 20.32132034355964 ], [ 139.0, 18.2 ] ] ], [ [ [ 137.6, 18.6 ], [ 136.72132034355963, 16.47867965644036 ], [ 134.6, 15.600000000000001 ], [ 132.47867965644036, 16.47867965644036 ], [ 131.6, 18.6 ], [ 132.47867965644036, 20.721320343559643 ], [ 134.6, 21.6 ], [ 136.72132034355963, 20.721320343559643 ], [ 137.6, 18.6 ] ] ], [ [ [ 135.9, 18.7 ], [ 135.02132034355964, 16.578679656440357 ], [ 132.9, 15.7 ], [ 130.77867965644037, 16.578679656440357 ], [ 129.9, 18.7 ], [ 130.77867965644037, 20.82132034355964 ], [ 132.9, 21.7 ], [ 135.02132034355964, 20.82132034355964 ], [ 135.9, 18.7 ] ] ], [ [ [ 134.2, 18.8 ], [ 133.32132034355962, 16.67867965644036 ], [ 131.2, 15.8 ], [ 129.07867965644036, 16.67867965644036 ], [ 128.2, 18.8 ], [ 129.07867965644036, 20.921320343559643 ], [ 131.2, 21.8 ], [ 133.32132034355962, 20.921320343559643 ], [ 134.2, 18.8 ] ] ], [ [ [ 132.9, 18.9 ], [ 132.02132034355964, 16.778679656440357 ], [ 129.9, 15.899999999999999 ], [ 127.77867965644036, 16.778679656440357 ], [ 126.9, 18.9 ], [ 127.77867965644036, 21.02132034355964 ], [ 129.9, 21.9 ], [ 132.02132034355964, 21.02132034355964 ], [ 132.9, 18.9 ] ] ], [ [ [ 131.4, 19.0 ], [ 130.52132034355964, 16.878679656440358 ], [ 128.4, 16.0 ], [ 126.27867965644036, 16.878679656440358 ], [ 125.4, 19.0 ], [ 126.27867965644036, 21.121320343559642 ], [ 128.4, 22.0 ], [ 130.52132034355964, 21.121320343559642 ], [ 131.4, 19.0 ] ] ], [ [ [ 130.3, 18.9 ], [ 129.42132034355964, 16.778679656440357 ], [ 127.3, 15.899999999999999 ], [ 125.17867965644035, 16.778679656440357 ], [ 124.3, 18.9 ], [ 125.17867965644035, 21.02132034355964 ], [ 127.3, 21.9 ], [ 129.42132034355964, 21.02132034355964 ], [ 130.3, 18.9 ] ] ], [ [ [ 129.1, 18.9 ], [ 128.22132034355963, 16.778679656440357 ], [ 126.1, 15.899999999999999 ], [ 123.97867965644035, 16.778679656440357 ], [ 123.1, 18.9 ], [ 123.97867965644035, 21.02132034355964 ], [ 126.1, 21.9 ], [ 128.22132034355963, 21.02132034355964 ], [ 129.1, 18.9 ] ] ], [ [ [ 128.3, 18.8 ], [ 127.42132034355964, 16.67867965644036 ], [ 125.3, 15.8 ], [ 123.17867965644035, 16.67867965644036 ], [ 122.3, 18.8 ], [ 123.17867965644035, 20.921320343559643 ], [ 125.3, 21.8 ], [ 127.42132034355964, 20.921320343559643 ], [ 128.3, 18.8 ] ] ], [ [ [ 127.7, 18.9 ], [ 126.82132034355965, 16.778679656440357 ], [ 124.7, 15.899999999999999 ], [ 122.57867965644036, 16.778679656440357 ], [ 121.7, 18.9 ], [ 122.57867965644036, 21.02132034355964 ], [ 124.7, 21.9 ], [ 126.82132034355965, 21.02132034355964 ], [ 127.7, 18.9 ] ] ], [ [ [ 127.0, 19.0 ], [ 126.12132034355965, 16.878679656440358 ], [ 124.0, 16.0 ], [ 121.87867965644035, 16.878679656440358 ], [ 121.0, 19.0 ], [ 121.87867965644035, 21.121320343559642 ], [ 124.0, 22.0 ], [ 126.12132034355965, 21.121320343559642 ], [ 127.0, 19.0 ] ] ], [ [ [ 126.2, 19.1 ], [ 125.32132034355965, 16.97867965644036 ], [ 123.2, 16.1 ], [ 121.07867965644036, 16.97867965644036 ], [ 120.2, 19.1 ], [ 121.07867965644036, 21.221320343559643 ], [ 123.2, 22.1 ], [ 125.32132034355965, 21.221320343559643 ], [ 126.2, 19.1 ] ] ], [ [ [ 125.9, 19.2 ], [ 125.02132034355965, 17.078679656440357 ], [ 122.9, 16.2 ], [ 120.77867965644036, 17.078679656440357 ], [ 119.9, 19.2 ], [ 120.77867965644036, 21.32132034355964 ], [ 122.9, 22.2 ], [ 125.02132034355965, 21.32132034355964 ], [ 125.9, 19.2 ] ] ], [ [ [ 125.4, 19.3 ], [ 124.52132034355965, 17.17867965644036 ], [ 122.4, 16.3 ], [ 120.27867965644036, 17.17867965644036 ], [ 119.4, 19.3 ], [ 120.27867965644036, 21.421320343559643 ], [ 122.4, 22.3 ], [ 124.52132034355965, 21.421320343559643 ], [ 125.4, 19.3 ] ] ], [ [ [ 125.3, 19.3 ], [ 124.42132034355964, 17.17867965644036 ], [ 122.3, 16.3 ], [ 120.17867965644035, 17.17867965644036 ], [ 119.3, 19.3 ], [ 120.17867965644035, 21.421320343559643 ], [ 122.3, 22.3 ], [ 124.42132034355964, 21.421320343559643 ], [ 125.3, 19.3 ] ] ], [ [ [ 125.5, 19.6 ], [ 124.62132034355965, 17.47867965644036 ], [ 122.5, 16.6 ], [ 120.37867965644035, 17.47867965644036 ], [ 119.5, 19.6 ], [ 120.37867965644035, 21.721320343559643 ], [ 122.5, 22.6 ], [ 124.62132034355965, 21.721320343559643 ], [ 125.5, 19.6 ] ] ], [ [ [ 125.6, 20.1 ], [ 124.72132034355964, 17.97867965644036 ], [ 122.6, 17.1 ], [ 120.47867965644035, 17.97867965644036 ], [ 119.6, 20.1 ], [ 120.47867965644035, 22.221320343559643 ], [ 122.6, 23.1 ], [ 124.72132034355964, 22.221320343559643 ], [ 125.6, 20.1 ] ] ], [ [ [ 125.7, 20.7 ], [ 124.82132034355965, 18.578679656440357 ], [ 122.7, 17.7 ], [ 120.57867965644036, 18.578679656440357 ], [ 119.7, 20.7 ], [ 120.57867965644036, 22.82132034355964 ], [ 122.7, 23.7 ], [ 124.82132034355965, 22.82132034355964 ], [ 125.7, 20.7 ] ] ], [ [ [ 126.1, 21.3 ], [ 125.22132034355964, 19.17867965644036 ], [ 123.1, 18.3 ], [ 120.97867965644035, 19.17867965644036 ], [ 120.1, 21.3 ], [ 120.97867965644035, 23.421320343559643 ], [ 123.1, 24.3 ], [ 125.22132034355964, 23.421320343559643 ], [ 126.1, 21.3 ] ] ], [ [ [ 126.2, 21.9 ], [ 125.32132034355965, 19.778679656440357 ], [ 123.2, 18.9 ], [ 121.07867965644036, 19.778679656440357 ], [ 120.2, 21.9 ], [ 121.07867965644036, 24.02132034355964 ], [ 123.2, 24.9 ], [ 125.32132034355965, 24.02132034355964 ], [ 126.2, 21.9 ] ] ], [ [ [ 126.2, 22.4 ], [ 125.32132034355965, 20.278679656440357 ], [ 123.2, 19.4 ], [ 121.07867965644036, 20.278679656440357 ], [ 120.2, 22.4 ], [ 121.07867965644036, 24.52132034355964 ], [ 123.2, 25.4 ], [ 125.32132034355965, 24.52132034355964 ], [ 126.2, 22.4 ] ] ], [ [ [ 126.3, 22.8 ], [ 125.42132034355964, 20.67867965644036 ], [ 123.3, 19.8 ], [ 121.17867965644035, 20.67867965644036 ], [ 120.3, 22.8 ], [ 121.17867965644035, 24.921320343559643 ], [ 123.3, 25.8 ], [ 125.42132034355964, 24.921320343559643 ], [ 126.3, 22.8 ] ] ], [ [ [ 126.3, 23.1 ], [ 125.42132034355964, 20.97867965644036 ], [ 123.3, 20.1 ], [ 121.17867965644035, 20.97867965644036 ], [ 120.3, 23.1 ], [ 121.17867965644035, 25.221320343559643 ], [ 123.3, 26.1 ], [ 125.42132034355964, 25.221320343559643 ], [ 126.3, 23.1 ] ] ], [ [ [ 126.4, 23.5 ], [ 125.52132034355965, 21.378679656440358 ], [ 123.4, 20.5 ], [ 121.27867965644036, 21.378679656440358 ], [ 120.4, 23.5 ], [ 121.27867965644036, 25.621320343559642 ], [ 123.4, 26.5 ], [ 125.52132034355965, 25.621320343559642 ], [ 126.4, 23.5 ] ] ], [ [ [ 126.5, 23.8 ], [ 125.62132034355965, 21.67867965644036 ], [ 123.5, 20.8 ], [ 121.37867965644035, 21.67867965644036 ], [ 120.5, 23.8 ], [ 121.37867965644035, 25.921320343559643 ], [ 123.5, 26.8 ], [ 125.62132034355965, 25.921320343559643 ], [ 126.5, 23.8 ] ] ], [ [ [ 126.8, 24.2 ], [ 125.92132034355964, 22.078679656440357 ], [ 123.8, 21.2 ], [ 121.67867965644035, 22.078679656440357 ], [ 120.8, 24.2 ], [ 121.67867965644035, 26.32132034355964 ], [ 123.8, 27.2 ], [ 125.92132034355964, 26.32132034355964 ], [ 126.8, 24.2 ] ] ], [ [ [ 126.9, 24.3 ], [ 126.02132034355965, 22.17867965644036 ], [ 123.9, 21.3 ], [ 121.77867965644036, 22.17867965644036 ], [ 120.9, 24.3 ], [ 121.77867965644036, 26.421320343559643 ], [ 123.9, 27.3 ], [ 126.02132034355965, 26.421320343559643 ], [ 126.9, 24.3 ] ] ], [ [ [ 127.0, 24.5 ], [ 126.12132034355965, 22.378679656440358 ], [ 124.0, 21.5 ], [ 121.87867965644035, 22.378679656440358 ], [ 121.0, 24.5 ], [ 121.87867965644035, 26.621320343559642 ], [ 124.0, 27.5 ], [ 126.12132034355965, 26.621320343559642 ], [ 127.0, 24.5 ] ] ], [ [ [ 127.2, 24.8 ], [ 126.32132034355965, 22.67867965644036 ], [ 124.2, 21.8 ], [ 122.07867965644036, 22.67867965644036 ], [ 121.2, 24.8 ], [ 122.07867965644036, 26.921320343559643 ], [ 124.2, 27.8 ], [ 126.32132034355965, 26.921320343559643 ], [ 127.2, 24.8 ] ] ], [ [ [ 127.6, 25.2 ], [ 126.72132034355964, 23.078679656440357 ], [ 124.6, 22.2 ], [ 122.47867965644035, 23.078679656440357 ], [ 121.6, 25.2 ], [ 122.47867965644035, 27.32132034355964 ], [ 124.6, 28.2 ], [ 126.72132034355964, 27.32132034355964 ], [ 127.6, 25.2 ] ] ], [ [ [ 128.3, 25.7 ], [ 127.42132034355964, 23.578679656440357 ], [ 125.3, 22.7 ], [ 123.17867965644035, 23.578679656440357 ], [ 122.3, 25.7 ], [ 123.17867965644035, 27.82132034355964 ], [ 125.3, 28.7 ], [ 127.42132034355964, 27.82132034355964 ], [ 128.3, 25.7 ] ] ], [ [ [ 128.9, 26.2 ], [ 128.02132034355964, 24.078679656440357 ], [ 125.9, 23.2 ], [ 123.77867965644036, 24.078679656440357 ], [ 122.9, 26.2 ], [ 123.77867965644036, 28.32132034355964 ], [ 125.9, 29.2 ], [ 128.02132034355964, 28.32132034355964 ], [ 128.9, 26.2 ] ] ], [ [ [ 129.7, 27.1 ], [ 128.82132034355965, 24.97867965644036 ], [ 126.7, 24.1 ], [ 124.57867965644036, 24.97867965644036 ], [ 123.7, 27.1 ], [ 124.57867965644036, 29.221320343559643 ], [ 126.7, 30.1 ], [ 128.82132034355965, 29.221320343559643 ], [ 129.7, 27.1 ] ] ], [ [ [ 130.4, 27.9 ], [ 129.52132034355964, 25.778679656440357 ], [ 127.4, 24.9 ], [ 125.27867965644036, 25.778679656440357 ], [ 124.4, 27.9 ], [ 125.27867965644036, 30.02132034355964 ], [ 127.4, 30.9 ], [ 129.52132034355964, 30.02132034355964 ], [ 130.4, 27.9 ] ] ], [ [ [ 131.1, 28.8 ], [ 130.22132034355963, 26.67867965644036 ], [ 128.1, 25.8 ], [ 125.97867965644035, 26.67867965644036 ], [ 125.1, 28.8 ], [ 125.97867965644035, 30.921320343559643 ], [ 128.1, 31.8 ], [ 130.22132034355963, 30.921320343559643 ], [ 131.1, 28.8 ] ] ], [ [ [ 131.8, 29.6 ], [ 130.92132034355964, 27.47867965644036 ], [ 128.8, 26.6 ], [ 126.67867965644037, 27.47867965644036 ], [ 125.80000000000001, 29.6 ], [ 126.67867965644037, 31.721320343559643 ], [ 128.8, 32.6 ], [ 130.92132034355964, 31.721320343559643 ], [ 131.8, 29.6 ] ] ], [ [ [ 132.5, 30.5 ], [ 131.62132034355963, 28.378679656440358 ], [ 129.5, 27.5 ], [ 127.37867965644035, 28.378679656440358 ], [ 126.5, 30.5 ], [ 127.37867965644035, 32.621320343559645 ], [ 129.5, 33.5 ], [ 131.62132034355963, 32.621320343559645 ], [ 132.5, 30.5 ] ] ], [ [ [ 132.9, 31.7 ], [ 132.02132034355964, 29.578679656440357 ], [ 129.9, 28.7 ], [ 127.77867965644036, 29.578679656440357 ], [ 126.9, 31.7 ], [ 127.77867965644036, 33.82132034355964 ], [ 129.9, 34.7 ], [ 132.02132034355964, 33.82132034355964 ], [ 132.9, 31.7 ] ] ], [ [ [ 133.1, 32.0 ], [ 132.22132034355963, 29.878679656440358 ], [ 130.1, 29.0 ], [ 127.97867965644035, 29.878679656440358 ], [ 127.1, 32.0 ], [ 127.97867965644035, 34.121320343559645 ], [ 130.1, 35.0 ], [ 132.22132034355963, 34.121320343559645 ], [ 133.1, 32.0 ] ] ], [ [ [ 133.5, 32.4 ], [ 132.62132034355963, 30.278679656440357 ], [ 130.5, 29.4 ], [ 128.37867965644037, 30.278679656440357 ], [ 127.5, 32.4 ], [ 128.37867965644037, 34.521320343559644 ], [ 130.5, 35.4 ], [ 132.62132034355963, 34.521320343559644 ], [ 133.5, 32.4 ] ] ], [ [ [ 133.5, 32.8 ], [ 132.62132034355963, 30.678679656440355 ], [ 130.5, 29.799999999999997 ], [ 128.37867965644037, 30.678679656440355 ], [ 127.5, 32.8 ], [ 128.37867965644037, 34.92132034355964 ], [ 130.5, 35.8 ], [ 132.62132034355963, 34.92132034355964 ], [ 133.5, 32.8 ] ] ], [ [ [ 133.4, 33.8 ], [ 132.52132034355964, 31.678679656440355 ], [ 130.4, 30.799999999999997 ], [ 128.27867965644037, 31.678679656440355 ], [ 127.4, 33.8 ], [ 128.27867965644037, 35.92132034355964 ], [ 130.4, 36.8 ], [ 132.52132034355964, 35.92132034355964 ], [ 133.4, 33.8 ] ] ], [ [ [ 133.6, 34.6 ], [ 132.72132034355963, 32.478679656440356 ], [ 130.6, 31.6 ], [ 128.47867965644036, 32.478679656440356 ], [ 127.6, 34.6 ], [ 128.47867965644036, 36.72132034355965 ], [ 130.6, 37.6 ], [ 132.72132034355963, 36.72132034355965 ], [ 133.6, 34.6 ] ] ], [ [ [ 134.0, 35.3 ], [ 133.12132034355963, 33.17867965644035 ], [ 131.0, 32.3 ], [ 128.87867965644037, 33.17867965644035 ], [ 128.0, 35.3 ], [ 128.87867965644037, 37.42132034355964 ], [ 131.0, 38.3 ], [ 133.12132034355963, 37.42132034355964 ], [ 134.0, 35.3 ] ] ], [ [ [ 134.8, 36.0 ], [ 133.92132034355964, 33.878679656440355 ], [ 131.8, 33.0 ], [ 129.67867965644038, 33.878679656440355 ], [ 128.8, 36.0 ], [ 129.67867965644038, 38.121320343559645 ], [ 131.8, 39.0 ], [ 133.92132034355964, 38.121320343559645 ], [ 134.8, 36.0 ] ] ], [ [ [ 135.3, 36.5 ], [ 134.42132034355964, 34.378679656440355 ], [ 132.3, 33.5 ], [ 130.17867965644038, 34.378679656440355 ], [ 129.3, 36.5 ], [ 130.17867965644038, 38.621320343559645 ], [ 132.3, 39.5 ], [ 134.42132034355964, 38.621320343559645 ], [ 135.3, 36.5 ] ] ], [ [ [ 136.0, 37.7 ], [ 135.12132034355963, 35.57867965644036 ], [ 133.0, 34.7 ], [ 130.87867965644037, 35.57867965644036 ], [ 130.0, 37.7 ], [ 130.87867965644037, 39.82132034355965 ], [ 133.0, 40.7 ], [ 135.12132034355963, 39.82132034355965 ], [ 136.0, 37.7 ] ] ], [ [ [ 136.5, 39.3 ], [ 135.62132034355963, 37.17867965644035 ], [ 133.5, 36.3 ], [ 131.37867965644037, 37.17867965644035 ], [ 130.5, 39.3 ], [ 131.37867965644037, 41.42132034355964 ], [ 133.5, 42.3 ], [ 135.62132034355963, 41.42132034355964 ], [ 136.5, 39.3 ] ] ], [ [ [ 137.1, 40.5 ], [ 136.22132034355963, 38.378679656440355 ], [ 134.1, 37.5 ], [ 131.97867965644036, 38.378679656440355 ], [ 131.1, 40.5 ], [ 131.97867965644036, 42.621320343559645 ], [ 134.1, 43.5 ], [ 136.22132034355963, 42.621320343559645 ], [ 137.1, 40.5 ] ] ], [ [ [ 136.9, 41.3 ], [ 136.02132034355964, 39.17867965644035 ], [ 133.9, 38.3 ], [ 131.77867965644037, 39.17867965644035 ], [ 130.9, 41.3 ], [ 131.77867965644037, 43.42132034355964 ], [ 133.9, 44.3 ], [ 136.02132034355964, 43.42132034355964 ], [ 136.9, 41.3 ] ] ], [ [ [ 136.0, 43.0 ], [ 135.12132034355963, 40.878679656440355 ], [ 133.0, 40.0 ], [ 130.87867965644037, 40.878679656440355 ], [ 130.0, 43.0 ], [ 130.87867965644037, 45.121320343559645 ], [ 133.0, 46.0 ], [ 135.12132034355963, 45.121320343559645 ], [ 136.0, 43.0 ] ] ], [ [ [ 134.8, 44.4 ], [ 133.92132034355964, 42.27867965644035 ], [ 131.8, 41.4 ], [ 129.67867965644038, 42.27867965644035 ], [ 128.8, 44.4 ], [ 129.67867965644038, 46.521320343559644 ], [ 131.8, 47.4 ], [ 133.92132034355964, 46.521320343559644 ], [ 134.8, 44.4 ] ] ], [ [ [ 131.6, 44.5 ], [ 130.72132034355963, 42.378679656440355 ], [ 128.6, 41.5 ], [ 126.47867965644035, 42.378679656440355 ], [ 125.6, 44.5 ], [ 126.47867965644035, 46.621320343559645 ], [ 128.6, 47.5 ], [ 130.72132034355963, 46.621320343559645 ], [ 131.6, 44.5 ] ] ], [ [ [ 128.3, 44.2 ], [ 128.00710678118654, 43.49289321881346 ], [ 127.3, 43.2 ], [ 126.59289321881344, 43.49289321881346 ], [ 126.3, 44.2 ], [ 126.59289321881344, 44.90710678118655 ], [ 127.3, 45.2 ], [ 128.00710678118654, 44.90710678118655 ], [ 128.3, 44.2 ] ] ], [ [ [ 127.7, 43.9 ], [ 127.40710678118656, 43.19289321881345 ], [ 126.7, 42.9 ], [ 125.99289321881345, 43.19289321881345 ], [ 125.7, 43.9 ], [ 125.99289321881345, 44.607106781186545 ], [ 126.7, 44.9 ], [ 127.40710678118656, 44.607106781186545 ], [ 127.7, 43.9 ] ] ], [ [ [ 127.4, 44.0 ], [ 127.10710678118656, 43.292893218813454 ], [ 126.4, 43.0 ], [ 125.69289321881345, 43.292893218813454 ], [ 125.4, 44.0 ], [ 125.69289321881345, 44.707106781186546 ], [ 126.4, 45.0 ], [ 127.10710678118656, 44.707106781186546 ], [ 127.4, 44.0 ] ] ], [ [ [ 127.3, 44.1 ], [ 127.00710678118655, 43.392893218813455 ], [ 126.3, 43.1 ], [ 125.59289321881344, 43.392893218813455 ], [ 125.3, 44.1 ], [ 125.59289321881344, 44.80710678118655 ], [ 126.3, 45.1 ], [ 127.00710678118655, 44.80710678118655 ], [ 127.3, 44.1 ] ] ], [ [ [ 127.4, 44.3 ], [ 127.10710678118656, 43.59289321881345 ], [ 126.4, 43.3 ], [ 125.69289321881345, 43.59289321881345 ], [ 125.4, 44.3 ], [ 125.69289321881345, 45.00710678118654 ], [ 126.4, 45.3 ], [ 127.10710678118656, 45.00710678118654 ], [ 127.4, 44.3 ] ] ], [ [ [ 127.4, 44.5 ], [ 127.10710678118656, 43.792893218813454 ], [ 126.4, 43.5 ], [ 125.69289321881345, 43.792893218813454 ], [ 125.4, 44.5 ], [ 125.69289321881345, 45.207106781186546 ], [ 126.4, 45.5 ], [ 127.10710678118656, 45.207106781186546 ], [ 127.4, 44.5 ] ] ], [ [ [ 127.4, 44.6 ], [ 127.10710678118656, 43.892893218813455 ], [ 126.4, 43.6 ], [ 125.69289321881345, 43.892893218813455 ], [ 125.4, 44.6 ], [ 125.69289321881345, 45.30710678118655 ], [ 126.4, 45.6 ], [ 127.10710678118656, 45.30710678118655 ], [ 127.4, 44.6 ] ] ], [ [ [ 127.4, 44.9 ], [ 127.10710678118656, 44.19289321881345 ], [ 126.4, 43.9 ], [ 125.69289321881345, 44.19289321881345 ], [ 125.4, 44.9 ], [ 125.69289321881345, 45.607106781186545 ], [ 126.4, 45.9 ], [ 127.10710678118656, 45.607106781186545 ], [ 127.4, 44.9 ] ] ], [ [ [ 127.1, 45.2 ], [ 126.80710678118655, 44.49289321881346 ], [ 126.1, 44.2 ], [ 125.39289321881344, 44.49289321881346 ], [ 125.1, 45.2 ], [ 125.39289321881344, 45.90710678118655 ], [ 126.1, 46.2 ], [ 126.80710678118655, 45.90710678118655 ], [ 127.1, 45.2 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ], [ [ [ 126.8, 45.5 ], [ 126.50710678118655, 44.792893218813454 ], [ 125.8, 44.5 ], [ 125.09289321881344, 44.792893218813454 ], [ 124.8, 45.5 ], [ 125.09289321881344, 46.207106781186546 ], [ 125.8, 46.5 ], [ 126.50710678118655, 46.207106781186546 ], [ 126.8, 45.5 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-08-14T03:00:00Z", "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T00:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T06:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T12:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T18:00:00Z", "2015-08-23T19:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T00:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T06:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T12:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T18:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T00:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T04:00:00Z", "2015-08-25T05:00:00Z", "2015-08-25T06:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T12:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T18:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z", "2015-08-29T21:00:00Z", "2015-08-30T03:00:00Z", "2015-08-30T09:00:00Z", "2015-08-30T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1000.0, 994.0, 992.0, 990.0, 985.0, 980.0, 980.0, 970.0, 960.0, 950.0, 935.0, 935.0, 935.0, 935.0, 935.0, 935.0, 945.0, 945.0, 945.0, 940.0, 940.0, 940.0, 945.0, 945.0, 945.0, 945.0, 945.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 955.0, 950.0, 940.0, 940.0, 935.0, 935.0, 930.0, 930.0, 930.0, 930.0, 930.0, 930.0, 940.0, 940.0, 940.0, 945.0, 950.0, 955.0, 965.0, 965.0, 965.0, 970.0, 980.0, 980.0, 984.0, 984.0, 988.0, 990.0, 998.0, 1000.0, 1002.0, 1002.0, 1004.0, 1002.0, 1004.0, 1006.0, 1006.0, 1006.0, 1008.0, 1008.0, 1010.0, 1010.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 45.0, 50.0, 55.0, 60.0, 60.0, 65.0, 75.0, 85.0, 95.0, 95.0, 95.0, 95.0, 95.0, 95.0, 85.0, 85.0, 85.0, 90.0, 90.0, 90.0, 85.0, 85.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 90.0, 90.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 90.0, 90.0, 90.0, 85.0, 85.0, 80.0, 70.0, 70.0, 70.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201516_ATSANI_feature.json b/samples/Typhoon201516_ATSANI_feature.json
index c283de9..24e360f 100644
--- a/samples/Typhoon201516_ATSANI_feature.json
+++ b/samples/Typhoon201516_ATSANI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201516号 (ATSANI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z" ],
- "coordinates" : [ [ [ [ 164.5, 14.8 ], [ 164.20710678118655, 14.092893218813453 ], [ 163.5, 13.8 ], [ 162.79289321881345, 14.092893218813453 ], [ 162.5, 14.8 ], [ 162.79289321881345, 15.507106781186549 ], [ 163.5, 15.8 ], [ 164.20710678118655, 15.507106781186549 ], [ 164.5, 14.8 ] ] ], [ [ [ 164.0, 15.0 ], [ 163.70710678118655, 14.292893218813452 ], [ 163.0, 14.0 ], [ 162.29289321881345, 14.292893218813452 ], [ 162.0, 15.0 ], [ 162.29289321881345, 15.707106781186548 ], [ 163.0, 16.0 ], [ 163.70710678118655, 15.707106781186548 ], [ 164.0, 15.0 ] ] ], [ [ [ 163.6, 15.0 ], [ 163.30710678118655, 14.292893218813452 ], [ 162.6, 14.0 ], [ 161.89289321881344, 14.292893218813452 ], [ 161.6, 15.0 ], [ 161.89289321881344, 15.707106781186548 ], [ 162.6, 16.0 ], [ 163.30710678118655, 15.707106781186548 ], [ 163.6, 15.0 ] ] ], [ [ [ 163.4, 14.8 ], [ 163.10710678118656, 14.092893218813453 ], [ 162.4, 13.8 ], [ 161.69289321881345, 14.092893218813453 ], [ 161.4, 14.8 ], [ 161.69289321881345, 15.507106781186549 ], [ 162.4, 15.8 ], [ 163.10710678118656, 15.507106781186549 ], [ 163.4, 14.8 ] ] ], [ [ [ 163.2, 14.7 ], [ 162.90710678118654, 13.992893218813451 ], [ 162.2, 13.7 ], [ 161.49289321881344, 13.992893218813451 ], [ 161.2, 14.7 ], [ 161.49289321881344, 15.407106781186547 ], [ 162.2, 15.7 ], [ 162.90710678118654, 15.407106781186547 ], [ 163.2, 14.7 ] ] ], [ [ [ 165.0, 14.8 ], [ 164.12132034355963, 12.678679656440359 ], [ 162.0, 11.8 ], [ 159.87867965644037, 12.678679656440359 ], [ 159.0, 14.8 ], [ 159.87867965644037, 16.921320343559643 ], [ 162.0, 17.8 ], [ 164.12132034355963, 16.921320343559643 ], [ 165.0, 14.8 ] ] ], [ [ [ 164.8, 14.9 ], [ 163.92132034355964, 12.778679656440358 ], [ 161.8, 11.9 ], [ 159.67867965644038, 12.778679656440357 ], [ 158.8, 14.9 ], [ 159.67867965644038, 17.021320343559644 ], [ 161.8, 17.9 ], [ 163.92132034355964, 17.021320343559644 ], [ 164.8, 14.9 ] ] ], [ [ [ 164.3, 14.8 ], [ 163.42132034355964, 12.678679656440359 ], [ 161.3, 11.8 ], [ 159.17867965644038, 12.678679656440359 ], [ 158.3, 14.8 ], [ 159.17867965644038, 16.921320343559643 ], [ 161.3, 17.8 ], [ 163.42132034355964, 16.921320343559643 ], [ 164.3, 14.8 ] ] ], [ [ [ 163.9, 14.4 ], [ 163.02132034355964, 12.278679656440358 ], [ 160.9, 11.4 ], [ 158.77867965644037, 12.278679656440357 ], [ 157.9, 14.4 ], [ 158.77867965644037, 16.521320343559644 ], [ 160.9, 17.4 ], [ 163.02132034355964, 16.521320343559644 ], [ 163.9, 14.4 ] ] ], [ [ [ 163.4, 14.5 ], [ 162.52132034355964, 12.378679656440358 ], [ 160.4, 11.5 ], [ 158.27867965644037, 12.378679656440358 ], [ 157.4, 14.5 ], [ 158.27867965644037, 16.621320343559642 ], [ 160.4, 17.5 ], [ 162.52132034355964, 16.621320343559642 ], [ 163.4, 14.5 ] ] ], [ [ [ 163.0, 14.4 ], [ 162.12132034355963, 12.278679656440358 ], [ 160.0, 11.4 ], [ 157.87867965644037, 12.278679656440357 ], [ 157.0, 14.4 ], [ 157.87867965644037, 16.521320343559644 ], [ 160.0, 17.4 ], [ 162.12132034355963, 16.521320343559644 ], [ 163.0, 14.4 ] ] ], [ [ [ 162.6, 14.3 ], [ 161.72132034355963, 12.178679656440359 ], [ 159.6, 11.3 ], [ 157.47867965644036, 12.178679656440359 ], [ 156.6, 14.3 ], [ 157.47867965644036, 16.421320343559643 ], [ 159.6, 17.3 ], [ 161.72132034355963, 16.421320343559643 ], [ 162.6, 14.3 ] ] ], [ [ [ 162.1, 14.5 ], [ 161.22132034355963, 12.378679656440358 ], [ 159.1, 11.5 ], [ 156.97867965644036, 12.378679656440358 ], [ 156.1, 14.5 ], [ 156.97867965644036, 16.621320343559642 ], [ 159.1, 17.5 ], [ 161.22132034355963, 16.621320343559642 ], [ 162.1, 14.5 ] ] ], [ [ [ 161.5, 14.7 ], [ 160.62132034355963, 12.578679656440357 ], [ 158.5, 11.7 ], [ 156.37867965644037, 12.578679656440357 ], [ 155.5, 14.7 ], [ 156.37867965644037, 16.82132034355964 ], [ 158.5, 17.7 ], [ 160.62132034355963, 16.82132034355964 ], [ 161.5, 14.7 ] ] ], [ [ [ 161.0, 15.1 ], [ 160.12132034355963, 12.978679656440358 ], [ 158.0, 12.1 ], [ 155.87867965644037, 12.978679656440356 ], [ 155.0, 15.1 ], [ 155.87867965644037, 17.221320343559643 ], [ 158.0, 18.1 ], [ 160.12132034355963, 17.221320343559643 ], [ 161.0, 15.1 ] ] ], [ [ [ 160.0, 15.7 ], [ 159.12132034355963, 13.578679656440357 ], [ 157.0, 12.7 ], [ 154.87867965644037, 13.578679656440357 ], [ 154.0, 15.7 ], [ 154.87867965644037, 17.82132034355964 ], [ 157.0, 18.7 ], [ 159.12132034355963, 17.82132034355964 ], [ 160.0, 15.7 ] ] ], [ [ [ 159.2, 15.9 ], [ 158.32132034355962, 13.778679656440358 ], [ 156.2, 12.9 ], [ 154.07867965644036, 13.778679656440357 ], [ 153.2, 15.9 ], [ 154.07867965644036, 18.021320343559644 ], [ 156.2, 18.9 ], [ 158.32132034355962, 18.021320343559644 ], [ 159.2, 15.9 ] ] ], [ [ [ 158.5, 16.3 ], [ 157.62132034355963, 14.178679656440359 ], [ 155.5, 13.3 ], [ 153.37867965644037, 14.178679656440359 ], [ 152.5, 16.3 ], [ 153.37867965644037, 18.421320343559643 ], [ 155.5, 19.3 ], [ 157.62132034355963, 18.421320343559643 ], [ 158.5, 16.3 ] ] ], [ [ [ 157.9, 17.0 ], [ 157.02132034355964, 14.878679656440358 ], [ 154.9, 14.0 ], [ 152.77867965644037, 14.878679656440358 ], [ 151.9, 17.0 ], [ 152.77867965644037, 19.121320343559642 ], [ 154.9, 20.0 ], [ 157.02132034355964, 19.121320343559642 ], [ 157.9, 17.0 ] ] ], [ [ [ 156.8, 17.9 ], [ 155.92132034355964, 15.778679656440357 ], [ 153.8, 14.899999999999999 ], [ 151.67867965644038, 15.778679656440357 ], [ 150.8, 17.9 ], [ 151.67867965644038, 20.02132034355964 ], [ 153.8, 20.9 ], [ 155.92132034355964, 20.02132034355964 ], [ 156.8, 17.9 ] ] ], [ [ [ 155.9, 18.7 ], [ 155.02132034355964, 16.578679656440357 ], [ 152.9, 15.7 ], [ 150.77867965644037, 16.578679656440357 ], [ 149.9, 18.7 ], [ 150.77867965644037, 20.82132034355964 ], [ 152.9, 21.7 ], [ 155.02132034355964, 20.82132034355964 ], [ 155.9, 18.7 ] ] ], [ [ [ 154.9, 19.1 ], [ 154.02132034355964, 16.97867965644036 ], [ 151.9, 16.1 ], [ 149.77867965644037, 16.97867965644036 ], [ 148.9, 19.1 ], [ 149.77867965644037, 21.221320343559643 ], [ 151.9, 22.1 ], [ 154.02132034355964, 21.221320343559643 ], [ 154.9, 19.1 ] ] ], [ [ [ 154.3, 19.7 ], [ 153.42132034355964, 17.578679656440357 ], [ 151.3, 16.7 ], [ 149.17867965644038, 17.578679656440357 ], [ 148.3, 19.7 ], [ 149.17867965644038, 21.82132034355964 ], [ 151.3, 22.7 ], [ 153.42132034355964, 21.82132034355964 ], [ 154.3, 19.7 ] ] ], [ [ [ 153.4, 20.4 ], [ 152.52132034355964, 18.278679656440357 ], [ 150.4, 17.4 ], [ 148.27867965644037, 18.278679656440357 ], [ 147.4, 20.4 ], [ 148.27867965644037, 22.52132034355964 ], [ 150.4, 23.4 ], [ 152.52132034355964, 22.52132034355964 ], [ 153.4, 20.4 ] ] ], [ [ [ 152.5, 21.2 ], [ 151.62132034355963, 19.078679656440357 ], [ 149.5, 18.2 ], [ 147.37867965644037, 19.078679656440357 ], [ 146.5, 21.2 ], [ 147.37867965644037, 23.32132034355964 ], [ 149.5, 24.2 ], [ 151.62132034355963, 23.32132034355964 ], [ 152.5, 21.2 ] ] ], [ [ [ 151.6, 22.0 ], [ 150.72132034355963, 19.878679656440358 ], [ 148.6, 19.0 ], [ 146.47867965644036, 19.878679656440358 ], [ 145.6, 22.0 ], [ 146.47867965644036, 24.121320343559642 ], [ 148.6, 25.0 ], [ 150.72132034355963, 24.121320343559642 ], [ 151.6, 22.0 ] ] ], [ [ [ 150.8, 22.6 ], [ 149.92132034355964, 20.47867965644036 ], [ 147.8, 19.6 ], [ 145.67867965644038, 20.47867965644036 ], [ 144.8, 22.6 ], [ 145.67867965644038, 24.721320343559643 ], [ 147.8, 25.6 ], [ 149.92132034355964, 24.721320343559643 ], [ 150.8, 22.6 ] ] ], [ [ [ 150.1, 23.3 ], [ 149.22132034355963, 21.17867965644036 ], [ 147.1, 20.3 ], [ 144.97867965644036, 21.17867965644036 ], [ 144.1, 23.3 ], [ 144.97867965644036, 25.421320343559643 ], [ 147.1, 26.3 ], [ 149.22132034355963, 25.421320343559643 ], [ 150.1, 23.3 ] ] ], [ [ [ 149.5, 24.1 ], [ 148.62132034355963, 21.97867965644036 ], [ 146.5, 21.1 ], [ 144.37867965644037, 21.97867965644036 ], [ 143.5, 24.1 ], [ 144.37867965644037, 26.221320343559643 ], [ 146.5, 27.1 ], [ 148.62132034355963, 26.221320343559643 ], [ 149.5, 24.1 ] ] ], [ [ [ 149.0, 25.0 ], [ 148.12132034355963, 22.878679656440358 ], [ 146.0, 22.0 ], [ 143.87867965644037, 22.878679656440358 ], [ 143.0, 25.0 ], [ 143.87867965644037, 27.121320343559642 ], [ 146.0, 28.0 ], [ 148.12132034355963, 27.121320343559642 ], [ 149.0, 25.0 ] ] ], [ [ [ 148.5, 25.5 ], [ 147.62132034355963, 23.378679656440358 ], [ 145.5, 22.5 ], [ 143.37867965644037, 23.378679656440358 ], [ 142.5, 25.5 ], [ 143.37867965644037, 27.621320343559642 ], [ 145.5, 28.5 ], [ 147.62132034355963, 27.621320343559642 ], [ 148.5, 25.5 ] ] ], [ [ [ 148.1, 26.4 ], [ 147.22132034355963, 24.278679656440357 ], [ 145.1, 23.4 ], [ 142.97867965644036, 24.278679656440357 ], [ 142.1, 26.4 ], [ 142.97867965644036, 28.52132034355964 ], [ 145.1, 29.4 ], [ 147.22132034355963, 28.52132034355964 ], [ 148.1, 26.4 ] ] ], [ [ [ 147.9, 27.0 ], [ 147.02132034355964, 24.878679656440358 ], [ 144.9, 24.0 ], [ 142.77867965644037, 24.878679656440358 ], [ 141.9, 27.0 ], [ 142.77867965644037, 29.121320343559642 ], [ 144.9, 30.0 ], [ 147.02132034355964, 29.121320343559642 ], [ 147.9, 27.0 ] ] ], [ [ [ 148.0, 27.6 ], [ 147.12132034355963, 25.47867965644036 ], [ 145.0, 24.6 ], [ 142.87867965644037, 25.47867965644036 ], [ 142.0, 27.6 ], [ 142.87867965644037, 29.721320343559643 ], [ 145.0, 30.6 ], [ 147.12132034355963, 29.721320343559643 ], [ 148.0, 27.6 ] ] ], [ [ [ 148.1, 28.2 ], [ 147.22132034355963, 26.078679656440357 ], [ 145.1, 25.2 ], [ 142.97867965644036, 26.078679656440357 ], [ 142.1, 28.2 ], [ 142.97867965644036, 30.32132034355964 ], [ 145.1, 31.2 ], [ 147.22132034355963, 30.32132034355964 ], [ 148.1, 28.2 ] ] ], [ [ [ 148.3, 29.0 ], [ 147.42132034355964, 26.878679656440358 ], [ 145.3, 26.0 ], [ 143.17867965644038, 26.878679656440358 ], [ 142.3, 29.0 ], [ 143.17867965644038, 31.121320343559642 ], [ 145.3, 32.0 ], [ 147.42132034355964, 31.121320343559642 ], [ 148.3, 29.0 ] ] ], [ [ [ 148.5, 29.5 ], [ 147.62132034355963, 27.378679656440358 ], [ 145.5, 26.5 ], [ 143.37867965644037, 27.378679656440358 ], [ 142.5, 29.5 ], [ 143.37867965644037, 31.621320343559642 ], [ 145.5, 32.5 ], [ 147.62132034355963, 31.621320343559642 ], [ 148.5, 29.5 ] ] ], [ [ [ 149.1, 30.0 ], [ 148.22132034355963, 27.878679656440358 ], [ 146.1, 27.0 ], [ 143.97867965644036, 27.878679656440358 ], [ 143.1, 30.0 ], [ 143.97867965644036, 32.121320343559645 ], [ 146.1, 33.0 ], [ 148.22132034355963, 32.121320343559645 ], [ 149.1, 30.0 ] ] ], [ [ [ 149.7, 30.6 ], [ 148.82132034355962, 28.47867965644036 ], [ 146.7, 27.6 ], [ 144.57867965644036, 28.47867965644036 ], [ 143.7, 30.6 ], [ 144.57867965644036, 32.72132034355965 ], [ 146.7, 33.6 ], [ 148.82132034355962, 32.72132034355965 ], [ 149.7, 30.6 ] ] ], [ [ [ 150.4, 31.3 ], [ 149.52132034355964, 29.17867965644036 ], [ 147.4, 28.3 ], [ 145.27867965644037, 29.17867965644036 ], [ 144.4, 31.3 ], [ 145.27867965644037, 33.42132034355964 ], [ 147.4, 34.3 ], [ 149.52132034355964, 33.42132034355964 ], [ 150.4, 31.3 ] ] ], [ [ [ 151.1, 32.0 ], [ 150.22132034355963, 29.878679656440358 ], [ 148.1, 29.0 ], [ 145.97867965644036, 29.878679656440358 ], [ 145.1, 32.0 ], [ 145.97867965644036, 34.121320343559645 ], [ 148.1, 35.0 ], [ 150.22132034355963, 34.121320343559645 ], [ 151.1, 32.0 ] ] ], [ [ [ 152.2, 32.6 ], [ 151.32132034355962, 30.47867965644036 ], [ 149.2, 29.6 ], [ 147.07867965644036, 30.47867965644036 ], [ 146.2, 32.6 ], [ 147.07867965644036, 34.72132034355965 ], [ 149.2, 35.6 ], [ 151.32132034355962, 34.72132034355965 ], [ 152.2, 32.6 ] ] ], [ [ [ 153.8, 32.9 ], [ 152.92132034355964, 30.778679656440357 ], [ 150.8, 29.9 ], [ 148.67867965644038, 30.778679656440357 ], [ 147.8, 32.9 ], [ 148.67867965644038, 35.021320343559644 ], [ 150.8, 35.9 ], [ 152.92132034355964, 35.021320343559644 ], [ 153.8, 32.9 ] ] ], [ [ [ 155.9, 33.9 ], [ 155.02132034355964, 31.778679656440357 ], [ 152.9, 30.9 ], [ 150.77867965644037, 31.778679656440357 ], [ 149.9, 33.9 ], [ 150.77867965644037, 36.021320343559644 ], [ 152.9, 36.9 ], [ 155.02132034355964, 36.021320343559644 ], [ 155.9, 33.9 ] ] ], [ [ [ 158.7, 35.6 ], [ 157.82132034355962, 33.478679656440356 ], [ 155.7, 32.6 ], [ 153.57867965644036, 33.478679656440356 ], [ 152.7, 35.6 ], [ 153.57867965644036, 37.72132034355965 ], [ 155.7, 38.6 ], [ 157.82132034355962, 37.72132034355965 ], [ 158.7, 35.6 ] ] ], [ [ [ 161.0, 37.6 ], [ 160.12132034355963, 35.478679656440356 ], [ 158.0, 34.6 ], [ 155.87867965644037, 35.478679656440356 ], [ 155.0, 37.6 ], [ 155.87867965644037, 39.72132034355965 ], [ 158.0, 40.6 ], [ 160.12132034355963, 39.72132034355965 ], [ 161.0, 37.6 ] ] ], [ [ [ 162.3, 39.0 ], [ 161.42132034355964, 36.878679656440355 ], [ 159.3, 36.0 ], [ 157.17867965644038, 36.878679656440355 ], [ 156.3, 39.0 ], [ 157.17867965644038, 41.121320343559645 ], [ 159.3, 42.0 ], [ 161.42132034355964, 41.121320343559645 ], [ 162.3, 39.0 ] ] ], [ [ [ 164.1, 39.4 ], [ 163.22132034355963, 37.27867965644035 ], [ 161.1, 36.4 ], [ 158.97867965644036, 37.27867965644035 ], [ 158.1, 39.4 ], [ 158.97867965644036, 41.521320343559644 ], [ 161.1, 42.4 ], [ 163.22132034355963, 41.521320343559644 ], [ 164.1, 39.4 ] ] ], [ [ [ 165.4, 39.5 ], [ 164.52132034355964, 37.378679656440355 ], [ 162.4, 36.5 ], [ 160.27867965644037, 37.378679656440355 ], [ 159.4, 39.5 ], [ 160.27867965644037, 41.621320343559645 ], [ 162.4, 42.5 ], [ 164.52132034355964, 41.621320343559645 ], [ 165.4, 39.5 ] ] ], [ [ [ 166.6, 40.0 ], [ 165.72132034355963, 37.878679656440355 ], [ 163.6, 37.0 ], [ 161.47867965644036, 37.878679656440355 ], [ 160.6, 40.0 ], [ 161.47867965644036, 42.121320343559645 ], [ 163.6, 43.0 ], [ 165.72132034355963, 42.121320343559645 ], [ 166.6, 40.0 ] ] ], [ [ [ 167.1, 40.5 ], [ 166.22132034355963, 38.378679656440355 ], [ 164.1, 37.5 ], [ 161.97867965644036, 38.378679656440355 ], [ 161.1, 40.5 ], [ 161.97867965644036, 42.621320343559645 ], [ 164.1, 43.5 ], [ 166.22132034355963, 42.621320343559645 ], [ 167.1, 40.5 ] ] ], [ [ [ 167.1, 40.6 ], [ 166.22132034355963, 38.478679656440356 ], [ 164.1, 37.6 ], [ 161.97867965644036, 38.478679656440356 ], [ 161.1, 40.6 ], [ 161.97867965644036, 42.72132034355965 ], [ 164.1, 43.6 ], [ 166.22132034355963, 42.72132034355965 ], [ 167.1, 40.6 ] ] ], [ [ [ 167.0, 40.5 ], [ 166.12132034355963, 38.378679656440355 ], [ 164.0, 37.5 ], [ 161.87867965644037, 38.378679656440355 ], [ 161.0, 40.5 ], [ 161.87867965644037, 42.621320343559645 ], [ 164.0, 43.5 ], [ 166.12132034355963, 42.621320343559645 ], [ 167.0, 40.5 ] ] ], [ [ [ 167.1, 40.4 ], [ 166.22132034355963, 38.27867965644035 ], [ 164.1, 37.4 ], [ 161.97867965644036, 38.27867965644035 ], [ 161.1, 40.4 ], [ 161.97867965644036, 42.521320343559644 ], [ 164.1, 43.4 ], [ 166.22132034355963, 42.521320343559644 ], [ 167.1, 40.4 ] ] ], [ [ [ 167.3, 40.3 ], [ 166.42132034355964, 38.17867965644035 ], [ 164.3, 37.3 ], [ 162.17867965644038, 38.17867965644035 ], [ 161.3, 40.3 ], [ 162.17867965644038, 42.42132034355964 ], [ 164.3, 43.3 ], [ 166.42132034355964, 42.42132034355964 ], [ 167.3, 40.3 ] ] ], [ [ [ 167.6, 40.1 ], [ 166.72132034355963, 37.978679656440356 ], [ 164.6, 37.1 ], [ 162.47867965644036, 37.978679656440356 ], [ 161.6, 40.1 ], [ 162.47867965644036, 42.22132034355965 ], [ 164.6, 43.1 ], [ 166.72132034355963, 42.22132034355965 ], [ 167.6, 40.1 ] ] ], [ [ [ 167.8, 40.2 ], [ 166.92132034355964, 38.07867965644036 ], [ 164.8, 37.2 ], [ 162.67867965644038, 38.07867965644036 ], [ 161.8, 40.2 ], [ 162.67867965644038, 42.32132034355965 ], [ 164.8, 43.2 ], [ 166.92132034355964, 42.32132034355965 ], [ 167.8, 40.2 ] ] ], [ [ [ 168.3, 40.8 ], [ 167.42132034355964, 38.67867965644035 ], [ 165.3, 37.8 ], [ 163.17867965644038, 38.67867965644035 ], [ 162.3, 40.8 ], [ 163.17867965644038, 42.92132034355964 ], [ 165.3, 43.8 ], [ 167.42132034355964, 42.92132034355964 ], [ 168.3, 40.8 ] ] ], [ [ [ 168.9, 41.9 ], [ 168.02132034355964, 39.77867965644035 ], [ 165.9, 38.9 ], [ 163.77867965644037, 39.77867965644035 ], [ 162.9, 41.9 ], [ 163.77867965644037, 44.021320343559644 ], [ 165.9, 44.9 ], [ 168.02132034355964, 44.021320343559644 ], [ 168.9, 41.9 ] ] ], [ [ [ 169.5, 43.5 ], [ 168.62132034355963, 41.378679656440355 ], [ 166.5, 40.5 ], [ 164.37867965644037, 41.378679656440355 ], [ 163.5, 43.5 ], [ 164.37867965644037, 45.621320343559645 ], [ 166.5, 46.5 ], [ 168.62132034355963, 45.621320343559645 ], [ 169.5, 43.5 ] ] ], [ [ [ 170.6, 45.4 ], [ 169.72132034355963, 43.27867965644035 ], [ 167.6, 42.4 ], [ 165.47867965644036, 43.27867965644035 ], [ 164.6, 45.4 ], [ 165.47867965644036, 47.521320343559644 ], [ 167.6, 48.4 ], [ 169.72132034355963, 47.521320343559644 ], [ 170.6, 45.4 ] ] ], [ [ [ 171.7, 47.7 ], [ 170.82132034355962, 45.57867965644036 ], [ 168.7, 44.7 ], [ 166.57867965644036, 45.57867965644036 ], [ 165.7, 47.7 ], [ 166.57867965644036, 49.82132034355965 ], [ 168.7, 50.7 ], [ 170.82132034355962, 49.82132034355965 ], [ 171.7, 47.7 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 994.0, 990.0, 985.0, 980.0, 975.0, 970.0, 960.0, 950.0, 940.0, 935.0, 935.0, 930.0, 930.0, 925.0, 925.0, 925.0, 925.0, 925.0, 930.0, 930.0, 935.0, 940.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 955.0, 955.0, 955.0, 960.0, 965.0, 965.0, 965.0, 964.0, 958.0, 960.0, 964.0, 968.0, 970.0, 972.0, 976.0, 978.0, 980.0, 980.0, 984.0, 988.0, 990.0, 992.0, 996.0, 996.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 45.0, 50.0, 55.0, 60.0, 65.0, 75.0, 80.0, 90.0, 95.0, 95.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 100.0, 95.0, 95.0, 90.0, 90.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 70.0, 65.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201516号 (ATSANI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 164.5, 14.8 ], [ 164.20710678118655, 14.092893218813453 ], [ 163.5, 13.8 ], [ 162.79289321881345, 14.092893218813453 ], [ 162.5, 14.8 ], [ 162.79289321881345, 15.507106781186549 ], [ 163.5, 15.8 ], [ 164.20710678118655, 15.507106781186549 ], [ 164.5, 14.8 ] ] ], [ [ [ 164.0, 15.0 ], [ 163.70710678118655, 14.292893218813452 ], [ 163.0, 14.0 ], [ 162.29289321881345, 14.292893218813452 ], [ 162.0, 15.0 ], [ 162.29289321881345, 15.707106781186548 ], [ 163.0, 16.0 ], [ 163.70710678118655, 15.707106781186548 ], [ 164.0, 15.0 ] ] ], [ [ [ 163.6, 15.0 ], [ 163.30710678118655, 14.292893218813452 ], [ 162.6, 14.0 ], [ 161.89289321881344, 14.292893218813452 ], [ 161.6, 15.0 ], [ 161.89289321881344, 15.707106781186548 ], [ 162.6, 16.0 ], [ 163.30710678118655, 15.707106781186548 ], [ 163.6, 15.0 ] ] ], [ [ [ 163.4, 14.8 ], [ 163.10710678118656, 14.092893218813453 ], [ 162.4, 13.8 ], [ 161.69289321881345, 14.092893218813453 ], [ 161.4, 14.8 ], [ 161.69289321881345, 15.507106781186549 ], [ 162.4, 15.8 ], [ 163.10710678118656, 15.507106781186549 ], [ 163.4, 14.8 ] ] ], [ [ [ 163.2, 14.7 ], [ 162.90710678118654, 13.992893218813451 ], [ 162.2, 13.7 ], [ 161.49289321881344, 13.992893218813451 ], [ 161.2, 14.7 ], [ 161.49289321881344, 15.407106781186547 ], [ 162.2, 15.7 ], [ 162.90710678118654, 15.407106781186547 ], [ 163.2, 14.7 ] ] ], [ [ [ 165.0, 14.8 ], [ 164.12132034355963, 12.678679656440359 ], [ 162.0, 11.8 ], [ 159.87867965644037, 12.678679656440359 ], [ 159.0, 14.8 ], [ 159.87867965644037, 16.921320343559643 ], [ 162.0, 17.8 ], [ 164.12132034355963, 16.921320343559643 ], [ 165.0, 14.8 ] ] ], [ [ [ 164.8, 14.9 ], [ 163.92132034355964, 12.778679656440358 ], [ 161.8, 11.9 ], [ 159.67867965644038, 12.778679656440357 ], [ 158.8, 14.9 ], [ 159.67867965644038, 17.021320343559644 ], [ 161.8, 17.9 ], [ 163.92132034355964, 17.021320343559644 ], [ 164.8, 14.9 ] ] ], [ [ [ 164.3, 14.8 ], [ 163.42132034355964, 12.678679656440359 ], [ 161.3, 11.8 ], [ 159.17867965644038, 12.678679656440359 ], [ 158.3, 14.8 ], [ 159.17867965644038, 16.921320343559643 ], [ 161.3, 17.8 ], [ 163.42132034355964, 16.921320343559643 ], [ 164.3, 14.8 ] ] ], [ [ [ 163.9, 14.4 ], [ 163.02132034355964, 12.278679656440358 ], [ 160.9, 11.4 ], [ 158.77867965644037, 12.278679656440357 ], [ 157.9, 14.4 ], [ 158.77867965644037, 16.521320343559644 ], [ 160.9, 17.4 ], [ 163.02132034355964, 16.521320343559644 ], [ 163.9, 14.4 ] ] ], [ [ [ 163.4, 14.5 ], [ 162.52132034355964, 12.378679656440358 ], [ 160.4, 11.5 ], [ 158.27867965644037, 12.378679656440358 ], [ 157.4, 14.5 ], [ 158.27867965644037, 16.621320343559642 ], [ 160.4, 17.5 ], [ 162.52132034355964, 16.621320343559642 ], [ 163.4, 14.5 ] ] ], [ [ [ 163.0, 14.4 ], [ 162.12132034355963, 12.278679656440358 ], [ 160.0, 11.4 ], [ 157.87867965644037, 12.278679656440357 ], [ 157.0, 14.4 ], [ 157.87867965644037, 16.521320343559644 ], [ 160.0, 17.4 ], [ 162.12132034355963, 16.521320343559644 ], [ 163.0, 14.4 ] ] ], [ [ [ 162.6, 14.3 ], [ 161.72132034355963, 12.178679656440359 ], [ 159.6, 11.3 ], [ 157.47867965644036, 12.178679656440359 ], [ 156.6, 14.3 ], [ 157.47867965644036, 16.421320343559643 ], [ 159.6, 17.3 ], [ 161.72132034355963, 16.421320343559643 ], [ 162.6, 14.3 ] ] ], [ [ [ 162.1, 14.5 ], [ 161.22132034355963, 12.378679656440358 ], [ 159.1, 11.5 ], [ 156.97867965644036, 12.378679656440358 ], [ 156.1, 14.5 ], [ 156.97867965644036, 16.621320343559642 ], [ 159.1, 17.5 ], [ 161.22132034355963, 16.621320343559642 ], [ 162.1, 14.5 ] ] ], [ [ [ 161.5, 14.7 ], [ 160.62132034355963, 12.578679656440357 ], [ 158.5, 11.7 ], [ 156.37867965644037, 12.578679656440357 ], [ 155.5, 14.7 ], [ 156.37867965644037, 16.82132034355964 ], [ 158.5, 17.7 ], [ 160.62132034355963, 16.82132034355964 ], [ 161.5, 14.7 ] ] ], [ [ [ 161.0, 15.1 ], [ 160.12132034355963, 12.978679656440358 ], [ 158.0, 12.1 ], [ 155.87867965644037, 12.978679656440356 ], [ 155.0, 15.1 ], [ 155.87867965644037, 17.221320343559643 ], [ 158.0, 18.1 ], [ 160.12132034355963, 17.221320343559643 ], [ 161.0, 15.1 ] ] ], [ [ [ 160.0, 15.7 ], [ 159.12132034355963, 13.578679656440357 ], [ 157.0, 12.7 ], [ 154.87867965644037, 13.578679656440357 ], [ 154.0, 15.7 ], [ 154.87867965644037, 17.82132034355964 ], [ 157.0, 18.7 ], [ 159.12132034355963, 17.82132034355964 ], [ 160.0, 15.7 ] ] ], [ [ [ 159.2, 15.9 ], [ 158.32132034355962, 13.778679656440358 ], [ 156.2, 12.9 ], [ 154.07867965644036, 13.778679656440357 ], [ 153.2, 15.9 ], [ 154.07867965644036, 18.021320343559644 ], [ 156.2, 18.9 ], [ 158.32132034355962, 18.021320343559644 ], [ 159.2, 15.9 ] ] ], [ [ [ 158.5, 16.3 ], [ 157.62132034355963, 14.178679656440359 ], [ 155.5, 13.3 ], [ 153.37867965644037, 14.178679656440359 ], [ 152.5, 16.3 ], [ 153.37867965644037, 18.421320343559643 ], [ 155.5, 19.3 ], [ 157.62132034355963, 18.421320343559643 ], [ 158.5, 16.3 ] ] ], [ [ [ 157.9, 17.0 ], [ 157.02132034355964, 14.878679656440358 ], [ 154.9, 14.0 ], [ 152.77867965644037, 14.878679656440358 ], [ 151.9, 17.0 ], [ 152.77867965644037, 19.121320343559642 ], [ 154.9, 20.0 ], [ 157.02132034355964, 19.121320343559642 ], [ 157.9, 17.0 ] ] ], [ [ [ 156.8, 17.9 ], [ 155.92132034355964, 15.778679656440357 ], [ 153.8, 14.899999999999999 ], [ 151.67867965644038, 15.778679656440357 ], [ 150.8, 17.9 ], [ 151.67867965644038, 20.02132034355964 ], [ 153.8, 20.9 ], [ 155.92132034355964, 20.02132034355964 ], [ 156.8, 17.9 ] ] ], [ [ [ 155.9, 18.7 ], [ 155.02132034355964, 16.578679656440357 ], [ 152.9, 15.7 ], [ 150.77867965644037, 16.578679656440357 ], [ 149.9, 18.7 ], [ 150.77867965644037, 20.82132034355964 ], [ 152.9, 21.7 ], [ 155.02132034355964, 20.82132034355964 ], [ 155.9, 18.7 ] ] ], [ [ [ 154.9, 19.1 ], [ 154.02132034355964, 16.97867965644036 ], [ 151.9, 16.1 ], [ 149.77867965644037, 16.97867965644036 ], [ 148.9, 19.1 ], [ 149.77867965644037, 21.221320343559643 ], [ 151.9, 22.1 ], [ 154.02132034355964, 21.221320343559643 ], [ 154.9, 19.1 ] ] ], [ [ [ 154.3, 19.7 ], [ 153.42132034355964, 17.578679656440357 ], [ 151.3, 16.7 ], [ 149.17867965644038, 17.578679656440357 ], [ 148.3, 19.7 ], [ 149.17867965644038, 21.82132034355964 ], [ 151.3, 22.7 ], [ 153.42132034355964, 21.82132034355964 ], [ 154.3, 19.7 ] ] ], [ [ [ 153.4, 20.4 ], [ 152.52132034355964, 18.278679656440357 ], [ 150.4, 17.4 ], [ 148.27867965644037, 18.278679656440357 ], [ 147.4, 20.4 ], [ 148.27867965644037, 22.52132034355964 ], [ 150.4, 23.4 ], [ 152.52132034355964, 22.52132034355964 ], [ 153.4, 20.4 ] ] ], [ [ [ 152.5, 21.2 ], [ 151.62132034355963, 19.078679656440357 ], [ 149.5, 18.2 ], [ 147.37867965644037, 19.078679656440357 ], [ 146.5, 21.2 ], [ 147.37867965644037, 23.32132034355964 ], [ 149.5, 24.2 ], [ 151.62132034355963, 23.32132034355964 ], [ 152.5, 21.2 ] ] ], [ [ [ 151.6, 22.0 ], [ 150.72132034355963, 19.878679656440358 ], [ 148.6, 19.0 ], [ 146.47867965644036, 19.878679656440358 ], [ 145.6, 22.0 ], [ 146.47867965644036, 24.121320343559642 ], [ 148.6, 25.0 ], [ 150.72132034355963, 24.121320343559642 ], [ 151.6, 22.0 ] ] ], [ [ [ 150.8, 22.6 ], [ 149.92132034355964, 20.47867965644036 ], [ 147.8, 19.6 ], [ 145.67867965644038, 20.47867965644036 ], [ 144.8, 22.6 ], [ 145.67867965644038, 24.721320343559643 ], [ 147.8, 25.6 ], [ 149.92132034355964, 24.721320343559643 ], [ 150.8, 22.6 ] ] ], [ [ [ 150.1, 23.3 ], [ 149.22132034355963, 21.17867965644036 ], [ 147.1, 20.3 ], [ 144.97867965644036, 21.17867965644036 ], [ 144.1, 23.3 ], [ 144.97867965644036, 25.421320343559643 ], [ 147.1, 26.3 ], [ 149.22132034355963, 25.421320343559643 ], [ 150.1, 23.3 ] ] ], [ [ [ 149.5, 24.1 ], [ 148.62132034355963, 21.97867965644036 ], [ 146.5, 21.1 ], [ 144.37867965644037, 21.97867965644036 ], [ 143.5, 24.1 ], [ 144.37867965644037, 26.221320343559643 ], [ 146.5, 27.1 ], [ 148.62132034355963, 26.221320343559643 ], [ 149.5, 24.1 ] ] ], [ [ [ 149.0, 25.0 ], [ 148.12132034355963, 22.878679656440358 ], [ 146.0, 22.0 ], [ 143.87867965644037, 22.878679656440358 ], [ 143.0, 25.0 ], [ 143.87867965644037, 27.121320343559642 ], [ 146.0, 28.0 ], [ 148.12132034355963, 27.121320343559642 ], [ 149.0, 25.0 ] ] ], [ [ [ 148.5, 25.5 ], [ 147.62132034355963, 23.378679656440358 ], [ 145.5, 22.5 ], [ 143.37867965644037, 23.378679656440358 ], [ 142.5, 25.5 ], [ 143.37867965644037, 27.621320343559642 ], [ 145.5, 28.5 ], [ 147.62132034355963, 27.621320343559642 ], [ 148.5, 25.5 ] ] ], [ [ [ 148.1, 26.4 ], [ 147.22132034355963, 24.278679656440357 ], [ 145.1, 23.4 ], [ 142.97867965644036, 24.278679656440357 ], [ 142.1, 26.4 ], [ 142.97867965644036, 28.52132034355964 ], [ 145.1, 29.4 ], [ 147.22132034355963, 28.52132034355964 ], [ 148.1, 26.4 ] ] ], [ [ [ 147.9, 27.0 ], [ 147.02132034355964, 24.878679656440358 ], [ 144.9, 24.0 ], [ 142.77867965644037, 24.878679656440358 ], [ 141.9, 27.0 ], [ 142.77867965644037, 29.121320343559642 ], [ 144.9, 30.0 ], [ 147.02132034355964, 29.121320343559642 ], [ 147.9, 27.0 ] ] ], [ [ [ 148.0, 27.6 ], [ 147.12132034355963, 25.47867965644036 ], [ 145.0, 24.6 ], [ 142.87867965644037, 25.47867965644036 ], [ 142.0, 27.6 ], [ 142.87867965644037, 29.721320343559643 ], [ 145.0, 30.6 ], [ 147.12132034355963, 29.721320343559643 ], [ 148.0, 27.6 ] ] ], [ [ [ 148.1, 28.2 ], [ 147.22132034355963, 26.078679656440357 ], [ 145.1, 25.2 ], [ 142.97867965644036, 26.078679656440357 ], [ 142.1, 28.2 ], [ 142.97867965644036, 30.32132034355964 ], [ 145.1, 31.2 ], [ 147.22132034355963, 30.32132034355964 ], [ 148.1, 28.2 ] ] ], [ [ [ 148.3, 29.0 ], [ 147.42132034355964, 26.878679656440358 ], [ 145.3, 26.0 ], [ 143.17867965644038, 26.878679656440358 ], [ 142.3, 29.0 ], [ 143.17867965644038, 31.121320343559642 ], [ 145.3, 32.0 ], [ 147.42132034355964, 31.121320343559642 ], [ 148.3, 29.0 ] ] ], [ [ [ 148.5, 29.5 ], [ 147.62132034355963, 27.378679656440358 ], [ 145.5, 26.5 ], [ 143.37867965644037, 27.378679656440358 ], [ 142.5, 29.5 ], [ 143.37867965644037, 31.621320343559642 ], [ 145.5, 32.5 ], [ 147.62132034355963, 31.621320343559642 ], [ 148.5, 29.5 ] ] ], [ [ [ 149.1, 30.0 ], [ 148.22132034355963, 27.878679656440358 ], [ 146.1, 27.0 ], [ 143.97867965644036, 27.878679656440358 ], [ 143.1, 30.0 ], [ 143.97867965644036, 32.121320343559645 ], [ 146.1, 33.0 ], [ 148.22132034355963, 32.121320343559645 ], [ 149.1, 30.0 ] ] ], [ [ [ 149.7, 30.6 ], [ 148.82132034355962, 28.47867965644036 ], [ 146.7, 27.6 ], [ 144.57867965644036, 28.47867965644036 ], [ 143.7, 30.6 ], [ 144.57867965644036, 32.72132034355965 ], [ 146.7, 33.6 ], [ 148.82132034355962, 32.72132034355965 ], [ 149.7, 30.6 ] ] ], [ [ [ 150.4, 31.3 ], [ 149.52132034355964, 29.17867965644036 ], [ 147.4, 28.3 ], [ 145.27867965644037, 29.17867965644036 ], [ 144.4, 31.3 ], [ 145.27867965644037, 33.42132034355964 ], [ 147.4, 34.3 ], [ 149.52132034355964, 33.42132034355964 ], [ 150.4, 31.3 ] ] ], [ [ [ 151.1, 32.0 ], [ 150.22132034355963, 29.878679656440358 ], [ 148.1, 29.0 ], [ 145.97867965644036, 29.878679656440358 ], [ 145.1, 32.0 ], [ 145.97867965644036, 34.121320343559645 ], [ 148.1, 35.0 ], [ 150.22132034355963, 34.121320343559645 ], [ 151.1, 32.0 ] ] ], [ [ [ 152.2, 32.6 ], [ 151.32132034355962, 30.47867965644036 ], [ 149.2, 29.6 ], [ 147.07867965644036, 30.47867965644036 ], [ 146.2, 32.6 ], [ 147.07867965644036, 34.72132034355965 ], [ 149.2, 35.6 ], [ 151.32132034355962, 34.72132034355965 ], [ 152.2, 32.6 ] ] ], [ [ [ 153.8, 32.9 ], [ 152.92132034355964, 30.778679656440357 ], [ 150.8, 29.9 ], [ 148.67867965644038, 30.778679656440357 ], [ 147.8, 32.9 ], [ 148.67867965644038, 35.021320343559644 ], [ 150.8, 35.9 ], [ 152.92132034355964, 35.021320343559644 ], [ 153.8, 32.9 ] ] ], [ [ [ 155.9, 33.9 ], [ 155.02132034355964, 31.778679656440357 ], [ 152.9, 30.9 ], [ 150.77867965644037, 31.778679656440357 ], [ 149.9, 33.9 ], [ 150.77867965644037, 36.021320343559644 ], [ 152.9, 36.9 ], [ 155.02132034355964, 36.021320343559644 ], [ 155.9, 33.9 ] ] ], [ [ [ 158.7, 35.6 ], [ 157.82132034355962, 33.478679656440356 ], [ 155.7, 32.6 ], [ 153.57867965644036, 33.478679656440356 ], [ 152.7, 35.6 ], [ 153.57867965644036, 37.72132034355965 ], [ 155.7, 38.6 ], [ 157.82132034355962, 37.72132034355965 ], [ 158.7, 35.6 ] ] ], [ [ [ 161.0, 37.6 ], [ 160.12132034355963, 35.478679656440356 ], [ 158.0, 34.6 ], [ 155.87867965644037, 35.478679656440356 ], [ 155.0, 37.6 ], [ 155.87867965644037, 39.72132034355965 ], [ 158.0, 40.6 ], [ 160.12132034355963, 39.72132034355965 ], [ 161.0, 37.6 ] ] ], [ [ [ 162.3, 39.0 ], [ 161.42132034355964, 36.878679656440355 ], [ 159.3, 36.0 ], [ 157.17867965644038, 36.878679656440355 ], [ 156.3, 39.0 ], [ 157.17867965644038, 41.121320343559645 ], [ 159.3, 42.0 ], [ 161.42132034355964, 41.121320343559645 ], [ 162.3, 39.0 ] ] ], [ [ [ 164.1, 39.4 ], [ 163.22132034355963, 37.27867965644035 ], [ 161.1, 36.4 ], [ 158.97867965644036, 37.27867965644035 ], [ 158.1, 39.4 ], [ 158.97867965644036, 41.521320343559644 ], [ 161.1, 42.4 ], [ 163.22132034355963, 41.521320343559644 ], [ 164.1, 39.4 ] ] ], [ [ [ 165.4, 39.5 ], [ 164.52132034355964, 37.378679656440355 ], [ 162.4, 36.5 ], [ 160.27867965644037, 37.378679656440355 ], [ 159.4, 39.5 ], [ 160.27867965644037, 41.621320343559645 ], [ 162.4, 42.5 ], [ 164.52132034355964, 41.621320343559645 ], [ 165.4, 39.5 ] ] ], [ [ [ 166.6, 40.0 ], [ 165.72132034355963, 37.878679656440355 ], [ 163.6, 37.0 ], [ 161.47867965644036, 37.878679656440355 ], [ 160.6, 40.0 ], [ 161.47867965644036, 42.121320343559645 ], [ 163.6, 43.0 ], [ 165.72132034355963, 42.121320343559645 ], [ 166.6, 40.0 ] ] ], [ [ [ 167.1, 40.5 ], [ 166.22132034355963, 38.378679656440355 ], [ 164.1, 37.5 ], [ 161.97867965644036, 38.378679656440355 ], [ 161.1, 40.5 ], [ 161.97867965644036, 42.621320343559645 ], [ 164.1, 43.5 ], [ 166.22132034355963, 42.621320343559645 ], [ 167.1, 40.5 ] ] ], [ [ [ 167.1, 40.6 ], [ 166.22132034355963, 38.478679656440356 ], [ 164.1, 37.6 ], [ 161.97867965644036, 38.478679656440356 ], [ 161.1, 40.6 ], [ 161.97867965644036, 42.72132034355965 ], [ 164.1, 43.6 ], [ 166.22132034355963, 42.72132034355965 ], [ 167.1, 40.6 ] ] ], [ [ [ 167.0, 40.5 ], [ 166.12132034355963, 38.378679656440355 ], [ 164.0, 37.5 ], [ 161.87867965644037, 38.378679656440355 ], [ 161.0, 40.5 ], [ 161.87867965644037, 42.621320343559645 ], [ 164.0, 43.5 ], [ 166.12132034355963, 42.621320343559645 ], [ 167.0, 40.5 ] ] ], [ [ [ 167.1, 40.4 ], [ 166.22132034355963, 38.27867965644035 ], [ 164.1, 37.4 ], [ 161.97867965644036, 38.27867965644035 ], [ 161.1, 40.4 ], [ 161.97867965644036, 42.521320343559644 ], [ 164.1, 43.4 ], [ 166.22132034355963, 42.521320343559644 ], [ 167.1, 40.4 ] ] ], [ [ [ 167.3, 40.3 ], [ 166.42132034355964, 38.17867965644035 ], [ 164.3, 37.3 ], [ 162.17867965644038, 38.17867965644035 ], [ 161.3, 40.3 ], [ 162.17867965644038, 42.42132034355964 ], [ 164.3, 43.3 ], [ 166.42132034355964, 42.42132034355964 ], [ 167.3, 40.3 ] ] ], [ [ [ 167.6, 40.1 ], [ 166.72132034355963, 37.978679656440356 ], [ 164.6, 37.1 ], [ 162.47867965644036, 37.978679656440356 ], [ 161.6, 40.1 ], [ 162.47867965644036, 42.22132034355965 ], [ 164.6, 43.1 ], [ 166.72132034355963, 42.22132034355965 ], [ 167.6, 40.1 ] ] ], [ [ [ 167.8, 40.2 ], [ 166.92132034355964, 38.07867965644036 ], [ 164.8, 37.2 ], [ 162.67867965644038, 38.07867965644036 ], [ 161.8, 40.2 ], [ 162.67867965644038, 42.32132034355965 ], [ 164.8, 43.2 ], [ 166.92132034355964, 42.32132034355965 ], [ 167.8, 40.2 ] ] ], [ [ [ 168.3, 40.8 ], [ 167.42132034355964, 38.67867965644035 ], [ 165.3, 37.8 ], [ 163.17867965644038, 38.67867965644035 ], [ 162.3, 40.8 ], [ 163.17867965644038, 42.92132034355964 ], [ 165.3, 43.8 ], [ 167.42132034355964, 42.92132034355964 ], [ 168.3, 40.8 ] ] ], [ [ [ 168.9, 41.9 ], [ 168.02132034355964, 39.77867965644035 ], [ 165.9, 38.9 ], [ 163.77867965644037, 39.77867965644035 ], [ 162.9, 41.9 ], [ 163.77867965644037, 44.021320343559644 ], [ 165.9, 44.9 ], [ 168.02132034355964, 44.021320343559644 ], [ 168.9, 41.9 ] ] ], [ [ [ 169.5, 43.5 ], [ 168.62132034355963, 41.378679656440355 ], [ 166.5, 40.5 ], [ 164.37867965644037, 41.378679656440355 ], [ 163.5, 43.5 ], [ 164.37867965644037, 45.621320343559645 ], [ 166.5, 46.5 ], [ 168.62132034355963, 45.621320343559645 ], [ 169.5, 43.5 ] ] ], [ [ [ 170.6, 45.4 ], [ 169.72132034355963, 43.27867965644035 ], [ 167.6, 42.4 ], [ 165.47867965644036, 43.27867965644035 ], [ 164.6, 45.4 ], [ 165.47867965644036, 47.521320343559644 ], [ 167.6, 48.4 ], [ 169.72132034355963, 47.521320343559644 ], [ 170.6, 45.4 ] ] ], [ [ [ 171.7, 47.7 ], [ 170.82132034355962, 45.57867965644036 ], [ 168.7, 44.7 ], [ 166.57867965644036, 45.57867965644036 ], [ 165.7, 47.7 ], [ 166.57867965644036, 49.82132034355965 ], [ 168.7, 50.7 ], [ 170.82132034355962, 49.82132034355965 ], [ 171.7, 47.7 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-08-14T09:00:00Z", "2015-08-14T15:00:00Z", "2015-08-14T21:00:00Z", "2015-08-15T03:00:00Z", "2015-08-15T09:00:00Z", "2015-08-15T15:00:00Z", "2015-08-15T21:00:00Z", "2015-08-16T03:00:00Z", "2015-08-16T09:00:00Z", "2015-08-16T15:00:00Z", "2015-08-16T21:00:00Z", "2015-08-17T03:00:00Z", "2015-08-17T09:00:00Z", "2015-08-17T15:00:00Z", "2015-08-17T21:00:00Z", "2015-08-18T03:00:00Z", "2015-08-18T09:00:00Z", "2015-08-18T15:00:00Z", "2015-08-18T21:00:00Z", "2015-08-19T03:00:00Z", "2015-08-19T09:00:00Z", "2015-08-19T15:00:00Z", "2015-08-19T21:00:00Z", "2015-08-20T03:00:00Z", "2015-08-20T09:00:00Z", "2015-08-20T15:00:00Z", "2015-08-20T21:00:00Z", "2015-08-21T03:00:00Z", "2015-08-21T09:00:00Z", "2015-08-21T15:00:00Z", "2015-08-21T21:00:00Z", "2015-08-22T03:00:00Z", "2015-08-22T09:00:00Z", "2015-08-22T15:00:00Z", "2015-08-22T21:00:00Z", "2015-08-23T03:00:00Z", "2015-08-23T09:00:00Z", "2015-08-23T15:00:00Z", "2015-08-23T21:00:00Z", "2015-08-24T03:00:00Z", "2015-08-24T09:00:00Z", "2015-08-24T15:00:00Z", "2015-08-24T21:00:00Z", "2015-08-25T03:00:00Z", "2015-08-25T09:00:00Z", "2015-08-25T15:00:00Z", "2015-08-25T21:00:00Z", "2015-08-26T03:00:00Z", "2015-08-26T09:00:00Z", "2015-08-26T15:00:00Z", "2015-08-26T21:00:00Z", "2015-08-27T03:00:00Z", "2015-08-27T09:00:00Z", "2015-08-27T15:00:00Z", "2015-08-27T21:00:00Z", "2015-08-28T03:00:00Z", "2015-08-28T09:00:00Z", "2015-08-28T15:00:00Z", "2015-08-28T21:00:00Z", "2015-08-29T03:00:00Z", "2015-08-29T09:00:00Z", "2015-08-29T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 994.0, 990.0, 985.0, 980.0, 975.0, 970.0, 960.0, 950.0, 940.0, 935.0, 935.0, 930.0, 930.0, 925.0, 925.0, 925.0, 925.0, 925.0, 930.0, 930.0, 935.0, 940.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 955.0, 955.0, 955.0, 960.0, 965.0, 965.0, 965.0, 964.0, 958.0, 960.0, 964.0, 968.0, 970.0, 972.0, 976.0, 978.0, 980.0, 980.0, 984.0, 988.0, 990.0, 992.0, 996.0, 996.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 45.0, 50.0, 55.0, 60.0, 65.0, 75.0, 80.0, 90.0, 95.0, 95.0, 95.0, 95.0, 100.0, 100.0, 100.0, 100.0, 100.0, 95.0, 95.0, 90.0, 90.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 70.0, 65.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201517_KILO_feature.json b/samples/Typhoon201517_KILO_feature.json
index 8c2cf02..b097a89 100644
--- a/samples/Typhoon201517_KILO_feature.json
+++ b/samples/Typhoon201517_KILO_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201517号 (KILO)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-09-02T03:00:00Z", "2015-09-02T09:00:00Z", "2015-09-02T15:00:00Z", "2015-09-02T21:00:00Z", "2015-09-03T03:00:00Z", "2015-09-03T09:00:00Z", "2015-09-03T15:00:00Z", "2015-09-03T21:00:00Z", "2015-09-04T03:00:00Z", "2015-09-04T09:00:00Z", "2015-09-04T15:00:00Z", "2015-09-04T21:00:00Z", "2015-09-05T03:00:00Z", "2015-09-05T09:00:00Z", "2015-09-05T15:00:00Z", "2015-09-05T21:00:00Z", "2015-09-06T03:00:00Z", "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z", "2015-09-12T03:00:00Z", "2015-09-12T09:00:00Z", "2015-09-12T15:00:00Z", "2015-09-12T21:00:00Z", "2015-09-13T03:00:00Z", "2015-09-13T09:00:00Z" ],
- "coordinates" : [ [ [ [ 183.1, 23.7 ], [ 182.22132034355963, 21.578679656440357 ], [ 180.1, 20.7 ], [ 177.97867965644036, 21.578679656440357 ], [ 177.1, 23.7 ], [ 177.97867965644036, 25.82132034355964 ], [ 180.1, 26.7 ], [ 182.22132034355963, 25.82132034355964 ], [ 183.1, 23.7 ] ] ], [ [ [ 182.8, 24.0 ], [ 181.92132034355964, 21.878679656440358 ], [ 179.8, 21.0 ], [ 177.67867965644038, 21.878679656440358 ], [ 176.8, 24.0 ], [ 177.67867965644038, 26.121320343559642 ], [ 179.8, 27.0 ], [ 181.92132034355964, 26.121320343559642 ], [ 182.8, 24.0 ] ] ], [ [ [ 182.4, 24.4 ], [ 181.52132034355964, 22.278679656440357 ], [ 179.4, 21.4 ], [ 177.27867965644037, 22.278679656440357 ], [ 176.4, 24.4 ], [ 177.27867965644037, 26.52132034355964 ], [ 179.4, 27.4 ], [ 181.52132034355964, 26.52132034355964 ], [ 182.4, 24.4 ] ] ], [ [ [ 182.1, 24.6 ], [ 181.22132034355963, 22.47867965644036 ], [ 179.1, 21.6 ], [ 176.97867965644036, 22.47867965644036 ], [ 176.1, 24.6 ], [ 176.97867965644036, 26.721320343559643 ], [ 179.1, 27.6 ], [ 181.22132034355963, 26.721320343559643 ], [ 182.1, 24.6 ] ] ], [ [ [ 181.5, 24.6 ], [ 180.62132034355963, 22.47867965644036 ], [ 178.5, 21.6 ], [ 176.37867965644037, 22.47867965644036 ], [ 175.5, 24.6 ], [ 176.37867965644037, 26.721320343559643 ], [ 178.5, 27.6 ], [ 180.62132034355963, 26.721320343559643 ], [ 181.5, 24.6 ] ] ], [ [ [ 181.2, 24.7 ], [ 180.32132034355962, 22.578679656440357 ], [ 178.2, 21.7 ], [ 176.07867965644036, 22.578679656440357 ], [ 175.2, 24.7 ], [ 176.07867965644036, 26.82132034355964 ], [ 178.2, 27.7 ], [ 180.32132034355962, 26.82132034355964 ], [ 181.2, 24.7 ] ] ], [ [ [ 181.1, 24.6 ], [ 180.22132034355963, 22.47867965644036 ], [ 178.1, 21.6 ], [ 175.97867965644036, 22.47867965644036 ], [ 175.1, 24.6 ], [ 175.97867965644036, 26.721320343559643 ], [ 178.1, 27.6 ], [ 180.22132034355963, 26.721320343559643 ], [ 181.1, 24.6 ] ] ], [ [ [ 180.7, 24.4 ], [ 179.82132034355962, 22.278679656440357 ], [ 177.7, 21.4 ], [ 175.57867965644036, 22.278679656440357 ], [ 174.7, 24.4 ], [ 175.57867965644036, 26.52132034355964 ], [ 177.7, 27.4 ], [ 179.82132034355962, 26.52132034355964 ], [ 180.7, 24.4 ] ] ], [ [ [ 180.5, 24.1 ], [ 179.62132034355963, 21.97867965644036 ], [ 177.5, 21.1 ], [ 175.37867965644037, 21.97867965644036 ], [ 174.5, 24.1 ], [ 175.37867965644037, 26.221320343559643 ], [ 177.5, 27.1 ], [ 179.62132034355963, 26.221320343559643 ], [ 180.5, 24.1 ] ] ], [ [ [ 180.1, 23.8 ], [ 179.22132034355963, 21.67867965644036 ], [ 177.1, 20.8 ], [ 174.97867965644036, 21.67867965644036 ], [ 174.1, 23.8 ], [ 174.97867965644036, 25.921320343559643 ], [ 177.1, 26.8 ], [ 179.22132034355963, 25.921320343559643 ], [ 180.1, 23.8 ] ] ], [ [ [ 179.6, 23.6 ], [ 178.72132034355963, 21.47867965644036 ], [ 176.6, 20.6 ], [ 174.47867965644036, 21.47867965644036 ], [ 173.6, 23.6 ], [ 174.47867965644036, 25.721320343559643 ], [ 176.6, 26.6 ], [ 178.72132034355963, 25.721320343559643 ], [ 179.6, 23.6 ] ] ], [ [ [ 178.8, 23.5 ], [ 177.92132034355964, 21.378679656440358 ], [ 175.8, 20.5 ], [ 173.67867965644038, 21.378679656440358 ], [ 172.8, 23.5 ], [ 173.67867965644038, 25.621320343559642 ], [ 175.8, 26.5 ], [ 177.92132034355964, 25.621320343559642 ], [ 178.8, 23.5 ] ] ], [ [ [ 177.9, 23.5 ], [ 177.02132034355964, 21.378679656440358 ], [ 174.9, 20.5 ], [ 172.77867965644037, 21.378679656440358 ], [ 171.9, 23.5 ], [ 172.77867965644037, 25.621320343559642 ], [ 174.9, 26.5 ], [ 177.02132034355964, 25.621320343559642 ], [ 177.9, 23.5 ] ] ], [ [ [ 177.0, 23.5 ], [ 176.12132034355963, 21.378679656440358 ], [ 174.0, 20.5 ], [ 171.87867965644037, 21.378679656440358 ], [ 171.0, 23.5 ], [ 171.87867965644037, 25.621320343559642 ], [ 174.0, 26.5 ], [ 176.12132034355963, 25.621320343559642 ], [ 177.0, 23.5 ] ] ], [ [ [ 176.0, 23.6 ], [ 175.12132034355963, 21.47867965644036 ], [ 173.0, 20.6 ], [ 170.87867965644037, 21.47867965644036 ], [ 170.0, 23.6 ], [ 170.87867965644037, 25.721320343559643 ], [ 173.0, 26.6 ], [ 175.12132034355963, 25.721320343559643 ], [ 176.0, 23.6 ] ] ], [ [ [ 175.1, 23.5 ], [ 174.22132034355963, 21.378679656440358 ], [ 172.1, 20.5 ], [ 169.97867965644036, 21.378679656440358 ], [ 169.1, 23.5 ], [ 169.97867965644036, 25.621320343559642 ], [ 172.1, 26.5 ], [ 174.22132034355963, 25.621320343559642 ], [ 175.1, 23.5 ] ] ], [ [ [ 173.7, 23.7 ], [ 172.82132034355962, 21.578679656440357 ], [ 170.7, 20.7 ], [ 168.57867965644036, 21.578679656440357 ], [ 167.7, 23.7 ], [ 168.57867965644036, 25.82132034355964 ], [ 170.7, 26.7 ], [ 172.82132034355962, 25.82132034355964 ], [ 173.7, 23.7 ] ] ], [ [ [ 172.7, 23.9 ], [ 171.82132034355962, 21.778679656440357 ], [ 169.7, 20.9 ], [ 167.57867965644036, 21.778679656440357 ], [ 166.7, 23.9 ], [ 167.57867965644036, 26.02132034355964 ], [ 169.7, 26.9 ], [ 171.82132034355962, 26.02132034355964 ], [ 172.7, 23.9 ] ] ], [ [ [ 171.9, 24.0 ], [ 171.02132034355964, 21.878679656440358 ], [ 168.9, 21.0 ], [ 166.77867965644037, 21.878679656440358 ], [ 165.9, 24.0 ], [ 166.77867965644037, 26.121320343559642 ], [ 168.9, 27.0 ], [ 171.02132034355964, 26.121320343559642 ], [ 171.9, 24.0 ] ] ], [ [ [ 170.6, 24.3 ], [ 169.72132034355963, 22.17867965644036 ], [ 167.6, 21.3 ], [ 165.47867965644036, 22.17867965644036 ], [ 164.6, 24.3 ], [ 165.47867965644036, 26.421320343559643 ], [ 167.6, 27.3 ], [ 169.72132034355963, 26.421320343559643 ], [ 170.6, 24.3 ] ] ], [ [ [ 169.5, 24.4 ], [ 168.62132034355963, 22.278679656440357 ], [ 166.5, 21.4 ], [ 164.37867965644037, 22.278679656440357 ], [ 163.5, 24.4 ], [ 164.37867965644037, 26.52132034355964 ], [ 166.5, 27.4 ], [ 168.62132034355963, 26.52132034355964 ], [ 169.5, 24.4 ] ] ], [ [ [ 168.6, 24.7 ], [ 167.72132034355963, 22.578679656440357 ], [ 165.6, 21.7 ], [ 163.47867965644036, 22.578679656440357 ], [ 162.6, 24.7 ], [ 163.47867965644036, 26.82132034355964 ], [ 165.6, 27.7 ], [ 167.72132034355963, 26.82132034355964 ], [ 168.6, 24.7 ] ] ], [ [ [ 167.2, 25.0 ], [ 166.32132034355962, 22.878679656440358 ], [ 164.2, 22.0 ], [ 162.07867965644036, 22.878679656440358 ], [ 161.2, 25.0 ], [ 162.07867965644036, 27.121320343559642 ], [ 164.2, 28.0 ], [ 166.32132034355962, 27.121320343559642 ], [ 167.2, 25.0 ] ] ], [ [ [ 166.3, 25.2 ], [ 165.42132034355964, 23.078679656440357 ], [ 163.3, 22.2 ], [ 161.17867965644038, 23.078679656440357 ], [ 160.3, 25.2 ], [ 161.17867965644038, 27.32132034355964 ], [ 163.3, 28.2 ], [ 165.42132034355964, 27.32132034355964 ], [ 166.3, 25.2 ] ] ], [ [ [ 165.1, 25.6 ], [ 164.22132034355963, 23.47867965644036 ], [ 162.1, 22.6 ], [ 159.97867965644036, 23.47867965644036 ], [ 159.1, 25.6 ], [ 159.97867965644036, 27.721320343559643 ], [ 162.1, 28.6 ], [ 164.22132034355963, 27.721320343559643 ], [ 165.1, 25.6 ] ] ], [ [ [ 163.3, 26.1 ], [ 162.42132034355964, 23.97867965644036 ], [ 160.3, 23.1 ], [ 158.17867965644038, 23.97867965644036 ], [ 157.3, 26.1 ], [ 158.17867965644038, 28.221320343559643 ], [ 160.3, 29.1 ], [ 162.42132034355964, 28.221320343559643 ], [ 163.3, 26.1 ] ] ], [ [ [ 161.7, 26.7 ], [ 160.82132034355962, 24.578679656440357 ], [ 158.7, 23.7 ], [ 156.57867965644036, 24.578679656440357 ], [ 155.7, 26.7 ], [ 156.57867965644036, 28.82132034355964 ], [ 158.7, 29.7 ], [ 160.82132034355962, 28.82132034355964 ], [ 161.7, 26.7 ] ] ], [ [ [ 160.3, 27.2 ], [ 159.42132034355964, 25.078679656440357 ], [ 157.3, 24.2 ], [ 155.17867965644038, 25.078679656440357 ], [ 154.3, 27.2 ], [ 155.17867965644038, 29.32132034355964 ], [ 157.3, 30.2 ], [ 159.42132034355964, 29.32132034355964 ], [ 160.3, 27.2 ] ] ], [ [ [ 159.0, 28.1 ], [ 158.12132034355963, 25.97867965644036 ], [ 156.0, 25.1 ], [ 153.87867965644037, 25.97867965644036 ], [ 153.0, 28.1 ], [ 153.87867965644037, 30.221320343559643 ], [ 156.0, 31.1 ], [ 158.12132034355963, 30.221320343559643 ], [ 159.0, 28.1 ] ] ], [ [ [ 157.7, 29.1 ], [ 156.82132034355962, 26.97867965644036 ], [ 154.7, 26.1 ], [ 152.57867965644036, 26.97867965644036 ], [ 151.7, 29.1 ], [ 152.57867965644036, 31.221320343559643 ], [ 154.7, 32.1 ], [ 156.82132034355962, 31.221320343559643 ], [ 157.7, 29.1 ] ] ], [ [ [ 156.2, 29.7 ], [ 155.32132034355962, 27.578679656440357 ], [ 153.2, 26.7 ], [ 151.07867965644036, 27.578679656440357 ], [ 150.2, 29.7 ], [ 151.07867965644036, 31.82132034355964 ], [ 153.2, 32.7 ], [ 155.32132034355962, 31.82132034355964 ], [ 156.2, 29.7 ] ] ], [ [ [ 155.5, 30.7 ], [ 154.62132034355963, 28.578679656440357 ], [ 152.5, 27.7 ], [ 150.37867965644037, 28.578679656440357 ], [ 149.5, 30.7 ], [ 150.37867965644037, 32.82132034355964 ], [ 152.5, 33.7 ], [ 154.62132034355963, 32.82132034355964 ], [ 155.5, 30.7 ] ] ], [ [ [ 154.2, 31.6 ], [ 153.32132034355962, 29.47867965644036 ], [ 151.2, 28.6 ], [ 149.07867965644036, 29.47867965644036 ], [ 148.2, 31.6 ], [ 149.07867965644036, 33.72132034355965 ], [ 151.2, 34.6 ], [ 153.32132034355962, 33.72132034355965 ], [ 154.2, 31.6 ] ] ], [ [ [ 153.0, 32.6 ], [ 152.12132034355963, 30.47867965644036 ], [ 150.0, 29.6 ], [ 147.87867965644037, 30.47867965644036 ], [ 147.0, 32.6 ], [ 147.87867965644037, 34.72132034355965 ], [ 150.0, 35.6 ], [ 152.12132034355963, 34.72132034355965 ], [ 153.0, 32.6 ] ] ], [ [ [ 152.6, 34.0 ], [ 151.72132034355963, 31.878679656440358 ], [ 149.6, 31.0 ], [ 147.47867965644036, 31.878679656440358 ], [ 146.6, 34.0 ], [ 147.47867965644036, 36.121320343559645 ], [ 149.6, 37.0 ], [ 151.72132034355963, 36.121320343559645 ], [ 152.6, 34.0 ] ] ], [ [ [ 152.0, 35.3 ], [ 151.12132034355963, 33.17867965644035 ], [ 149.0, 32.3 ], [ 146.87867965644037, 33.17867965644035 ], [ 146.0, 35.3 ], [ 146.87867965644037, 37.42132034355964 ], [ 149.0, 38.3 ], [ 151.12132034355963, 37.42132034355964 ], [ 152.0, 35.3 ] ] ], [ [ [ 151.6, 36.9 ], [ 150.72132034355963, 34.77867965644035 ], [ 148.6, 33.9 ], [ 146.47867965644036, 34.77867965644035 ], [ 145.6, 36.9 ], [ 146.47867965644036, 39.021320343559644 ], [ 148.6, 39.9 ], [ 150.72132034355963, 39.021320343559644 ], [ 151.6, 36.9 ] ] ], [ [ [ 150.4, 38.7 ], [ 149.52132034355964, 36.57867965644036 ], [ 147.4, 35.7 ], [ 145.27867965644037, 36.57867965644036 ], [ 144.4, 38.7 ], [ 145.27867965644037, 40.82132034355965 ], [ 147.4, 41.7 ], [ 149.52132034355964, 40.82132034355965 ], [ 150.4, 38.7 ] ] ], [ [ [ 150.2, 40.6 ], [ 149.32132034355962, 38.478679656440356 ], [ 147.2, 37.6 ], [ 145.07867965644036, 38.478679656440356 ], [ 144.2, 40.6 ], [ 145.07867965644036, 42.72132034355965 ], [ 147.2, 43.6 ], [ 149.32132034355962, 42.72132034355965 ], [ 150.2, 40.6 ] ] ], [ [ [ 151.0, 43.0 ], [ 150.12132034355963, 40.878679656440355 ], [ 148.0, 40.0 ], [ 145.87867965644037, 40.878679656440355 ], [ 145.0, 43.0 ], [ 145.87867965644037, 45.121320343559645 ], [ 148.0, 46.0 ], [ 150.12132034355963, 45.121320343559645 ], [ 151.0, 43.0 ] ] ], [ [ [ 151.6, 45.8 ], [ 150.72132034355963, 43.67867965644035 ], [ 148.6, 42.8 ], [ 146.47867965644036, 43.67867965644035 ], [ 145.6, 45.8 ], [ 146.47867965644036, 47.92132034355964 ], [ 148.6, 48.8 ], [ 150.72132034355963, 47.92132034355964 ], [ 151.6, 45.8 ] ] ], [ [ [ 152.8, 48.8 ], [ 151.92132034355964, 46.67867965644035 ], [ 149.8, 45.8 ], [ 147.67867965644038, 46.67867965644035 ], [ 146.8, 48.8 ], [ 147.67867965644038, 50.92132034355964 ], [ 149.8, 51.8 ], [ 151.92132034355964, 50.92132034355964 ], [ 152.8, 48.8 ] ] ], [ [ [ 154.7, 53.2 ], [ 153.82132034355962, 51.07867965644036 ], [ 151.7, 50.2 ], [ 149.57867965644036, 51.07867965644036 ], [ 148.7, 53.2 ], [ 149.57867965644036, 55.32132034355965 ], [ 151.7, 56.2 ], [ 153.82132034355962, 55.32132034355965 ], [ 154.7, 53.2 ] ] ], [ [ [ 156.7, 55.4 ], [ 155.82132034355962, 53.27867965644035 ], [ 153.7, 52.4 ], [ 151.57867965644036, 53.27867965644035 ], [ 150.7, 55.4 ], [ 151.57867965644036, 57.521320343559644 ], [ 153.7, 58.4 ], [ 155.82132034355962, 57.521320343559644 ], [ 156.7, 55.4 ] ] ], [ [ [ 159.0, 58.3 ], [ 158.12132034355963, 56.17867965644035 ], [ 156.0, 55.3 ], [ 153.87867965644037, 56.17867965644035 ], [ 153.0, 58.3 ], [ 153.87867965644037, 60.42132034355964 ], [ 156.0, 61.3 ], [ 158.12132034355963, 60.42132034355964 ], [ 159.0, 58.3 ] ] ], [ [ [ 162.4, 60.5 ], [ 161.52132034355964, 58.378679656440355 ], [ 159.4, 57.5 ], [ 157.27867965644037, 58.378679656440355 ], [ 156.4, 60.5 ], [ 157.27867965644037, 62.621320343559645 ], [ 159.4, 63.5 ], [ 161.52132034355964, 62.621320343559645 ], [ 162.4, 60.5 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-09-02T03:00:00Z", "2015-09-02T09:00:00Z", "2015-09-02T15:00:00Z", "2015-09-02T21:00:00Z", "2015-09-03T03:00:00Z", "2015-09-03T09:00:00Z", "2015-09-03T15:00:00Z", "2015-09-03T21:00:00Z", "2015-09-04T03:00:00Z", "2015-09-04T09:00:00Z", "2015-09-04T15:00:00Z", "2015-09-04T21:00:00Z", "2015-09-05T03:00:00Z", "2015-09-05T09:00:00Z", "2015-09-05T15:00:00Z", "2015-09-05T21:00:00Z", "2015-09-06T03:00:00Z", "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z", "2015-09-12T03:00:00Z", "2015-09-12T09:00:00Z", "2015-09-12T15:00:00Z", "2015-09-12T21:00:00Z", "2015-09-13T03:00:00Z", "2015-09-13T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 945.0, 950.0, 950.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 970.0, 970.0, 955.0, 955.0, 950.0, 950.0, 950.0, 955.0, 955.0, 955.0, 955.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 984.0, 988.0, 988.0, 992.0, 992.0, 992.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 90.0, 80.0, 80.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 65.0, 75.0, 75.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 75.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201517号 (KILO)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-09-02T03:00:00Z", "2015-09-02T09:00:00Z", "2015-09-02T15:00:00Z", "2015-09-02T21:00:00Z", "2015-09-03T03:00:00Z", "2015-09-03T09:00:00Z", "2015-09-03T15:00:00Z", "2015-09-03T21:00:00Z", "2015-09-04T03:00:00Z", "2015-09-04T09:00:00Z", "2015-09-04T15:00:00Z", "2015-09-04T21:00:00Z", "2015-09-05T03:00:00Z", "2015-09-05T09:00:00Z", "2015-09-05T15:00:00Z", "2015-09-05T21:00:00Z", "2015-09-06T03:00:00Z", "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z", "2015-09-12T03:00:00Z", "2015-09-12T09:00:00Z", "2015-09-12T15:00:00Z", "2015-09-12T21:00:00Z", "2015-09-13T03:00:00Z", "2015-09-13T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 183.1, 23.7 ], [ 182.22132034355963, 21.578679656440357 ], [ 180.1, 20.7 ], [ 177.97867965644036, 21.578679656440357 ], [ 177.1, 23.7 ], [ 177.97867965644036, 25.82132034355964 ], [ 180.1, 26.7 ], [ 182.22132034355963, 25.82132034355964 ], [ 183.1, 23.7 ] ] ], [ [ [ 182.8, 24.0 ], [ 181.92132034355964, 21.878679656440358 ], [ 179.8, 21.0 ], [ 177.67867965644038, 21.878679656440358 ], [ 176.8, 24.0 ], [ 177.67867965644038, 26.121320343559642 ], [ 179.8, 27.0 ], [ 181.92132034355964, 26.121320343559642 ], [ 182.8, 24.0 ] ] ], [ [ [ 182.4, 24.4 ], [ 181.52132034355964, 22.278679656440357 ], [ 179.4, 21.4 ], [ 177.27867965644037, 22.278679656440357 ], [ 176.4, 24.4 ], [ 177.27867965644037, 26.52132034355964 ], [ 179.4, 27.4 ], [ 181.52132034355964, 26.52132034355964 ], [ 182.4, 24.4 ] ] ], [ [ [ 182.1, 24.6 ], [ 181.22132034355963, 22.47867965644036 ], [ 179.1, 21.6 ], [ 176.97867965644036, 22.47867965644036 ], [ 176.1, 24.6 ], [ 176.97867965644036, 26.721320343559643 ], [ 179.1, 27.6 ], [ 181.22132034355963, 26.721320343559643 ], [ 182.1, 24.6 ] ] ], [ [ [ 181.5, 24.6 ], [ 180.62132034355963, 22.47867965644036 ], [ 178.5, 21.6 ], [ 176.37867965644037, 22.47867965644036 ], [ 175.5, 24.6 ], [ 176.37867965644037, 26.721320343559643 ], [ 178.5, 27.6 ], [ 180.62132034355963, 26.721320343559643 ], [ 181.5, 24.6 ] ] ], [ [ [ 181.2, 24.7 ], [ 180.32132034355962, 22.578679656440357 ], [ 178.2, 21.7 ], [ 176.07867965644036, 22.578679656440357 ], [ 175.2, 24.7 ], [ 176.07867965644036, 26.82132034355964 ], [ 178.2, 27.7 ], [ 180.32132034355962, 26.82132034355964 ], [ 181.2, 24.7 ] ] ], [ [ [ 181.1, 24.6 ], [ 180.22132034355963, 22.47867965644036 ], [ 178.1, 21.6 ], [ 175.97867965644036, 22.47867965644036 ], [ 175.1, 24.6 ], [ 175.97867965644036, 26.721320343559643 ], [ 178.1, 27.6 ], [ 180.22132034355963, 26.721320343559643 ], [ 181.1, 24.6 ] ] ], [ [ [ 180.7, 24.4 ], [ 179.82132034355962, 22.278679656440357 ], [ 177.7, 21.4 ], [ 175.57867965644036, 22.278679656440357 ], [ 174.7, 24.4 ], [ 175.57867965644036, 26.52132034355964 ], [ 177.7, 27.4 ], [ 179.82132034355962, 26.52132034355964 ], [ 180.7, 24.4 ] ] ], [ [ [ 180.5, 24.1 ], [ 179.62132034355963, 21.97867965644036 ], [ 177.5, 21.1 ], [ 175.37867965644037, 21.97867965644036 ], [ 174.5, 24.1 ], [ 175.37867965644037, 26.221320343559643 ], [ 177.5, 27.1 ], [ 179.62132034355963, 26.221320343559643 ], [ 180.5, 24.1 ] ] ], [ [ [ 180.1, 23.8 ], [ 179.22132034355963, 21.67867965644036 ], [ 177.1, 20.8 ], [ 174.97867965644036, 21.67867965644036 ], [ 174.1, 23.8 ], [ 174.97867965644036, 25.921320343559643 ], [ 177.1, 26.8 ], [ 179.22132034355963, 25.921320343559643 ], [ 180.1, 23.8 ] ] ], [ [ [ 179.6, 23.6 ], [ 178.72132034355963, 21.47867965644036 ], [ 176.6, 20.6 ], [ 174.47867965644036, 21.47867965644036 ], [ 173.6, 23.6 ], [ 174.47867965644036, 25.721320343559643 ], [ 176.6, 26.6 ], [ 178.72132034355963, 25.721320343559643 ], [ 179.6, 23.6 ] ] ], [ [ [ 178.8, 23.5 ], [ 177.92132034355964, 21.378679656440358 ], [ 175.8, 20.5 ], [ 173.67867965644038, 21.378679656440358 ], [ 172.8, 23.5 ], [ 173.67867965644038, 25.621320343559642 ], [ 175.8, 26.5 ], [ 177.92132034355964, 25.621320343559642 ], [ 178.8, 23.5 ] ] ], [ [ [ 177.9, 23.5 ], [ 177.02132034355964, 21.378679656440358 ], [ 174.9, 20.5 ], [ 172.77867965644037, 21.378679656440358 ], [ 171.9, 23.5 ], [ 172.77867965644037, 25.621320343559642 ], [ 174.9, 26.5 ], [ 177.02132034355964, 25.621320343559642 ], [ 177.9, 23.5 ] ] ], [ [ [ 177.0, 23.5 ], [ 176.12132034355963, 21.378679656440358 ], [ 174.0, 20.5 ], [ 171.87867965644037, 21.378679656440358 ], [ 171.0, 23.5 ], [ 171.87867965644037, 25.621320343559642 ], [ 174.0, 26.5 ], [ 176.12132034355963, 25.621320343559642 ], [ 177.0, 23.5 ] ] ], [ [ [ 176.0, 23.6 ], [ 175.12132034355963, 21.47867965644036 ], [ 173.0, 20.6 ], [ 170.87867965644037, 21.47867965644036 ], [ 170.0, 23.6 ], [ 170.87867965644037, 25.721320343559643 ], [ 173.0, 26.6 ], [ 175.12132034355963, 25.721320343559643 ], [ 176.0, 23.6 ] ] ], [ [ [ 175.1, 23.5 ], [ 174.22132034355963, 21.378679656440358 ], [ 172.1, 20.5 ], [ 169.97867965644036, 21.378679656440358 ], [ 169.1, 23.5 ], [ 169.97867965644036, 25.621320343559642 ], [ 172.1, 26.5 ], [ 174.22132034355963, 25.621320343559642 ], [ 175.1, 23.5 ] ] ], [ [ [ 173.7, 23.7 ], [ 172.82132034355962, 21.578679656440357 ], [ 170.7, 20.7 ], [ 168.57867965644036, 21.578679656440357 ], [ 167.7, 23.7 ], [ 168.57867965644036, 25.82132034355964 ], [ 170.7, 26.7 ], [ 172.82132034355962, 25.82132034355964 ], [ 173.7, 23.7 ] ] ], [ [ [ 172.7, 23.9 ], [ 171.82132034355962, 21.778679656440357 ], [ 169.7, 20.9 ], [ 167.57867965644036, 21.778679656440357 ], [ 166.7, 23.9 ], [ 167.57867965644036, 26.02132034355964 ], [ 169.7, 26.9 ], [ 171.82132034355962, 26.02132034355964 ], [ 172.7, 23.9 ] ] ], [ [ [ 171.9, 24.0 ], [ 171.02132034355964, 21.878679656440358 ], [ 168.9, 21.0 ], [ 166.77867965644037, 21.878679656440358 ], [ 165.9, 24.0 ], [ 166.77867965644037, 26.121320343559642 ], [ 168.9, 27.0 ], [ 171.02132034355964, 26.121320343559642 ], [ 171.9, 24.0 ] ] ], [ [ [ 170.6, 24.3 ], [ 169.72132034355963, 22.17867965644036 ], [ 167.6, 21.3 ], [ 165.47867965644036, 22.17867965644036 ], [ 164.6, 24.3 ], [ 165.47867965644036, 26.421320343559643 ], [ 167.6, 27.3 ], [ 169.72132034355963, 26.421320343559643 ], [ 170.6, 24.3 ] ] ], [ [ [ 169.5, 24.4 ], [ 168.62132034355963, 22.278679656440357 ], [ 166.5, 21.4 ], [ 164.37867965644037, 22.278679656440357 ], [ 163.5, 24.4 ], [ 164.37867965644037, 26.52132034355964 ], [ 166.5, 27.4 ], [ 168.62132034355963, 26.52132034355964 ], [ 169.5, 24.4 ] ] ], [ [ [ 168.6, 24.7 ], [ 167.72132034355963, 22.578679656440357 ], [ 165.6, 21.7 ], [ 163.47867965644036, 22.578679656440357 ], [ 162.6, 24.7 ], [ 163.47867965644036, 26.82132034355964 ], [ 165.6, 27.7 ], [ 167.72132034355963, 26.82132034355964 ], [ 168.6, 24.7 ] ] ], [ [ [ 167.2, 25.0 ], [ 166.32132034355962, 22.878679656440358 ], [ 164.2, 22.0 ], [ 162.07867965644036, 22.878679656440358 ], [ 161.2, 25.0 ], [ 162.07867965644036, 27.121320343559642 ], [ 164.2, 28.0 ], [ 166.32132034355962, 27.121320343559642 ], [ 167.2, 25.0 ] ] ], [ [ [ 166.3, 25.2 ], [ 165.42132034355964, 23.078679656440357 ], [ 163.3, 22.2 ], [ 161.17867965644038, 23.078679656440357 ], [ 160.3, 25.2 ], [ 161.17867965644038, 27.32132034355964 ], [ 163.3, 28.2 ], [ 165.42132034355964, 27.32132034355964 ], [ 166.3, 25.2 ] ] ], [ [ [ 165.1, 25.6 ], [ 164.22132034355963, 23.47867965644036 ], [ 162.1, 22.6 ], [ 159.97867965644036, 23.47867965644036 ], [ 159.1, 25.6 ], [ 159.97867965644036, 27.721320343559643 ], [ 162.1, 28.6 ], [ 164.22132034355963, 27.721320343559643 ], [ 165.1, 25.6 ] ] ], [ [ [ 163.3, 26.1 ], [ 162.42132034355964, 23.97867965644036 ], [ 160.3, 23.1 ], [ 158.17867965644038, 23.97867965644036 ], [ 157.3, 26.1 ], [ 158.17867965644038, 28.221320343559643 ], [ 160.3, 29.1 ], [ 162.42132034355964, 28.221320343559643 ], [ 163.3, 26.1 ] ] ], [ [ [ 161.7, 26.7 ], [ 160.82132034355962, 24.578679656440357 ], [ 158.7, 23.7 ], [ 156.57867965644036, 24.578679656440357 ], [ 155.7, 26.7 ], [ 156.57867965644036, 28.82132034355964 ], [ 158.7, 29.7 ], [ 160.82132034355962, 28.82132034355964 ], [ 161.7, 26.7 ] ] ], [ [ [ 160.3, 27.2 ], [ 159.42132034355964, 25.078679656440357 ], [ 157.3, 24.2 ], [ 155.17867965644038, 25.078679656440357 ], [ 154.3, 27.2 ], [ 155.17867965644038, 29.32132034355964 ], [ 157.3, 30.2 ], [ 159.42132034355964, 29.32132034355964 ], [ 160.3, 27.2 ] ] ], [ [ [ 159.0, 28.1 ], [ 158.12132034355963, 25.97867965644036 ], [ 156.0, 25.1 ], [ 153.87867965644037, 25.97867965644036 ], [ 153.0, 28.1 ], [ 153.87867965644037, 30.221320343559643 ], [ 156.0, 31.1 ], [ 158.12132034355963, 30.221320343559643 ], [ 159.0, 28.1 ] ] ], [ [ [ 157.7, 29.1 ], [ 156.82132034355962, 26.97867965644036 ], [ 154.7, 26.1 ], [ 152.57867965644036, 26.97867965644036 ], [ 151.7, 29.1 ], [ 152.57867965644036, 31.221320343559643 ], [ 154.7, 32.1 ], [ 156.82132034355962, 31.221320343559643 ], [ 157.7, 29.1 ] ] ], [ [ [ 156.2, 29.7 ], [ 155.32132034355962, 27.578679656440357 ], [ 153.2, 26.7 ], [ 151.07867965644036, 27.578679656440357 ], [ 150.2, 29.7 ], [ 151.07867965644036, 31.82132034355964 ], [ 153.2, 32.7 ], [ 155.32132034355962, 31.82132034355964 ], [ 156.2, 29.7 ] ] ], [ [ [ 155.5, 30.7 ], [ 154.62132034355963, 28.578679656440357 ], [ 152.5, 27.7 ], [ 150.37867965644037, 28.578679656440357 ], [ 149.5, 30.7 ], [ 150.37867965644037, 32.82132034355964 ], [ 152.5, 33.7 ], [ 154.62132034355963, 32.82132034355964 ], [ 155.5, 30.7 ] ] ], [ [ [ 154.2, 31.6 ], [ 153.32132034355962, 29.47867965644036 ], [ 151.2, 28.6 ], [ 149.07867965644036, 29.47867965644036 ], [ 148.2, 31.6 ], [ 149.07867965644036, 33.72132034355965 ], [ 151.2, 34.6 ], [ 153.32132034355962, 33.72132034355965 ], [ 154.2, 31.6 ] ] ], [ [ [ 153.0, 32.6 ], [ 152.12132034355963, 30.47867965644036 ], [ 150.0, 29.6 ], [ 147.87867965644037, 30.47867965644036 ], [ 147.0, 32.6 ], [ 147.87867965644037, 34.72132034355965 ], [ 150.0, 35.6 ], [ 152.12132034355963, 34.72132034355965 ], [ 153.0, 32.6 ] ] ], [ [ [ 152.6, 34.0 ], [ 151.72132034355963, 31.878679656440358 ], [ 149.6, 31.0 ], [ 147.47867965644036, 31.878679656440358 ], [ 146.6, 34.0 ], [ 147.47867965644036, 36.121320343559645 ], [ 149.6, 37.0 ], [ 151.72132034355963, 36.121320343559645 ], [ 152.6, 34.0 ] ] ], [ [ [ 152.0, 35.3 ], [ 151.12132034355963, 33.17867965644035 ], [ 149.0, 32.3 ], [ 146.87867965644037, 33.17867965644035 ], [ 146.0, 35.3 ], [ 146.87867965644037, 37.42132034355964 ], [ 149.0, 38.3 ], [ 151.12132034355963, 37.42132034355964 ], [ 152.0, 35.3 ] ] ], [ [ [ 151.6, 36.9 ], [ 150.72132034355963, 34.77867965644035 ], [ 148.6, 33.9 ], [ 146.47867965644036, 34.77867965644035 ], [ 145.6, 36.9 ], [ 146.47867965644036, 39.021320343559644 ], [ 148.6, 39.9 ], [ 150.72132034355963, 39.021320343559644 ], [ 151.6, 36.9 ] ] ], [ [ [ 150.4, 38.7 ], [ 149.52132034355964, 36.57867965644036 ], [ 147.4, 35.7 ], [ 145.27867965644037, 36.57867965644036 ], [ 144.4, 38.7 ], [ 145.27867965644037, 40.82132034355965 ], [ 147.4, 41.7 ], [ 149.52132034355964, 40.82132034355965 ], [ 150.4, 38.7 ] ] ], [ [ [ 150.2, 40.6 ], [ 149.32132034355962, 38.478679656440356 ], [ 147.2, 37.6 ], [ 145.07867965644036, 38.478679656440356 ], [ 144.2, 40.6 ], [ 145.07867965644036, 42.72132034355965 ], [ 147.2, 43.6 ], [ 149.32132034355962, 42.72132034355965 ], [ 150.2, 40.6 ] ] ], [ [ [ 151.0, 43.0 ], [ 150.12132034355963, 40.878679656440355 ], [ 148.0, 40.0 ], [ 145.87867965644037, 40.878679656440355 ], [ 145.0, 43.0 ], [ 145.87867965644037, 45.121320343559645 ], [ 148.0, 46.0 ], [ 150.12132034355963, 45.121320343559645 ], [ 151.0, 43.0 ] ] ], [ [ [ 151.6, 45.8 ], [ 150.72132034355963, 43.67867965644035 ], [ 148.6, 42.8 ], [ 146.47867965644036, 43.67867965644035 ], [ 145.6, 45.8 ], [ 146.47867965644036, 47.92132034355964 ], [ 148.6, 48.8 ], [ 150.72132034355963, 47.92132034355964 ], [ 151.6, 45.8 ] ] ], [ [ [ 152.8, 48.8 ], [ 151.92132034355964, 46.67867965644035 ], [ 149.8, 45.8 ], [ 147.67867965644038, 46.67867965644035 ], [ 146.8, 48.8 ], [ 147.67867965644038, 50.92132034355964 ], [ 149.8, 51.8 ], [ 151.92132034355964, 50.92132034355964 ], [ 152.8, 48.8 ] ] ], [ [ [ 154.7, 53.2 ], [ 153.82132034355962, 51.07867965644036 ], [ 151.7, 50.2 ], [ 149.57867965644036, 51.07867965644036 ], [ 148.7, 53.2 ], [ 149.57867965644036, 55.32132034355965 ], [ 151.7, 56.2 ], [ 153.82132034355962, 55.32132034355965 ], [ 154.7, 53.2 ] ] ], [ [ [ 156.7, 55.4 ], [ 155.82132034355962, 53.27867965644035 ], [ 153.7, 52.4 ], [ 151.57867965644036, 53.27867965644035 ], [ 150.7, 55.4 ], [ 151.57867965644036, 57.521320343559644 ], [ 153.7, 58.4 ], [ 155.82132034355962, 57.521320343559644 ], [ 156.7, 55.4 ] ] ], [ [ [ 159.0, 58.3 ], [ 158.12132034355963, 56.17867965644035 ], [ 156.0, 55.3 ], [ 153.87867965644037, 56.17867965644035 ], [ 153.0, 58.3 ], [ 153.87867965644037, 60.42132034355964 ], [ 156.0, 61.3 ], [ 158.12132034355963, 60.42132034355964 ], [ 159.0, 58.3 ] ] ], [ [ [ 162.4, 60.5 ], [ 161.52132034355964, 58.378679656440355 ], [ 159.4, 57.5 ], [ 157.27867965644037, 58.378679656440355 ], [ 156.4, 60.5 ], [ 157.27867965644037, 62.621320343559645 ], [ 159.4, 63.5 ], [ 161.52132034355964, 62.621320343559645 ], [ 162.4, 60.5 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-09-02T03:00:00Z", "2015-09-02T09:00:00Z", "2015-09-02T15:00:00Z", "2015-09-02T21:00:00Z", "2015-09-03T03:00:00Z", "2015-09-03T09:00:00Z", "2015-09-03T15:00:00Z", "2015-09-03T21:00:00Z", "2015-09-04T03:00:00Z", "2015-09-04T09:00:00Z", "2015-09-04T15:00:00Z", "2015-09-04T21:00:00Z", "2015-09-05T03:00:00Z", "2015-09-05T09:00:00Z", "2015-09-05T15:00:00Z", "2015-09-05T21:00:00Z", "2015-09-06T03:00:00Z", "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z", "2015-09-12T03:00:00Z", "2015-09-12T09:00:00Z", "2015-09-12T15:00:00Z", "2015-09-12T21:00:00Z", "2015-09-13T03:00:00Z", "2015-09-13T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 945.0, 950.0, 950.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 970.0, 970.0, 955.0, 955.0, 950.0, 950.0, 950.0, 955.0, 955.0, 955.0, 955.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 970.0, 970.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 984.0, 988.0, 988.0, 992.0, 992.0, 992.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 90.0, 80.0, 80.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 65.0, 75.0, 75.0, 80.0, 80.0, 80.0, 75.0, 75.0, 75.0, 75.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 65.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201518_ETAU_feature.json b/samples/Typhoon201518_ETAU_feature.json
index 150aeea..14b219a 100644
--- a/samples/Typhoon201518_ETAU_feature.json
+++ b/samples/Typhoon201518_ETAU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201518号 (ETAU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T00:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T06:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T12:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z" ],
- "coordinates" : [ [ [ [ 140.7, 19.8 ], [ 140.40710678118654, 19.092893218813455 ], [ 139.7, 18.8 ], [ 138.99289321881344, 19.092893218813455 ], [ 138.7, 19.8 ], [ 138.99289321881344, 20.507106781186547 ], [ 139.7, 20.8 ], [ 140.40710678118654, 20.507106781186547 ], [ 140.7, 19.8 ] ] ], [ [ [ 140.4, 20.4 ], [ 140.10710678118656, 19.692893218813452 ], [ 139.4, 19.4 ], [ 138.69289321881345, 19.692893218813452 ], [ 138.4, 20.4 ], [ 138.69289321881345, 21.107106781186545 ], [ 139.4, 21.4 ], [ 140.10710678118656, 21.107106781186545 ], [ 140.4, 20.4 ] ] ], [ [ [ 140.2, 21.2 ], [ 139.90710678118654, 20.492893218813453 ], [ 139.2, 20.2 ], [ 138.49289321881344, 20.492893218813453 ], [ 138.2, 21.2 ], [ 138.49289321881344, 21.907106781186545 ], [ 139.2, 22.2 ], [ 139.90710678118654, 21.907106781186545 ], [ 140.2, 21.2 ] ] ], [ [ [ 140.0, 22.1 ], [ 139.70710678118655, 21.392893218813455 ], [ 139.0, 21.1 ], [ 138.29289321881345, 21.392893218813455 ], [ 138.0, 22.1 ], [ 138.29289321881345, 22.807106781186548 ], [ 139.0, 23.1 ], [ 139.70710678118655, 22.807106781186548 ], [ 140.0, 22.1 ] ] ], [ [ [ 139.8, 23.1 ], [ 139.50710678118656, 22.392893218813455 ], [ 138.8, 22.1 ], [ 138.09289321881346, 22.392893218813455 ], [ 137.8, 23.1 ], [ 138.09289321881346, 23.807106781186548 ], [ 138.8, 24.1 ], [ 139.50710678118656, 23.807106781186548 ], [ 139.8, 23.1 ] ] ], [ [ [ 141.6, 24.1 ], [ 140.72132034355963, 21.97867965644036 ], [ 138.6, 21.1 ], [ 136.47867965644036, 21.97867965644036 ], [ 135.6, 24.1 ], [ 136.47867965644036, 26.221320343559643 ], [ 138.6, 27.1 ], [ 140.72132034355963, 26.221320343559643 ], [ 141.6, 24.1 ] ] ], [ [ [ 141.4, 25.1 ], [ 140.52132034355964, 22.97867965644036 ], [ 138.4, 22.1 ], [ 136.27867965644037, 22.97867965644036 ], [ 135.4, 25.1 ], [ 136.27867965644037, 27.221320343559643 ], [ 138.4, 28.1 ], [ 140.52132034355964, 27.221320343559643 ], [ 141.4, 25.1 ] ] ], [ [ [ 141.3, 26.3 ], [ 140.42132034355964, 24.17867965644036 ], [ 138.3, 23.3 ], [ 136.17867965644038, 24.17867965644036 ], [ 135.3, 26.3 ], [ 136.17867965644038, 28.421320343559643 ], [ 138.3, 29.3 ], [ 140.42132034355964, 28.421320343559643 ], [ 141.3, 26.3 ] ] ], [ [ [ 141.3, 27.7 ], [ 140.42132034355964, 25.578679656440357 ], [ 138.3, 24.7 ], [ 136.17867965644038, 25.578679656440357 ], [ 135.3, 27.7 ], [ 136.17867965644038, 29.82132034355964 ], [ 138.3, 30.7 ], [ 140.42132034355964, 29.82132034355964 ], [ 141.3, 27.7 ] ] ], [ [ [ 141.3, 29.3 ], [ 140.42132034355964, 27.17867965644036 ], [ 138.3, 26.3 ], [ 136.17867965644038, 27.17867965644036 ], [ 135.3, 29.3 ], [ 136.17867965644038, 31.421320343559643 ], [ 138.3, 32.3 ], [ 140.42132034355964, 31.421320343559643 ], [ 141.3, 29.3 ] ] ], [ [ [ 141.3, 31.0 ], [ 140.42132034355964, 28.878679656440358 ], [ 138.3, 28.0 ], [ 136.17867965644038, 28.878679656440358 ], [ 135.3, 31.0 ], [ 136.17867965644038, 33.121320343559645 ], [ 138.3, 34.0 ], [ 140.42132034355964, 33.121320343559645 ], [ 141.3, 31.0 ] ] ], [ [ [ 141.0, 32.2 ], [ 140.12132034355963, 30.07867965644036 ], [ 138.0, 29.200000000000003 ], [ 135.87867965644037, 30.07867965644036 ], [ 135.0, 32.2 ], [ 135.87867965644037, 34.32132034355965 ], [ 138.0, 35.2 ], [ 140.12132034355963, 34.32132034355965 ], [ 141.0, 32.2 ] ] ], [ [ [ 140.6, 33.1 ], [ 139.72132034355963, 30.97867965644036 ], [ 137.6, 30.1 ], [ 135.47867965644036, 30.97867965644036 ], [ 134.6, 33.1 ], [ 135.47867965644036, 35.22132034355965 ], [ 137.6, 36.1 ], [ 139.72132034355963, 35.22132034355965 ], [ 140.6, 33.1 ] ] ], [ [ [ 140.3, 33.8 ], [ 139.42132034355964, 31.678679656440355 ], [ 137.3, 30.799999999999997 ], [ 135.17867965644038, 31.678679656440355 ], [ 134.3, 33.8 ], [ 135.17867965644038, 35.92132034355964 ], [ 137.3, 36.8 ], [ 139.42132034355964, 35.92132034355964 ], [ 140.3, 33.8 ] ] ], [ [ [ 140.1, 34.5 ], [ 139.22132034355963, 32.378679656440355 ], [ 137.1, 31.5 ], [ 134.97867965644036, 32.378679656440355 ], [ 134.1, 34.5 ], [ 134.97867965644036, 36.621320343559645 ], [ 137.1, 37.5 ], [ 139.22132034355963, 36.621320343559645 ], [ 140.1, 34.5 ] ] ], [ [ [ 139.7, 35.9 ], [ 138.82132034355962, 33.77867965644035 ], [ 136.7, 32.9 ], [ 134.57867965644036, 33.77867965644035 ], [ 133.7, 35.9 ], [ 134.57867965644036, 38.021320343559644 ], [ 136.7, 38.9 ], [ 138.82132034355962, 38.021320343559644 ], [ 139.7, 35.9 ] ] ], [ [ [ 139.3, 37.2 ], [ 138.42132034355964, 35.07867965644036 ], [ 136.3, 34.2 ], [ 134.17867965644038, 35.07867965644036 ], [ 133.3, 37.2 ], [ 134.17867965644038, 39.32132034355965 ], [ 136.3, 40.2 ], [ 138.42132034355964, 39.32132034355965 ], [ 139.3, 37.2 ] ] ], [ [ [ 138.0, 38.0 ], [ 137.12132034355963, 35.878679656440355 ], [ 135.0, 35.0 ], [ 132.87867965644037, 35.878679656440355 ], [ 132.0, 38.0 ], [ 132.87867965644037, 40.121320343559645 ], [ 135.0, 41.0 ], [ 137.12132034355963, 40.121320343559645 ], [ 138.0, 38.0 ] ] ], [ [ [ 137.4, 39.0 ], [ 136.52132034355964, 36.878679656440355 ], [ 134.4, 36.0 ], [ 132.27867965644037, 36.878679656440355 ], [ 131.4, 39.0 ], [ 132.27867965644037, 41.121320343559645 ], [ 134.4, 42.0 ], [ 136.52132034355964, 41.121320343559645 ], [ 137.4, 39.0 ] ] ], [ [ [ 137.7, 39.3 ], [ 136.82132034355962, 37.17867965644035 ], [ 134.7, 36.3 ], [ 132.57867965644036, 37.17867965644035 ], [ 131.7, 39.3 ], [ 132.57867965644036, 41.42132034355964 ], [ 134.7, 42.3 ], [ 136.82132034355962, 41.42132034355964 ], [ 137.7, 39.3 ] ] ], [ [ [ 138.2, 39.9 ], [ 137.32132034355962, 37.77867965644035 ], [ 135.2, 36.9 ], [ 133.07867965644036, 37.77867965644035 ], [ 132.2, 39.9 ], [ 133.07867965644036, 42.021320343559644 ], [ 135.2, 42.9 ], [ 137.32132034355962, 42.021320343559644 ], [ 138.2, 39.9 ] ] ], [ [ [ 138.6, 39.9 ], [ 137.72132034355963, 37.77867965644035 ], [ 135.6, 36.9 ], [ 133.47867965644036, 37.77867965644035 ], [ 132.6, 39.9 ], [ 133.47867965644036, 42.021320343559644 ], [ 135.6, 42.9 ], [ 137.72132034355963, 42.021320343559644 ], [ 138.6, 39.9 ] ] ], [ [ [ 139.0, 39.9 ], [ 138.12132034355963, 37.77867965644035 ], [ 136.0, 36.9 ], [ 133.87867965644037, 37.77867965644035 ], [ 133.0, 39.9 ], [ 133.87867965644037, 42.021320343559644 ], [ 136.0, 42.9 ], [ 138.12132034355963, 42.021320343559644 ], [ 139.0, 39.9 ] ] ], [ [ [ 139.8, 40.0 ], [ 138.92132034355964, 37.878679656440355 ], [ 136.8, 37.0 ], [ 134.67867965644038, 37.878679656440355 ], [ 133.8, 40.0 ], [ 134.67867965644038, 42.121320343559645 ], [ 136.8, 43.0 ], [ 138.92132034355964, 42.121320343559645 ], [ 139.8, 40.0 ] ] ], [ [ [ 140.7, 40.5 ], [ 139.82132034355962, 38.378679656440355 ], [ 137.7, 37.5 ], [ 135.57867965644036, 38.378679656440355 ], [ 134.7, 40.5 ], [ 135.57867965644036, 42.621320343559645 ], [ 137.7, 43.5 ], [ 139.82132034355962, 42.621320343559645 ], [ 140.7, 40.5 ] ] ], [ [ [ 141.5, 41.0 ], [ 140.62132034355963, 38.878679656440355 ], [ 138.5, 38.0 ], [ 136.37867965644037, 38.878679656440355 ], [ 135.5, 41.0 ], [ 136.37867965644037, 43.121320343559645 ], [ 138.5, 44.0 ], [ 140.62132034355963, 43.121320343559645 ], [ 141.5, 41.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T00:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T06:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T12:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 996.0, 998.0, 998.0, 998.0, 998.0, 998.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 50.0, 50.0, 50.0, 45.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201518号 (ETAU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T00:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T06:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T12:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 140.7, 19.8 ], [ 140.40710678118654, 19.092893218813455 ], [ 139.7, 18.8 ], [ 138.99289321881344, 19.092893218813455 ], [ 138.7, 19.8 ], [ 138.99289321881344, 20.507106781186547 ], [ 139.7, 20.8 ], [ 140.40710678118654, 20.507106781186547 ], [ 140.7, 19.8 ] ] ], [ [ [ 140.4, 20.4 ], [ 140.10710678118656, 19.692893218813452 ], [ 139.4, 19.4 ], [ 138.69289321881345, 19.692893218813452 ], [ 138.4, 20.4 ], [ 138.69289321881345, 21.107106781186545 ], [ 139.4, 21.4 ], [ 140.10710678118656, 21.107106781186545 ], [ 140.4, 20.4 ] ] ], [ [ [ 140.2, 21.2 ], [ 139.90710678118654, 20.492893218813453 ], [ 139.2, 20.2 ], [ 138.49289321881344, 20.492893218813453 ], [ 138.2, 21.2 ], [ 138.49289321881344, 21.907106781186545 ], [ 139.2, 22.2 ], [ 139.90710678118654, 21.907106781186545 ], [ 140.2, 21.2 ] ] ], [ [ [ 140.0, 22.1 ], [ 139.70710678118655, 21.392893218813455 ], [ 139.0, 21.1 ], [ 138.29289321881345, 21.392893218813455 ], [ 138.0, 22.1 ], [ 138.29289321881345, 22.807106781186548 ], [ 139.0, 23.1 ], [ 139.70710678118655, 22.807106781186548 ], [ 140.0, 22.1 ] ] ], [ [ [ 139.8, 23.1 ], [ 139.50710678118656, 22.392893218813455 ], [ 138.8, 22.1 ], [ 138.09289321881346, 22.392893218813455 ], [ 137.8, 23.1 ], [ 138.09289321881346, 23.807106781186548 ], [ 138.8, 24.1 ], [ 139.50710678118656, 23.807106781186548 ], [ 139.8, 23.1 ] ] ], [ [ [ 141.6, 24.1 ], [ 140.72132034355963, 21.97867965644036 ], [ 138.6, 21.1 ], [ 136.47867965644036, 21.97867965644036 ], [ 135.6, 24.1 ], [ 136.47867965644036, 26.221320343559643 ], [ 138.6, 27.1 ], [ 140.72132034355963, 26.221320343559643 ], [ 141.6, 24.1 ] ] ], [ [ [ 141.4, 25.1 ], [ 140.52132034355964, 22.97867965644036 ], [ 138.4, 22.1 ], [ 136.27867965644037, 22.97867965644036 ], [ 135.4, 25.1 ], [ 136.27867965644037, 27.221320343559643 ], [ 138.4, 28.1 ], [ 140.52132034355964, 27.221320343559643 ], [ 141.4, 25.1 ] ] ], [ [ [ 141.3, 26.3 ], [ 140.42132034355964, 24.17867965644036 ], [ 138.3, 23.3 ], [ 136.17867965644038, 24.17867965644036 ], [ 135.3, 26.3 ], [ 136.17867965644038, 28.421320343559643 ], [ 138.3, 29.3 ], [ 140.42132034355964, 28.421320343559643 ], [ 141.3, 26.3 ] ] ], [ [ [ 141.3, 27.7 ], [ 140.42132034355964, 25.578679656440357 ], [ 138.3, 24.7 ], [ 136.17867965644038, 25.578679656440357 ], [ 135.3, 27.7 ], [ 136.17867965644038, 29.82132034355964 ], [ 138.3, 30.7 ], [ 140.42132034355964, 29.82132034355964 ], [ 141.3, 27.7 ] ] ], [ [ [ 141.3, 29.3 ], [ 140.42132034355964, 27.17867965644036 ], [ 138.3, 26.3 ], [ 136.17867965644038, 27.17867965644036 ], [ 135.3, 29.3 ], [ 136.17867965644038, 31.421320343559643 ], [ 138.3, 32.3 ], [ 140.42132034355964, 31.421320343559643 ], [ 141.3, 29.3 ] ] ], [ [ [ 141.3, 31.0 ], [ 140.42132034355964, 28.878679656440358 ], [ 138.3, 28.0 ], [ 136.17867965644038, 28.878679656440358 ], [ 135.3, 31.0 ], [ 136.17867965644038, 33.121320343559645 ], [ 138.3, 34.0 ], [ 140.42132034355964, 33.121320343559645 ], [ 141.3, 31.0 ] ] ], [ [ [ 141.0, 32.2 ], [ 140.12132034355963, 30.07867965644036 ], [ 138.0, 29.200000000000003 ], [ 135.87867965644037, 30.07867965644036 ], [ 135.0, 32.2 ], [ 135.87867965644037, 34.32132034355965 ], [ 138.0, 35.2 ], [ 140.12132034355963, 34.32132034355965 ], [ 141.0, 32.2 ] ] ], [ [ [ 140.6, 33.1 ], [ 139.72132034355963, 30.97867965644036 ], [ 137.6, 30.1 ], [ 135.47867965644036, 30.97867965644036 ], [ 134.6, 33.1 ], [ 135.47867965644036, 35.22132034355965 ], [ 137.6, 36.1 ], [ 139.72132034355963, 35.22132034355965 ], [ 140.6, 33.1 ] ] ], [ [ [ 140.3, 33.8 ], [ 139.42132034355964, 31.678679656440355 ], [ 137.3, 30.799999999999997 ], [ 135.17867965644038, 31.678679656440355 ], [ 134.3, 33.8 ], [ 135.17867965644038, 35.92132034355964 ], [ 137.3, 36.8 ], [ 139.42132034355964, 35.92132034355964 ], [ 140.3, 33.8 ] ] ], [ [ [ 140.1, 34.5 ], [ 139.22132034355963, 32.378679656440355 ], [ 137.1, 31.5 ], [ 134.97867965644036, 32.378679656440355 ], [ 134.1, 34.5 ], [ 134.97867965644036, 36.621320343559645 ], [ 137.1, 37.5 ], [ 139.22132034355963, 36.621320343559645 ], [ 140.1, 34.5 ] ] ], [ [ [ 139.7, 35.9 ], [ 138.82132034355962, 33.77867965644035 ], [ 136.7, 32.9 ], [ 134.57867965644036, 33.77867965644035 ], [ 133.7, 35.9 ], [ 134.57867965644036, 38.021320343559644 ], [ 136.7, 38.9 ], [ 138.82132034355962, 38.021320343559644 ], [ 139.7, 35.9 ] ] ], [ [ [ 139.3, 37.2 ], [ 138.42132034355964, 35.07867965644036 ], [ 136.3, 34.2 ], [ 134.17867965644038, 35.07867965644036 ], [ 133.3, 37.2 ], [ 134.17867965644038, 39.32132034355965 ], [ 136.3, 40.2 ], [ 138.42132034355964, 39.32132034355965 ], [ 139.3, 37.2 ] ] ], [ [ [ 138.0, 38.0 ], [ 137.12132034355963, 35.878679656440355 ], [ 135.0, 35.0 ], [ 132.87867965644037, 35.878679656440355 ], [ 132.0, 38.0 ], [ 132.87867965644037, 40.121320343559645 ], [ 135.0, 41.0 ], [ 137.12132034355963, 40.121320343559645 ], [ 138.0, 38.0 ] ] ], [ [ [ 137.4, 39.0 ], [ 136.52132034355964, 36.878679656440355 ], [ 134.4, 36.0 ], [ 132.27867965644037, 36.878679656440355 ], [ 131.4, 39.0 ], [ 132.27867965644037, 41.121320343559645 ], [ 134.4, 42.0 ], [ 136.52132034355964, 41.121320343559645 ], [ 137.4, 39.0 ] ] ], [ [ [ 137.7, 39.3 ], [ 136.82132034355962, 37.17867965644035 ], [ 134.7, 36.3 ], [ 132.57867965644036, 37.17867965644035 ], [ 131.7, 39.3 ], [ 132.57867965644036, 41.42132034355964 ], [ 134.7, 42.3 ], [ 136.82132034355962, 41.42132034355964 ], [ 137.7, 39.3 ] ] ], [ [ [ 138.2, 39.9 ], [ 137.32132034355962, 37.77867965644035 ], [ 135.2, 36.9 ], [ 133.07867965644036, 37.77867965644035 ], [ 132.2, 39.9 ], [ 133.07867965644036, 42.021320343559644 ], [ 135.2, 42.9 ], [ 137.32132034355962, 42.021320343559644 ], [ 138.2, 39.9 ] ] ], [ [ [ 138.6, 39.9 ], [ 137.72132034355963, 37.77867965644035 ], [ 135.6, 36.9 ], [ 133.47867965644036, 37.77867965644035 ], [ 132.6, 39.9 ], [ 133.47867965644036, 42.021320343559644 ], [ 135.6, 42.9 ], [ 137.72132034355963, 42.021320343559644 ], [ 138.6, 39.9 ] ] ], [ [ [ 139.0, 39.9 ], [ 138.12132034355963, 37.77867965644035 ], [ 136.0, 36.9 ], [ 133.87867965644037, 37.77867965644035 ], [ 133.0, 39.9 ], [ 133.87867965644037, 42.021320343559644 ], [ 136.0, 42.9 ], [ 138.12132034355963, 42.021320343559644 ], [ 139.0, 39.9 ] ] ], [ [ [ 139.8, 40.0 ], [ 138.92132034355964, 37.878679656440355 ], [ 136.8, 37.0 ], [ 134.67867965644038, 37.878679656440355 ], [ 133.8, 40.0 ], [ 134.67867965644038, 42.121320343559645 ], [ 136.8, 43.0 ], [ 138.92132034355964, 42.121320343559645 ], [ 139.8, 40.0 ] ] ], [ [ [ 140.7, 40.5 ], [ 139.82132034355962, 38.378679656440355 ], [ 137.7, 37.5 ], [ 135.57867965644036, 38.378679656440355 ], [ 134.7, 40.5 ], [ 135.57867965644036, 42.621320343559645 ], [ 137.7, 43.5 ], [ 139.82132034355962, 42.621320343559645 ], [ 140.7, 40.5 ] ] ], [ [ [ 141.5, 41.0 ], [ 140.62132034355963, 38.878679656440355 ], [ 138.5, 38.0 ], [ 136.37867965644037, 38.878679656440355 ], [ 135.5, 41.0 ], [ 136.37867965644037, 43.121320343559645 ], [ 138.5, 44.0 ], [ 140.62132034355963, 43.121320343559645 ], [ 141.5, 41.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-09-06T09:00:00Z", "2015-09-06T15:00:00Z", "2015-09-06T21:00:00Z", "2015-09-07T03:00:00Z", "2015-09-07T09:00:00Z", "2015-09-07T15:00:00Z", "2015-09-07T21:00:00Z", "2015-09-08T03:00:00Z", "2015-09-08T09:00:00Z", "2015-09-08T15:00:00Z", "2015-09-08T21:00:00Z", "2015-09-09T00:00:00Z", "2015-09-09T03:00:00Z", "2015-09-09T06:00:00Z", "2015-09-09T09:00:00Z", "2015-09-09T12:00:00Z", "2015-09-09T15:00:00Z", "2015-09-09T21:00:00Z", "2015-09-10T03:00:00Z", "2015-09-10T09:00:00Z", "2015-09-10T15:00:00Z", "2015-09-10T21:00:00Z", "2015-09-11T03:00:00Z", "2015-09-11T09:00:00Z", "2015-09-11T15:00:00Z", "2015-09-11T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 996.0, 998.0, 998.0, 998.0, 998.0, 998.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 50.0, 50.0, 50.0, 45.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201519_VAMCO_feature.json b/samples/Typhoon201519_VAMCO_feature.json
index 68522ab..25ba6ed 100644
--- a/samples/Typhoon201519_VAMCO_feature.json
+++ b/samples/Typhoon201519_VAMCO_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201519号 (VAMCO)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-09-13T09:00:00Z", "2015-09-13T15:00:00Z", "2015-09-13T21:00:00Z", "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z" ],
- "coordinates" : [ [ [ [ 113.9, 15.6 ], [ 113.60710678118656, 14.892893218813452 ], [ 112.9, 14.6 ], [ 112.19289321881345, 14.892893218813452 ], [ 111.9, 15.6 ], [ 112.19289321881345, 16.307106781186548 ], [ 112.9, 16.6 ], [ 113.60710678118656, 16.307106781186548 ], [ 113.9, 15.6 ] ] ], [ [ [ 113.2, 15.6 ], [ 112.90710678118656, 14.892893218813452 ], [ 112.2, 14.6 ], [ 111.49289321881345, 14.892893218813452 ], [ 111.2, 15.6 ], [ 111.49289321881345, 16.307106781186548 ], [ 112.2, 16.6 ], [ 112.90710678118656, 16.307106781186548 ], [ 113.2, 15.6 ] ] ], [ [ [ 112.4, 15.3 ], [ 112.10710678118656, 14.592893218813453 ], [ 111.4, 14.3 ], [ 110.69289321881345, 14.592893218813453 ], [ 110.4, 15.3 ], [ 110.69289321881345, 16.007106781186547 ], [ 111.4, 16.3 ], [ 112.10710678118656, 16.007106781186547 ], [ 112.4, 15.3 ] ] ], [ [ [ 113.8, 15.1 ], [ 112.92132034355964, 12.978679656440358 ], [ 110.8, 12.1 ], [ 108.67867965644035, 12.978679656440356 ], [ 107.8, 15.1 ], [ 108.67867965644035, 17.221320343559643 ], [ 110.8, 18.1 ], [ 112.92132034355964, 17.221320343559643 ], [ 113.8, 15.1 ] ] ], [ [ [ 113.3, 15.0 ], [ 112.42132034355964, 12.878679656440358 ], [ 110.3, 12.0 ], [ 108.17867965644035, 12.878679656440358 ], [ 107.3, 15.0 ], [ 108.17867965644035, 17.121320343559642 ], [ 110.3, 18.0 ], [ 112.42132034355964, 17.121320343559642 ], [ 113.3, 15.0 ] ] ], [ [ [ 112.7, 15.6 ], [ 111.82132034355965, 13.478679656440358 ], [ 109.7, 12.6 ], [ 107.57867965644036, 13.478679656440356 ], [ 106.7, 15.6 ], [ 107.57867965644036, 17.721320343559643 ], [ 109.7, 18.6 ], [ 111.82132034355965, 17.721320343559643 ], [ 112.7, 15.6 ] ] ], [ [ [ 111.9, 15.6 ], [ 111.02132034355965, 13.478679656440358 ], [ 108.9, 12.6 ], [ 106.77867965644036, 13.478679656440356 ], [ 105.9, 15.6 ], [ 106.77867965644036, 17.721320343559643 ], [ 108.9, 18.6 ], [ 111.02132034355965, 17.721320343559643 ], [ 111.9, 15.6 ] ] ], [ [ [ 110.3, 15.8 ], [ 109.42132034355964, 13.678679656440359 ], [ 107.3, 12.8 ], [ 105.17867965644035, 13.678679656440359 ], [ 104.3, 15.8 ], [ 105.17867965644035, 17.921320343559643 ], [ 107.3, 18.8 ], [ 109.42132034355964, 17.921320343559643 ], [ 110.3, 15.8 ] ] ], [ [ [ 107.2, 15.3 ], [ 106.90710678118656, 14.592893218813453 ], [ 106.2, 14.3 ], [ 105.49289321881345, 14.592893218813453 ], [ 105.2, 15.3 ], [ 105.49289321881345, 16.007106781186547 ], [ 106.2, 16.3 ], [ 106.90710678118656, 16.007106781186547 ], [ 107.2, 15.3 ] ] ], [ [ [ 106.8, 14.3 ], [ 106.50710678118655, 13.592893218813453 ], [ 105.8, 13.3 ], [ 105.09289321881344, 13.592893218813453 ], [ 104.8, 14.3 ], [ 105.09289321881344, 15.007106781186549 ], [ 105.8, 15.3 ], [ 106.50710678118655, 15.007106781186549 ], [ 106.8, 14.3 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-09-13T09:00:00Z", "2015-09-13T15:00:00Z", "2015-09-13T21:00:00Z", "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 998.0, 998.0, 998.0, 1000.0, 1002.0, 1002.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201519号 (VAMCO)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-09-13T09:00:00Z", "2015-09-13T15:00:00Z", "2015-09-13T21:00:00Z", "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 113.9, 15.6 ], [ 113.60710678118656, 14.892893218813452 ], [ 112.9, 14.6 ], [ 112.19289321881345, 14.892893218813452 ], [ 111.9, 15.6 ], [ 112.19289321881345, 16.307106781186548 ], [ 112.9, 16.6 ], [ 113.60710678118656, 16.307106781186548 ], [ 113.9, 15.6 ] ] ], [ [ [ 113.2, 15.6 ], [ 112.90710678118656, 14.892893218813452 ], [ 112.2, 14.6 ], [ 111.49289321881345, 14.892893218813452 ], [ 111.2, 15.6 ], [ 111.49289321881345, 16.307106781186548 ], [ 112.2, 16.6 ], [ 112.90710678118656, 16.307106781186548 ], [ 113.2, 15.6 ] ] ], [ [ [ 112.4, 15.3 ], [ 112.10710678118656, 14.592893218813453 ], [ 111.4, 14.3 ], [ 110.69289321881345, 14.592893218813453 ], [ 110.4, 15.3 ], [ 110.69289321881345, 16.007106781186547 ], [ 111.4, 16.3 ], [ 112.10710678118656, 16.007106781186547 ], [ 112.4, 15.3 ] ] ], [ [ [ 113.8, 15.1 ], [ 112.92132034355964, 12.978679656440358 ], [ 110.8, 12.1 ], [ 108.67867965644035, 12.978679656440356 ], [ 107.8, 15.1 ], [ 108.67867965644035, 17.221320343559643 ], [ 110.8, 18.1 ], [ 112.92132034355964, 17.221320343559643 ], [ 113.8, 15.1 ] ] ], [ [ [ 113.3, 15.0 ], [ 112.42132034355964, 12.878679656440358 ], [ 110.3, 12.0 ], [ 108.17867965644035, 12.878679656440358 ], [ 107.3, 15.0 ], [ 108.17867965644035, 17.121320343559642 ], [ 110.3, 18.0 ], [ 112.42132034355964, 17.121320343559642 ], [ 113.3, 15.0 ] ] ], [ [ [ 112.7, 15.6 ], [ 111.82132034355965, 13.478679656440358 ], [ 109.7, 12.6 ], [ 107.57867965644036, 13.478679656440356 ], [ 106.7, 15.6 ], [ 107.57867965644036, 17.721320343559643 ], [ 109.7, 18.6 ], [ 111.82132034355965, 17.721320343559643 ], [ 112.7, 15.6 ] ] ], [ [ [ 111.9, 15.6 ], [ 111.02132034355965, 13.478679656440358 ], [ 108.9, 12.6 ], [ 106.77867965644036, 13.478679656440356 ], [ 105.9, 15.6 ], [ 106.77867965644036, 17.721320343559643 ], [ 108.9, 18.6 ], [ 111.02132034355965, 17.721320343559643 ], [ 111.9, 15.6 ] ] ], [ [ [ 110.3, 15.8 ], [ 109.42132034355964, 13.678679656440359 ], [ 107.3, 12.8 ], [ 105.17867965644035, 13.678679656440359 ], [ 104.3, 15.8 ], [ 105.17867965644035, 17.921320343559643 ], [ 107.3, 18.8 ], [ 109.42132034355964, 17.921320343559643 ], [ 110.3, 15.8 ] ] ], [ [ [ 107.2, 15.3 ], [ 106.90710678118656, 14.592893218813453 ], [ 106.2, 14.3 ], [ 105.49289321881345, 14.592893218813453 ], [ 105.2, 15.3 ], [ 105.49289321881345, 16.007106781186547 ], [ 106.2, 16.3 ], [ 106.90710678118656, 16.007106781186547 ], [ 107.2, 15.3 ] ] ], [ [ [ 106.8, 14.3 ], [ 106.50710678118655, 13.592893218813453 ], [ 105.8, 13.3 ], [ 105.09289321881344, 13.592893218813453 ], [ 104.8, 14.3 ], [ 105.09289321881344, 15.007106781186549 ], [ 105.8, 15.3 ], [ 106.50710678118655, 15.007106781186549 ], [ 106.8, 14.3 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-09-13T09:00:00Z", "2015-09-13T15:00:00Z", "2015-09-13T21:00:00Z", "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 998.0, 998.0, 998.0, 1000.0, 1002.0, 1002.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201520_KROVANH_feature.json b/samples/Typhoon201520_KROVANH_feature.json
index 9d254d1..c553ec8 100644
--- a/samples/Typhoon201520_KROVANH_feature.json
+++ b/samples/Typhoon201520_KROVANH_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201520号 (KROVANH)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z", "2015-09-15T21:00:00Z", "2015-09-16T03:00:00Z", "2015-09-16T09:00:00Z", "2015-09-16T15:00:00Z", "2015-09-16T21:00:00Z", "2015-09-17T03:00:00Z", "2015-09-17T09:00:00Z", "2015-09-17T15:00:00Z", "2015-09-17T21:00:00Z", "2015-09-18T03:00:00Z", "2015-09-18T09:00:00Z", "2015-09-18T15:00:00Z", "2015-09-18T18:00:00Z", "2015-09-18T21:00:00Z", "2015-09-19T00:00:00Z", "2015-09-19T03:00:00Z", "2015-09-19T06:00:00Z", "2015-09-19T09:00:00Z", "2015-09-19T12:00:00Z", "2015-09-19T15:00:00Z", "2015-09-19T21:00:00Z", "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z" ],
- "coordinates" : [ [ [ [ 152.6, 13.9 ], [ 152.30710678118655, 13.192893218813452 ], [ 151.6, 12.9 ], [ 150.89289321881344, 13.192893218813452 ], [ 150.6, 13.9 ], [ 150.89289321881344, 14.607106781186548 ], [ 151.6, 14.9 ], [ 152.30710678118655, 14.607106781186548 ], [ 152.6, 13.9 ] ] ], [ [ [ 152.1, 14.2 ], [ 151.80710678118655, 13.492893218813451 ], [ 151.1, 13.2 ], [ 150.39289321881344, 13.492893218813451 ], [ 150.1, 14.2 ], [ 150.39289321881344, 14.907106781186547 ], [ 151.1, 15.2 ], [ 151.80710678118655, 14.907106781186547 ], [ 152.1, 14.2 ] ] ], [ [ [ 151.8, 14.9 ], [ 151.50710678118656, 14.192893218813452 ], [ 150.8, 13.9 ], [ 150.09289321881346, 14.192893218813452 ], [ 149.8, 14.9 ], [ 150.09289321881346, 15.607106781186548 ], [ 150.8, 15.9 ], [ 151.50710678118656, 15.607106781186548 ], [ 151.8, 14.9 ] ] ], [ [ [ 151.9, 15.7 ], [ 151.60710678118656, 14.992893218813451 ], [ 150.9, 14.7 ], [ 150.19289321881345, 14.992893218813451 ], [ 149.9, 15.7 ], [ 150.19289321881345, 16.407106781186545 ], [ 150.9, 16.7 ], [ 151.60710678118656, 16.407106781186545 ], [ 151.9, 15.7 ] ] ], [ [ [ 151.8, 16.8 ], [ 151.50710678118656, 16.092893218813455 ], [ 150.8, 15.8 ], [ 150.09289321881346, 16.092893218813455 ], [ 149.8, 16.8 ], [ 150.09289321881346, 17.507106781186547 ], [ 150.8, 17.8 ], [ 151.50710678118656, 17.507106781186547 ], [ 151.8, 16.8 ] ] ], [ [ [ 151.6, 17.7 ], [ 151.30710678118655, 16.992893218813453 ], [ 150.6, 16.7 ], [ 149.89289321881344, 16.992893218813453 ], [ 149.6, 17.7 ], [ 149.89289321881344, 18.407106781186545 ], [ 150.6, 18.7 ], [ 151.30710678118655, 18.407106781186545 ], [ 151.6, 17.7 ] ] ], [ [ [ 151.1, 18.3 ], [ 150.80710678118655, 17.592893218813455 ], [ 150.1, 17.3 ], [ 149.39289321881344, 17.592893218813455 ], [ 149.1, 18.3 ], [ 149.39289321881344, 19.007106781186547 ], [ 150.1, 19.3 ], [ 150.80710678118655, 19.007106781186547 ], [ 151.1, 18.3 ] ] ], [ [ [ 150.7, 18.5 ], [ 150.40710678118654, 17.792893218813454 ], [ 149.7, 17.5 ], [ 148.99289321881344, 17.792893218813454 ], [ 148.7, 18.5 ], [ 148.99289321881344, 19.207106781186546 ], [ 149.7, 19.5 ], [ 150.40710678118654, 19.207106781186546 ], [ 150.7, 18.5 ] ] ], [ [ [ 152.1, 18.7 ], [ 151.22132034355963, 16.578679656440357 ], [ 149.1, 15.7 ], [ 146.97867965644036, 16.578679656440357 ], [ 146.1, 18.7 ], [ 146.97867965644036, 20.82132034355964 ], [ 149.1, 21.7 ], [ 151.22132034355963, 20.82132034355964 ], [ 152.1, 18.7 ] ] ], [ [ [ 151.4, 19.2 ], [ 150.52132034355964, 17.078679656440357 ], [ 148.4, 16.2 ], [ 146.27867965644037, 17.078679656440357 ], [ 145.4, 19.2 ], [ 146.27867965644037, 21.32132034355964 ], [ 148.4, 22.2 ], [ 150.52132034355964, 21.32132034355964 ], [ 151.4, 19.2 ] ] ], [ [ [ 150.3, 19.8 ], [ 149.42132034355964, 17.67867965644036 ], [ 147.3, 16.8 ], [ 145.17867965644038, 17.67867965644036 ], [ 144.3, 19.8 ], [ 145.17867965644038, 21.921320343559643 ], [ 147.3, 22.8 ], [ 149.42132034355964, 21.921320343559643 ], [ 150.3, 19.8 ] ] ], [ [ [ 149.4, 19.9 ], [ 148.52132034355964, 17.778679656440357 ], [ 146.4, 16.9 ], [ 144.27867965644037, 17.778679656440357 ], [ 143.4, 19.9 ], [ 144.27867965644037, 22.02132034355964 ], [ 146.4, 22.9 ], [ 148.52132034355964, 22.02132034355964 ], [ 149.4, 19.9 ] ] ], [ [ [ 148.7, 20.3 ], [ 147.82132034355962, 18.17867965644036 ], [ 145.7, 17.3 ], [ 143.57867965644036, 18.17867965644036 ], [ 142.7, 20.3 ], [ 143.57867965644036, 22.421320343559643 ], [ 145.7, 23.3 ], [ 147.82132034355962, 22.421320343559643 ], [ 148.7, 20.3 ] ] ], [ [ [ 147.8, 21.0 ], [ 146.92132034355964, 18.878679656440358 ], [ 144.8, 18.0 ], [ 142.67867965644038, 18.878679656440358 ], [ 141.8, 21.0 ], [ 142.67867965644038, 23.121320343559642 ], [ 144.8, 24.0 ], [ 146.92132034355964, 23.121320343559642 ], [ 147.8, 21.0 ] ] ], [ [ [ 147.2, 21.6 ], [ 146.32132034355962, 19.47867965644036 ], [ 144.2, 18.6 ], [ 142.07867965644036, 19.47867965644036 ], [ 141.2, 21.6 ], [ 142.07867965644036, 23.721320343559643 ], [ 144.2, 24.6 ], [ 146.32132034355962, 23.721320343559643 ], [ 147.2, 21.6 ] ] ], [ [ [ 146.5, 22.2 ], [ 145.62132034355963, 20.078679656440357 ], [ 143.5, 19.2 ], [ 141.37867965644037, 20.078679656440357 ], [ 140.5, 22.2 ], [ 141.37867965644037, 24.32132034355964 ], [ 143.5, 25.2 ], [ 145.62132034355963, 24.32132034355964 ], [ 146.5, 22.2 ] ] ], [ [ [ 145.9, 22.9 ], [ 145.02132034355964, 20.778679656440357 ], [ 142.9, 19.9 ], [ 140.77867965644037, 20.778679656440357 ], [ 139.9, 22.9 ], [ 140.77867965644037, 25.02132034355964 ], [ 142.9, 25.9 ], [ 145.02132034355964, 25.02132034355964 ], [ 145.9, 22.9 ] ] ], [ [ [ 145.5, 23.7 ], [ 144.62132034355963, 21.578679656440357 ], [ 142.5, 20.7 ], [ 140.37867965644037, 21.578679656440357 ], [ 139.5, 23.7 ], [ 140.37867965644037, 25.82132034355964 ], [ 142.5, 26.7 ], [ 144.62132034355963, 25.82132034355964 ], [ 145.5, 23.7 ] ] ], [ [ [ 145.3, 24.6 ], [ 144.42132034355964, 22.47867965644036 ], [ 142.3, 21.6 ], [ 140.17867965644038, 22.47867965644036 ], [ 139.3, 24.6 ], [ 140.17867965644038, 26.721320343559643 ], [ 142.3, 27.6 ], [ 144.42132034355964, 26.721320343559643 ], [ 145.3, 24.6 ] ] ], [ [ [ 145.3, 25.1 ], [ 144.42132034355964, 22.97867965644036 ], [ 142.3, 22.1 ], [ 140.17867965644038, 22.97867965644036 ], [ 139.3, 25.1 ], [ 140.17867965644038, 27.221320343559643 ], [ 142.3, 28.1 ], [ 144.42132034355964, 27.221320343559643 ], [ 145.3, 25.1 ] ] ], [ [ [ 145.4, 25.5 ], [ 144.52132034355964, 23.378679656440358 ], [ 142.4, 22.5 ], [ 140.27867965644037, 23.378679656440358 ], [ 139.4, 25.5 ], [ 140.27867965644037, 27.621320343559642 ], [ 142.4, 28.5 ], [ 144.52132034355964, 27.621320343559642 ], [ 145.4, 25.5 ] ] ], [ [ [ 145.3, 25.9 ], [ 144.42132034355964, 23.778679656440357 ], [ 142.3, 22.9 ], [ 140.17867965644038, 23.778679656440357 ], [ 139.3, 25.9 ], [ 140.17867965644038, 28.02132034355964 ], [ 142.3, 28.9 ], [ 144.42132034355964, 28.02132034355964 ], [ 145.3, 25.9 ] ] ], [ [ [ 145.8, 26.7 ], [ 144.92132034355964, 24.578679656440357 ], [ 142.8, 23.7 ], [ 140.67867965644038, 24.578679656440357 ], [ 139.8, 26.7 ], [ 140.67867965644038, 28.82132034355964 ], [ 142.8, 29.7 ], [ 144.92132034355964, 28.82132034355964 ], [ 145.8, 26.7 ] ] ], [ [ [ 146.1, 27.3 ], [ 145.22132034355963, 25.17867965644036 ], [ 143.1, 24.3 ], [ 140.97867965644036, 25.17867965644036 ], [ 140.1, 27.3 ], [ 140.97867965644036, 29.421320343559643 ], [ 143.1, 30.3 ], [ 145.22132034355963, 29.421320343559643 ], [ 146.1, 27.3 ] ] ], [ [ [ 146.3, 27.9 ], [ 145.42132034355964, 25.778679656440357 ], [ 143.3, 24.9 ], [ 141.17867965644038, 25.778679656440357 ], [ 140.3, 27.9 ], [ 141.17867965644038, 30.02132034355964 ], [ 143.3, 30.9 ], [ 145.42132034355964, 30.02132034355964 ], [ 146.3, 27.9 ] ] ], [ [ [ 146.6, 28.3 ], [ 145.72132034355963, 26.17867965644036 ], [ 143.6, 25.3 ], [ 141.47867965644036, 26.17867965644036 ], [ 140.6, 28.3 ], [ 141.47867965644036, 30.421320343559643 ], [ 143.6, 31.3 ], [ 145.72132034355963, 30.421320343559643 ], [ 146.6, 28.3 ] ] ], [ [ [ 147.2, 28.9 ], [ 146.32132034355962, 26.778679656440357 ], [ 144.2, 25.9 ], [ 142.07867965644036, 26.778679656440357 ], [ 141.2, 28.9 ], [ 142.07867965644036, 31.02132034355964 ], [ 144.2, 31.9 ], [ 146.32132034355962, 31.02132034355964 ], [ 147.2, 28.9 ] ] ], [ [ [ 148.2, 30.0 ], [ 147.32132034355962, 27.878679656440358 ], [ 145.2, 27.0 ], [ 143.07867965644036, 27.878679656440358 ], [ 142.2, 30.0 ], [ 143.07867965644036, 32.121320343559645 ], [ 145.2, 33.0 ], [ 147.32132034355962, 32.121320343559645 ], [ 148.2, 30.0 ] ] ], [ [ [ 149.1, 31.0 ], [ 148.22132034355963, 28.878679656440358 ], [ 146.1, 28.0 ], [ 143.97867965644036, 28.878679656440358 ], [ 143.1, 31.0 ], [ 143.97867965644036, 33.121320343559645 ], [ 146.1, 34.0 ], [ 148.22132034355963, 33.121320343559645 ], [ 149.1, 31.0 ] ] ], [ [ [ 150.1, 31.9 ], [ 149.22132034355963, 29.778679656440357 ], [ 147.1, 28.9 ], [ 144.97867965644036, 29.778679656440357 ], [ 144.1, 31.9 ], [ 144.97867965644036, 34.021320343559644 ], [ 147.1, 34.9 ], [ 149.22132034355963, 34.021320343559644 ], [ 150.1, 31.9 ] ] ], [ [ [ 151.1, 32.9 ], [ 150.22132034355963, 30.778679656440357 ], [ 148.1, 29.9 ], [ 145.97867965644036, 30.778679656440357 ], [ 145.1, 32.9 ], [ 145.97867965644036, 35.021320343559644 ], [ 148.1, 35.9 ], [ 150.22132034355963, 35.021320343559644 ], [ 151.1, 32.9 ] ] ], [ [ [ 152.1, 33.9 ], [ 151.22132034355963, 31.778679656440357 ], [ 149.1, 30.9 ], [ 146.97867965644036, 31.778679656440357 ], [ 146.1, 33.9 ], [ 146.97867965644036, 36.021320343559644 ], [ 149.1, 36.9 ], [ 151.22132034355963, 36.021320343559644 ], [ 152.1, 33.9 ] ] ], [ [ [ 153.6, 35.1 ], [ 152.72132034355963, 32.978679656440356 ], [ 150.6, 32.1 ], [ 148.47867965644036, 32.978679656440356 ], [ 147.6, 35.1 ], [ 148.47867965644036, 37.22132034355965 ], [ 150.6, 38.1 ], [ 152.72132034355963, 37.22132034355965 ], [ 153.6, 35.1 ] ] ], [ [ [ 154.4, 36.1 ], [ 153.52132034355964, 33.978679656440356 ], [ 151.4, 33.1 ], [ 149.27867965644037, 33.978679656440356 ], [ 148.4, 36.1 ], [ 149.27867965644037, 38.22132034355965 ], [ 151.4, 39.1 ], [ 153.52132034355964, 38.22132034355965 ], [ 154.4, 36.1 ] ] ], [ [ [ 154.9, 36.5 ], [ 154.02132034355964, 34.378679656440355 ], [ 151.9, 33.5 ], [ 149.77867965644037, 34.378679656440355 ], [ 148.9, 36.5 ], [ 149.77867965644037, 38.621320343559645 ], [ 151.9, 39.5 ], [ 154.02132034355964, 38.621320343559645 ], [ 154.9, 36.5 ] ] ], [ [ [ 155.2, 37.0 ], [ 154.32132034355962, 34.878679656440355 ], [ 152.2, 34.0 ], [ 150.07867965644036, 34.878679656440355 ], [ 149.2, 37.0 ], [ 150.07867965644036, 39.121320343559645 ], [ 152.2, 40.0 ], [ 154.32132034355962, 39.121320343559645 ], [ 155.2, 37.0 ] ] ], [ [ [ 155.5, 37.8 ], [ 154.62132034355963, 35.67867965644035 ], [ 152.5, 34.8 ], [ 150.37867965644037, 35.67867965644035 ], [ 149.5, 37.8 ], [ 150.37867965644037, 39.92132034355964 ], [ 152.5, 40.8 ], [ 154.62132034355963, 39.92132034355964 ], [ 155.5, 37.8 ] ] ], [ [ [ 156.2, 39.1 ], [ 155.32132034355962, 36.978679656440356 ], [ 153.2, 36.1 ], [ 151.07867965644036, 36.978679656440356 ], [ 150.2, 39.1 ], [ 151.07867965644036, 41.22132034355965 ], [ 153.2, 42.1 ], [ 155.32132034355962, 41.22132034355965 ], [ 156.2, 39.1 ] ] ], [ [ [ 156.9, 40.5 ], [ 156.02132034355964, 38.378679656440355 ], [ 153.9, 37.5 ], [ 151.77867965644037, 38.378679656440355 ], [ 150.9, 40.5 ], [ 151.77867965644037, 42.621320343559645 ], [ 153.9, 43.5 ], [ 156.02132034355964, 42.621320343559645 ], [ 156.9, 40.5 ] ] ], [ [ [ 158.1, 42.3 ], [ 157.22132034355963, 40.17867965644035 ], [ 155.1, 39.3 ], [ 152.97867965644036, 40.17867965644035 ], [ 152.1, 42.3 ], [ 152.97867965644036, 44.42132034355964 ], [ 155.1, 45.3 ], [ 157.22132034355963, 44.42132034355964 ], [ 158.1, 42.3 ] ] ], [ [ [ 158.0, 43.0 ], [ 157.12132034355963, 40.878679656440355 ], [ 155.0, 40.0 ], [ 152.87867965644037, 40.878679656440355 ], [ 152.0, 43.0 ], [ 152.87867965644037, 45.121320343559645 ], [ 155.0, 46.0 ], [ 157.12132034355963, 45.121320343559645 ], [ 158.0, 43.0 ] ] ], [ [ [ 157.4, 42.6 ], [ 156.52132034355964, 40.478679656440356 ], [ 154.4, 39.6 ], [ 152.27867965644037, 40.478679656440356 ], [ 151.4, 42.6 ], [ 152.27867965644037, 44.72132034355965 ], [ 154.4, 45.6 ], [ 156.52132034355964, 44.72132034355965 ], [ 157.4, 42.6 ] ] ], [ [ [ 157.7, 41.4 ], [ 156.82132034355962, 39.27867965644035 ], [ 154.7, 38.4 ], [ 152.57867965644036, 39.27867965644035 ], [ 151.7, 41.4 ], [ 152.57867965644036, 43.521320343559644 ], [ 154.7, 44.4 ], [ 156.82132034355962, 43.521320343559644 ], [ 157.7, 41.4 ] ] ], [ [ [ 158.8, 40.3 ], [ 157.92132034355964, 38.17867965644035 ], [ 155.8, 37.3 ], [ 153.67867965644038, 38.17867965644035 ], [ 152.8, 40.3 ], [ 153.67867965644038, 42.42132034355964 ], [ 155.8, 43.3 ], [ 157.92132034355964, 42.42132034355964 ], [ 158.8, 40.3 ] ] ], [ [ [ 160.2, 39.6 ], [ 159.32132034355962, 37.478679656440356 ], [ 157.2, 36.6 ], [ 155.07867965644036, 37.478679656440356 ], [ 154.2, 39.6 ], [ 155.07867965644036, 41.72132034355965 ], [ 157.2, 42.6 ], [ 159.32132034355962, 41.72132034355965 ], [ 160.2, 39.6 ] ] ], [ [ [ 161.8, 39.4 ], [ 160.92132034355964, 37.27867965644035 ], [ 158.8, 36.4 ], [ 156.67867965644038, 37.27867965644035 ], [ 155.8, 39.4 ], [ 156.67867965644038, 41.521320343559644 ], [ 158.8, 42.4 ], [ 160.92132034355964, 41.521320343559644 ], [ 161.8, 39.4 ] ] ], [ [ [ 163.8, 39.6 ], [ 162.92132034355964, 37.478679656440356 ], [ 160.8, 36.6 ], [ 158.67867965644038, 37.478679656440356 ], [ 157.8, 39.6 ], [ 158.67867965644038, 41.72132034355965 ], [ 160.8, 42.6 ], [ 162.92132034355964, 41.72132034355965 ], [ 163.8, 39.6 ] ] ], [ [ [ 165.3, 39.9 ], [ 164.42132034355964, 37.77867965644035 ], [ 162.3, 36.9 ], [ 160.17867965644038, 37.77867965644035 ], [ 159.3, 39.9 ], [ 160.17867965644038, 42.021320343559644 ], [ 162.3, 42.9 ], [ 164.42132034355964, 42.021320343559644 ], [ 165.3, 39.9 ] ] ], [ [ [ 167.2, 40.9 ], [ 166.32132034355962, 38.77867965644035 ], [ 164.2, 37.9 ], [ 162.07867965644036, 38.77867965644035 ], [ 161.2, 40.9 ], [ 162.07867965644036, 43.021320343559644 ], [ 164.2, 43.9 ], [ 166.32132034355962, 43.021320343559644 ], [ 167.2, 40.9 ] ] ], [ [ [ 168.4, 41.7 ], [ 167.52132034355964, 39.57867965644036 ], [ 165.4, 38.7 ], [ 163.27867965644037, 39.57867965644036 ], [ 162.4, 41.7 ], [ 163.27867965644037, 43.82132034355965 ], [ 165.4, 44.7 ], [ 167.52132034355964, 43.82132034355965 ], [ 168.4, 41.7 ] ] ], [ [ [ 169.8, 42.4 ], [ 168.92132034355964, 40.27867965644035 ], [ 166.8, 39.4 ], [ 164.67867965644038, 40.27867965644035 ], [ 163.8, 42.4 ], [ 164.67867965644038, 44.521320343559644 ], [ 166.8, 45.4 ], [ 168.92132034355964, 44.521320343559644 ], [ 169.8, 42.4 ] ] ], [ [ [ 171.1, 43.0 ], [ 170.22132034355963, 40.878679656440355 ], [ 168.1, 40.0 ], [ 165.97867965644036, 40.878679656440355 ], [ 165.1, 43.0 ], [ 165.97867965644036, 45.121320343559645 ], [ 168.1, 46.0 ], [ 170.22132034355963, 45.121320343559645 ], [ 171.1, 43.0 ] ] ], [ [ [ 172.6, 43.4 ], [ 171.72132034355963, 41.27867965644035 ], [ 169.6, 40.4 ], [ 167.47867965644036, 41.27867965644035 ], [ 166.6, 43.4 ], [ 167.47867965644036, 45.521320343559644 ], [ 169.6, 46.4 ], [ 171.72132034355963, 45.521320343559644 ], [ 172.6, 43.4 ] ] ], [ [ [ 174.3, 43.7 ], [ 173.42132034355964, 41.57867965644036 ], [ 171.3, 40.7 ], [ 169.17867965644038, 41.57867965644036 ], [ 168.3, 43.7 ], [ 169.17867965644038, 45.82132034355965 ], [ 171.3, 46.7 ], [ 173.42132034355964, 45.82132034355965 ], [ 174.3, 43.7 ] ] ], [ [ [ 177.0, 44.4 ], [ 176.12132034355963, 42.27867965644035 ], [ 174.0, 41.4 ], [ 171.87867965644037, 42.27867965644035 ], [ 171.0, 44.4 ], [ 171.87867965644037, 46.521320343559644 ], [ 174.0, 47.4 ], [ 176.12132034355963, 46.521320343559644 ], [ 177.0, 44.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z", "2015-09-15T21:00:00Z", "2015-09-16T03:00:00Z", "2015-09-16T09:00:00Z", "2015-09-16T15:00:00Z", "2015-09-16T21:00:00Z", "2015-09-17T03:00:00Z", "2015-09-17T09:00:00Z", "2015-09-17T15:00:00Z", "2015-09-17T21:00:00Z", "2015-09-18T03:00:00Z", "2015-09-18T09:00:00Z", "2015-09-18T15:00:00Z", "2015-09-18T18:00:00Z", "2015-09-18T21:00:00Z", "2015-09-19T00:00:00Z", "2015-09-19T03:00:00Z", "2015-09-19T06:00:00Z", "2015-09-19T09:00:00Z", "2015-09-19T12:00:00Z", "2015-09-19T15:00:00Z", "2015-09-19T21:00:00Z", "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 996.0, 990.0, 985.0, 980.0, 970.0, 965.0, 960.0, 945.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 955.0, 960.0, 965.0, 965.0, 965.0, 970.0, 975.0, 985.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 988.0, 988.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 994.0, 994.0, 994.0, 994.0, 996.0, 996.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 55.0, 60.0, 65.0, 70.0, 75.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 75.0, 70.0, 70.0, 70.0, 70.0, 65.0, 60.0, 50.0, 45.0, 40.0, 40.0, 45.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201520号 (KROVANH)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z", "2015-09-15T21:00:00Z", "2015-09-16T03:00:00Z", "2015-09-16T09:00:00Z", "2015-09-16T15:00:00Z", "2015-09-16T21:00:00Z", "2015-09-17T03:00:00Z", "2015-09-17T09:00:00Z", "2015-09-17T15:00:00Z", "2015-09-17T21:00:00Z", "2015-09-18T03:00:00Z", "2015-09-18T09:00:00Z", "2015-09-18T15:00:00Z", "2015-09-18T18:00:00Z", "2015-09-18T21:00:00Z", "2015-09-19T00:00:00Z", "2015-09-19T03:00:00Z", "2015-09-19T06:00:00Z", "2015-09-19T09:00:00Z", "2015-09-19T12:00:00Z", "2015-09-19T15:00:00Z", "2015-09-19T21:00:00Z", "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 152.6, 13.9 ], [ 152.30710678118655, 13.192893218813452 ], [ 151.6, 12.9 ], [ 150.89289321881344, 13.192893218813452 ], [ 150.6, 13.9 ], [ 150.89289321881344, 14.607106781186548 ], [ 151.6, 14.9 ], [ 152.30710678118655, 14.607106781186548 ], [ 152.6, 13.9 ] ] ], [ [ [ 152.1, 14.2 ], [ 151.80710678118655, 13.492893218813451 ], [ 151.1, 13.2 ], [ 150.39289321881344, 13.492893218813451 ], [ 150.1, 14.2 ], [ 150.39289321881344, 14.907106781186547 ], [ 151.1, 15.2 ], [ 151.80710678118655, 14.907106781186547 ], [ 152.1, 14.2 ] ] ], [ [ [ 151.8, 14.9 ], [ 151.50710678118656, 14.192893218813452 ], [ 150.8, 13.9 ], [ 150.09289321881346, 14.192893218813452 ], [ 149.8, 14.9 ], [ 150.09289321881346, 15.607106781186548 ], [ 150.8, 15.9 ], [ 151.50710678118656, 15.607106781186548 ], [ 151.8, 14.9 ] ] ], [ [ [ 151.9, 15.7 ], [ 151.60710678118656, 14.992893218813451 ], [ 150.9, 14.7 ], [ 150.19289321881345, 14.992893218813451 ], [ 149.9, 15.7 ], [ 150.19289321881345, 16.407106781186545 ], [ 150.9, 16.7 ], [ 151.60710678118656, 16.407106781186545 ], [ 151.9, 15.7 ] ] ], [ [ [ 151.8, 16.8 ], [ 151.50710678118656, 16.092893218813455 ], [ 150.8, 15.8 ], [ 150.09289321881346, 16.092893218813455 ], [ 149.8, 16.8 ], [ 150.09289321881346, 17.507106781186547 ], [ 150.8, 17.8 ], [ 151.50710678118656, 17.507106781186547 ], [ 151.8, 16.8 ] ] ], [ [ [ 151.6, 17.7 ], [ 151.30710678118655, 16.992893218813453 ], [ 150.6, 16.7 ], [ 149.89289321881344, 16.992893218813453 ], [ 149.6, 17.7 ], [ 149.89289321881344, 18.407106781186545 ], [ 150.6, 18.7 ], [ 151.30710678118655, 18.407106781186545 ], [ 151.6, 17.7 ] ] ], [ [ [ 151.1, 18.3 ], [ 150.80710678118655, 17.592893218813455 ], [ 150.1, 17.3 ], [ 149.39289321881344, 17.592893218813455 ], [ 149.1, 18.3 ], [ 149.39289321881344, 19.007106781186547 ], [ 150.1, 19.3 ], [ 150.80710678118655, 19.007106781186547 ], [ 151.1, 18.3 ] ] ], [ [ [ 150.7, 18.5 ], [ 150.40710678118654, 17.792893218813454 ], [ 149.7, 17.5 ], [ 148.99289321881344, 17.792893218813454 ], [ 148.7, 18.5 ], [ 148.99289321881344, 19.207106781186546 ], [ 149.7, 19.5 ], [ 150.40710678118654, 19.207106781186546 ], [ 150.7, 18.5 ] ] ], [ [ [ 152.1, 18.7 ], [ 151.22132034355963, 16.578679656440357 ], [ 149.1, 15.7 ], [ 146.97867965644036, 16.578679656440357 ], [ 146.1, 18.7 ], [ 146.97867965644036, 20.82132034355964 ], [ 149.1, 21.7 ], [ 151.22132034355963, 20.82132034355964 ], [ 152.1, 18.7 ] ] ], [ [ [ 151.4, 19.2 ], [ 150.52132034355964, 17.078679656440357 ], [ 148.4, 16.2 ], [ 146.27867965644037, 17.078679656440357 ], [ 145.4, 19.2 ], [ 146.27867965644037, 21.32132034355964 ], [ 148.4, 22.2 ], [ 150.52132034355964, 21.32132034355964 ], [ 151.4, 19.2 ] ] ], [ [ [ 150.3, 19.8 ], [ 149.42132034355964, 17.67867965644036 ], [ 147.3, 16.8 ], [ 145.17867965644038, 17.67867965644036 ], [ 144.3, 19.8 ], [ 145.17867965644038, 21.921320343559643 ], [ 147.3, 22.8 ], [ 149.42132034355964, 21.921320343559643 ], [ 150.3, 19.8 ] ] ], [ [ [ 149.4, 19.9 ], [ 148.52132034355964, 17.778679656440357 ], [ 146.4, 16.9 ], [ 144.27867965644037, 17.778679656440357 ], [ 143.4, 19.9 ], [ 144.27867965644037, 22.02132034355964 ], [ 146.4, 22.9 ], [ 148.52132034355964, 22.02132034355964 ], [ 149.4, 19.9 ] ] ], [ [ [ 148.7, 20.3 ], [ 147.82132034355962, 18.17867965644036 ], [ 145.7, 17.3 ], [ 143.57867965644036, 18.17867965644036 ], [ 142.7, 20.3 ], [ 143.57867965644036, 22.421320343559643 ], [ 145.7, 23.3 ], [ 147.82132034355962, 22.421320343559643 ], [ 148.7, 20.3 ] ] ], [ [ [ 147.8, 21.0 ], [ 146.92132034355964, 18.878679656440358 ], [ 144.8, 18.0 ], [ 142.67867965644038, 18.878679656440358 ], [ 141.8, 21.0 ], [ 142.67867965644038, 23.121320343559642 ], [ 144.8, 24.0 ], [ 146.92132034355964, 23.121320343559642 ], [ 147.8, 21.0 ] ] ], [ [ [ 147.2, 21.6 ], [ 146.32132034355962, 19.47867965644036 ], [ 144.2, 18.6 ], [ 142.07867965644036, 19.47867965644036 ], [ 141.2, 21.6 ], [ 142.07867965644036, 23.721320343559643 ], [ 144.2, 24.6 ], [ 146.32132034355962, 23.721320343559643 ], [ 147.2, 21.6 ] ] ], [ [ [ 146.5, 22.2 ], [ 145.62132034355963, 20.078679656440357 ], [ 143.5, 19.2 ], [ 141.37867965644037, 20.078679656440357 ], [ 140.5, 22.2 ], [ 141.37867965644037, 24.32132034355964 ], [ 143.5, 25.2 ], [ 145.62132034355963, 24.32132034355964 ], [ 146.5, 22.2 ] ] ], [ [ [ 145.9, 22.9 ], [ 145.02132034355964, 20.778679656440357 ], [ 142.9, 19.9 ], [ 140.77867965644037, 20.778679656440357 ], [ 139.9, 22.9 ], [ 140.77867965644037, 25.02132034355964 ], [ 142.9, 25.9 ], [ 145.02132034355964, 25.02132034355964 ], [ 145.9, 22.9 ] ] ], [ [ [ 145.5, 23.7 ], [ 144.62132034355963, 21.578679656440357 ], [ 142.5, 20.7 ], [ 140.37867965644037, 21.578679656440357 ], [ 139.5, 23.7 ], [ 140.37867965644037, 25.82132034355964 ], [ 142.5, 26.7 ], [ 144.62132034355963, 25.82132034355964 ], [ 145.5, 23.7 ] ] ], [ [ [ 145.3, 24.6 ], [ 144.42132034355964, 22.47867965644036 ], [ 142.3, 21.6 ], [ 140.17867965644038, 22.47867965644036 ], [ 139.3, 24.6 ], [ 140.17867965644038, 26.721320343559643 ], [ 142.3, 27.6 ], [ 144.42132034355964, 26.721320343559643 ], [ 145.3, 24.6 ] ] ], [ [ [ 145.3, 25.1 ], [ 144.42132034355964, 22.97867965644036 ], [ 142.3, 22.1 ], [ 140.17867965644038, 22.97867965644036 ], [ 139.3, 25.1 ], [ 140.17867965644038, 27.221320343559643 ], [ 142.3, 28.1 ], [ 144.42132034355964, 27.221320343559643 ], [ 145.3, 25.1 ] ] ], [ [ [ 145.4, 25.5 ], [ 144.52132034355964, 23.378679656440358 ], [ 142.4, 22.5 ], [ 140.27867965644037, 23.378679656440358 ], [ 139.4, 25.5 ], [ 140.27867965644037, 27.621320343559642 ], [ 142.4, 28.5 ], [ 144.52132034355964, 27.621320343559642 ], [ 145.4, 25.5 ] ] ], [ [ [ 145.3, 25.9 ], [ 144.42132034355964, 23.778679656440357 ], [ 142.3, 22.9 ], [ 140.17867965644038, 23.778679656440357 ], [ 139.3, 25.9 ], [ 140.17867965644038, 28.02132034355964 ], [ 142.3, 28.9 ], [ 144.42132034355964, 28.02132034355964 ], [ 145.3, 25.9 ] ] ], [ [ [ 145.8, 26.7 ], [ 144.92132034355964, 24.578679656440357 ], [ 142.8, 23.7 ], [ 140.67867965644038, 24.578679656440357 ], [ 139.8, 26.7 ], [ 140.67867965644038, 28.82132034355964 ], [ 142.8, 29.7 ], [ 144.92132034355964, 28.82132034355964 ], [ 145.8, 26.7 ] ] ], [ [ [ 146.1, 27.3 ], [ 145.22132034355963, 25.17867965644036 ], [ 143.1, 24.3 ], [ 140.97867965644036, 25.17867965644036 ], [ 140.1, 27.3 ], [ 140.97867965644036, 29.421320343559643 ], [ 143.1, 30.3 ], [ 145.22132034355963, 29.421320343559643 ], [ 146.1, 27.3 ] ] ], [ [ [ 146.3, 27.9 ], [ 145.42132034355964, 25.778679656440357 ], [ 143.3, 24.9 ], [ 141.17867965644038, 25.778679656440357 ], [ 140.3, 27.9 ], [ 141.17867965644038, 30.02132034355964 ], [ 143.3, 30.9 ], [ 145.42132034355964, 30.02132034355964 ], [ 146.3, 27.9 ] ] ], [ [ [ 146.6, 28.3 ], [ 145.72132034355963, 26.17867965644036 ], [ 143.6, 25.3 ], [ 141.47867965644036, 26.17867965644036 ], [ 140.6, 28.3 ], [ 141.47867965644036, 30.421320343559643 ], [ 143.6, 31.3 ], [ 145.72132034355963, 30.421320343559643 ], [ 146.6, 28.3 ] ] ], [ [ [ 147.2, 28.9 ], [ 146.32132034355962, 26.778679656440357 ], [ 144.2, 25.9 ], [ 142.07867965644036, 26.778679656440357 ], [ 141.2, 28.9 ], [ 142.07867965644036, 31.02132034355964 ], [ 144.2, 31.9 ], [ 146.32132034355962, 31.02132034355964 ], [ 147.2, 28.9 ] ] ], [ [ [ 148.2, 30.0 ], [ 147.32132034355962, 27.878679656440358 ], [ 145.2, 27.0 ], [ 143.07867965644036, 27.878679656440358 ], [ 142.2, 30.0 ], [ 143.07867965644036, 32.121320343559645 ], [ 145.2, 33.0 ], [ 147.32132034355962, 32.121320343559645 ], [ 148.2, 30.0 ] ] ], [ [ [ 149.1, 31.0 ], [ 148.22132034355963, 28.878679656440358 ], [ 146.1, 28.0 ], [ 143.97867965644036, 28.878679656440358 ], [ 143.1, 31.0 ], [ 143.97867965644036, 33.121320343559645 ], [ 146.1, 34.0 ], [ 148.22132034355963, 33.121320343559645 ], [ 149.1, 31.0 ] ] ], [ [ [ 150.1, 31.9 ], [ 149.22132034355963, 29.778679656440357 ], [ 147.1, 28.9 ], [ 144.97867965644036, 29.778679656440357 ], [ 144.1, 31.9 ], [ 144.97867965644036, 34.021320343559644 ], [ 147.1, 34.9 ], [ 149.22132034355963, 34.021320343559644 ], [ 150.1, 31.9 ] ] ], [ [ [ 151.1, 32.9 ], [ 150.22132034355963, 30.778679656440357 ], [ 148.1, 29.9 ], [ 145.97867965644036, 30.778679656440357 ], [ 145.1, 32.9 ], [ 145.97867965644036, 35.021320343559644 ], [ 148.1, 35.9 ], [ 150.22132034355963, 35.021320343559644 ], [ 151.1, 32.9 ] ] ], [ [ [ 152.1, 33.9 ], [ 151.22132034355963, 31.778679656440357 ], [ 149.1, 30.9 ], [ 146.97867965644036, 31.778679656440357 ], [ 146.1, 33.9 ], [ 146.97867965644036, 36.021320343559644 ], [ 149.1, 36.9 ], [ 151.22132034355963, 36.021320343559644 ], [ 152.1, 33.9 ] ] ], [ [ [ 153.6, 35.1 ], [ 152.72132034355963, 32.978679656440356 ], [ 150.6, 32.1 ], [ 148.47867965644036, 32.978679656440356 ], [ 147.6, 35.1 ], [ 148.47867965644036, 37.22132034355965 ], [ 150.6, 38.1 ], [ 152.72132034355963, 37.22132034355965 ], [ 153.6, 35.1 ] ] ], [ [ [ 154.4, 36.1 ], [ 153.52132034355964, 33.978679656440356 ], [ 151.4, 33.1 ], [ 149.27867965644037, 33.978679656440356 ], [ 148.4, 36.1 ], [ 149.27867965644037, 38.22132034355965 ], [ 151.4, 39.1 ], [ 153.52132034355964, 38.22132034355965 ], [ 154.4, 36.1 ] ] ], [ [ [ 154.9, 36.5 ], [ 154.02132034355964, 34.378679656440355 ], [ 151.9, 33.5 ], [ 149.77867965644037, 34.378679656440355 ], [ 148.9, 36.5 ], [ 149.77867965644037, 38.621320343559645 ], [ 151.9, 39.5 ], [ 154.02132034355964, 38.621320343559645 ], [ 154.9, 36.5 ] ] ], [ [ [ 155.2, 37.0 ], [ 154.32132034355962, 34.878679656440355 ], [ 152.2, 34.0 ], [ 150.07867965644036, 34.878679656440355 ], [ 149.2, 37.0 ], [ 150.07867965644036, 39.121320343559645 ], [ 152.2, 40.0 ], [ 154.32132034355962, 39.121320343559645 ], [ 155.2, 37.0 ] ] ], [ [ [ 155.5, 37.8 ], [ 154.62132034355963, 35.67867965644035 ], [ 152.5, 34.8 ], [ 150.37867965644037, 35.67867965644035 ], [ 149.5, 37.8 ], [ 150.37867965644037, 39.92132034355964 ], [ 152.5, 40.8 ], [ 154.62132034355963, 39.92132034355964 ], [ 155.5, 37.8 ] ] ], [ [ [ 156.2, 39.1 ], [ 155.32132034355962, 36.978679656440356 ], [ 153.2, 36.1 ], [ 151.07867965644036, 36.978679656440356 ], [ 150.2, 39.1 ], [ 151.07867965644036, 41.22132034355965 ], [ 153.2, 42.1 ], [ 155.32132034355962, 41.22132034355965 ], [ 156.2, 39.1 ] ] ], [ [ [ 156.9, 40.5 ], [ 156.02132034355964, 38.378679656440355 ], [ 153.9, 37.5 ], [ 151.77867965644037, 38.378679656440355 ], [ 150.9, 40.5 ], [ 151.77867965644037, 42.621320343559645 ], [ 153.9, 43.5 ], [ 156.02132034355964, 42.621320343559645 ], [ 156.9, 40.5 ] ] ], [ [ [ 158.1, 42.3 ], [ 157.22132034355963, 40.17867965644035 ], [ 155.1, 39.3 ], [ 152.97867965644036, 40.17867965644035 ], [ 152.1, 42.3 ], [ 152.97867965644036, 44.42132034355964 ], [ 155.1, 45.3 ], [ 157.22132034355963, 44.42132034355964 ], [ 158.1, 42.3 ] ] ], [ [ [ 158.0, 43.0 ], [ 157.12132034355963, 40.878679656440355 ], [ 155.0, 40.0 ], [ 152.87867965644037, 40.878679656440355 ], [ 152.0, 43.0 ], [ 152.87867965644037, 45.121320343559645 ], [ 155.0, 46.0 ], [ 157.12132034355963, 45.121320343559645 ], [ 158.0, 43.0 ] ] ], [ [ [ 157.4, 42.6 ], [ 156.52132034355964, 40.478679656440356 ], [ 154.4, 39.6 ], [ 152.27867965644037, 40.478679656440356 ], [ 151.4, 42.6 ], [ 152.27867965644037, 44.72132034355965 ], [ 154.4, 45.6 ], [ 156.52132034355964, 44.72132034355965 ], [ 157.4, 42.6 ] ] ], [ [ [ 157.7, 41.4 ], [ 156.82132034355962, 39.27867965644035 ], [ 154.7, 38.4 ], [ 152.57867965644036, 39.27867965644035 ], [ 151.7, 41.4 ], [ 152.57867965644036, 43.521320343559644 ], [ 154.7, 44.4 ], [ 156.82132034355962, 43.521320343559644 ], [ 157.7, 41.4 ] ] ], [ [ [ 158.8, 40.3 ], [ 157.92132034355964, 38.17867965644035 ], [ 155.8, 37.3 ], [ 153.67867965644038, 38.17867965644035 ], [ 152.8, 40.3 ], [ 153.67867965644038, 42.42132034355964 ], [ 155.8, 43.3 ], [ 157.92132034355964, 42.42132034355964 ], [ 158.8, 40.3 ] ] ], [ [ [ 160.2, 39.6 ], [ 159.32132034355962, 37.478679656440356 ], [ 157.2, 36.6 ], [ 155.07867965644036, 37.478679656440356 ], [ 154.2, 39.6 ], [ 155.07867965644036, 41.72132034355965 ], [ 157.2, 42.6 ], [ 159.32132034355962, 41.72132034355965 ], [ 160.2, 39.6 ] ] ], [ [ [ 161.8, 39.4 ], [ 160.92132034355964, 37.27867965644035 ], [ 158.8, 36.4 ], [ 156.67867965644038, 37.27867965644035 ], [ 155.8, 39.4 ], [ 156.67867965644038, 41.521320343559644 ], [ 158.8, 42.4 ], [ 160.92132034355964, 41.521320343559644 ], [ 161.8, 39.4 ] ] ], [ [ [ 163.8, 39.6 ], [ 162.92132034355964, 37.478679656440356 ], [ 160.8, 36.6 ], [ 158.67867965644038, 37.478679656440356 ], [ 157.8, 39.6 ], [ 158.67867965644038, 41.72132034355965 ], [ 160.8, 42.6 ], [ 162.92132034355964, 41.72132034355965 ], [ 163.8, 39.6 ] ] ], [ [ [ 165.3, 39.9 ], [ 164.42132034355964, 37.77867965644035 ], [ 162.3, 36.9 ], [ 160.17867965644038, 37.77867965644035 ], [ 159.3, 39.9 ], [ 160.17867965644038, 42.021320343559644 ], [ 162.3, 42.9 ], [ 164.42132034355964, 42.021320343559644 ], [ 165.3, 39.9 ] ] ], [ [ [ 167.2, 40.9 ], [ 166.32132034355962, 38.77867965644035 ], [ 164.2, 37.9 ], [ 162.07867965644036, 38.77867965644035 ], [ 161.2, 40.9 ], [ 162.07867965644036, 43.021320343559644 ], [ 164.2, 43.9 ], [ 166.32132034355962, 43.021320343559644 ], [ 167.2, 40.9 ] ] ], [ [ [ 168.4, 41.7 ], [ 167.52132034355964, 39.57867965644036 ], [ 165.4, 38.7 ], [ 163.27867965644037, 39.57867965644036 ], [ 162.4, 41.7 ], [ 163.27867965644037, 43.82132034355965 ], [ 165.4, 44.7 ], [ 167.52132034355964, 43.82132034355965 ], [ 168.4, 41.7 ] ] ], [ [ [ 169.8, 42.4 ], [ 168.92132034355964, 40.27867965644035 ], [ 166.8, 39.4 ], [ 164.67867965644038, 40.27867965644035 ], [ 163.8, 42.4 ], [ 164.67867965644038, 44.521320343559644 ], [ 166.8, 45.4 ], [ 168.92132034355964, 44.521320343559644 ], [ 169.8, 42.4 ] ] ], [ [ [ 171.1, 43.0 ], [ 170.22132034355963, 40.878679656440355 ], [ 168.1, 40.0 ], [ 165.97867965644036, 40.878679656440355 ], [ 165.1, 43.0 ], [ 165.97867965644036, 45.121320343559645 ], [ 168.1, 46.0 ], [ 170.22132034355963, 45.121320343559645 ], [ 171.1, 43.0 ] ] ], [ [ [ 172.6, 43.4 ], [ 171.72132034355963, 41.27867965644035 ], [ 169.6, 40.4 ], [ 167.47867965644036, 41.27867965644035 ], [ 166.6, 43.4 ], [ 167.47867965644036, 45.521320343559644 ], [ 169.6, 46.4 ], [ 171.72132034355963, 45.521320343559644 ], [ 172.6, 43.4 ] ] ], [ [ [ 174.3, 43.7 ], [ 173.42132034355964, 41.57867965644036 ], [ 171.3, 40.7 ], [ 169.17867965644038, 41.57867965644036 ], [ 168.3, 43.7 ], [ 169.17867965644038, 45.82132034355965 ], [ 171.3, 46.7 ], [ 173.42132034355964, 45.82132034355965 ], [ 174.3, 43.7 ] ] ], [ [ [ 177.0, 44.4 ], [ 176.12132034355963, 42.27867965644035 ], [ 174.0, 41.4 ], [ 171.87867965644037, 42.27867965644035 ], [ 171.0, 44.4 ], [ 171.87867965644037, 46.521320343559644 ], [ 174.0, 47.4 ], [ 176.12132034355963, 46.521320343559644 ], [ 177.0, 44.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-09-14T03:00:00Z", "2015-09-14T09:00:00Z", "2015-09-14T15:00:00Z", "2015-09-14T21:00:00Z", "2015-09-15T03:00:00Z", "2015-09-15T09:00:00Z", "2015-09-15T15:00:00Z", "2015-09-15T21:00:00Z", "2015-09-16T03:00:00Z", "2015-09-16T09:00:00Z", "2015-09-16T15:00:00Z", "2015-09-16T21:00:00Z", "2015-09-17T03:00:00Z", "2015-09-17T09:00:00Z", "2015-09-17T15:00:00Z", "2015-09-17T21:00:00Z", "2015-09-18T03:00:00Z", "2015-09-18T09:00:00Z", "2015-09-18T15:00:00Z", "2015-09-18T18:00:00Z", "2015-09-18T21:00:00Z", "2015-09-19T00:00:00Z", "2015-09-19T03:00:00Z", "2015-09-19T06:00:00Z", "2015-09-19T09:00:00Z", "2015-09-19T12:00:00Z", "2015-09-19T15:00:00Z", "2015-09-19T21:00:00Z", "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 996.0, 990.0, 985.0, 980.0, 970.0, 965.0, 960.0, 945.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 955.0, 960.0, 965.0, 965.0, 965.0, 970.0, 975.0, 985.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 990.0, 988.0, 988.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 992.0, 994.0, 994.0, 994.0, 994.0, 996.0, 996.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 55.0, 60.0, 65.0, 70.0, 75.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 75.0, 70.0, 70.0, 70.0, 70.0, 65.0, 60.0, 50.0, 45.0, 40.0, 40.0, 45.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201521_DUJUAN_feature.json b/samples/Typhoon201521_DUJUAN_feature.json
index a8e70b3..3ac4aed 100644
--- a/samples/Typhoon201521_DUJUAN_feature.json
+++ b/samples/Typhoon201521_DUJUAN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201521号 (DUJUAN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z", "2015-09-26T21:00:00Z", "2015-09-27T03:00:00Z", "2015-09-27T09:00:00Z", "2015-09-27T12:00:00Z", "2015-09-27T15:00:00Z", "2015-09-27T18:00:00Z", "2015-09-27T21:00:00Z", "2015-09-28T00:00:00Z", "2015-09-28T03:00:00Z", "2015-09-28T06:00:00Z", "2015-09-28T09:00:00Z", "2015-09-28T12:00:00Z", "2015-09-28T15:00:00Z", "2015-09-28T18:00:00Z", "2015-09-28T21:00:00Z", "2015-09-29T03:00:00Z", "2015-09-29T09:00:00Z", "2015-09-29T15:00:00Z", "2015-09-29T21:00:00Z", "2015-09-30T03:00:00Z", "2015-09-30T09:00:00Z", "2015-09-30T15:00:00Z" ],
- "coordinates" : [ [ [ [ 149.1, 13.5 ], [ 148.80710678118655, 12.792893218813452 ], [ 148.1, 12.5 ], [ 147.39289321881344, 12.792893218813452 ], [ 147.1, 13.5 ], [ 147.39289321881344, 14.207106781186548 ], [ 148.1, 14.5 ], [ 148.80710678118655, 14.207106781186548 ], [ 149.1, 13.5 ] ] ], [ [ [ 149.0, 13.8 ], [ 148.70710678118655, 13.092893218813453 ], [ 148.0, 12.8 ], [ 147.29289321881345, 13.092893218813453 ], [ 147.0, 13.8 ], [ 147.29289321881345, 14.507106781186549 ], [ 148.0, 14.8 ], [ 148.70710678118655, 14.507106781186549 ], [ 149.0, 13.8 ] ] ], [ [ [ 150.3, 14.4 ], [ 149.42132034355964, 12.278679656440358 ], [ 147.3, 11.4 ], [ 145.17867965644038, 12.278679656440357 ], [ 144.3, 14.4 ], [ 145.17867965644038, 16.521320343559644 ], [ 147.3, 17.4 ], [ 149.42132034355964, 16.521320343559644 ], [ 150.3, 14.4 ] ] ], [ [ [ 147.3, 14.7 ], [ 147.00710678118656, 13.992893218813451 ], [ 146.3, 13.7 ], [ 145.59289321881346, 13.992893218813451 ], [ 145.3, 14.7 ], [ 145.59289321881346, 15.407106781186547 ], [ 146.3, 15.7 ], [ 147.00710678118656, 15.407106781186547 ], [ 147.3, 14.7 ] ] ], [ [ [ 148.5, 15.0 ], [ 147.62132034355963, 12.878679656440358 ], [ 145.5, 12.0 ], [ 143.37867965644037, 12.878679656440358 ], [ 142.5, 15.0 ], [ 143.37867965644037, 17.121320343559642 ], [ 145.5, 18.0 ], [ 147.62132034355963, 17.121320343559642 ], [ 148.5, 15.0 ] ] ], [ [ [ 147.7, 15.1 ], [ 146.82132034355962, 12.978679656440358 ], [ 144.7, 12.1 ], [ 142.57867965644036, 12.978679656440356 ], [ 141.7, 15.1 ], [ 142.57867965644036, 17.221320343559643 ], [ 144.7, 18.1 ], [ 146.82132034355962, 17.221320343559643 ], [ 147.7, 15.1 ] ] ], [ [ [ 144.2, 15.4 ], [ 143.90710678118654, 14.692893218813452 ], [ 143.2, 14.4 ], [ 142.49289321881344, 14.692893218813452 ], [ 142.2, 15.4 ], [ 142.49289321881344, 16.10710678118655 ], [ 143.2, 16.4 ], [ 143.90710678118654, 16.10710678118655 ], [ 144.2, 15.4 ] ] ], [ [ [ 142.5, 15.2 ], [ 142.20710678118655, 14.492893218813451 ], [ 141.5, 14.2 ], [ 140.79289321881345, 14.492893218813451 ], [ 140.5, 15.2 ], [ 140.79289321881345, 15.907106781186547 ], [ 141.5, 16.2 ], [ 142.20710678118655, 15.907106781186547 ], [ 142.5, 15.2 ] ] ], [ [ [ 141.2, 15.6 ], [ 140.90710678118654, 14.892893218813452 ], [ 140.2, 14.6 ], [ 139.49289321881344, 14.892893218813452 ], [ 139.2, 15.6 ], [ 139.49289321881344, 16.307106781186548 ], [ 140.2, 16.6 ], [ 140.90710678118654, 16.307106781186548 ], [ 141.2, 15.6 ] ] ], [ [ [ 139.8, 15.8 ], [ 139.50710678118656, 15.092893218813453 ], [ 138.8, 14.8 ], [ 138.09289321881346, 15.092893218813453 ], [ 137.8, 15.8 ], [ 138.09289321881346, 16.507106781186547 ], [ 138.8, 16.8 ], [ 139.50710678118656, 16.507106781186547 ], [ 139.8, 15.8 ] ] ], [ [ [ 139.1, 15.9 ], [ 138.80710678118655, 15.192893218813452 ], [ 138.1, 14.9 ], [ 137.39289321881344, 15.192893218813452 ], [ 137.1, 15.9 ], [ 137.39289321881344, 16.60710678118655 ], [ 138.1, 16.9 ], [ 138.80710678118655, 16.60710678118655 ], [ 139.1, 15.9 ] ] ], [ [ [ 140.5, 16.2 ], [ 139.62132034355963, 14.078679656440357 ], [ 137.5, 13.2 ], [ 135.37867965644037, 14.078679656440357 ], [ 134.5, 16.2 ], [ 135.37867965644037, 18.32132034355964 ], [ 137.5, 19.2 ], [ 139.62132034355963, 18.32132034355964 ], [ 140.5, 16.2 ] ] ], [ [ [ 139.5, 16.8 ], [ 138.62132034355963, 14.678679656440359 ], [ 136.5, 13.8 ], [ 134.37867965644037, 14.678679656440359 ], [ 133.5, 16.8 ], [ 134.37867965644037, 18.921320343559643 ], [ 136.5, 19.8 ], [ 138.62132034355963, 18.921320343559643 ], [ 139.5, 16.8 ] ] ], [ [ [ 138.4, 17.5 ], [ 137.52132034355964, 15.378679656440358 ], [ 135.4, 14.5 ], [ 133.27867965644037, 15.378679656440358 ], [ 132.4, 17.5 ], [ 133.27867965644037, 19.621320343559642 ], [ 135.4, 20.5 ], [ 137.52132034355964, 19.621320343559642 ], [ 138.4, 17.5 ] ] ], [ [ [ 137.5, 17.5 ], [ 136.62132034355963, 15.378679656440358 ], [ 134.5, 14.5 ], [ 132.37867965644037, 15.378679656440358 ], [ 131.5, 17.5 ], [ 132.37867965644037, 19.621320343559642 ], [ 134.5, 20.5 ], [ 136.62132034355963, 19.621320343559642 ], [ 137.5, 17.5 ] ] ], [ [ [ 136.8, 17.8 ], [ 135.92132034355964, 15.678679656440359 ], [ 133.8, 14.8 ], [ 131.67867965644038, 15.678679656440359 ], [ 130.8, 17.8 ], [ 131.67867965644038, 19.921320343559643 ], [ 133.8, 20.8 ], [ 135.92132034355964, 19.921320343559643 ], [ 136.8, 17.8 ] ] ], [ [ [ 136.5, 17.9 ], [ 135.62132034355963, 15.778679656440357 ], [ 133.5, 14.899999999999999 ], [ 131.37867965644037, 15.778679656440357 ], [ 130.5, 17.9 ], [ 131.37867965644037, 20.02132034355964 ], [ 133.5, 20.9 ], [ 135.62132034355963, 20.02132034355964 ], [ 136.5, 17.9 ] ] ], [ [ [ 136.1, 18.2 ], [ 135.22132034355963, 16.078679656440357 ], [ 133.1, 15.2 ], [ 130.97867965644036, 16.078679656440357 ], [ 130.1, 18.2 ], [ 130.97867965644036, 20.32132034355964 ], [ 133.1, 21.2 ], [ 135.22132034355963, 20.32132034355964 ], [ 136.1, 18.2 ] ] ], [ [ [ 135.6, 18.6 ], [ 134.72132034355963, 16.47867965644036 ], [ 132.6, 15.600000000000001 ], [ 130.47867965644036, 16.47867965644036 ], [ 129.6, 18.6 ], [ 130.47867965644036, 20.721320343559643 ], [ 132.6, 21.6 ], [ 134.72132034355963, 20.721320343559643 ], [ 135.6, 18.6 ] ] ], [ [ [ 135.4, 18.7 ], [ 134.52132034355964, 16.578679656440357 ], [ 132.4, 15.7 ], [ 130.27867965644037, 16.578679656440357 ], [ 129.4, 18.7 ], [ 130.27867965644037, 20.82132034355964 ], [ 132.4, 21.7 ], [ 134.52132034355964, 20.82132034355964 ], [ 135.4, 18.7 ] ] ], [ [ [ 135.3, 18.9 ], [ 134.42132034355964, 16.778679656440357 ], [ 132.3, 15.899999999999999 ], [ 130.17867965644038, 16.778679656440357 ], [ 129.3, 18.9 ], [ 130.17867965644038, 21.02132034355964 ], [ 132.3, 21.9 ], [ 134.42132034355964, 21.02132034355964 ], [ 135.3, 18.9 ] ] ], [ [ [ 135.1, 19.1 ], [ 134.22132034355963, 16.97867965644036 ], [ 132.1, 16.1 ], [ 129.97867965644036, 16.97867965644036 ], [ 129.1, 19.1 ], [ 129.97867965644036, 21.221320343559643 ], [ 132.1, 22.1 ], [ 134.22132034355963, 21.221320343559643 ], [ 135.1, 19.1 ] ] ], [ [ [ 134.7, 19.4 ], [ 133.82132034355962, 17.278679656440357 ], [ 131.7, 16.4 ], [ 129.57867965644036, 17.278679656440357 ], [ 128.7, 19.4 ], [ 129.57867965644036, 21.52132034355964 ], [ 131.7, 22.4 ], [ 133.82132034355962, 21.52132034355964 ], [ 134.7, 19.4 ] ] ], [ [ [ 134.3, 19.7 ], [ 133.42132034355964, 17.578679656440357 ], [ 131.3, 16.7 ], [ 129.17867965644038, 17.578679656440357 ], [ 128.3, 19.7 ], [ 129.17867965644038, 21.82132034355964 ], [ 131.3, 22.7 ], [ 133.42132034355964, 21.82132034355964 ], [ 134.3, 19.7 ] ] ], [ [ [ 134.0, 20.3 ], [ 133.12132034355963, 18.17867965644036 ], [ 131.0, 17.3 ], [ 128.87867965644037, 18.17867965644036 ], [ 128.0, 20.3 ], [ 128.87867965644037, 22.421320343559643 ], [ 131.0, 23.3 ], [ 133.12132034355963, 22.421320343559643 ], [ 134.0, 20.3 ] ] ], [ [ [ 133.3, 20.9 ], [ 132.42132034355964, 18.778679656440357 ], [ 130.3, 17.9 ], [ 128.17867965644038, 18.778679656440357 ], [ 127.30000000000001, 20.9 ], [ 128.17867965644038, 23.02132034355964 ], [ 130.3, 23.9 ], [ 132.42132034355964, 23.02132034355964 ], [ 133.3, 20.9 ] ] ], [ [ [ 132.7, 21.6 ], [ 131.82132034355962, 19.47867965644036 ], [ 129.7, 18.6 ], [ 127.57867965644034, 19.47867965644036 ], [ 126.69999999999999, 21.6 ], [ 127.57867965644034, 23.721320343559643 ], [ 129.7, 24.6 ], [ 131.82132034355962, 23.721320343559643 ], [ 132.7, 21.6 ] ] ], [ [ [ 131.9, 21.9 ], [ 131.02132034355964, 19.778679656440357 ], [ 128.9, 18.9 ], [ 126.77867965644036, 19.778679656440357 ], [ 125.9, 21.9 ], [ 126.77867965644036, 24.02132034355964 ], [ 128.9, 24.9 ], [ 131.02132034355964, 24.02132034355964 ], [ 131.9, 21.9 ] ] ], [ [ [ 131.1, 22.2 ], [ 130.22132034355963, 20.078679656440357 ], [ 128.1, 19.2 ], [ 125.97867965644035, 20.078679656440357 ], [ 125.1, 22.2 ], [ 125.97867965644035, 24.32132034355964 ], [ 128.1, 25.2 ], [ 130.22132034355963, 24.32132034355964 ], [ 131.1, 22.2 ] ] ], [ [ [ 130.5, 22.3 ], [ 129.62132034355963, 20.17867965644036 ], [ 127.5, 19.3 ], [ 125.37867965644035, 20.17867965644036 ], [ 124.5, 22.3 ], [ 125.37867965644035, 24.421320343559643 ], [ 127.5, 25.3 ], [ 129.62132034355963, 24.421320343559643 ], [ 130.5, 22.3 ] ] ], [ [ [ 130.1, 22.3 ], [ 129.22132034355963, 20.17867965644036 ], [ 127.1, 19.3 ], [ 124.97867965644035, 20.17867965644036 ], [ 124.1, 22.3 ], [ 124.97867965644035, 24.421320343559643 ], [ 127.1, 25.3 ], [ 129.22132034355963, 24.421320343559643 ], [ 130.1, 22.3 ] ] ], [ [ [ 129.8, 22.5 ], [ 128.92132034355964, 20.378679656440358 ], [ 126.8, 19.5 ], [ 124.67867965644035, 20.378679656440358 ], [ 123.8, 22.5 ], [ 124.67867965644035, 24.621320343559642 ], [ 126.8, 25.5 ], [ 128.92132034355964, 24.621320343559642 ], [ 129.8, 22.5 ] ] ], [ [ [ 129.4, 22.6 ], [ 128.52132034355964, 20.47867965644036 ], [ 126.4, 19.6 ], [ 124.27867965644036, 20.47867965644036 ], [ 123.4, 22.6 ], [ 124.27867965644036, 24.721320343559643 ], [ 126.4, 25.6 ], [ 128.52132034355964, 24.721320343559643 ], [ 129.4, 22.6 ] ] ], [ [ [ 128.9, 22.7 ], [ 128.02132034355964, 20.578679656440357 ], [ 125.9, 19.7 ], [ 123.77867965644036, 20.578679656440357 ], [ 122.9, 22.7 ], [ 123.77867965644036, 24.82132034355964 ], [ 125.9, 25.7 ], [ 128.02132034355964, 24.82132034355964 ], [ 128.9, 22.7 ] ] ], [ [ [ 128.4, 22.8 ], [ 127.52132034355965, 20.67867965644036 ], [ 125.4, 19.8 ], [ 123.27867965644036, 20.67867965644036 ], [ 122.4, 22.8 ], [ 123.27867965644036, 24.921320343559643 ], [ 125.4, 25.8 ], [ 127.52132034355965, 24.921320343559643 ], [ 128.4, 22.8 ] ] ], [ [ [ 127.9, 23.0 ], [ 127.02132034355965, 20.878679656440358 ], [ 124.9, 20.0 ], [ 122.77867965644036, 20.878679656440358 ], [ 121.9, 23.0 ], [ 122.77867965644036, 25.121320343559642 ], [ 124.9, 26.0 ], [ 127.02132034355965, 25.121320343559642 ], [ 127.9, 23.0 ] ] ], [ [ [ 127.4, 23.1 ], [ 126.52132034355965, 20.97867965644036 ], [ 124.4, 20.1 ], [ 122.27867965644036, 20.97867965644036 ], [ 121.4, 23.1 ], [ 122.27867965644036, 25.221320343559643 ], [ 124.4, 26.1 ], [ 126.52132034355965, 25.221320343559643 ], [ 127.4, 23.1 ] ] ], [ [ [ 126.9, 23.3 ], [ 126.02132034355965, 21.17867965644036 ], [ 123.9, 20.3 ], [ 121.77867965644036, 21.17867965644036 ], [ 120.9, 23.3 ], [ 121.77867965644036, 25.421320343559643 ], [ 123.9, 26.3 ], [ 126.02132034355965, 25.421320343559643 ], [ 126.9, 23.3 ] ] ], [ [ [ 126.4, 23.6 ], [ 125.52132034355965, 21.47867965644036 ], [ 123.4, 20.6 ], [ 121.27867965644036, 21.47867965644036 ], [ 120.4, 23.6 ], [ 121.27867965644036, 25.721320343559643 ], [ 123.4, 26.6 ], [ 125.52132034355965, 25.721320343559643 ], [ 126.4, 23.6 ] ] ], [ [ [ 125.9, 24.1 ], [ 125.02132034355965, 21.97867965644036 ], [ 122.9, 21.1 ], [ 120.77867965644036, 21.97867965644036 ], [ 119.9, 24.1 ], [ 120.77867965644036, 26.221320343559643 ], [ 122.9, 27.1 ], [ 125.02132034355965, 26.221320343559643 ], [ 125.9, 24.1 ] ] ], [ [ [ 125.0, 24.4 ], [ 124.12132034355965, 22.278679656440357 ], [ 122.0, 21.4 ], [ 119.87867965644035, 22.278679656440357 ], [ 119.0, 24.4 ], [ 119.87867965644035, 26.52132034355964 ], [ 122.0, 27.4 ], [ 124.12132034355965, 26.52132034355964 ], [ 125.0, 24.4 ] ] ], [ [ [ 124.0, 24.3 ], [ 123.12132034355965, 22.17867965644036 ], [ 121.0, 21.3 ], [ 118.87867965644035, 22.17867965644036 ], [ 118.0, 24.3 ], [ 118.87867965644035, 26.421320343559643 ], [ 121.0, 27.3 ], [ 123.12132034355965, 26.421320343559643 ], [ 124.0, 24.3 ] ] ], [ [ [ 123.0, 24.3 ], [ 122.12132034355965, 22.17867965644036 ], [ 120.0, 21.3 ], [ 117.87867965644035, 22.17867965644036 ], [ 117.0, 24.3 ], [ 117.87867965644035, 26.421320343559643 ], [ 120.0, 27.3 ], [ 122.12132034355965, 26.421320343559643 ], [ 123.0, 24.3 ] ] ], [ [ [ 121.9, 24.9 ], [ 121.02132034355965, 22.778679656440357 ], [ 118.9, 21.9 ], [ 116.77867965644036, 22.778679656440357 ], [ 115.9, 24.9 ], [ 116.77867965644036, 27.02132034355964 ], [ 118.9, 27.9 ], [ 121.02132034355965, 27.02132034355964 ], [ 121.9, 24.9 ] ] ], [ [ [ 120.8, 25.6 ], [ 119.92132034355964, 23.47867965644036 ], [ 117.8, 22.6 ], [ 115.67867965644035, 23.47867965644036 ], [ 114.8, 25.6 ], [ 115.67867965644035, 27.721320343559643 ], [ 117.8, 28.6 ], [ 119.92132034355964, 27.721320343559643 ], [ 120.8, 25.6 ] ] ], [ [ [ 117.4, 26.4 ], [ 117.10710678118656, 25.692893218813452 ], [ 116.4, 25.4 ], [ 115.69289321881345, 25.692893218813452 ], [ 115.4, 26.4 ], [ 115.69289321881345, 27.107106781186545 ], [ 116.4, 27.4 ], [ 117.10710678118656, 27.107106781186545 ], [ 117.4, 26.4 ] ] ], [ [ [ 116.9, 27.4 ], [ 116.60710678118656, 26.692893218813452 ], [ 115.9, 26.4 ], [ 115.19289321881345, 26.692893218813452 ], [ 114.9, 27.4 ], [ 115.19289321881345, 28.107106781186545 ], [ 115.9, 28.4 ], [ 116.60710678118656, 28.107106781186545 ], [ 116.9, 27.4 ] ] ], [ [ [ 117.1, 27.9 ], [ 116.80710678118655, 27.192893218813452 ], [ 116.1, 26.9 ], [ 115.39289321881344, 27.192893218813452 ], [ 115.1, 27.9 ], [ 115.39289321881344, 28.607106781186545 ], [ 116.1, 28.9 ], [ 116.80710678118655, 28.607106781186545 ], [ 117.1, 27.9 ] ] ], [ [ [ 117.7, 28.7 ], [ 117.40710678118656, 27.992893218813453 ], [ 116.7, 27.7 ], [ 115.99289321881345, 27.992893218813453 ], [ 115.7, 28.7 ], [ 115.99289321881345, 29.407106781186545 ], [ 116.7, 29.7 ], [ 117.40710678118656, 29.407106781186545 ], [ 117.7, 28.7 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z", "2015-09-26T21:00:00Z", "2015-09-27T03:00:00Z", "2015-09-27T09:00:00Z", "2015-09-27T12:00:00Z", "2015-09-27T15:00:00Z", "2015-09-27T18:00:00Z", "2015-09-27T21:00:00Z", "2015-09-28T00:00:00Z", "2015-09-28T03:00:00Z", "2015-09-28T06:00:00Z", "2015-09-28T09:00:00Z", "2015-09-28T12:00:00Z", "2015-09-28T15:00:00Z", "2015-09-28T18:00:00Z", "2015-09-28T21:00:00Z", "2015-09-29T03:00:00Z", "2015-09-29T09:00:00Z", "2015-09-29T15:00:00Z", "2015-09-29T21:00:00Z", "2015-09-30T03:00:00Z", "2015-09-30T09:00:00Z", "2015-09-30T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1000.0, 1002.0, 1000.0, 1000.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 996.0, 994.0, 990.0, 985.0, 980.0, 975.0, 970.0, 965.0, 960.0, 960.0, 955.0, 945.0, 935.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 935.0, 965.0, 975.0, 985.0, 994.0, 1004.0, 1006.0, 1010.0, 1010.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 45.0, 50.0, 50.0, 55.0, 60.0, 65.0, 70.0, 75.0, 75.0, 80.0, 90.0, 100.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 100.0, 75.0, 65.0, 55.0, 40.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201521号 (DUJUAN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z", "2015-09-26T21:00:00Z", "2015-09-27T03:00:00Z", "2015-09-27T09:00:00Z", "2015-09-27T12:00:00Z", "2015-09-27T15:00:00Z", "2015-09-27T18:00:00Z", "2015-09-27T21:00:00Z", "2015-09-28T00:00:00Z", "2015-09-28T03:00:00Z", "2015-09-28T06:00:00Z", "2015-09-28T09:00:00Z", "2015-09-28T12:00:00Z", "2015-09-28T15:00:00Z", "2015-09-28T18:00:00Z", "2015-09-28T21:00:00Z", "2015-09-29T03:00:00Z", "2015-09-29T09:00:00Z", "2015-09-29T15:00:00Z", "2015-09-29T21:00:00Z", "2015-09-30T03:00:00Z", "2015-09-30T09:00:00Z", "2015-09-30T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 149.1, 13.5 ], [ 148.80710678118655, 12.792893218813452 ], [ 148.1, 12.5 ], [ 147.39289321881344, 12.792893218813452 ], [ 147.1, 13.5 ], [ 147.39289321881344, 14.207106781186548 ], [ 148.1, 14.5 ], [ 148.80710678118655, 14.207106781186548 ], [ 149.1, 13.5 ] ] ], [ [ [ 149.0, 13.8 ], [ 148.70710678118655, 13.092893218813453 ], [ 148.0, 12.8 ], [ 147.29289321881345, 13.092893218813453 ], [ 147.0, 13.8 ], [ 147.29289321881345, 14.507106781186549 ], [ 148.0, 14.8 ], [ 148.70710678118655, 14.507106781186549 ], [ 149.0, 13.8 ] ] ], [ [ [ 150.3, 14.4 ], [ 149.42132034355964, 12.278679656440358 ], [ 147.3, 11.4 ], [ 145.17867965644038, 12.278679656440357 ], [ 144.3, 14.4 ], [ 145.17867965644038, 16.521320343559644 ], [ 147.3, 17.4 ], [ 149.42132034355964, 16.521320343559644 ], [ 150.3, 14.4 ] ] ], [ [ [ 147.3, 14.7 ], [ 147.00710678118656, 13.992893218813451 ], [ 146.3, 13.7 ], [ 145.59289321881346, 13.992893218813451 ], [ 145.3, 14.7 ], [ 145.59289321881346, 15.407106781186547 ], [ 146.3, 15.7 ], [ 147.00710678118656, 15.407106781186547 ], [ 147.3, 14.7 ] ] ], [ [ [ 148.5, 15.0 ], [ 147.62132034355963, 12.878679656440358 ], [ 145.5, 12.0 ], [ 143.37867965644037, 12.878679656440358 ], [ 142.5, 15.0 ], [ 143.37867965644037, 17.121320343559642 ], [ 145.5, 18.0 ], [ 147.62132034355963, 17.121320343559642 ], [ 148.5, 15.0 ] ] ], [ [ [ 147.7, 15.1 ], [ 146.82132034355962, 12.978679656440358 ], [ 144.7, 12.1 ], [ 142.57867965644036, 12.978679656440356 ], [ 141.7, 15.1 ], [ 142.57867965644036, 17.221320343559643 ], [ 144.7, 18.1 ], [ 146.82132034355962, 17.221320343559643 ], [ 147.7, 15.1 ] ] ], [ [ [ 144.2, 15.4 ], [ 143.90710678118654, 14.692893218813452 ], [ 143.2, 14.4 ], [ 142.49289321881344, 14.692893218813452 ], [ 142.2, 15.4 ], [ 142.49289321881344, 16.10710678118655 ], [ 143.2, 16.4 ], [ 143.90710678118654, 16.10710678118655 ], [ 144.2, 15.4 ] ] ], [ [ [ 142.5, 15.2 ], [ 142.20710678118655, 14.492893218813451 ], [ 141.5, 14.2 ], [ 140.79289321881345, 14.492893218813451 ], [ 140.5, 15.2 ], [ 140.79289321881345, 15.907106781186547 ], [ 141.5, 16.2 ], [ 142.20710678118655, 15.907106781186547 ], [ 142.5, 15.2 ] ] ], [ [ [ 141.2, 15.6 ], [ 140.90710678118654, 14.892893218813452 ], [ 140.2, 14.6 ], [ 139.49289321881344, 14.892893218813452 ], [ 139.2, 15.6 ], [ 139.49289321881344, 16.307106781186548 ], [ 140.2, 16.6 ], [ 140.90710678118654, 16.307106781186548 ], [ 141.2, 15.6 ] ] ], [ [ [ 139.8, 15.8 ], [ 139.50710678118656, 15.092893218813453 ], [ 138.8, 14.8 ], [ 138.09289321881346, 15.092893218813453 ], [ 137.8, 15.8 ], [ 138.09289321881346, 16.507106781186547 ], [ 138.8, 16.8 ], [ 139.50710678118656, 16.507106781186547 ], [ 139.8, 15.8 ] ] ], [ [ [ 139.1, 15.9 ], [ 138.80710678118655, 15.192893218813452 ], [ 138.1, 14.9 ], [ 137.39289321881344, 15.192893218813452 ], [ 137.1, 15.9 ], [ 137.39289321881344, 16.60710678118655 ], [ 138.1, 16.9 ], [ 138.80710678118655, 16.60710678118655 ], [ 139.1, 15.9 ] ] ], [ [ [ 140.5, 16.2 ], [ 139.62132034355963, 14.078679656440357 ], [ 137.5, 13.2 ], [ 135.37867965644037, 14.078679656440357 ], [ 134.5, 16.2 ], [ 135.37867965644037, 18.32132034355964 ], [ 137.5, 19.2 ], [ 139.62132034355963, 18.32132034355964 ], [ 140.5, 16.2 ] ] ], [ [ [ 139.5, 16.8 ], [ 138.62132034355963, 14.678679656440359 ], [ 136.5, 13.8 ], [ 134.37867965644037, 14.678679656440359 ], [ 133.5, 16.8 ], [ 134.37867965644037, 18.921320343559643 ], [ 136.5, 19.8 ], [ 138.62132034355963, 18.921320343559643 ], [ 139.5, 16.8 ] ] ], [ [ [ 138.4, 17.5 ], [ 137.52132034355964, 15.378679656440358 ], [ 135.4, 14.5 ], [ 133.27867965644037, 15.378679656440358 ], [ 132.4, 17.5 ], [ 133.27867965644037, 19.621320343559642 ], [ 135.4, 20.5 ], [ 137.52132034355964, 19.621320343559642 ], [ 138.4, 17.5 ] ] ], [ [ [ 137.5, 17.5 ], [ 136.62132034355963, 15.378679656440358 ], [ 134.5, 14.5 ], [ 132.37867965644037, 15.378679656440358 ], [ 131.5, 17.5 ], [ 132.37867965644037, 19.621320343559642 ], [ 134.5, 20.5 ], [ 136.62132034355963, 19.621320343559642 ], [ 137.5, 17.5 ] ] ], [ [ [ 136.8, 17.8 ], [ 135.92132034355964, 15.678679656440359 ], [ 133.8, 14.8 ], [ 131.67867965644038, 15.678679656440359 ], [ 130.8, 17.8 ], [ 131.67867965644038, 19.921320343559643 ], [ 133.8, 20.8 ], [ 135.92132034355964, 19.921320343559643 ], [ 136.8, 17.8 ] ] ], [ [ [ 136.5, 17.9 ], [ 135.62132034355963, 15.778679656440357 ], [ 133.5, 14.899999999999999 ], [ 131.37867965644037, 15.778679656440357 ], [ 130.5, 17.9 ], [ 131.37867965644037, 20.02132034355964 ], [ 133.5, 20.9 ], [ 135.62132034355963, 20.02132034355964 ], [ 136.5, 17.9 ] ] ], [ [ [ 136.1, 18.2 ], [ 135.22132034355963, 16.078679656440357 ], [ 133.1, 15.2 ], [ 130.97867965644036, 16.078679656440357 ], [ 130.1, 18.2 ], [ 130.97867965644036, 20.32132034355964 ], [ 133.1, 21.2 ], [ 135.22132034355963, 20.32132034355964 ], [ 136.1, 18.2 ] ] ], [ [ [ 135.6, 18.6 ], [ 134.72132034355963, 16.47867965644036 ], [ 132.6, 15.600000000000001 ], [ 130.47867965644036, 16.47867965644036 ], [ 129.6, 18.6 ], [ 130.47867965644036, 20.721320343559643 ], [ 132.6, 21.6 ], [ 134.72132034355963, 20.721320343559643 ], [ 135.6, 18.6 ] ] ], [ [ [ 135.4, 18.7 ], [ 134.52132034355964, 16.578679656440357 ], [ 132.4, 15.7 ], [ 130.27867965644037, 16.578679656440357 ], [ 129.4, 18.7 ], [ 130.27867965644037, 20.82132034355964 ], [ 132.4, 21.7 ], [ 134.52132034355964, 20.82132034355964 ], [ 135.4, 18.7 ] ] ], [ [ [ 135.3, 18.9 ], [ 134.42132034355964, 16.778679656440357 ], [ 132.3, 15.899999999999999 ], [ 130.17867965644038, 16.778679656440357 ], [ 129.3, 18.9 ], [ 130.17867965644038, 21.02132034355964 ], [ 132.3, 21.9 ], [ 134.42132034355964, 21.02132034355964 ], [ 135.3, 18.9 ] ] ], [ [ [ 135.1, 19.1 ], [ 134.22132034355963, 16.97867965644036 ], [ 132.1, 16.1 ], [ 129.97867965644036, 16.97867965644036 ], [ 129.1, 19.1 ], [ 129.97867965644036, 21.221320343559643 ], [ 132.1, 22.1 ], [ 134.22132034355963, 21.221320343559643 ], [ 135.1, 19.1 ] ] ], [ [ [ 134.7, 19.4 ], [ 133.82132034355962, 17.278679656440357 ], [ 131.7, 16.4 ], [ 129.57867965644036, 17.278679656440357 ], [ 128.7, 19.4 ], [ 129.57867965644036, 21.52132034355964 ], [ 131.7, 22.4 ], [ 133.82132034355962, 21.52132034355964 ], [ 134.7, 19.4 ] ] ], [ [ [ 134.3, 19.7 ], [ 133.42132034355964, 17.578679656440357 ], [ 131.3, 16.7 ], [ 129.17867965644038, 17.578679656440357 ], [ 128.3, 19.7 ], [ 129.17867965644038, 21.82132034355964 ], [ 131.3, 22.7 ], [ 133.42132034355964, 21.82132034355964 ], [ 134.3, 19.7 ] ] ], [ [ [ 134.0, 20.3 ], [ 133.12132034355963, 18.17867965644036 ], [ 131.0, 17.3 ], [ 128.87867965644037, 18.17867965644036 ], [ 128.0, 20.3 ], [ 128.87867965644037, 22.421320343559643 ], [ 131.0, 23.3 ], [ 133.12132034355963, 22.421320343559643 ], [ 134.0, 20.3 ] ] ], [ [ [ 133.3, 20.9 ], [ 132.42132034355964, 18.778679656440357 ], [ 130.3, 17.9 ], [ 128.17867965644038, 18.778679656440357 ], [ 127.30000000000001, 20.9 ], [ 128.17867965644038, 23.02132034355964 ], [ 130.3, 23.9 ], [ 132.42132034355964, 23.02132034355964 ], [ 133.3, 20.9 ] ] ], [ [ [ 132.7, 21.6 ], [ 131.82132034355962, 19.47867965644036 ], [ 129.7, 18.6 ], [ 127.57867965644034, 19.47867965644036 ], [ 126.69999999999999, 21.6 ], [ 127.57867965644034, 23.721320343559643 ], [ 129.7, 24.6 ], [ 131.82132034355962, 23.721320343559643 ], [ 132.7, 21.6 ] ] ], [ [ [ 131.9, 21.9 ], [ 131.02132034355964, 19.778679656440357 ], [ 128.9, 18.9 ], [ 126.77867965644036, 19.778679656440357 ], [ 125.9, 21.9 ], [ 126.77867965644036, 24.02132034355964 ], [ 128.9, 24.9 ], [ 131.02132034355964, 24.02132034355964 ], [ 131.9, 21.9 ] ] ], [ [ [ 131.1, 22.2 ], [ 130.22132034355963, 20.078679656440357 ], [ 128.1, 19.2 ], [ 125.97867965644035, 20.078679656440357 ], [ 125.1, 22.2 ], [ 125.97867965644035, 24.32132034355964 ], [ 128.1, 25.2 ], [ 130.22132034355963, 24.32132034355964 ], [ 131.1, 22.2 ] ] ], [ [ [ 130.5, 22.3 ], [ 129.62132034355963, 20.17867965644036 ], [ 127.5, 19.3 ], [ 125.37867965644035, 20.17867965644036 ], [ 124.5, 22.3 ], [ 125.37867965644035, 24.421320343559643 ], [ 127.5, 25.3 ], [ 129.62132034355963, 24.421320343559643 ], [ 130.5, 22.3 ] ] ], [ [ [ 130.1, 22.3 ], [ 129.22132034355963, 20.17867965644036 ], [ 127.1, 19.3 ], [ 124.97867965644035, 20.17867965644036 ], [ 124.1, 22.3 ], [ 124.97867965644035, 24.421320343559643 ], [ 127.1, 25.3 ], [ 129.22132034355963, 24.421320343559643 ], [ 130.1, 22.3 ] ] ], [ [ [ 129.8, 22.5 ], [ 128.92132034355964, 20.378679656440358 ], [ 126.8, 19.5 ], [ 124.67867965644035, 20.378679656440358 ], [ 123.8, 22.5 ], [ 124.67867965644035, 24.621320343559642 ], [ 126.8, 25.5 ], [ 128.92132034355964, 24.621320343559642 ], [ 129.8, 22.5 ] ] ], [ [ [ 129.4, 22.6 ], [ 128.52132034355964, 20.47867965644036 ], [ 126.4, 19.6 ], [ 124.27867965644036, 20.47867965644036 ], [ 123.4, 22.6 ], [ 124.27867965644036, 24.721320343559643 ], [ 126.4, 25.6 ], [ 128.52132034355964, 24.721320343559643 ], [ 129.4, 22.6 ] ] ], [ [ [ 128.9, 22.7 ], [ 128.02132034355964, 20.578679656440357 ], [ 125.9, 19.7 ], [ 123.77867965644036, 20.578679656440357 ], [ 122.9, 22.7 ], [ 123.77867965644036, 24.82132034355964 ], [ 125.9, 25.7 ], [ 128.02132034355964, 24.82132034355964 ], [ 128.9, 22.7 ] ] ], [ [ [ 128.4, 22.8 ], [ 127.52132034355965, 20.67867965644036 ], [ 125.4, 19.8 ], [ 123.27867965644036, 20.67867965644036 ], [ 122.4, 22.8 ], [ 123.27867965644036, 24.921320343559643 ], [ 125.4, 25.8 ], [ 127.52132034355965, 24.921320343559643 ], [ 128.4, 22.8 ] ] ], [ [ [ 127.9, 23.0 ], [ 127.02132034355965, 20.878679656440358 ], [ 124.9, 20.0 ], [ 122.77867965644036, 20.878679656440358 ], [ 121.9, 23.0 ], [ 122.77867965644036, 25.121320343559642 ], [ 124.9, 26.0 ], [ 127.02132034355965, 25.121320343559642 ], [ 127.9, 23.0 ] ] ], [ [ [ 127.4, 23.1 ], [ 126.52132034355965, 20.97867965644036 ], [ 124.4, 20.1 ], [ 122.27867965644036, 20.97867965644036 ], [ 121.4, 23.1 ], [ 122.27867965644036, 25.221320343559643 ], [ 124.4, 26.1 ], [ 126.52132034355965, 25.221320343559643 ], [ 127.4, 23.1 ] ] ], [ [ [ 126.9, 23.3 ], [ 126.02132034355965, 21.17867965644036 ], [ 123.9, 20.3 ], [ 121.77867965644036, 21.17867965644036 ], [ 120.9, 23.3 ], [ 121.77867965644036, 25.421320343559643 ], [ 123.9, 26.3 ], [ 126.02132034355965, 25.421320343559643 ], [ 126.9, 23.3 ] ] ], [ [ [ 126.4, 23.6 ], [ 125.52132034355965, 21.47867965644036 ], [ 123.4, 20.6 ], [ 121.27867965644036, 21.47867965644036 ], [ 120.4, 23.6 ], [ 121.27867965644036, 25.721320343559643 ], [ 123.4, 26.6 ], [ 125.52132034355965, 25.721320343559643 ], [ 126.4, 23.6 ] ] ], [ [ [ 125.9, 24.1 ], [ 125.02132034355965, 21.97867965644036 ], [ 122.9, 21.1 ], [ 120.77867965644036, 21.97867965644036 ], [ 119.9, 24.1 ], [ 120.77867965644036, 26.221320343559643 ], [ 122.9, 27.1 ], [ 125.02132034355965, 26.221320343559643 ], [ 125.9, 24.1 ] ] ], [ [ [ 125.0, 24.4 ], [ 124.12132034355965, 22.278679656440357 ], [ 122.0, 21.4 ], [ 119.87867965644035, 22.278679656440357 ], [ 119.0, 24.4 ], [ 119.87867965644035, 26.52132034355964 ], [ 122.0, 27.4 ], [ 124.12132034355965, 26.52132034355964 ], [ 125.0, 24.4 ] ] ], [ [ [ 124.0, 24.3 ], [ 123.12132034355965, 22.17867965644036 ], [ 121.0, 21.3 ], [ 118.87867965644035, 22.17867965644036 ], [ 118.0, 24.3 ], [ 118.87867965644035, 26.421320343559643 ], [ 121.0, 27.3 ], [ 123.12132034355965, 26.421320343559643 ], [ 124.0, 24.3 ] ] ], [ [ [ 123.0, 24.3 ], [ 122.12132034355965, 22.17867965644036 ], [ 120.0, 21.3 ], [ 117.87867965644035, 22.17867965644036 ], [ 117.0, 24.3 ], [ 117.87867965644035, 26.421320343559643 ], [ 120.0, 27.3 ], [ 122.12132034355965, 26.421320343559643 ], [ 123.0, 24.3 ] ] ], [ [ [ 121.9, 24.9 ], [ 121.02132034355965, 22.778679656440357 ], [ 118.9, 21.9 ], [ 116.77867965644036, 22.778679656440357 ], [ 115.9, 24.9 ], [ 116.77867965644036, 27.02132034355964 ], [ 118.9, 27.9 ], [ 121.02132034355965, 27.02132034355964 ], [ 121.9, 24.9 ] ] ], [ [ [ 120.8, 25.6 ], [ 119.92132034355964, 23.47867965644036 ], [ 117.8, 22.6 ], [ 115.67867965644035, 23.47867965644036 ], [ 114.8, 25.6 ], [ 115.67867965644035, 27.721320343559643 ], [ 117.8, 28.6 ], [ 119.92132034355964, 27.721320343559643 ], [ 120.8, 25.6 ] ] ], [ [ [ 117.4, 26.4 ], [ 117.10710678118656, 25.692893218813452 ], [ 116.4, 25.4 ], [ 115.69289321881345, 25.692893218813452 ], [ 115.4, 26.4 ], [ 115.69289321881345, 27.107106781186545 ], [ 116.4, 27.4 ], [ 117.10710678118656, 27.107106781186545 ], [ 117.4, 26.4 ] ] ], [ [ [ 116.9, 27.4 ], [ 116.60710678118656, 26.692893218813452 ], [ 115.9, 26.4 ], [ 115.19289321881345, 26.692893218813452 ], [ 114.9, 27.4 ], [ 115.19289321881345, 28.107106781186545 ], [ 115.9, 28.4 ], [ 116.60710678118656, 28.107106781186545 ], [ 116.9, 27.4 ] ] ], [ [ [ 117.1, 27.9 ], [ 116.80710678118655, 27.192893218813452 ], [ 116.1, 26.9 ], [ 115.39289321881344, 27.192893218813452 ], [ 115.1, 27.9 ], [ 115.39289321881344, 28.607106781186545 ], [ 116.1, 28.9 ], [ 116.80710678118655, 28.607106781186545 ], [ 117.1, 27.9 ] ] ], [ [ [ 117.7, 28.7 ], [ 117.40710678118656, 27.992893218813453 ], [ 116.7, 27.7 ], [ 115.99289321881345, 27.992893218813453 ], [ 115.7, 28.7 ], [ 115.99289321881345, 29.407106781186545 ], [ 116.7, 29.7 ], [ 117.40710678118656, 29.407106781186545 ], [ 117.7, 28.7 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-09-20T03:00:00Z", "2015-09-20T09:00:00Z", "2015-09-20T15:00:00Z", "2015-09-20T21:00:00Z", "2015-09-21T03:00:00Z", "2015-09-21T09:00:00Z", "2015-09-21T15:00:00Z", "2015-09-21T21:00:00Z", "2015-09-22T03:00:00Z", "2015-09-22T09:00:00Z", "2015-09-22T15:00:00Z", "2015-09-22T21:00:00Z", "2015-09-23T03:00:00Z", "2015-09-23T09:00:00Z", "2015-09-23T15:00:00Z", "2015-09-23T21:00:00Z", "2015-09-24T03:00:00Z", "2015-09-24T09:00:00Z", "2015-09-24T15:00:00Z", "2015-09-24T21:00:00Z", "2015-09-25T03:00:00Z", "2015-09-25T09:00:00Z", "2015-09-25T15:00:00Z", "2015-09-25T21:00:00Z", "2015-09-26T03:00:00Z", "2015-09-26T09:00:00Z", "2015-09-26T15:00:00Z", "2015-09-26T21:00:00Z", "2015-09-27T03:00:00Z", "2015-09-27T09:00:00Z", "2015-09-27T12:00:00Z", "2015-09-27T15:00:00Z", "2015-09-27T18:00:00Z", "2015-09-27T21:00:00Z", "2015-09-28T00:00:00Z", "2015-09-28T03:00:00Z", "2015-09-28T06:00:00Z", "2015-09-28T09:00:00Z", "2015-09-28T12:00:00Z", "2015-09-28T15:00:00Z", "2015-09-28T18:00:00Z", "2015-09-28T21:00:00Z", "2015-09-29T03:00:00Z", "2015-09-29T09:00:00Z", "2015-09-29T15:00:00Z", "2015-09-29T21:00:00Z", "2015-09-30T03:00:00Z", "2015-09-30T09:00:00Z", "2015-09-30T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1000.0, 1002.0, 1000.0, 1000.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 998.0, 996.0, 994.0, 990.0, 985.0, 980.0, 975.0, 970.0, 965.0, 960.0, 960.0, 955.0, 945.0, 935.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 925.0, 935.0, 965.0, 975.0, 985.0, 994.0, 1004.0, 1006.0, 1010.0, 1010.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 45.0, 50.0, 50.0, 55.0, 60.0, 65.0, 70.0, 75.0, 75.0, 80.0, 90.0, 100.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 100.0, 75.0, 65.0, 55.0, 40.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201522_MUJIGAE_feature.json b/samples/Typhoon201522_MUJIGAE_feature.json
index 6ce59f3..a37545f 100644
--- a/samples/Typhoon201522_MUJIGAE_feature.json
+++ b/samples/Typhoon201522_MUJIGAE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201522号 (MUJIGAE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-10-01T03:00:00Z", "2015-10-01T09:00:00Z", "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z" ],
- "coordinates" : [ [ [ [ 127.4, 12.6 ], [ 127.10710678118656, 11.892893218813452 ], [ 126.4, 11.6 ], [ 125.69289321881345, 11.892893218813452 ], [ 125.4, 12.6 ], [ 125.69289321881345, 13.307106781186548 ], [ 126.4, 13.6 ], [ 127.10710678118656, 13.307106781186548 ], [ 127.4, 12.6 ] ] ], [ [ [ 126.2, 13.9 ], [ 125.90710678118656, 13.192893218813452 ], [ 125.2, 12.9 ], [ 124.49289321881345, 13.192893218813452 ], [ 124.2, 13.9 ], [ 124.49289321881345, 14.607106781186548 ], [ 125.2, 14.9 ], [ 125.90710678118656, 14.607106781186548 ], [ 126.2, 13.9 ] ] ], [ [ [ 124.8, 14.5 ], [ 124.50710678118655, 13.792893218813452 ], [ 123.8, 13.5 ], [ 123.09289321881344, 13.792893218813452 ], [ 122.8, 14.5 ], [ 123.09289321881344, 15.207106781186548 ], [ 123.8, 15.5 ], [ 124.50710678118655, 15.207106781186548 ], [ 124.8, 14.5 ] ] ], [ [ [ 123.7, 15.2 ], [ 123.40710678118656, 14.492893218813451 ], [ 122.7, 14.2 ], [ 121.99289321881345, 14.492893218813451 ], [ 121.7, 15.2 ], [ 121.99289321881345, 15.907106781186547 ], [ 122.7, 16.2 ], [ 123.40710678118656, 15.907106781186547 ], [ 123.7, 15.2 ] ] ], [ [ [ 124.3, 15.8 ], [ 123.42132034355964, 13.678679656440359 ], [ 121.3, 12.8 ], [ 119.17867965644035, 13.678679656440359 ], [ 118.3, 15.8 ], [ 119.17867965644035, 17.921320343559643 ], [ 121.3, 18.8 ], [ 123.42132034355964, 17.921320343559643 ], [ 124.3, 15.8 ] ] ], [ [ [ 123.1, 16.4 ], [ 122.22132034355964, 14.278679656440357 ], [ 120.1, 13.399999999999999 ], [ 117.97867965644035, 14.278679656440357 ], [ 117.1, 16.4 ], [ 117.97867965644035, 18.52132034355964 ], [ 120.1, 19.4 ], [ 122.22132034355964, 18.52132034355964 ], [ 123.1, 16.4 ] ] ], [ [ [ 121.9, 16.5 ], [ 121.02132034355965, 14.378679656440358 ], [ 118.9, 13.5 ], [ 116.77867965644036, 14.378679656440358 ], [ 115.9, 16.5 ], [ 116.77867965644036, 18.621320343559642 ], [ 118.9, 19.5 ], [ 121.02132034355965, 18.621320343559642 ], [ 121.9, 16.5 ] ] ], [ [ [ 120.8, 16.9 ], [ 119.92132034355964, 14.778679656440357 ], [ 117.8, 13.899999999999999 ], [ 115.67867965644035, 14.778679656440357 ], [ 114.8, 16.9 ], [ 115.67867965644035, 19.02132034355964 ], [ 117.8, 19.9 ], [ 119.92132034355964, 19.02132034355964 ], [ 120.8, 16.9 ] ] ], [ [ [ 119.6, 17.7 ], [ 118.72132034355964, 15.578679656440357 ], [ 116.6, 14.7 ], [ 114.47867965644035, 15.578679656440357 ], [ 113.6, 17.7 ], [ 114.47867965644035, 19.82132034355964 ], [ 116.6, 20.7 ], [ 118.72132034355964, 19.82132034355964 ], [ 119.6, 17.7 ] ] ], [ [ [ 118.5, 18.5 ], [ 117.62132034355965, 16.378679656440358 ], [ 115.5, 15.5 ], [ 113.37867965644035, 16.378679656440358 ], [ 112.5, 18.5 ], [ 113.37867965644035, 20.621320343559642 ], [ 115.5, 21.5 ], [ 117.62132034355965, 20.621320343559642 ], [ 118.5, 18.5 ] ] ], [ [ [ 117.4, 18.9 ], [ 116.52132034355965, 16.778679656440357 ], [ 114.4, 15.899999999999999 ], [ 112.27867965644036, 16.778679656440357 ], [ 111.4, 18.9 ], [ 112.27867965644036, 21.02132034355964 ], [ 114.4, 21.9 ], [ 116.52132034355965, 21.02132034355964 ], [ 117.4, 18.9 ] ] ], [ [ [ 116.4, 19.5 ], [ 115.52132034355965, 17.378679656440358 ], [ 113.4, 16.5 ], [ 111.27867965644036, 17.378679656440358 ], [ 110.4, 19.5 ], [ 111.27867965644036, 21.621320343559642 ], [ 113.4, 22.5 ], [ 115.52132034355965, 21.621320343559642 ], [ 116.4, 19.5 ] ] ], [ [ [ 115.2, 19.7 ], [ 114.32132034355965, 17.578679656440357 ], [ 112.2, 16.7 ], [ 110.07867965644036, 17.578679656440357 ], [ 109.2, 19.7 ], [ 110.07867965644036, 21.82132034355964 ], [ 112.2, 22.7 ], [ 114.32132034355965, 21.82132034355964 ], [ 115.2, 19.7 ] ] ], [ [ [ 114.5, 20.5 ], [ 113.62132034355965, 18.378679656440358 ], [ 111.5, 17.5 ], [ 109.37867965644035, 18.378679656440358 ], [ 108.5, 20.5 ], [ 109.37867965644035, 22.621320343559642 ], [ 111.5, 23.5 ], [ 113.62132034355965, 22.621320343559642 ], [ 114.5, 20.5 ] ] ], [ [ [ 113.4, 21.3 ], [ 112.52132034355965, 19.17867965644036 ], [ 110.4, 18.3 ], [ 108.27867965644036, 19.17867965644036 ], [ 107.4, 21.3 ], [ 108.27867965644036, 23.421320343559643 ], [ 110.4, 24.3 ], [ 112.52132034355965, 23.421320343559643 ], [ 113.4, 21.3 ] ] ], [ [ [ 112.6, 21.9 ], [ 111.72132034355964, 19.778679656440357 ], [ 109.6, 18.9 ], [ 107.47867965644035, 19.778679656440357 ], [ 106.6, 21.9 ], [ 107.47867965644035, 24.02132034355964 ], [ 109.6, 24.9 ], [ 111.72132034355964, 24.02132034355964 ], [ 112.6, 21.9 ] ] ], [ [ [ 111.8, 22.6 ], [ 110.92132034355964, 20.47867965644036 ], [ 108.8, 19.6 ], [ 106.67867965644035, 20.47867965644036 ], [ 105.8, 22.6 ], [ 106.67867965644035, 24.721320343559643 ], [ 108.8, 25.6 ], [ 110.92132034355964, 24.721320343559643 ], [ 111.8, 22.6 ] ] ], [ [ [ 109.2, 23.6 ], [ 108.90710678118656, 22.892893218813455 ], [ 108.2, 22.6 ], [ 107.49289321881345, 22.892893218813455 ], [ 107.2, 23.6 ], [ 107.49289321881345, 24.307106781186548 ], [ 108.2, 24.6 ], [ 108.90710678118656, 24.307106781186548 ], [ 109.2, 23.6 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-10-01T03:00:00Z", "2015-10-01T09:00:00Z", "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1008.0, 1006.0, 1002.0, 998.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 975.0, 965.0, 950.0, 950.0, 970.0, 990.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 45.0, 50.0, 55.0, 55.0, 55.0, 65.0, 75.0, 85.0, 85.0, 70.0, 50.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201522号 (MUJIGAE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-10-01T03:00:00Z", "2015-10-01T09:00:00Z", "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 127.4, 12.6 ], [ 127.10710678118656, 11.892893218813452 ], [ 126.4, 11.6 ], [ 125.69289321881345, 11.892893218813452 ], [ 125.4, 12.6 ], [ 125.69289321881345, 13.307106781186548 ], [ 126.4, 13.6 ], [ 127.10710678118656, 13.307106781186548 ], [ 127.4, 12.6 ] ] ], [ [ [ 126.2, 13.9 ], [ 125.90710678118656, 13.192893218813452 ], [ 125.2, 12.9 ], [ 124.49289321881345, 13.192893218813452 ], [ 124.2, 13.9 ], [ 124.49289321881345, 14.607106781186548 ], [ 125.2, 14.9 ], [ 125.90710678118656, 14.607106781186548 ], [ 126.2, 13.9 ] ] ], [ [ [ 124.8, 14.5 ], [ 124.50710678118655, 13.792893218813452 ], [ 123.8, 13.5 ], [ 123.09289321881344, 13.792893218813452 ], [ 122.8, 14.5 ], [ 123.09289321881344, 15.207106781186548 ], [ 123.8, 15.5 ], [ 124.50710678118655, 15.207106781186548 ], [ 124.8, 14.5 ] ] ], [ [ [ 123.7, 15.2 ], [ 123.40710678118656, 14.492893218813451 ], [ 122.7, 14.2 ], [ 121.99289321881345, 14.492893218813451 ], [ 121.7, 15.2 ], [ 121.99289321881345, 15.907106781186547 ], [ 122.7, 16.2 ], [ 123.40710678118656, 15.907106781186547 ], [ 123.7, 15.2 ] ] ], [ [ [ 124.3, 15.8 ], [ 123.42132034355964, 13.678679656440359 ], [ 121.3, 12.8 ], [ 119.17867965644035, 13.678679656440359 ], [ 118.3, 15.8 ], [ 119.17867965644035, 17.921320343559643 ], [ 121.3, 18.8 ], [ 123.42132034355964, 17.921320343559643 ], [ 124.3, 15.8 ] ] ], [ [ [ 123.1, 16.4 ], [ 122.22132034355964, 14.278679656440357 ], [ 120.1, 13.399999999999999 ], [ 117.97867965644035, 14.278679656440357 ], [ 117.1, 16.4 ], [ 117.97867965644035, 18.52132034355964 ], [ 120.1, 19.4 ], [ 122.22132034355964, 18.52132034355964 ], [ 123.1, 16.4 ] ] ], [ [ [ 121.9, 16.5 ], [ 121.02132034355965, 14.378679656440358 ], [ 118.9, 13.5 ], [ 116.77867965644036, 14.378679656440358 ], [ 115.9, 16.5 ], [ 116.77867965644036, 18.621320343559642 ], [ 118.9, 19.5 ], [ 121.02132034355965, 18.621320343559642 ], [ 121.9, 16.5 ] ] ], [ [ [ 120.8, 16.9 ], [ 119.92132034355964, 14.778679656440357 ], [ 117.8, 13.899999999999999 ], [ 115.67867965644035, 14.778679656440357 ], [ 114.8, 16.9 ], [ 115.67867965644035, 19.02132034355964 ], [ 117.8, 19.9 ], [ 119.92132034355964, 19.02132034355964 ], [ 120.8, 16.9 ] ] ], [ [ [ 119.6, 17.7 ], [ 118.72132034355964, 15.578679656440357 ], [ 116.6, 14.7 ], [ 114.47867965644035, 15.578679656440357 ], [ 113.6, 17.7 ], [ 114.47867965644035, 19.82132034355964 ], [ 116.6, 20.7 ], [ 118.72132034355964, 19.82132034355964 ], [ 119.6, 17.7 ] ] ], [ [ [ 118.5, 18.5 ], [ 117.62132034355965, 16.378679656440358 ], [ 115.5, 15.5 ], [ 113.37867965644035, 16.378679656440358 ], [ 112.5, 18.5 ], [ 113.37867965644035, 20.621320343559642 ], [ 115.5, 21.5 ], [ 117.62132034355965, 20.621320343559642 ], [ 118.5, 18.5 ] ] ], [ [ [ 117.4, 18.9 ], [ 116.52132034355965, 16.778679656440357 ], [ 114.4, 15.899999999999999 ], [ 112.27867965644036, 16.778679656440357 ], [ 111.4, 18.9 ], [ 112.27867965644036, 21.02132034355964 ], [ 114.4, 21.9 ], [ 116.52132034355965, 21.02132034355964 ], [ 117.4, 18.9 ] ] ], [ [ [ 116.4, 19.5 ], [ 115.52132034355965, 17.378679656440358 ], [ 113.4, 16.5 ], [ 111.27867965644036, 17.378679656440358 ], [ 110.4, 19.5 ], [ 111.27867965644036, 21.621320343559642 ], [ 113.4, 22.5 ], [ 115.52132034355965, 21.621320343559642 ], [ 116.4, 19.5 ] ] ], [ [ [ 115.2, 19.7 ], [ 114.32132034355965, 17.578679656440357 ], [ 112.2, 16.7 ], [ 110.07867965644036, 17.578679656440357 ], [ 109.2, 19.7 ], [ 110.07867965644036, 21.82132034355964 ], [ 112.2, 22.7 ], [ 114.32132034355965, 21.82132034355964 ], [ 115.2, 19.7 ] ] ], [ [ [ 114.5, 20.5 ], [ 113.62132034355965, 18.378679656440358 ], [ 111.5, 17.5 ], [ 109.37867965644035, 18.378679656440358 ], [ 108.5, 20.5 ], [ 109.37867965644035, 22.621320343559642 ], [ 111.5, 23.5 ], [ 113.62132034355965, 22.621320343559642 ], [ 114.5, 20.5 ] ] ], [ [ [ 113.4, 21.3 ], [ 112.52132034355965, 19.17867965644036 ], [ 110.4, 18.3 ], [ 108.27867965644036, 19.17867965644036 ], [ 107.4, 21.3 ], [ 108.27867965644036, 23.421320343559643 ], [ 110.4, 24.3 ], [ 112.52132034355965, 23.421320343559643 ], [ 113.4, 21.3 ] ] ], [ [ [ 112.6, 21.9 ], [ 111.72132034355964, 19.778679656440357 ], [ 109.6, 18.9 ], [ 107.47867965644035, 19.778679656440357 ], [ 106.6, 21.9 ], [ 107.47867965644035, 24.02132034355964 ], [ 109.6, 24.9 ], [ 111.72132034355964, 24.02132034355964 ], [ 112.6, 21.9 ] ] ], [ [ [ 111.8, 22.6 ], [ 110.92132034355964, 20.47867965644036 ], [ 108.8, 19.6 ], [ 106.67867965644035, 20.47867965644036 ], [ 105.8, 22.6 ], [ 106.67867965644035, 24.721320343559643 ], [ 108.8, 25.6 ], [ 110.92132034355964, 24.721320343559643 ], [ 111.8, 22.6 ] ] ], [ [ [ 109.2, 23.6 ], [ 108.90710678118656, 22.892893218813455 ], [ 108.2, 22.6 ], [ 107.49289321881345, 22.892893218813455 ], [ 107.2, 23.6 ], [ 107.49289321881345, 24.307106781186548 ], [ 108.2, 24.6 ], [ 108.90710678118656, 24.307106781186548 ], [ 109.2, 23.6 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-10-01T03:00:00Z", "2015-10-01T09:00:00Z", "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1008.0, 1006.0, 1002.0, 998.0, 998.0, 996.0, 990.0, 985.0, 985.0, 985.0, 975.0, 965.0, 950.0, 950.0, 970.0, 990.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 45.0, 50.0, 55.0, 55.0, 55.0, 65.0, 75.0, 85.0, 85.0, 70.0, 50.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201523_CHOI-WAN_feature.json b/samples/Typhoon201523_CHOI-WAN_feature.json
index 609f06c..966b3d0 100644
--- a/samples/Typhoon201523_CHOI-WAN_feature.json
+++ b/samples/Typhoon201523_CHOI-WAN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201523号 (CHOI-WAN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z", "2015-10-05T15:00:00Z", "2015-10-05T21:00:00Z", "2015-10-06T03:00:00Z", "2015-10-06T09:00:00Z", "2015-10-06T15:00:00Z", "2015-10-06T21:00:00Z", "2015-10-07T03:00:00Z", "2015-10-07T09:00:00Z", "2015-10-07T15:00:00Z", "2015-10-07T21:00:00Z", "2015-10-08T03:00:00Z", "2015-10-08T09:00:00Z", "2015-10-08T15:00:00Z", "2015-10-08T21:00:00Z", "2015-10-09T03:00:00Z", "2015-10-09T09:00:00Z", "2015-10-09T15:00:00Z", "2015-10-09T21:00:00Z", "2015-10-10T03:00:00Z", "2015-10-10T09:00:00Z", "2015-10-10T15:00:00Z", "2015-10-10T21:00:00Z", "2015-10-11T03:00:00Z", "2015-10-11T09:00:00Z", "2015-10-11T15:00:00Z", "2015-10-11T21:00:00Z", "2015-10-12T03:00:00Z" ],
- "coordinates" : [ [ [ [ 169.9, 16.9 ], [ 169.02132034355964, 14.778679656440357 ], [ 166.9, 13.899999999999999 ], [ 164.77867965644037, 14.778679656440357 ], [ 163.9, 16.9 ], [ 164.77867965644037, 19.02132034355964 ], [ 166.9, 19.9 ], [ 169.02132034355964, 19.02132034355964 ], [ 169.9, 16.9 ] ] ], [ [ [ 170.1, 17.5 ], [ 169.22132034355963, 15.378679656440358 ], [ 167.1, 14.5 ], [ 164.97867965644036, 15.378679656440358 ], [ 164.1, 17.5 ], [ 164.97867965644036, 19.621320343559642 ], [ 167.1, 20.5 ], [ 169.22132034355963, 19.621320343559642 ], [ 170.1, 17.5 ] ] ], [ [ [ 170.2, 17.8 ], [ 169.32132034355962, 15.678679656440359 ], [ 167.2, 14.8 ], [ 165.07867965644036, 15.678679656440359 ], [ 164.2, 17.8 ], [ 165.07867965644036, 19.921320343559643 ], [ 167.2, 20.8 ], [ 169.32132034355962, 19.921320343559643 ], [ 170.2, 17.8 ] ] ], [ [ [ 170.2, 18.2 ], [ 169.32132034355962, 16.078679656440357 ], [ 167.2, 15.2 ], [ 165.07867965644036, 16.078679656440357 ], [ 164.2, 18.2 ], [ 165.07867965644036, 20.32132034355964 ], [ 167.2, 21.2 ], [ 169.32132034355962, 20.32132034355964 ], [ 170.2, 18.2 ] ] ], [ [ [ 170.2, 18.5 ], [ 169.32132034355962, 16.378679656440358 ], [ 167.2, 15.5 ], [ 165.07867965644036, 16.378679656440358 ], [ 164.2, 18.5 ], [ 165.07867965644036, 20.621320343559642 ], [ 167.2, 21.5 ], [ 169.32132034355962, 20.621320343559642 ], [ 170.2, 18.5 ] ] ], [ [ [ 170.1, 18.8 ], [ 169.22132034355963, 16.67867965644036 ], [ 167.1, 15.8 ], [ 164.97867965644036, 16.67867965644036 ], [ 164.1, 18.8 ], [ 164.97867965644036, 20.921320343559643 ], [ 167.1, 21.8 ], [ 169.22132034355963, 20.921320343559643 ], [ 170.1, 18.8 ] ] ], [ [ [ 169.9, 19.1 ], [ 169.02132034355964, 16.97867965644036 ], [ 166.9, 16.1 ], [ 164.77867965644037, 16.97867965644036 ], [ 163.9, 19.1 ], [ 164.77867965644037, 21.221320343559643 ], [ 166.9, 22.1 ], [ 169.02132034355964, 21.221320343559643 ], [ 169.9, 19.1 ] ] ], [ [ [ 169.4, 19.3 ], [ 168.52132034355964, 17.17867965644036 ], [ 166.4, 16.3 ], [ 164.27867965644037, 17.17867965644036 ], [ 163.4, 19.3 ], [ 164.27867965644037, 21.421320343559643 ], [ 166.4, 22.3 ], [ 168.52132034355964, 21.421320343559643 ], [ 169.4, 19.3 ] ] ], [ [ [ 169.1, 19.5 ], [ 168.22132034355963, 17.378679656440358 ], [ 166.1, 16.5 ], [ 163.97867965644036, 17.378679656440358 ], [ 163.1, 19.5 ], [ 163.97867965644036, 21.621320343559642 ], [ 166.1, 22.5 ], [ 168.22132034355963, 21.621320343559642 ], [ 169.1, 19.5 ] ] ], [ [ [ 167.2, 20.0 ], [ 166.32132034355962, 17.878679656440358 ], [ 164.2, 17.0 ], [ 162.07867965644036, 17.878679656440358 ], [ 161.2, 20.0 ], [ 162.07867965644036, 22.121320343559642 ], [ 164.2, 23.0 ], [ 166.32132034355962, 22.121320343559642 ], [ 167.2, 20.0 ] ] ], [ [ [ 165.1, 20.1 ], [ 164.22132034355963, 17.97867965644036 ], [ 162.1, 17.1 ], [ 159.97867965644036, 17.97867965644036 ], [ 159.1, 20.1 ], [ 159.97867965644036, 22.221320343559643 ], [ 162.1, 23.1 ], [ 164.22132034355963, 22.221320343559643 ], [ 165.1, 20.1 ] ] ], [ [ [ 163.3, 20.2 ], [ 162.42132034355964, 18.078679656440357 ], [ 160.3, 17.2 ], [ 158.17867965644038, 18.078679656440357 ], [ 157.3, 20.2 ], [ 158.17867965644038, 22.32132034355964 ], [ 160.3, 23.2 ], [ 162.42132034355964, 22.32132034355964 ], [ 163.3, 20.2 ] ] ], [ [ [ 161.8, 20.8 ], [ 160.92132034355964, 18.67867965644036 ], [ 158.8, 17.8 ], [ 156.67867965644038, 18.67867965644036 ], [ 155.8, 20.8 ], [ 156.67867965644038, 22.921320343559643 ], [ 158.8, 23.8 ], [ 160.92132034355964, 22.921320343559643 ], [ 161.8, 20.8 ] ] ], [ [ [ 160.4, 21.4 ], [ 159.52132034355964, 19.278679656440357 ], [ 157.4, 18.4 ], [ 155.27867965644037, 19.278679656440357 ], [ 154.4, 21.4 ], [ 155.27867965644037, 23.52132034355964 ], [ 157.4, 24.4 ], [ 159.52132034355964, 23.52132034355964 ], [ 160.4, 21.4 ] ] ], [ [ [ 159.1, 21.7 ], [ 158.22132034355963, 19.578679656440357 ], [ 156.1, 18.7 ], [ 153.97867965644036, 19.578679656440357 ], [ 153.1, 21.7 ], [ 153.97867965644036, 23.82132034355964 ], [ 156.1, 24.7 ], [ 158.22132034355963, 23.82132034355964 ], [ 159.1, 21.7 ] ] ], [ [ [ 157.9, 21.8 ], [ 157.02132034355964, 19.67867965644036 ], [ 154.9, 18.8 ], [ 152.77867965644037, 19.67867965644036 ], [ 151.9, 21.8 ], [ 152.77867965644037, 23.921320343559643 ], [ 154.9, 24.8 ], [ 157.02132034355964, 23.921320343559643 ], [ 157.9, 21.8 ] ] ], [ [ [ 156.8, 22.0 ], [ 155.92132034355964, 19.878679656440358 ], [ 153.8, 19.0 ], [ 151.67867965644038, 19.878679656440358 ], [ 150.8, 22.0 ], [ 151.67867965644038, 24.121320343559642 ], [ 153.8, 25.0 ], [ 155.92132034355964, 24.121320343559642 ], [ 156.8, 22.0 ] ] ], [ [ [ 155.9, 22.4 ], [ 155.02132034355964, 20.278679656440357 ], [ 152.9, 19.4 ], [ 150.77867965644037, 20.278679656440357 ], [ 149.9, 22.4 ], [ 150.77867965644037, 24.52132034355964 ], [ 152.9, 25.4 ], [ 155.02132034355964, 24.52132034355964 ], [ 155.9, 22.4 ] ] ], [ [ [ 154.9, 22.9 ], [ 154.02132034355964, 20.778679656440357 ], [ 151.9, 19.9 ], [ 149.77867965644037, 20.778679656440357 ], [ 148.9, 22.9 ], [ 149.77867965644037, 25.02132034355964 ], [ 151.9, 25.9 ], [ 154.02132034355964, 25.02132034355964 ], [ 154.9, 22.9 ] ] ], [ [ [ 154.2, 23.4 ], [ 153.32132034355962, 21.278679656440357 ], [ 151.2, 20.4 ], [ 149.07867965644036, 21.278679656440357 ], [ 148.2, 23.4 ], [ 149.07867965644036, 25.52132034355964 ], [ 151.2, 26.4 ], [ 153.32132034355962, 25.52132034355964 ], [ 154.2, 23.4 ] ] ], [ [ [ 153.9, 24.1 ], [ 153.02132034355964, 21.97867965644036 ], [ 150.9, 21.1 ], [ 148.77867965644037, 21.97867965644036 ], [ 147.9, 24.1 ], [ 148.77867965644037, 26.221320343559643 ], [ 150.9, 27.1 ], [ 153.02132034355964, 26.221320343559643 ], [ 153.9, 24.1 ] ] ], [ [ [ 153.9, 25.2 ], [ 153.02132034355964, 23.078679656440357 ], [ 150.9, 22.2 ], [ 148.77867965644037, 23.078679656440357 ], [ 147.9, 25.2 ], [ 148.77867965644037, 27.32132034355964 ], [ 150.9, 28.2 ], [ 153.02132034355964, 27.32132034355964 ], [ 153.9, 25.2 ] ] ], [ [ [ 153.9, 26.5 ], [ 153.02132034355964, 24.378679656440358 ], [ 150.9, 23.5 ], [ 148.77867965644037, 24.378679656440358 ], [ 147.9, 26.5 ], [ 148.77867965644037, 28.621320343559642 ], [ 150.9, 29.5 ], [ 153.02132034355964, 28.621320343559642 ], [ 153.9, 26.5 ] ] ], [ [ [ 154.3, 28.5 ], [ 153.42132034355964, 26.378679656440358 ], [ 151.3, 25.5 ], [ 149.17867965644038, 26.378679656440358 ], [ 148.3, 28.5 ], [ 149.17867965644038, 30.621320343559642 ], [ 151.3, 31.5 ], [ 153.42132034355964, 30.621320343559642 ], [ 154.3, 28.5 ] ] ], [ [ [ 154.2, 31.2 ], [ 153.32132034355962, 29.078679656440357 ], [ 151.2, 28.2 ], [ 149.07867965644036, 29.078679656440357 ], [ 148.2, 31.2 ], [ 149.07867965644036, 33.32132034355964 ], [ 151.2, 34.2 ], [ 153.32132034355962, 33.32132034355964 ], [ 154.2, 31.2 ] ] ], [ [ [ 153.3, 34.5 ], [ 152.42132034355964, 32.378679656440355 ], [ 150.3, 31.5 ], [ 148.17867965644038, 32.378679656440355 ], [ 147.3, 34.5 ], [ 148.17867965644038, 36.621320343559645 ], [ 150.3, 37.5 ], [ 152.42132034355964, 36.621320343559645 ], [ 153.3, 34.5 ] ] ], [ [ [ 152.8, 37.4 ], [ 151.92132034355964, 35.27867965644035 ], [ 149.8, 34.4 ], [ 147.67867965644038, 35.27867965644035 ], [ 146.8, 37.4 ], [ 147.67867965644038, 39.521320343559644 ], [ 149.8, 40.4 ], [ 151.92132034355964, 39.521320343559644 ], [ 152.8, 37.4 ] ] ], [ [ [ 151.5, 39.5 ], [ 150.62132034355963, 37.378679656440355 ], [ 148.5, 36.5 ], [ 146.37867965644037, 37.378679656440355 ], [ 145.5, 39.5 ], [ 146.37867965644037, 41.621320343559645 ], [ 148.5, 42.5 ], [ 150.62132034355963, 41.621320343559645 ], [ 151.5, 39.5 ] ] ], [ [ [ 151.1, 40.9 ], [ 150.22132034355963, 38.77867965644035 ], [ 148.1, 37.9 ], [ 145.97867965644036, 38.77867965644035 ], [ 145.1, 40.9 ], [ 145.97867965644036, 43.021320343559644 ], [ 148.1, 43.9 ], [ 150.22132034355963, 43.021320343559644 ], [ 151.1, 40.9 ] ] ], [ [ [ 150.7, 43.1 ], [ 149.82132034355962, 40.978679656440356 ], [ 147.7, 40.1 ], [ 145.57867965644036, 40.978679656440356 ], [ 144.7, 43.1 ], [ 145.57867965644036, 45.22132034355965 ], [ 147.7, 46.1 ], [ 149.82132034355962, 45.22132034355965 ], [ 150.7, 43.1 ] ] ], [ [ [ 151.4, 44.7 ], [ 150.52132034355964, 42.57867965644036 ], [ 148.4, 41.7 ], [ 146.27867965644037, 42.57867965644036 ], [ 145.4, 44.7 ], [ 146.27867965644037, 46.82132034355965 ], [ 148.4, 47.7 ], [ 150.52132034355964, 46.82132034355965 ], [ 151.4, 44.7 ] ] ], [ [ [ 151.2, 46.0 ], [ 150.32132034355962, 43.878679656440355 ], [ 148.2, 43.0 ], [ 146.07867965644036, 43.878679656440355 ], [ 145.2, 46.0 ], [ 146.07867965644036, 48.121320343559645 ], [ 148.2, 49.0 ], [ 150.32132034355962, 48.121320343559645 ], [ 151.2, 46.0 ] ] ], [ [ [ 150.2, 46.7 ], [ 149.32132034355962, 44.57867965644036 ], [ 147.2, 43.7 ], [ 145.07867965644036, 44.57867965644036 ], [ 144.2, 46.7 ], [ 145.07867965644036, 48.82132034355965 ], [ 147.2, 49.7 ], [ 149.32132034355962, 48.82132034355965 ], [ 150.2, 46.7 ] ] ], [ [ [ 149.8, 47.1 ], [ 148.92132034355964, 44.978679656440356 ], [ 146.8, 44.1 ], [ 144.67867965644038, 44.978679656440356 ], [ 143.8, 47.1 ], [ 144.67867965644038, 49.22132034355965 ], [ 146.8, 50.1 ], [ 148.92132034355964, 49.22132034355965 ], [ 149.8, 47.1 ] ] ], [ [ [ 150.3, 47.7 ], [ 149.42132034355964, 45.57867965644036 ], [ 147.3, 44.7 ], [ 145.17867965644038, 45.57867965644036 ], [ 144.3, 47.7 ], [ 145.17867965644038, 49.82132034355965 ], [ 147.3, 50.7 ], [ 149.42132034355964, 49.82132034355965 ], [ 150.3, 47.7 ] ] ], [ [ [ 150.5, 48.8 ], [ 149.62132034355963, 46.67867965644035 ], [ 147.5, 45.8 ], [ 145.37867965644037, 46.67867965644035 ], [ 144.5, 48.8 ], [ 145.37867965644037, 50.92132034355964 ], [ 147.5, 51.8 ], [ 149.62132034355963, 50.92132034355964 ], [ 150.5, 48.8 ] ] ], [ [ [ 150.8, 50.0 ], [ 149.92132034355964, 47.878679656440355 ], [ 147.8, 47.0 ], [ 145.67867965644038, 47.878679656440355 ], [ 144.8, 50.0 ], [ 145.67867965644038, 52.121320343559645 ], [ 147.8, 53.0 ], [ 149.92132034355964, 52.121320343559645 ], [ 150.8, 50.0 ] ] ], [ [ [ 150.7, 51.2 ], [ 149.82132034355962, 49.07867965644036 ], [ 147.7, 48.2 ], [ 145.57867965644036, 49.07867965644036 ], [ 144.7, 51.2 ], [ 145.57867965644036, 53.32132034355965 ], [ 147.7, 54.2 ], [ 149.82132034355962, 53.32132034355965 ], [ 150.7, 51.2 ] ] ], [ [ [ 151.1, 52.2 ], [ 150.22132034355963, 50.07867965644036 ], [ 148.1, 49.2 ], [ 145.97867965644036, 50.07867965644036 ], [ 145.1, 52.2 ], [ 145.97867965644036, 54.32132034355965 ], [ 148.1, 55.2 ], [ 150.22132034355963, 54.32132034355965 ], [ 151.1, 52.2 ] ] ], [ [ [ 152.1, 53.0 ], [ 151.22132034355963, 50.878679656440355 ], [ 149.1, 50.0 ], [ 146.97867965644036, 50.878679656440355 ], [ 146.1, 53.0 ], [ 146.97867965644036, 55.121320343559645 ], [ 149.1, 56.0 ], [ 151.22132034355963, 55.121320343559645 ], [ 152.1, 53.0 ] ] ], [ [ [ 153.3, 54.0 ], [ 152.42132034355964, 51.878679656440355 ], [ 150.3, 51.0 ], [ 148.17867965644038, 51.878679656440355 ], [ 147.3, 54.0 ], [ 148.17867965644038, 56.121320343559645 ], [ 150.3, 57.0 ], [ 152.42132034355964, 56.121320343559645 ], [ 153.3, 54.0 ] ] ], [ [ [ 154.2, 54.7 ], [ 153.32132034355962, 52.57867965644036 ], [ 151.2, 51.7 ], [ 149.07867965644036, 52.57867965644036 ], [ 148.2, 54.7 ], [ 149.07867965644036, 56.82132034355965 ], [ 151.2, 57.7 ], [ 153.32132034355962, 56.82132034355965 ], [ 154.2, 54.7 ] ] ], [ [ [ 156.5, 55.8 ], [ 155.62132034355963, 53.67867965644035 ], [ 153.5, 52.8 ], [ 151.37867965644037, 53.67867965644035 ], [ 150.5, 55.8 ], [ 151.37867965644037, 57.92132034355964 ], [ 153.5, 58.8 ], [ 155.62132034355963, 57.92132034355964 ], [ 156.5, 55.8 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z", "2015-10-05T15:00:00Z", "2015-10-05T21:00:00Z", "2015-10-06T03:00:00Z", "2015-10-06T09:00:00Z", "2015-10-06T15:00:00Z", "2015-10-06T21:00:00Z", "2015-10-07T03:00:00Z", "2015-10-07T09:00:00Z", "2015-10-07T15:00:00Z", "2015-10-07T21:00:00Z", "2015-10-08T03:00:00Z", "2015-10-08T09:00:00Z", "2015-10-08T15:00:00Z", "2015-10-08T21:00:00Z", "2015-10-09T03:00:00Z", "2015-10-09T09:00:00Z", "2015-10-09T15:00:00Z", "2015-10-09T21:00:00Z", "2015-10-10T03:00:00Z", "2015-10-10T09:00:00Z", "2015-10-10T15:00:00Z", "2015-10-10T21:00:00Z", "2015-10-11T03:00:00Z", "2015-10-11T09:00:00Z", "2015-10-11T15:00:00Z", "2015-10-11T21:00:00Z", "2015-10-12T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1000.0, 1000.0, 998.0, 998.0, 996.0, 996.0, 992.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 975.0, 970.0, 970.0, 970.0, 965.0, 965.0, 965.0, 960.0, 956.0, 952.0, 956.0, 960.0, 966.0, 968.0, 976.0, 980.0, 988.0, 992.0, 992.0, 994.0, 994.0, 992.0, 994.0, 996.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 60.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201523号 (CHOI-WAN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z", "2015-10-05T15:00:00Z", "2015-10-05T21:00:00Z", "2015-10-06T03:00:00Z", "2015-10-06T09:00:00Z", "2015-10-06T15:00:00Z", "2015-10-06T21:00:00Z", "2015-10-07T03:00:00Z", "2015-10-07T09:00:00Z", "2015-10-07T15:00:00Z", "2015-10-07T21:00:00Z", "2015-10-08T03:00:00Z", "2015-10-08T09:00:00Z", "2015-10-08T15:00:00Z", "2015-10-08T21:00:00Z", "2015-10-09T03:00:00Z", "2015-10-09T09:00:00Z", "2015-10-09T15:00:00Z", "2015-10-09T21:00:00Z", "2015-10-10T03:00:00Z", "2015-10-10T09:00:00Z", "2015-10-10T15:00:00Z", "2015-10-10T21:00:00Z", "2015-10-11T03:00:00Z", "2015-10-11T09:00:00Z", "2015-10-11T15:00:00Z", "2015-10-11T21:00:00Z", "2015-10-12T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 169.9, 16.9 ], [ 169.02132034355964, 14.778679656440357 ], [ 166.9, 13.899999999999999 ], [ 164.77867965644037, 14.778679656440357 ], [ 163.9, 16.9 ], [ 164.77867965644037, 19.02132034355964 ], [ 166.9, 19.9 ], [ 169.02132034355964, 19.02132034355964 ], [ 169.9, 16.9 ] ] ], [ [ [ 170.1, 17.5 ], [ 169.22132034355963, 15.378679656440358 ], [ 167.1, 14.5 ], [ 164.97867965644036, 15.378679656440358 ], [ 164.1, 17.5 ], [ 164.97867965644036, 19.621320343559642 ], [ 167.1, 20.5 ], [ 169.22132034355963, 19.621320343559642 ], [ 170.1, 17.5 ] ] ], [ [ [ 170.2, 17.8 ], [ 169.32132034355962, 15.678679656440359 ], [ 167.2, 14.8 ], [ 165.07867965644036, 15.678679656440359 ], [ 164.2, 17.8 ], [ 165.07867965644036, 19.921320343559643 ], [ 167.2, 20.8 ], [ 169.32132034355962, 19.921320343559643 ], [ 170.2, 17.8 ] ] ], [ [ [ 170.2, 18.2 ], [ 169.32132034355962, 16.078679656440357 ], [ 167.2, 15.2 ], [ 165.07867965644036, 16.078679656440357 ], [ 164.2, 18.2 ], [ 165.07867965644036, 20.32132034355964 ], [ 167.2, 21.2 ], [ 169.32132034355962, 20.32132034355964 ], [ 170.2, 18.2 ] ] ], [ [ [ 170.2, 18.5 ], [ 169.32132034355962, 16.378679656440358 ], [ 167.2, 15.5 ], [ 165.07867965644036, 16.378679656440358 ], [ 164.2, 18.5 ], [ 165.07867965644036, 20.621320343559642 ], [ 167.2, 21.5 ], [ 169.32132034355962, 20.621320343559642 ], [ 170.2, 18.5 ] ] ], [ [ [ 170.1, 18.8 ], [ 169.22132034355963, 16.67867965644036 ], [ 167.1, 15.8 ], [ 164.97867965644036, 16.67867965644036 ], [ 164.1, 18.8 ], [ 164.97867965644036, 20.921320343559643 ], [ 167.1, 21.8 ], [ 169.22132034355963, 20.921320343559643 ], [ 170.1, 18.8 ] ] ], [ [ [ 169.9, 19.1 ], [ 169.02132034355964, 16.97867965644036 ], [ 166.9, 16.1 ], [ 164.77867965644037, 16.97867965644036 ], [ 163.9, 19.1 ], [ 164.77867965644037, 21.221320343559643 ], [ 166.9, 22.1 ], [ 169.02132034355964, 21.221320343559643 ], [ 169.9, 19.1 ] ] ], [ [ [ 169.4, 19.3 ], [ 168.52132034355964, 17.17867965644036 ], [ 166.4, 16.3 ], [ 164.27867965644037, 17.17867965644036 ], [ 163.4, 19.3 ], [ 164.27867965644037, 21.421320343559643 ], [ 166.4, 22.3 ], [ 168.52132034355964, 21.421320343559643 ], [ 169.4, 19.3 ] ] ], [ [ [ 169.1, 19.5 ], [ 168.22132034355963, 17.378679656440358 ], [ 166.1, 16.5 ], [ 163.97867965644036, 17.378679656440358 ], [ 163.1, 19.5 ], [ 163.97867965644036, 21.621320343559642 ], [ 166.1, 22.5 ], [ 168.22132034355963, 21.621320343559642 ], [ 169.1, 19.5 ] ] ], [ [ [ 167.2, 20.0 ], [ 166.32132034355962, 17.878679656440358 ], [ 164.2, 17.0 ], [ 162.07867965644036, 17.878679656440358 ], [ 161.2, 20.0 ], [ 162.07867965644036, 22.121320343559642 ], [ 164.2, 23.0 ], [ 166.32132034355962, 22.121320343559642 ], [ 167.2, 20.0 ] ] ], [ [ [ 165.1, 20.1 ], [ 164.22132034355963, 17.97867965644036 ], [ 162.1, 17.1 ], [ 159.97867965644036, 17.97867965644036 ], [ 159.1, 20.1 ], [ 159.97867965644036, 22.221320343559643 ], [ 162.1, 23.1 ], [ 164.22132034355963, 22.221320343559643 ], [ 165.1, 20.1 ] ] ], [ [ [ 163.3, 20.2 ], [ 162.42132034355964, 18.078679656440357 ], [ 160.3, 17.2 ], [ 158.17867965644038, 18.078679656440357 ], [ 157.3, 20.2 ], [ 158.17867965644038, 22.32132034355964 ], [ 160.3, 23.2 ], [ 162.42132034355964, 22.32132034355964 ], [ 163.3, 20.2 ] ] ], [ [ [ 161.8, 20.8 ], [ 160.92132034355964, 18.67867965644036 ], [ 158.8, 17.8 ], [ 156.67867965644038, 18.67867965644036 ], [ 155.8, 20.8 ], [ 156.67867965644038, 22.921320343559643 ], [ 158.8, 23.8 ], [ 160.92132034355964, 22.921320343559643 ], [ 161.8, 20.8 ] ] ], [ [ [ 160.4, 21.4 ], [ 159.52132034355964, 19.278679656440357 ], [ 157.4, 18.4 ], [ 155.27867965644037, 19.278679656440357 ], [ 154.4, 21.4 ], [ 155.27867965644037, 23.52132034355964 ], [ 157.4, 24.4 ], [ 159.52132034355964, 23.52132034355964 ], [ 160.4, 21.4 ] ] ], [ [ [ 159.1, 21.7 ], [ 158.22132034355963, 19.578679656440357 ], [ 156.1, 18.7 ], [ 153.97867965644036, 19.578679656440357 ], [ 153.1, 21.7 ], [ 153.97867965644036, 23.82132034355964 ], [ 156.1, 24.7 ], [ 158.22132034355963, 23.82132034355964 ], [ 159.1, 21.7 ] ] ], [ [ [ 157.9, 21.8 ], [ 157.02132034355964, 19.67867965644036 ], [ 154.9, 18.8 ], [ 152.77867965644037, 19.67867965644036 ], [ 151.9, 21.8 ], [ 152.77867965644037, 23.921320343559643 ], [ 154.9, 24.8 ], [ 157.02132034355964, 23.921320343559643 ], [ 157.9, 21.8 ] ] ], [ [ [ 156.8, 22.0 ], [ 155.92132034355964, 19.878679656440358 ], [ 153.8, 19.0 ], [ 151.67867965644038, 19.878679656440358 ], [ 150.8, 22.0 ], [ 151.67867965644038, 24.121320343559642 ], [ 153.8, 25.0 ], [ 155.92132034355964, 24.121320343559642 ], [ 156.8, 22.0 ] ] ], [ [ [ 155.9, 22.4 ], [ 155.02132034355964, 20.278679656440357 ], [ 152.9, 19.4 ], [ 150.77867965644037, 20.278679656440357 ], [ 149.9, 22.4 ], [ 150.77867965644037, 24.52132034355964 ], [ 152.9, 25.4 ], [ 155.02132034355964, 24.52132034355964 ], [ 155.9, 22.4 ] ] ], [ [ [ 154.9, 22.9 ], [ 154.02132034355964, 20.778679656440357 ], [ 151.9, 19.9 ], [ 149.77867965644037, 20.778679656440357 ], [ 148.9, 22.9 ], [ 149.77867965644037, 25.02132034355964 ], [ 151.9, 25.9 ], [ 154.02132034355964, 25.02132034355964 ], [ 154.9, 22.9 ] ] ], [ [ [ 154.2, 23.4 ], [ 153.32132034355962, 21.278679656440357 ], [ 151.2, 20.4 ], [ 149.07867965644036, 21.278679656440357 ], [ 148.2, 23.4 ], [ 149.07867965644036, 25.52132034355964 ], [ 151.2, 26.4 ], [ 153.32132034355962, 25.52132034355964 ], [ 154.2, 23.4 ] ] ], [ [ [ 153.9, 24.1 ], [ 153.02132034355964, 21.97867965644036 ], [ 150.9, 21.1 ], [ 148.77867965644037, 21.97867965644036 ], [ 147.9, 24.1 ], [ 148.77867965644037, 26.221320343559643 ], [ 150.9, 27.1 ], [ 153.02132034355964, 26.221320343559643 ], [ 153.9, 24.1 ] ] ], [ [ [ 153.9, 25.2 ], [ 153.02132034355964, 23.078679656440357 ], [ 150.9, 22.2 ], [ 148.77867965644037, 23.078679656440357 ], [ 147.9, 25.2 ], [ 148.77867965644037, 27.32132034355964 ], [ 150.9, 28.2 ], [ 153.02132034355964, 27.32132034355964 ], [ 153.9, 25.2 ] ] ], [ [ [ 153.9, 26.5 ], [ 153.02132034355964, 24.378679656440358 ], [ 150.9, 23.5 ], [ 148.77867965644037, 24.378679656440358 ], [ 147.9, 26.5 ], [ 148.77867965644037, 28.621320343559642 ], [ 150.9, 29.5 ], [ 153.02132034355964, 28.621320343559642 ], [ 153.9, 26.5 ] ] ], [ [ [ 154.3, 28.5 ], [ 153.42132034355964, 26.378679656440358 ], [ 151.3, 25.5 ], [ 149.17867965644038, 26.378679656440358 ], [ 148.3, 28.5 ], [ 149.17867965644038, 30.621320343559642 ], [ 151.3, 31.5 ], [ 153.42132034355964, 30.621320343559642 ], [ 154.3, 28.5 ] ] ], [ [ [ 154.2, 31.2 ], [ 153.32132034355962, 29.078679656440357 ], [ 151.2, 28.2 ], [ 149.07867965644036, 29.078679656440357 ], [ 148.2, 31.2 ], [ 149.07867965644036, 33.32132034355964 ], [ 151.2, 34.2 ], [ 153.32132034355962, 33.32132034355964 ], [ 154.2, 31.2 ] ] ], [ [ [ 153.3, 34.5 ], [ 152.42132034355964, 32.378679656440355 ], [ 150.3, 31.5 ], [ 148.17867965644038, 32.378679656440355 ], [ 147.3, 34.5 ], [ 148.17867965644038, 36.621320343559645 ], [ 150.3, 37.5 ], [ 152.42132034355964, 36.621320343559645 ], [ 153.3, 34.5 ] ] ], [ [ [ 152.8, 37.4 ], [ 151.92132034355964, 35.27867965644035 ], [ 149.8, 34.4 ], [ 147.67867965644038, 35.27867965644035 ], [ 146.8, 37.4 ], [ 147.67867965644038, 39.521320343559644 ], [ 149.8, 40.4 ], [ 151.92132034355964, 39.521320343559644 ], [ 152.8, 37.4 ] ] ], [ [ [ 151.5, 39.5 ], [ 150.62132034355963, 37.378679656440355 ], [ 148.5, 36.5 ], [ 146.37867965644037, 37.378679656440355 ], [ 145.5, 39.5 ], [ 146.37867965644037, 41.621320343559645 ], [ 148.5, 42.5 ], [ 150.62132034355963, 41.621320343559645 ], [ 151.5, 39.5 ] ] ], [ [ [ 151.1, 40.9 ], [ 150.22132034355963, 38.77867965644035 ], [ 148.1, 37.9 ], [ 145.97867965644036, 38.77867965644035 ], [ 145.1, 40.9 ], [ 145.97867965644036, 43.021320343559644 ], [ 148.1, 43.9 ], [ 150.22132034355963, 43.021320343559644 ], [ 151.1, 40.9 ] ] ], [ [ [ 150.7, 43.1 ], [ 149.82132034355962, 40.978679656440356 ], [ 147.7, 40.1 ], [ 145.57867965644036, 40.978679656440356 ], [ 144.7, 43.1 ], [ 145.57867965644036, 45.22132034355965 ], [ 147.7, 46.1 ], [ 149.82132034355962, 45.22132034355965 ], [ 150.7, 43.1 ] ] ], [ [ [ 151.4, 44.7 ], [ 150.52132034355964, 42.57867965644036 ], [ 148.4, 41.7 ], [ 146.27867965644037, 42.57867965644036 ], [ 145.4, 44.7 ], [ 146.27867965644037, 46.82132034355965 ], [ 148.4, 47.7 ], [ 150.52132034355964, 46.82132034355965 ], [ 151.4, 44.7 ] ] ], [ [ [ 151.2, 46.0 ], [ 150.32132034355962, 43.878679656440355 ], [ 148.2, 43.0 ], [ 146.07867965644036, 43.878679656440355 ], [ 145.2, 46.0 ], [ 146.07867965644036, 48.121320343559645 ], [ 148.2, 49.0 ], [ 150.32132034355962, 48.121320343559645 ], [ 151.2, 46.0 ] ] ], [ [ [ 150.2, 46.7 ], [ 149.32132034355962, 44.57867965644036 ], [ 147.2, 43.7 ], [ 145.07867965644036, 44.57867965644036 ], [ 144.2, 46.7 ], [ 145.07867965644036, 48.82132034355965 ], [ 147.2, 49.7 ], [ 149.32132034355962, 48.82132034355965 ], [ 150.2, 46.7 ] ] ], [ [ [ 149.8, 47.1 ], [ 148.92132034355964, 44.978679656440356 ], [ 146.8, 44.1 ], [ 144.67867965644038, 44.978679656440356 ], [ 143.8, 47.1 ], [ 144.67867965644038, 49.22132034355965 ], [ 146.8, 50.1 ], [ 148.92132034355964, 49.22132034355965 ], [ 149.8, 47.1 ] ] ], [ [ [ 150.3, 47.7 ], [ 149.42132034355964, 45.57867965644036 ], [ 147.3, 44.7 ], [ 145.17867965644038, 45.57867965644036 ], [ 144.3, 47.7 ], [ 145.17867965644038, 49.82132034355965 ], [ 147.3, 50.7 ], [ 149.42132034355964, 49.82132034355965 ], [ 150.3, 47.7 ] ] ], [ [ [ 150.5, 48.8 ], [ 149.62132034355963, 46.67867965644035 ], [ 147.5, 45.8 ], [ 145.37867965644037, 46.67867965644035 ], [ 144.5, 48.8 ], [ 145.37867965644037, 50.92132034355964 ], [ 147.5, 51.8 ], [ 149.62132034355963, 50.92132034355964 ], [ 150.5, 48.8 ] ] ], [ [ [ 150.8, 50.0 ], [ 149.92132034355964, 47.878679656440355 ], [ 147.8, 47.0 ], [ 145.67867965644038, 47.878679656440355 ], [ 144.8, 50.0 ], [ 145.67867965644038, 52.121320343559645 ], [ 147.8, 53.0 ], [ 149.92132034355964, 52.121320343559645 ], [ 150.8, 50.0 ] ] ], [ [ [ 150.7, 51.2 ], [ 149.82132034355962, 49.07867965644036 ], [ 147.7, 48.2 ], [ 145.57867965644036, 49.07867965644036 ], [ 144.7, 51.2 ], [ 145.57867965644036, 53.32132034355965 ], [ 147.7, 54.2 ], [ 149.82132034355962, 53.32132034355965 ], [ 150.7, 51.2 ] ] ], [ [ [ 151.1, 52.2 ], [ 150.22132034355963, 50.07867965644036 ], [ 148.1, 49.2 ], [ 145.97867965644036, 50.07867965644036 ], [ 145.1, 52.2 ], [ 145.97867965644036, 54.32132034355965 ], [ 148.1, 55.2 ], [ 150.22132034355963, 54.32132034355965 ], [ 151.1, 52.2 ] ] ], [ [ [ 152.1, 53.0 ], [ 151.22132034355963, 50.878679656440355 ], [ 149.1, 50.0 ], [ 146.97867965644036, 50.878679656440355 ], [ 146.1, 53.0 ], [ 146.97867965644036, 55.121320343559645 ], [ 149.1, 56.0 ], [ 151.22132034355963, 55.121320343559645 ], [ 152.1, 53.0 ] ] ], [ [ [ 153.3, 54.0 ], [ 152.42132034355964, 51.878679656440355 ], [ 150.3, 51.0 ], [ 148.17867965644038, 51.878679656440355 ], [ 147.3, 54.0 ], [ 148.17867965644038, 56.121320343559645 ], [ 150.3, 57.0 ], [ 152.42132034355964, 56.121320343559645 ], [ 153.3, 54.0 ] ] ], [ [ [ 154.2, 54.7 ], [ 153.32132034355962, 52.57867965644036 ], [ 151.2, 51.7 ], [ 149.07867965644036, 52.57867965644036 ], [ 148.2, 54.7 ], [ 149.07867965644036, 56.82132034355965 ], [ 151.2, 57.7 ], [ 153.32132034355962, 56.82132034355965 ], [ 154.2, 54.7 ] ] ], [ [ [ 156.5, 55.8 ], [ 155.62132034355963, 53.67867965644035 ], [ 153.5, 52.8 ], [ 151.37867965644037, 53.67867965644035 ], [ 150.5, 55.8 ], [ 151.37867965644037, 57.92132034355964 ], [ 153.5, 58.8 ], [ 155.62132034355963, 57.92132034355964 ], [ 156.5, 55.8 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-10-01T15:00:00Z", "2015-10-01T21:00:00Z", "2015-10-02T03:00:00Z", "2015-10-02T09:00:00Z", "2015-10-02T15:00:00Z", "2015-10-02T21:00:00Z", "2015-10-03T03:00:00Z", "2015-10-03T09:00:00Z", "2015-10-03T15:00:00Z", "2015-10-03T21:00:00Z", "2015-10-04T03:00:00Z", "2015-10-04T09:00:00Z", "2015-10-04T15:00:00Z", "2015-10-04T21:00:00Z", "2015-10-05T03:00:00Z", "2015-10-05T09:00:00Z", "2015-10-05T15:00:00Z", "2015-10-05T21:00:00Z", "2015-10-06T03:00:00Z", "2015-10-06T09:00:00Z", "2015-10-06T15:00:00Z", "2015-10-06T21:00:00Z", "2015-10-07T03:00:00Z", "2015-10-07T09:00:00Z", "2015-10-07T15:00:00Z", "2015-10-07T21:00:00Z", "2015-10-08T03:00:00Z", "2015-10-08T09:00:00Z", "2015-10-08T15:00:00Z", "2015-10-08T21:00:00Z", "2015-10-09T03:00:00Z", "2015-10-09T09:00:00Z", "2015-10-09T15:00:00Z", "2015-10-09T21:00:00Z", "2015-10-10T03:00:00Z", "2015-10-10T09:00:00Z", "2015-10-10T15:00:00Z", "2015-10-10T21:00:00Z", "2015-10-11T03:00:00Z", "2015-10-11T09:00:00Z", "2015-10-11T15:00:00Z", "2015-10-11T21:00:00Z", "2015-10-12T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1000.0, 1000.0, 998.0, 998.0, 996.0, 996.0, 992.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 975.0, 970.0, 970.0, 970.0, 965.0, 965.0, 965.0, 960.0, 956.0, 952.0, 956.0, 960.0, 966.0, 968.0, 976.0, 980.0, 988.0, 992.0, 992.0, 994.0, 994.0, 992.0, 994.0, 996.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 60.0, 60.0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201524_KOPPU_feature.json b/samples/Typhoon201524_KOPPU_feature.json
index a003925..71d62e9 100644
--- a/samples/Typhoon201524_KOPPU_feature.json
+++ b/samples/Typhoon201524_KOPPU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201524号 (KOPPU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-10-12T09:00:00Z", "2015-10-12T15:00:00Z", "2015-10-12T21:00:00Z", "2015-10-13T03:00:00Z", "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z" ],
- "coordinates" : [ [ [ [ 152.0, 13.8 ], [ 151.70710678118655, 13.092893218813453 ], [ 151.0, 12.8 ], [ 150.29289321881345, 13.092893218813453 ], [ 150.0, 13.8 ], [ 150.29289321881345, 14.507106781186549 ], [ 151.0, 14.8 ], [ 151.70710678118655, 14.507106781186549 ], [ 152.0, 13.8 ] ] ], [ [ [ 149.9, 14.4 ], [ 149.60710678118656, 13.692893218813452 ], [ 148.9, 13.4 ], [ 148.19289321881345, 13.692893218813452 ], [ 147.9, 14.4 ], [ 148.19289321881345, 15.107106781186548 ], [ 148.9, 15.4 ], [ 149.60710678118656, 15.107106781186548 ], [ 149.9, 14.4 ] ] ], [ [ [ 148.4, 14.8 ], [ 148.10710678118656, 14.092893218813453 ], [ 147.4, 13.8 ], [ 146.69289321881345, 14.092893218813453 ], [ 146.4, 14.8 ], [ 146.69289321881345, 15.507106781186549 ], [ 147.4, 15.8 ], [ 148.10710678118656, 15.507106781186549 ], [ 148.4, 14.8 ] ] ], [ [ [ 146.6, 15.5 ], [ 146.30710678118655, 14.792893218813452 ], [ 145.6, 14.5 ], [ 144.89289321881344, 14.792893218813452 ], [ 144.6, 15.5 ], [ 144.89289321881344, 16.207106781186546 ], [ 145.6, 16.5 ], [ 146.30710678118655, 16.207106781186546 ], [ 146.6, 15.5 ] ] ], [ [ [ 143.7, 15.9 ], [ 143.40710678118654, 15.192893218813452 ], [ 142.7, 14.9 ], [ 141.99289321881344, 15.192893218813452 ], [ 141.7, 15.9 ], [ 141.99289321881344, 16.60710678118655 ], [ 142.7, 16.9 ], [ 143.40710678118654, 16.60710678118655 ], [ 143.7, 15.9 ] ] ], [ [ [ 141.5, 16.0 ], [ 141.20710678118655, 15.292893218813452 ], [ 140.5, 15.0 ], [ 139.79289321881345, 15.292893218813452 ], [ 139.5, 16.0 ], [ 139.79289321881345, 16.707106781186546 ], [ 140.5, 17.0 ], [ 141.20710678118655, 16.707106781186546 ], [ 141.5, 16.0 ] ] ], [ [ [ 142.2, 16.0 ], [ 141.32132034355962, 13.878679656440358 ], [ 139.2, 13.0 ], [ 137.07867965644036, 13.878679656440358 ], [ 136.2, 16.0 ], [ 137.07867965644036, 18.121320343559642 ], [ 139.2, 19.0 ], [ 141.32132034355962, 18.121320343559642 ], [ 142.2, 16.0 ] ] ], [ [ [ 140.7, 15.9 ], [ 139.82132034355962, 13.778679656440358 ], [ 137.7, 12.9 ], [ 135.57867965644036, 13.778679656440357 ], [ 134.7, 15.9 ], [ 135.57867965644036, 18.021320343559644 ], [ 137.7, 18.9 ], [ 139.82132034355962, 18.021320343559644 ], [ 140.7, 15.9 ] ] ], [ [ [ 139.4, 15.9 ], [ 138.52132034355964, 13.778679656440358 ], [ 136.4, 12.9 ], [ 134.27867965644037, 13.778679656440357 ], [ 133.4, 15.9 ], [ 134.27867965644037, 18.021320343559644 ], [ 136.4, 18.9 ], [ 138.52132034355964, 18.021320343559644 ], [ 139.4, 15.9 ] ] ], [ [ [ 138.1, 15.7 ], [ 137.22132034355963, 13.578679656440357 ], [ 135.1, 12.7 ], [ 132.97867965644036, 13.578679656440357 ], [ 132.1, 15.7 ], [ 132.97867965644036, 17.82132034355964 ], [ 135.1, 18.7 ], [ 137.22132034355963, 17.82132034355964 ], [ 138.1, 15.7 ] ] ], [ [ [ 137.0, 15.6 ], [ 136.12132034355963, 13.478679656440358 ], [ 134.0, 12.6 ], [ 131.87867965644037, 13.478679656440356 ], [ 131.0, 15.6 ], [ 131.87867965644037, 17.721320343559643 ], [ 134.0, 18.6 ], [ 136.12132034355963, 17.721320343559643 ], [ 137.0, 15.6 ] ] ], [ [ [ 136.0, 15.5 ], [ 135.12132034355963, 13.378679656440358 ], [ 133.0, 12.5 ], [ 130.87867965644037, 13.378679656440358 ], [ 130.0, 15.5 ], [ 130.87867965644037, 17.621320343559642 ], [ 133.0, 18.5 ], [ 135.12132034355963, 17.621320343559642 ], [ 136.0, 15.5 ] ] ], [ [ [ 134.7, 15.4 ], [ 133.82132034355962, 13.278679656440358 ], [ 131.7, 12.4 ], [ 129.57867965644036, 13.278679656440357 ], [ 128.7, 15.4 ], [ 129.57867965644036, 17.521320343559644 ], [ 131.7, 18.4 ], [ 133.82132034355962, 17.521320343559644 ], [ 134.7, 15.4 ] ] ], [ [ [ 133.0, 15.5 ], [ 132.12132034355963, 13.378679656440358 ], [ 130.0, 12.5 ], [ 127.87867965644035, 13.378679656440358 ], [ 127.0, 15.5 ], [ 127.87867965644035, 17.621320343559642 ], [ 130.0, 18.5 ], [ 132.12132034355963, 17.621320343559642 ], [ 133.0, 15.5 ] ] ], [ [ [ 132.0, 15.5 ], [ 131.12132034355963, 13.378679656440358 ], [ 129.0, 12.5 ], [ 126.87867965644035, 13.378679656440358 ], [ 126.0, 15.5 ], [ 126.87867965644035, 17.621320343559642 ], [ 129.0, 18.5 ], [ 131.12132034355963, 17.621320343559642 ], [ 132.0, 15.5 ] ] ], [ [ [ 131.1, 15.5 ], [ 130.22132034355963, 13.378679656440358 ], [ 128.1, 12.5 ], [ 125.97867965644035, 13.378679656440358 ], [ 125.1, 15.5 ], [ 125.97867965644035, 17.621320343559642 ], [ 128.1, 18.5 ], [ 130.22132034355963, 17.621320343559642 ], [ 131.1, 15.5 ] ] ], [ [ [ 130.2, 15.7 ], [ 129.32132034355965, 13.578679656440357 ], [ 127.2, 12.7 ], [ 125.07867965644036, 13.578679656440357 ], [ 124.2, 15.7 ], [ 125.07867965644036, 17.82132034355964 ], [ 127.2, 18.7 ], [ 129.32132034355965, 17.82132034355964 ], [ 130.2, 15.7 ] ] ], [ [ [ 129.2, 15.6 ], [ 128.32132034355965, 13.478679656440358 ], [ 126.2, 12.6 ], [ 124.07867965644036, 13.478679656440356 ], [ 123.2, 15.6 ], [ 124.07867965644036, 17.721320343559643 ], [ 126.2, 18.6 ], [ 128.32132034355965, 17.721320343559643 ], [ 129.2, 15.6 ] ] ], [ [ [ 128.7, 15.7 ], [ 127.82132034355965, 13.578679656440357 ], [ 125.7, 12.7 ], [ 123.57867965644036, 13.578679656440357 ], [ 122.7, 15.7 ], [ 123.57867965644036, 17.82132034355964 ], [ 125.7, 18.7 ], [ 127.82132034355965, 17.82132034355964 ], [ 128.7, 15.7 ] ] ], [ [ [ 128.1, 15.8 ], [ 127.22132034355964, 13.678679656440359 ], [ 125.1, 12.8 ], [ 122.97867965644035, 13.678679656440359 ], [ 122.1, 15.8 ], [ 122.97867965644035, 17.921320343559643 ], [ 125.1, 18.8 ], [ 127.22132034355964, 17.921320343559643 ], [ 128.1, 15.8 ] ] ], [ [ [ 127.5, 15.8 ], [ 126.62132034355965, 13.678679656440359 ], [ 124.5, 12.8 ], [ 122.37867965644035, 13.678679656440359 ], [ 121.5, 15.8 ], [ 122.37867965644035, 17.921320343559643 ], [ 124.5, 18.8 ], [ 126.62132034355965, 17.921320343559643 ], [ 127.5, 15.8 ] ] ], [ [ [ 126.8, 15.8 ], [ 125.92132034355964, 13.678679656440359 ], [ 123.8, 12.8 ], [ 121.67867965644035, 13.678679656440359 ], [ 120.8, 15.8 ], [ 121.67867965644035, 17.921320343559643 ], [ 123.8, 18.8 ], [ 125.92132034355964, 17.921320343559643 ], [ 126.8, 15.8 ] ] ], [ [ [ 126.1, 15.9 ], [ 125.22132034355964, 13.778679656440358 ], [ 123.1, 12.9 ], [ 120.97867965644035, 13.778679656440357 ], [ 120.1, 15.9 ], [ 120.97867965644035, 18.021320343559644 ], [ 123.1, 18.9 ], [ 125.22132034355964, 18.021320343559644 ], [ 126.1, 15.9 ] ] ], [ [ [ 125.1, 16.1 ], [ 124.22132034355964, 13.97867965644036 ], [ 122.1, 13.100000000000001 ], [ 119.97867965644035, 13.97867965644036 ], [ 119.1, 16.1 ], [ 119.97867965644035, 18.221320343559643 ], [ 122.1, 19.1 ], [ 124.22132034355964, 18.221320343559643 ], [ 125.1, 16.1 ] ] ], [ [ [ 124.6, 16.0 ], [ 123.72132034355964, 13.878679656440358 ], [ 121.6, 13.0 ], [ 119.47867965644035, 13.878679656440358 ], [ 118.6, 16.0 ], [ 119.47867965644035, 18.121320343559642 ], [ 121.6, 19.0 ], [ 123.72132034355964, 18.121320343559642 ], [ 124.6, 16.0 ] ] ], [ [ [ 124.4, 16.1 ], [ 123.52132034355965, 13.97867965644036 ], [ 121.4, 13.100000000000001 ], [ 119.27867965644036, 13.97867965644036 ], [ 118.4, 16.1 ], [ 119.27867965644036, 18.221320343559643 ], [ 121.4, 19.1 ], [ 123.52132034355965, 18.221320343559643 ], [ 124.4, 16.1 ] ] ], [ [ [ 124.3, 16.3 ], [ 123.42132034355964, 14.178679656440359 ], [ 121.3, 13.3 ], [ 119.17867965644035, 14.178679656440359 ], [ 118.3, 16.3 ], [ 119.17867965644035, 18.421320343559643 ], [ 121.3, 19.3 ], [ 123.42132034355964, 18.421320343559643 ], [ 124.3, 16.3 ] ] ], [ [ [ 123.6, 17.0 ], [ 122.72132034355964, 14.878679656440358 ], [ 120.6, 14.0 ], [ 118.47867965644035, 14.878679656440358 ], [ 117.6, 17.0 ], [ 118.47867965644035, 19.121320343559642 ], [ 120.6, 20.0 ], [ 122.72132034355964, 19.121320343559642 ], [ 123.6, 17.0 ] ] ], [ [ [ 123.2, 17.2 ], [ 122.32132034355965, 15.078679656440357 ], [ 120.2, 14.2 ], [ 118.07867965644036, 15.078679656440357 ], [ 117.2, 17.2 ], [ 118.07867965644036, 19.32132034355964 ], [ 120.2, 20.2 ], [ 122.32132034355965, 19.32132034355964 ], [ 123.2, 17.2 ] ] ], [ [ [ 123.1, 17.8 ], [ 122.22132034355964, 15.678679656440359 ], [ 120.1, 14.8 ], [ 117.97867965644035, 15.678679656440359 ], [ 117.1, 17.8 ], [ 117.97867965644035, 19.921320343559643 ], [ 120.1, 20.8 ], [ 122.22132034355964, 19.921320343559643 ], [ 123.1, 17.8 ] ] ], [ [ [ 123.2, 18.4 ], [ 122.32132034355965, 16.278679656440357 ], [ 120.2, 15.399999999999999 ], [ 118.07867965644036, 16.278679656440357 ], [ 117.2, 18.4 ], [ 118.07867965644036, 20.52132034355964 ], [ 120.2, 21.4 ], [ 122.32132034355965, 20.52132034355964 ], [ 123.2, 18.4 ] ] ], [ [ [ 123.4, 18.7 ], [ 122.52132034355965, 16.578679656440357 ], [ 120.4, 15.7 ], [ 118.27867965644036, 16.578679656440357 ], [ 117.4, 18.7 ], [ 118.27867965644036, 20.82132034355964 ], [ 120.4, 21.7 ], [ 122.52132034355965, 20.82132034355964 ], [ 123.4, 18.7 ] ] ], [ [ [ 123.7, 18.9 ], [ 122.82132034355965, 16.778679656440357 ], [ 120.7, 15.899999999999999 ], [ 118.57867965644036, 16.778679656440357 ], [ 117.7, 18.9 ], [ 118.57867965644036, 21.02132034355964 ], [ 120.7, 21.9 ], [ 122.82132034355965, 21.02132034355964 ], [ 123.7, 18.9 ] ] ], [ [ [ 124.2, 19.1 ], [ 123.32132034355965, 16.97867965644036 ], [ 121.2, 16.1 ], [ 119.07867965644036, 16.97867965644036 ], [ 118.2, 19.1 ], [ 119.07867965644036, 21.221320343559643 ], [ 121.2, 22.1 ], [ 123.32132034355965, 21.221320343559643 ], [ 124.2, 19.1 ] ] ], [ [ [ 124.7, 19.2 ], [ 123.82132034355965, 17.078679656440357 ], [ 121.7, 16.2 ], [ 119.57867965644036, 17.078679656440357 ], [ 118.7, 19.2 ], [ 119.57867965644036, 21.32132034355964 ], [ 121.7, 22.2 ], [ 123.82132034355965, 21.32132034355964 ], [ 124.7, 19.2 ] ] ], [ [ [ 125.2, 19.2 ], [ 124.32132034355965, 17.078679656440357 ], [ 122.2, 16.2 ], [ 120.07867965644036, 17.078679656440357 ], [ 119.2, 19.2 ], [ 120.07867965644036, 21.32132034355964 ], [ 122.2, 22.2 ], [ 124.32132034355965, 21.32132034355964 ], [ 125.2, 19.2 ] ] ], [ [ [ 125.5, 19.3 ], [ 124.62132034355965, 17.17867965644036 ], [ 122.5, 16.3 ], [ 120.37867965644035, 17.17867965644036 ], [ 119.5, 19.3 ], [ 120.37867965644035, 21.421320343559643 ], [ 122.5, 22.3 ], [ 124.62132034355965, 21.421320343559643 ], [ 125.5, 19.3 ] ] ], [ [ [ 125.7, 19.4 ], [ 124.82132034355965, 17.278679656440357 ], [ 122.7, 16.4 ], [ 120.57867965644036, 17.278679656440357 ], [ 119.7, 19.4 ], [ 120.57867965644036, 21.52132034355964 ], [ 122.7, 22.4 ], [ 124.82132034355965, 21.52132034355964 ], [ 125.7, 19.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-10-12T09:00:00Z", "2015-10-12T15:00:00Z", "2015-10-12T21:00:00Z", "2015-10-13T03:00:00Z", "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 990.0, 980.0, 970.0, 960.0, 955.0, 955.0, 950.0, 940.0, 930.0, 930.0, 925.0, 940.0, 950.0, 960.0, 970.0, 980.0, 985.0, 990.0, 992.0, 994.0, 996.0, 998.0, 998.0, 998.0, 1000.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 50.0, 60.0, 70.0, 80.0, 85.0, 85.0, 90.0, 90.0, 95.0, 95.0, 100.0, 90.0, 80.0, 70.0, 60.0, 50.0, 45.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201524号 (KOPPU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-10-12T09:00:00Z", "2015-10-12T15:00:00Z", "2015-10-12T21:00:00Z", "2015-10-13T03:00:00Z", "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 152.0, 13.8 ], [ 151.70710678118655, 13.092893218813453 ], [ 151.0, 12.8 ], [ 150.29289321881345, 13.092893218813453 ], [ 150.0, 13.8 ], [ 150.29289321881345, 14.507106781186549 ], [ 151.0, 14.8 ], [ 151.70710678118655, 14.507106781186549 ], [ 152.0, 13.8 ] ] ], [ [ [ 149.9, 14.4 ], [ 149.60710678118656, 13.692893218813452 ], [ 148.9, 13.4 ], [ 148.19289321881345, 13.692893218813452 ], [ 147.9, 14.4 ], [ 148.19289321881345, 15.107106781186548 ], [ 148.9, 15.4 ], [ 149.60710678118656, 15.107106781186548 ], [ 149.9, 14.4 ] ] ], [ [ [ 148.4, 14.8 ], [ 148.10710678118656, 14.092893218813453 ], [ 147.4, 13.8 ], [ 146.69289321881345, 14.092893218813453 ], [ 146.4, 14.8 ], [ 146.69289321881345, 15.507106781186549 ], [ 147.4, 15.8 ], [ 148.10710678118656, 15.507106781186549 ], [ 148.4, 14.8 ] ] ], [ [ [ 146.6, 15.5 ], [ 146.30710678118655, 14.792893218813452 ], [ 145.6, 14.5 ], [ 144.89289321881344, 14.792893218813452 ], [ 144.6, 15.5 ], [ 144.89289321881344, 16.207106781186546 ], [ 145.6, 16.5 ], [ 146.30710678118655, 16.207106781186546 ], [ 146.6, 15.5 ] ] ], [ [ [ 143.7, 15.9 ], [ 143.40710678118654, 15.192893218813452 ], [ 142.7, 14.9 ], [ 141.99289321881344, 15.192893218813452 ], [ 141.7, 15.9 ], [ 141.99289321881344, 16.60710678118655 ], [ 142.7, 16.9 ], [ 143.40710678118654, 16.60710678118655 ], [ 143.7, 15.9 ] ] ], [ [ [ 141.5, 16.0 ], [ 141.20710678118655, 15.292893218813452 ], [ 140.5, 15.0 ], [ 139.79289321881345, 15.292893218813452 ], [ 139.5, 16.0 ], [ 139.79289321881345, 16.707106781186546 ], [ 140.5, 17.0 ], [ 141.20710678118655, 16.707106781186546 ], [ 141.5, 16.0 ] ] ], [ [ [ 142.2, 16.0 ], [ 141.32132034355962, 13.878679656440358 ], [ 139.2, 13.0 ], [ 137.07867965644036, 13.878679656440358 ], [ 136.2, 16.0 ], [ 137.07867965644036, 18.121320343559642 ], [ 139.2, 19.0 ], [ 141.32132034355962, 18.121320343559642 ], [ 142.2, 16.0 ] ] ], [ [ [ 140.7, 15.9 ], [ 139.82132034355962, 13.778679656440358 ], [ 137.7, 12.9 ], [ 135.57867965644036, 13.778679656440357 ], [ 134.7, 15.9 ], [ 135.57867965644036, 18.021320343559644 ], [ 137.7, 18.9 ], [ 139.82132034355962, 18.021320343559644 ], [ 140.7, 15.9 ] ] ], [ [ [ 139.4, 15.9 ], [ 138.52132034355964, 13.778679656440358 ], [ 136.4, 12.9 ], [ 134.27867965644037, 13.778679656440357 ], [ 133.4, 15.9 ], [ 134.27867965644037, 18.021320343559644 ], [ 136.4, 18.9 ], [ 138.52132034355964, 18.021320343559644 ], [ 139.4, 15.9 ] ] ], [ [ [ 138.1, 15.7 ], [ 137.22132034355963, 13.578679656440357 ], [ 135.1, 12.7 ], [ 132.97867965644036, 13.578679656440357 ], [ 132.1, 15.7 ], [ 132.97867965644036, 17.82132034355964 ], [ 135.1, 18.7 ], [ 137.22132034355963, 17.82132034355964 ], [ 138.1, 15.7 ] ] ], [ [ [ 137.0, 15.6 ], [ 136.12132034355963, 13.478679656440358 ], [ 134.0, 12.6 ], [ 131.87867965644037, 13.478679656440356 ], [ 131.0, 15.6 ], [ 131.87867965644037, 17.721320343559643 ], [ 134.0, 18.6 ], [ 136.12132034355963, 17.721320343559643 ], [ 137.0, 15.6 ] ] ], [ [ [ 136.0, 15.5 ], [ 135.12132034355963, 13.378679656440358 ], [ 133.0, 12.5 ], [ 130.87867965644037, 13.378679656440358 ], [ 130.0, 15.5 ], [ 130.87867965644037, 17.621320343559642 ], [ 133.0, 18.5 ], [ 135.12132034355963, 17.621320343559642 ], [ 136.0, 15.5 ] ] ], [ [ [ 134.7, 15.4 ], [ 133.82132034355962, 13.278679656440358 ], [ 131.7, 12.4 ], [ 129.57867965644036, 13.278679656440357 ], [ 128.7, 15.4 ], [ 129.57867965644036, 17.521320343559644 ], [ 131.7, 18.4 ], [ 133.82132034355962, 17.521320343559644 ], [ 134.7, 15.4 ] ] ], [ [ [ 133.0, 15.5 ], [ 132.12132034355963, 13.378679656440358 ], [ 130.0, 12.5 ], [ 127.87867965644035, 13.378679656440358 ], [ 127.0, 15.5 ], [ 127.87867965644035, 17.621320343559642 ], [ 130.0, 18.5 ], [ 132.12132034355963, 17.621320343559642 ], [ 133.0, 15.5 ] ] ], [ [ [ 132.0, 15.5 ], [ 131.12132034355963, 13.378679656440358 ], [ 129.0, 12.5 ], [ 126.87867965644035, 13.378679656440358 ], [ 126.0, 15.5 ], [ 126.87867965644035, 17.621320343559642 ], [ 129.0, 18.5 ], [ 131.12132034355963, 17.621320343559642 ], [ 132.0, 15.5 ] ] ], [ [ [ 131.1, 15.5 ], [ 130.22132034355963, 13.378679656440358 ], [ 128.1, 12.5 ], [ 125.97867965644035, 13.378679656440358 ], [ 125.1, 15.5 ], [ 125.97867965644035, 17.621320343559642 ], [ 128.1, 18.5 ], [ 130.22132034355963, 17.621320343559642 ], [ 131.1, 15.5 ] ] ], [ [ [ 130.2, 15.7 ], [ 129.32132034355965, 13.578679656440357 ], [ 127.2, 12.7 ], [ 125.07867965644036, 13.578679656440357 ], [ 124.2, 15.7 ], [ 125.07867965644036, 17.82132034355964 ], [ 127.2, 18.7 ], [ 129.32132034355965, 17.82132034355964 ], [ 130.2, 15.7 ] ] ], [ [ [ 129.2, 15.6 ], [ 128.32132034355965, 13.478679656440358 ], [ 126.2, 12.6 ], [ 124.07867965644036, 13.478679656440356 ], [ 123.2, 15.6 ], [ 124.07867965644036, 17.721320343559643 ], [ 126.2, 18.6 ], [ 128.32132034355965, 17.721320343559643 ], [ 129.2, 15.6 ] ] ], [ [ [ 128.7, 15.7 ], [ 127.82132034355965, 13.578679656440357 ], [ 125.7, 12.7 ], [ 123.57867965644036, 13.578679656440357 ], [ 122.7, 15.7 ], [ 123.57867965644036, 17.82132034355964 ], [ 125.7, 18.7 ], [ 127.82132034355965, 17.82132034355964 ], [ 128.7, 15.7 ] ] ], [ [ [ 128.1, 15.8 ], [ 127.22132034355964, 13.678679656440359 ], [ 125.1, 12.8 ], [ 122.97867965644035, 13.678679656440359 ], [ 122.1, 15.8 ], [ 122.97867965644035, 17.921320343559643 ], [ 125.1, 18.8 ], [ 127.22132034355964, 17.921320343559643 ], [ 128.1, 15.8 ] ] ], [ [ [ 127.5, 15.8 ], [ 126.62132034355965, 13.678679656440359 ], [ 124.5, 12.8 ], [ 122.37867965644035, 13.678679656440359 ], [ 121.5, 15.8 ], [ 122.37867965644035, 17.921320343559643 ], [ 124.5, 18.8 ], [ 126.62132034355965, 17.921320343559643 ], [ 127.5, 15.8 ] ] ], [ [ [ 126.8, 15.8 ], [ 125.92132034355964, 13.678679656440359 ], [ 123.8, 12.8 ], [ 121.67867965644035, 13.678679656440359 ], [ 120.8, 15.8 ], [ 121.67867965644035, 17.921320343559643 ], [ 123.8, 18.8 ], [ 125.92132034355964, 17.921320343559643 ], [ 126.8, 15.8 ] ] ], [ [ [ 126.1, 15.9 ], [ 125.22132034355964, 13.778679656440358 ], [ 123.1, 12.9 ], [ 120.97867965644035, 13.778679656440357 ], [ 120.1, 15.9 ], [ 120.97867965644035, 18.021320343559644 ], [ 123.1, 18.9 ], [ 125.22132034355964, 18.021320343559644 ], [ 126.1, 15.9 ] ] ], [ [ [ 125.1, 16.1 ], [ 124.22132034355964, 13.97867965644036 ], [ 122.1, 13.100000000000001 ], [ 119.97867965644035, 13.97867965644036 ], [ 119.1, 16.1 ], [ 119.97867965644035, 18.221320343559643 ], [ 122.1, 19.1 ], [ 124.22132034355964, 18.221320343559643 ], [ 125.1, 16.1 ] ] ], [ [ [ 124.6, 16.0 ], [ 123.72132034355964, 13.878679656440358 ], [ 121.6, 13.0 ], [ 119.47867965644035, 13.878679656440358 ], [ 118.6, 16.0 ], [ 119.47867965644035, 18.121320343559642 ], [ 121.6, 19.0 ], [ 123.72132034355964, 18.121320343559642 ], [ 124.6, 16.0 ] ] ], [ [ [ 124.4, 16.1 ], [ 123.52132034355965, 13.97867965644036 ], [ 121.4, 13.100000000000001 ], [ 119.27867965644036, 13.97867965644036 ], [ 118.4, 16.1 ], [ 119.27867965644036, 18.221320343559643 ], [ 121.4, 19.1 ], [ 123.52132034355965, 18.221320343559643 ], [ 124.4, 16.1 ] ] ], [ [ [ 124.3, 16.3 ], [ 123.42132034355964, 14.178679656440359 ], [ 121.3, 13.3 ], [ 119.17867965644035, 14.178679656440359 ], [ 118.3, 16.3 ], [ 119.17867965644035, 18.421320343559643 ], [ 121.3, 19.3 ], [ 123.42132034355964, 18.421320343559643 ], [ 124.3, 16.3 ] ] ], [ [ [ 123.6, 17.0 ], [ 122.72132034355964, 14.878679656440358 ], [ 120.6, 14.0 ], [ 118.47867965644035, 14.878679656440358 ], [ 117.6, 17.0 ], [ 118.47867965644035, 19.121320343559642 ], [ 120.6, 20.0 ], [ 122.72132034355964, 19.121320343559642 ], [ 123.6, 17.0 ] ] ], [ [ [ 123.2, 17.2 ], [ 122.32132034355965, 15.078679656440357 ], [ 120.2, 14.2 ], [ 118.07867965644036, 15.078679656440357 ], [ 117.2, 17.2 ], [ 118.07867965644036, 19.32132034355964 ], [ 120.2, 20.2 ], [ 122.32132034355965, 19.32132034355964 ], [ 123.2, 17.2 ] ] ], [ [ [ 123.1, 17.8 ], [ 122.22132034355964, 15.678679656440359 ], [ 120.1, 14.8 ], [ 117.97867965644035, 15.678679656440359 ], [ 117.1, 17.8 ], [ 117.97867965644035, 19.921320343559643 ], [ 120.1, 20.8 ], [ 122.22132034355964, 19.921320343559643 ], [ 123.1, 17.8 ] ] ], [ [ [ 123.2, 18.4 ], [ 122.32132034355965, 16.278679656440357 ], [ 120.2, 15.399999999999999 ], [ 118.07867965644036, 16.278679656440357 ], [ 117.2, 18.4 ], [ 118.07867965644036, 20.52132034355964 ], [ 120.2, 21.4 ], [ 122.32132034355965, 20.52132034355964 ], [ 123.2, 18.4 ] ] ], [ [ [ 123.4, 18.7 ], [ 122.52132034355965, 16.578679656440357 ], [ 120.4, 15.7 ], [ 118.27867965644036, 16.578679656440357 ], [ 117.4, 18.7 ], [ 118.27867965644036, 20.82132034355964 ], [ 120.4, 21.7 ], [ 122.52132034355965, 20.82132034355964 ], [ 123.4, 18.7 ] ] ], [ [ [ 123.7, 18.9 ], [ 122.82132034355965, 16.778679656440357 ], [ 120.7, 15.899999999999999 ], [ 118.57867965644036, 16.778679656440357 ], [ 117.7, 18.9 ], [ 118.57867965644036, 21.02132034355964 ], [ 120.7, 21.9 ], [ 122.82132034355965, 21.02132034355964 ], [ 123.7, 18.9 ] ] ], [ [ [ 124.2, 19.1 ], [ 123.32132034355965, 16.97867965644036 ], [ 121.2, 16.1 ], [ 119.07867965644036, 16.97867965644036 ], [ 118.2, 19.1 ], [ 119.07867965644036, 21.221320343559643 ], [ 121.2, 22.1 ], [ 123.32132034355965, 21.221320343559643 ], [ 124.2, 19.1 ] ] ], [ [ [ 124.7, 19.2 ], [ 123.82132034355965, 17.078679656440357 ], [ 121.7, 16.2 ], [ 119.57867965644036, 17.078679656440357 ], [ 118.7, 19.2 ], [ 119.57867965644036, 21.32132034355964 ], [ 121.7, 22.2 ], [ 123.82132034355965, 21.32132034355964 ], [ 124.7, 19.2 ] ] ], [ [ [ 125.2, 19.2 ], [ 124.32132034355965, 17.078679656440357 ], [ 122.2, 16.2 ], [ 120.07867965644036, 17.078679656440357 ], [ 119.2, 19.2 ], [ 120.07867965644036, 21.32132034355964 ], [ 122.2, 22.2 ], [ 124.32132034355965, 21.32132034355964 ], [ 125.2, 19.2 ] ] ], [ [ [ 125.5, 19.3 ], [ 124.62132034355965, 17.17867965644036 ], [ 122.5, 16.3 ], [ 120.37867965644035, 17.17867965644036 ], [ 119.5, 19.3 ], [ 120.37867965644035, 21.421320343559643 ], [ 122.5, 22.3 ], [ 124.62132034355965, 21.421320343559643 ], [ 125.5, 19.3 ] ] ], [ [ [ 125.7, 19.4 ], [ 124.82132034355965, 17.278679656440357 ], [ 122.7, 16.4 ], [ 120.57867965644036, 17.278679656440357 ], [ 119.7, 19.4 ], [ 120.57867965644036, 21.52132034355964 ], [ 122.7, 22.4 ], [ 124.82132034355965, 21.52132034355964 ], [ 125.7, 19.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-10-12T09:00:00Z", "2015-10-12T15:00:00Z", "2015-10-12T21:00:00Z", "2015-10-13T03:00:00Z", "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 990.0, 980.0, 970.0, 960.0, 955.0, 955.0, 950.0, 940.0, 930.0, 930.0, 925.0, 940.0, 950.0, 960.0, 970.0, 980.0, 985.0, 990.0, 992.0, 994.0, 996.0, 998.0, 998.0, 998.0, 1000.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 40.0, 50.0, 60.0, 70.0, 80.0, 85.0, 85.0, 90.0, 90.0, 95.0, 95.0, 100.0, 90.0, 80.0, 70.0, 60.0, 50.0, 45.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201525_CHAMPI_feature.json b/samples/Typhoon201525_CHAMPI_feature.json
index 069670d..1561122 100644
--- a/samples/Typhoon201525_CHAMPI_feature.json
+++ b/samples/Typhoon201525_CHAMPI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201525号 (CHAMPI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z", "2015-10-21T21:00:00Z", "2015-10-22T03:00:00Z", "2015-10-22T09:00:00Z", "2015-10-22T15:00:00Z", "2015-10-22T21:00:00Z", "2015-10-23T03:00:00Z", "2015-10-23T09:00:00Z", "2015-10-23T15:00:00Z", "2015-10-23T21:00:00Z", "2015-10-24T03:00:00Z", "2015-10-24T09:00:00Z", "2015-10-24T15:00:00Z", "2015-10-24T21:00:00Z", "2015-10-25T03:00:00Z", "2015-10-25T09:00:00Z", "2015-10-25T15:00:00Z", "2015-10-25T21:00:00Z", "2015-10-26T03:00:00Z", "2015-10-26T09:00:00Z", "2015-10-26T15:00:00Z", "2015-10-26T21:00:00Z", "2015-10-27T03:00:00Z" ],
- "coordinates" : [ [ [ [ 162.4, 12.5 ], [ 162.10710678118656, 11.792893218813452 ], [ 161.4, 11.5 ], [ 160.69289321881345, 11.792893218813452 ], [ 160.4, 12.5 ], [ 160.69289321881345, 13.207106781186548 ], [ 161.4, 13.5 ], [ 162.10710678118656, 13.207106781186548 ], [ 162.4, 12.5 ] ] ], [ [ [ 161.2, 13.0 ], [ 160.90710678118654, 12.292893218813452 ], [ 160.2, 12.0 ], [ 159.49289321881344, 12.292893218813452 ], [ 159.2, 13.0 ], [ 159.49289321881344, 13.707106781186548 ], [ 160.2, 14.0 ], [ 160.90710678118654, 13.707106781186548 ], [ 161.2, 13.0 ] ] ], [ [ [ 160.0, 13.2 ], [ 159.70710678118655, 12.492893218813451 ], [ 159.0, 12.2 ], [ 158.29289321881345, 12.492893218813451 ], [ 158.0, 13.2 ], [ 158.29289321881345, 13.907106781186547 ], [ 159.0, 14.2 ], [ 159.70710678118655, 13.907106781186547 ], [ 160.0, 13.2 ] ] ], [ [ [ 161.1, 13.6 ], [ 160.22132034355963, 11.478679656440358 ], [ 158.1, 10.6 ], [ 155.97867965644036, 11.478679656440356 ], [ 155.1, 13.6 ], [ 155.97867965644036, 15.721320343559642 ], [ 158.1, 16.6 ], [ 160.22132034355963, 15.721320343559643 ], [ 161.1, 13.6 ] ] ], [ [ [ 159.7, 14.0 ], [ 158.82132034355962, 11.878679656440358 ], [ 156.7, 11.0 ], [ 154.57867965644036, 11.878679656440358 ], [ 153.7, 14.0 ], [ 154.57867965644036, 16.121320343559642 ], [ 156.7, 17.0 ], [ 158.82132034355962, 16.121320343559642 ], [ 159.7, 14.0 ] ] ], [ [ [ 158.5, 14.5 ], [ 157.62132034355963, 12.378679656440358 ], [ 155.5, 11.5 ], [ 153.37867965644037, 12.378679656440358 ], [ 152.5, 14.5 ], [ 153.37867965644037, 16.621320343559642 ], [ 155.5, 17.5 ], [ 157.62132034355963, 16.621320343559642 ], [ 158.5, 14.5 ] ] ], [ [ [ 157.6, 14.7 ], [ 156.72132034355963, 12.578679656440357 ], [ 154.6, 11.7 ], [ 152.47867965644036, 12.578679656440357 ], [ 151.6, 14.7 ], [ 152.47867965644036, 16.82132034355964 ], [ 154.6, 17.7 ], [ 156.72132034355963, 16.82132034355964 ], [ 157.6, 14.7 ] ] ], [ [ [ 156.7, 15.0 ], [ 155.82132034355962, 12.878679656440358 ], [ 153.7, 12.0 ], [ 151.57867965644036, 12.878679656440358 ], [ 150.7, 15.0 ], [ 151.57867965644036, 17.121320343559642 ], [ 153.7, 18.0 ], [ 155.82132034355962, 17.121320343559642 ], [ 156.7, 15.0 ] ] ], [ [ [ 154.9, 15.4 ], [ 154.02132034355964, 13.278679656440358 ], [ 151.9, 12.4 ], [ 149.77867965644037, 13.278679656440357 ], [ 148.9, 15.4 ], [ 149.77867965644037, 17.521320343559644 ], [ 151.9, 18.4 ], [ 154.02132034355964, 17.521320343559644 ], [ 154.9, 15.4 ] ] ], [ [ [ 153.3, 15.1 ], [ 152.42132034355964, 12.978679656440358 ], [ 150.3, 12.1 ], [ 148.17867965644038, 12.978679656440356 ], [ 147.3, 15.1 ], [ 148.17867965644038, 17.221320343559643 ], [ 150.3, 18.1 ], [ 152.42132034355964, 17.221320343559643 ], [ 153.3, 15.1 ] ] ], [ [ [ 152.2, 15.4 ], [ 151.32132034355962, 13.278679656440358 ], [ 149.2, 12.4 ], [ 147.07867965644036, 13.278679656440357 ], [ 146.2, 15.4 ], [ 147.07867965644036, 17.521320343559644 ], [ 149.2, 18.4 ], [ 151.32132034355962, 17.521320343559644 ], [ 152.2, 15.4 ] ] ], [ [ [ 150.6, 15.5 ], [ 149.72132034355963, 13.378679656440358 ], [ 147.6, 12.5 ], [ 145.47867965644036, 13.378679656440358 ], [ 144.6, 15.5 ], [ 145.47867965644036, 17.621320343559642 ], [ 147.6, 18.5 ], [ 149.72132034355963, 17.621320343559642 ], [ 150.6, 15.5 ] ] ], [ [ [ 148.9, 15.4 ], [ 148.02132034355964, 13.278679656440358 ], [ 145.9, 12.4 ], [ 143.77867965644037, 13.278679656440357 ], [ 142.9, 15.4 ], [ 143.77867965644037, 17.521320343559644 ], [ 145.9, 18.4 ], [ 148.02132034355964, 17.521320343559644 ], [ 148.9, 15.4 ] ] ], [ [ [ 147.8, 15.6 ], [ 146.92132034355964, 13.478679656440358 ], [ 144.8, 12.6 ], [ 142.67867965644038, 13.478679656440356 ], [ 141.8, 15.6 ], [ 142.67867965644038, 17.721320343559643 ], [ 144.8, 18.6 ], [ 146.92132034355964, 17.721320343559643 ], [ 147.8, 15.6 ] ] ], [ [ [ 147.0, 16.2 ], [ 146.12132034355963, 14.078679656440357 ], [ 144.0, 13.2 ], [ 141.87867965644037, 14.078679656440357 ], [ 141.0, 16.2 ], [ 141.87867965644037, 18.32132034355964 ], [ 144.0, 19.2 ], [ 146.12132034355963, 18.32132034355964 ], [ 147.0, 16.2 ] ] ], [ [ [ 146.3, 16.5 ], [ 145.42132034355964, 14.378679656440358 ], [ 143.3, 13.5 ], [ 141.17867965644038, 14.378679656440358 ], [ 140.3, 16.5 ], [ 141.17867965644038, 18.621320343559642 ], [ 143.3, 19.5 ], [ 145.42132034355964, 18.621320343559642 ], [ 146.3, 16.5 ] ] ], [ [ [ 145.4, 16.9 ], [ 144.52132034355964, 14.778679656440357 ], [ 142.4, 13.899999999999999 ], [ 140.27867965644037, 14.778679656440357 ], [ 139.4, 16.9 ], [ 140.27867965644037, 19.02132034355964 ], [ 142.4, 19.9 ], [ 144.52132034355964, 19.02132034355964 ], [ 145.4, 16.9 ] ] ], [ [ [ 144.5, 17.7 ], [ 143.62132034355963, 15.578679656440357 ], [ 141.5, 14.7 ], [ 139.37867965644037, 15.578679656440357 ], [ 138.5, 17.7 ], [ 139.37867965644037, 19.82132034355964 ], [ 141.5, 20.7 ], [ 143.62132034355963, 19.82132034355964 ], [ 144.5, 17.7 ] ] ], [ [ [ 143.7, 18.4 ], [ 142.82132034355962, 16.278679656440357 ], [ 140.7, 15.399999999999999 ], [ 138.57867965644036, 16.278679656440357 ], [ 137.7, 18.4 ], [ 138.57867965644036, 20.52132034355964 ], [ 140.7, 21.4 ], [ 142.82132034355962, 20.52132034355964 ], [ 143.7, 18.4 ] ] ], [ [ [ 143.3, 18.8 ], [ 142.42132034355964, 16.67867965644036 ], [ 140.3, 15.8 ], [ 138.17867965644038, 16.67867965644036 ], [ 137.3, 18.8 ], [ 138.17867965644038, 20.921320343559643 ], [ 140.3, 21.8 ], [ 142.42132034355964, 20.921320343559643 ], [ 143.3, 18.8 ] ] ], [ [ [ 143.1, 19.2 ], [ 142.22132034355963, 17.078679656440357 ], [ 140.1, 16.2 ], [ 137.97867965644036, 17.078679656440357 ], [ 137.1, 19.2 ], [ 137.97867965644036, 21.32132034355964 ], [ 140.1, 22.2 ], [ 142.22132034355963, 21.32132034355964 ], [ 143.1, 19.2 ] ] ], [ [ [ 143.1, 19.5 ], [ 142.22132034355963, 17.378679656440358 ], [ 140.1, 16.5 ], [ 137.97867965644036, 17.378679656440358 ], [ 137.1, 19.5 ], [ 137.97867965644036, 21.621320343559642 ], [ 140.1, 22.5 ], [ 142.22132034355963, 21.621320343559642 ], [ 143.1, 19.5 ] ] ], [ [ [ 143.2, 19.8 ], [ 142.32132034355962, 17.67867965644036 ], [ 140.2, 16.8 ], [ 138.07867965644036, 17.67867965644036 ], [ 137.2, 19.8 ], [ 138.07867965644036, 21.921320343559643 ], [ 140.2, 22.8 ], [ 142.32132034355962, 21.921320343559643 ], [ 143.2, 19.8 ] ] ], [ [ [ 143.3, 20.2 ], [ 142.42132034355964, 18.078679656440357 ], [ 140.3, 17.2 ], [ 138.17867965644038, 18.078679656440357 ], [ 137.3, 20.2 ], [ 138.17867965644038, 22.32132034355964 ], [ 140.3, 23.2 ], [ 142.42132034355964, 22.32132034355964 ], [ 143.3, 20.2 ] ] ], [ [ [ 143.4, 20.5 ], [ 142.52132034355964, 18.378679656440358 ], [ 140.4, 17.5 ], [ 138.27867965644037, 18.378679656440358 ], [ 137.4, 20.5 ], [ 138.27867965644037, 22.621320343559642 ], [ 140.4, 23.5 ], [ 142.52132034355964, 22.621320343559642 ], [ 143.4, 20.5 ] ] ], [ [ [ 143.3, 20.8 ], [ 142.42132034355964, 18.67867965644036 ], [ 140.3, 17.8 ], [ 138.17867965644038, 18.67867965644036 ], [ 137.3, 20.8 ], [ 138.17867965644038, 22.921320343559643 ], [ 140.3, 23.8 ], [ 142.42132034355964, 22.921320343559643 ], [ 143.3, 20.8 ] ] ], [ [ [ 143.2, 21.0 ], [ 142.32132034355962, 18.878679656440358 ], [ 140.2, 18.0 ], [ 138.07867965644036, 18.878679656440358 ], [ 137.2, 21.0 ], [ 138.07867965644036, 23.121320343559642 ], [ 140.2, 24.0 ], [ 142.32132034355962, 23.121320343559642 ], [ 143.2, 21.0 ] ] ], [ [ [ 143.1, 21.1 ], [ 142.22132034355963, 18.97867965644036 ], [ 140.1, 18.1 ], [ 137.97867965644036, 18.97867965644036 ], [ 137.1, 21.1 ], [ 137.97867965644036, 23.221320343559643 ], [ 140.1, 24.1 ], [ 142.22132034355963, 23.221320343559643 ], [ 143.1, 21.1 ] ] ], [ [ [ 143.2, 21.4 ], [ 142.32132034355962, 19.278679656440357 ], [ 140.2, 18.4 ], [ 138.07867965644036, 19.278679656440357 ], [ 137.2, 21.4 ], [ 138.07867965644036, 23.52132034355964 ], [ 140.2, 24.4 ], [ 142.32132034355962, 23.52132034355964 ], [ 143.2, 21.4 ] ] ], [ [ [ 143.2, 21.8 ], [ 142.32132034355962, 19.67867965644036 ], [ 140.2, 18.8 ], [ 138.07867965644036, 19.67867965644036 ], [ 137.2, 21.8 ], [ 138.07867965644036, 23.921320343559643 ], [ 140.2, 24.8 ], [ 142.32132034355962, 23.921320343559643 ], [ 143.2, 21.8 ] ] ], [ [ [ 143.0, 22.1 ], [ 142.12132034355963, 19.97867965644036 ], [ 140.0, 19.1 ], [ 137.87867965644037, 19.97867965644036 ], [ 137.0, 22.1 ], [ 137.87867965644037, 24.221320343559643 ], [ 140.0, 25.1 ], [ 142.12132034355963, 24.221320343559643 ], [ 143.0, 22.1 ] ] ], [ [ [ 143.0, 22.3 ], [ 142.12132034355963, 20.17867965644036 ], [ 140.0, 19.3 ], [ 137.87867965644037, 20.17867965644036 ], [ 137.0, 22.3 ], [ 137.87867965644037, 24.421320343559643 ], [ 140.0, 25.3 ], [ 142.12132034355963, 24.421320343559643 ], [ 143.0, 22.3 ] ] ], [ [ [ 143.0, 22.6 ], [ 142.12132034355963, 20.47867965644036 ], [ 140.0, 19.6 ], [ 137.87867965644037, 20.47867965644036 ], [ 137.0, 22.6 ], [ 137.87867965644037, 24.721320343559643 ], [ 140.0, 25.6 ], [ 142.12132034355963, 24.721320343559643 ], [ 143.0, 22.6 ] ] ], [ [ [ 143.1, 22.9 ], [ 142.22132034355963, 20.778679656440357 ], [ 140.1, 19.9 ], [ 137.97867965644036, 20.778679656440357 ], [ 137.1, 22.9 ], [ 137.97867965644036, 25.02132034355964 ], [ 140.1, 25.9 ], [ 142.22132034355963, 25.02132034355964 ], [ 143.1, 22.9 ] ] ], [ [ [ 143.3, 23.2 ], [ 142.42132034355964, 21.078679656440357 ], [ 140.3, 20.2 ], [ 138.17867965644038, 21.078679656440357 ], [ 137.3, 23.2 ], [ 138.17867965644038, 25.32132034355964 ], [ 140.3, 26.2 ], [ 142.42132034355964, 25.32132034355964 ], [ 143.3, 23.2 ] ] ], [ [ [ 143.7, 23.5 ], [ 142.82132034355962, 21.378679656440358 ], [ 140.7, 20.5 ], [ 138.57867965644036, 21.378679656440358 ], [ 137.7, 23.5 ], [ 138.57867965644036, 25.621320343559642 ], [ 140.7, 26.5 ], [ 142.82132034355962, 25.621320343559642 ], [ 143.7, 23.5 ] ] ], [ [ [ 144.2, 23.7 ], [ 143.32132034355962, 21.578679656440357 ], [ 141.2, 20.7 ], [ 139.07867965644036, 21.578679656440357 ], [ 138.2, 23.7 ], [ 139.07867965644036, 25.82132034355964 ], [ 141.2, 26.7 ], [ 143.32132034355962, 25.82132034355964 ], [ 144.2, 23.7 ] ] ], [ [ [ 144.8, 24.0 ], [ 143.92132034355964, 21.878679656440358 ], [ 141.8, 21.0 ], [ 139.67867965644038, 21.878679656440358 ], [ 138.8, 24.0 ], [ 139.67867965644038, 26.121320343559642 ], [ 141.8, 27.0 ], [ 143.92132034355964, 26.121320343559642 ], [ 144.8, 24.0 ] ] ], [ [ [ 145.7, 24.2 ], [ 144.82132034355962, 22.078679656440357 ], [ 142.7, 21.2 ], [ 140.57867965644036, 22.078679656440357 ], [ 139.7, 24.2 ], [ 140.57867965644036, 26.32132034355964 ], [ 142.7, 27.2 ], [ 144.82132034355962, 26.32132034355964 ], [ 145.7, 24.2 ] ] ], [ [ [ 146.9, 24.7 ], [ 146.02132034355964, 22.578679656440357 ], [ 143.9, 21.7 ], [ 141.77867965644037, 22.578679656440357 ], [ 140.9, 24.7 ], [ 141.77867965644037, 26.82132034355964 ], [ 143.9, 27.7 ], [ 146.02132034355964, 26.82132034355964 ], [ 146.9, 24.7 ] ] ], [ [ [ 148.1, 25.0 ], [ 147.22132034355963, 22.878679656440358 ], [ 145.1, 22.0 ], [ 142.97867965644036, 22.878679656440358 ], [ 142.1, 25.0 ], [ 142.97867965644036, 27.121320343559642 ], [ 145.1, 28.0 ], [ 147.22132034355963, 27.121320343559642 ], [ 148.1, 25.0 ] ] ], [ [ [ 149.6, 25.4 ], [ 148.72132034355963, 23.278679656440357 ], [ 146.6, 22.4 ], [ 144.47867965644036, 23.278679656440357 ], [ 143.6, 25.4 ], [ 144.47867965644036, 27.52132034355964 ], [ 146.6, 28.4 ], [ 148.72132034355963, 27.52132034355964 ], [ 149.6, 25.4 ] ] ], [ [ [ 150.9, 25.8 ], [ 150.02132034355964, 23.67867965644036 ], [ 147.9, 22.8 ], [ 145.77867965644037, 23.67867965644036 ], [ 144.9, 25.8 ], [ 145.77867965644037, 27.921320343559643 ], [ 147.9, 28.8 ], [ 150.02132034355964, 27.921320343559643 ], [ 150.9, 25.8 ] ] ], [ [ [ 152.2, 26.4 ], [ 151.32132034355962, 24.278679656440357 ], [ 149.2, 23.4 ], [ 147.07867965644036, 24.278679656440357 ], [ 146.2, 26.4 ], [ 147.07867965644036, 28.52132034355964 ], [ 149.2, 29.4 ], [ 151.32132034355962, 28.52132034355964 ], [ 152.2, 26.4 ] ] ], [ [ [ 153.3, 27.0 ], [ 152.42132034355964, 24.878679656440358 ], [ 150.3, 24.0 ], [ 148.17867965644038, 24.878679656440358 ], [ 147.3, 27.0 ], [ 148.17867965644038, 29.121320343559642 ], [ 150.3, 30.0 ], [ 152.42132034355964, 29.121320343559642 ], [ 153.3, 27.0 ] ] ], [ [ [ 154.6, 27.5 ], [ 153.72132034355963, 25.378679656440358 ], [ 151.6, 24.5 ], [ 149.47867965644036, 25.378679656440358 ], [ 148.6, 27.5 ], [ 149.47867965644036, 29.621320343559642 ], [ 151.6, 30.5 ], [ 153.72132034355963, 29.621320343559642 ], [ 154.6, 27.5 ] ] ], [ [ [ 156.2, 28.3 ], [ 155.32132034355962, 26.17867965644036 ], [ 153.2, 25.3 ], [ 151.07867965644036, 26.17867965644036 ], [ 150.2, 28.3 ], [ 151.07867965644036, 30.421320343559643 ], [ 153.2, 31.3 ], [ 155.32132034355962, 30.421320343559643 ], [ 156.2, 28.3 ] ] ], [ [ [ 158.2, 29.5 ], [ 157.32132034355962, 27.378679656440358 ], [ 155.2, 26.5 ], [ 153.07867965644036, 27.378679656440358 ], [ 152.2, 29.5 ], [ 153.07867965644036, 31.621320343559642 ], [ 155.2, 32.5 ], [ 157.32132034355962, 31.621320343559642 ], [ 158.2, 29.5 ] ] ], [ [ [ 161.4, 31.3 ], [ 160.52132034355964, 29.17867965644036 ], [ 158.4, 28.3 ], [ 156.27867965644037, 29.17867965644036 ], [ 155.4, 31.3 ], [ 156.27867965644037, 33.42132034355964 ], [ 158.4, 34.3 ], [ 160.52132034355964, 33.42132034355964 ], [ 161.4, 31.3 ] ] ], [ [ [ 166.2, 33.7 ], [ 165.32132034355962, 31.57867965644036 ], [ 163.2, 30.700000000000003 ], [ 161.07867965644036, 31.57867965644036 ], [ 160.2, 33.7 ], [ 161.07867965644036, 35.82132034355965 ], [ 163.2, 36.7 ], [ 165.32132034355962, 35.82132034355965 ], [ 166.2, 33.7 ] ] ], [ [ [ 170.6, 37.0 ], [ 169.72132034355963, 34.878679656440355 ], [ 167.6, 34.0 ], [ 165.47867965644036, 34.878679656440355 ], [ 164.6, 37.0 ], [ 165.47867965644036, 39.121320343559645 ], [ 167.6, 40.0 ], [ 169.72132034355963, 39.121320343559645 ], [ 170.6, 37.0 ] ] ], [ [ [ 174.5, 40.8 ], [ 173.62132034355963, 38.67867965644035 ], [ 171.5, 37.8 ], [ 169.37867965644037, 38.67867965644035 ], [ 168.5, 40.8 ], [ 169.37867965644037, 42.92132034355964 ], [ 171.5, 43.8 ], [ 173.62132034355963, 42.92132034355964 ], [ 174.5, 40.8 ] ] ], [ [ [ 177.8, 43.4 ], [ 176.92132034355964, 41.27867965644035 ], [ 174.8, 40.4 ], [ 172.67867965644038, 41.27867965644035 ], [ 171.8, 43.4 ], [ 172.67867965644038, 45.521320343559644 ], [ 174.8, 46.4 ], [ 176.92132034355964, 45.521320343559644 ], [ 177.8, 43.4 ] ] ], [ [ [ 180.1, 45.3 ], [ 179.22132034355963, 43.17867965644035 ], [ 177.1, 42.3 ], [ 174.97867965644036, 43.17867965644035 ], [ 174.1, 45.3 ], [ 174.97867965644036, 47.42132034355964 ], [ 177.1, 48.3 ], [ 179.22132034355963, 47.42132034355964 ], [ 180.1, 45.3 ] ] ], [ [ [ 181.8, 47.2 ], [ 180.92132034355964, 45.07867965644036 ], [ 178.8, 44.2 ], [ 176.67867965644038, 45.07867965644036 ], [ 175.8, 47.2 ], [ 176.67867965644038, 49.32132034355965 ], [ 178.8, 50.2 ], [ 180.92132034355964, 49.32132034355965 ], [ 181.8, 47.2 ] ] ], [ [ [ 183.4, 48.1 ], [ 182.52132034355964, 45.978679656440356 ], [ 180.4, 45.1 ], [ 178.27867965644037, 45.978679656440356 ], [ 177.4, 48.1 ], [ 178.27867965644037, 50.22132034355965 ], [ 180.4, 51.1 ], [ 182.52132034355964, 50.22132034355965 ], [ 183.4, 48.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z", "2015-10-21T21:00:00Z", "2015-10-22T03:00:00Z", "2015-10-22T09:00:00Z", "2015-10-22T15:00:00Z", "2015-10-22T21:00:00Z", "2015-10-23T03:00:00Z", "2015-10-23T09:00:00Z", "2015-10-23T15:00:00Z", "2015-10-23T21:00:00Z", "2015-10-24T03:00:00Z", "2015-10-24T09:00:00Z", "2015-10-24T15:00:00Z", "2015-10-24T21:00:00Z", "2015-10-25T03:00:00Z", "2015-10-25T09:00:00Z", "2015-10-25T15:00:00Z", "2015-10-25T21:00:00Z", "2015-10-26T03:00:00Z", "2015-10-26T09:00:00Z", "2015-10-26T15:00:00Z", "2015-10-26T21:00:00Z", "2015-10-27T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 996.0, 996.0, 996.0, 990.0, 985.0, 980.0, 975.0, 975.0, 975.0, 965.0, 955.0, 955.0, 950.0, 940.0, 930.0, 930.0, 930.0, 935.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 950.0, 955.0, 960.0, 970.0, 980.0, 980.0, 980.0, 980.0, 985.0, 985.0, 980.0, 974.0, 976.0, 980.0, 984.0, 984.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 55.0, 55.0, 60.0, 65.0, 65.0, 65.0, 75.0, 80.0, 80.0, 85.0, 90.0, 95.0, 95.0, 95.0, 90.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 65.0, 60.0, 60.0, 60.0, 60.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201525号 (CHAMPI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z", "2015-10-21T21:00:00Z", "2015-10-22T03:00:00Z", "2015-10-22T09:00:00Z", "2015-10-22T15:00:00Z", "2015-10-22T21:00:00Z", "2015-10-23T03:00:00Z", "2015-10-23T09:00:00Z", "2015-10-23T15:00:00Z", "2015-10-23T21:00:00Z", "2015-10-24T03:00:00Z", "2015-10-24T09:00:00Z", "2015-10-24T15:00:00Z", "2015-10-24T21:00:00Z", "2015-10-25T03:00:00Z", "2015-10-25T09:00:00Z", "2015-10-25T15:00:00Z", "2015-10-25T21:00:00Z", "2015-10-26T03:00:00Z", "2015-10-26T09:00:00Z", "2015-10-26T15:00:00Z", "2015-10-26T21:00:00Z", "2015-10-27T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 162.4, 12.5 ], [ 162.10710678118656, 11.792893218813452 ], [ 161.4, 11.5 ], [ 160.69289321881345, 11.792893218813452 ], [ 160.4, 12.5 ], [ 160.69289321881345, 13.207106781186548 ], [ 161.4, 13.5 ], [ 162.10710678118656, 13.207106781186548 ], [ 162.4, 12.5 ] ] ], [ [ [ 161.2, 13.0 ], [ 160.90710678118654, 12.292893218813452 ], [ 160.2, 12.0 ], [ 159.49289321881344, 12.292893218813452 ], [ 159.2, 13.0 ], [ 159.49289321881344, 13.707106781186548 ], [ 160.2, 14.0 ], [ 160.90710678118654, 13.707106781186548 ], [ 161.2, 13.0 ] ] ], [ [ [ 160.0, 13.2 ], [ 159.70710678118655, 12.492893218813451 ], [ 159.0, 12.2 ], [ 158.29289321881345, 12.492893218813451 ], [ 158.0, 13.2 ], [ 158.29289321881345, 13.907106781186547 ], [ 159.0, 14.2 ], [ 159.70710678118655, 13.907106781186547 ], [ 160.0, 13.2 ] ] ], [ [ [ 161.1, 13.6 ], [ 160.22132034355963, 11.478679656440358 ], [ 158.1, 10.6 ], [ 155.97867965644036, 11.478679656440356 ], [ 155.1, 13.6 ], [ 155.97867965644036, 15.721320343559642 ], [ 158.1, 16.6 ], [ 160.22132034355963, 15.721320343559643 ], [ 161.1, 13.6 ] ] ], [ [ [ 159.7, 14.0 ], [ 158.82132034355962, 11.878679656440358 ], [ 156.7, 11.0 ], [ 154.57867965644036, 11.878679656440358 ], [ 153.7, 14.0 ], [ 154.57867965644036, 16.121320343559642 ], [ 156.7, 17.0 ], [ 158.82132034355962, 16.121320343559642 ], [ 159.7, 14.0 ] ] ], [ [ [ 158.5, 14.5 ], [ 157.62132034355963, 12.378679656440358 ], [ 155.5, 11.5 ], [ 153.37867965644037, 12.378679656440358 ], [ 152.5, 14.5 ], [ 153.37867965644037, 16.621320343559642 ], [ 155.5, 17.5 ], [ 157.62132034355963, 16.621320343559642 ], [ 158.5, 14.5 ] ] ], [ [ [ 157.6, 14.7 ], [ 156.72132034355963, 12.578679656440357 ], [ 154.6, 11.7 ], [ 152.47867965644036, 12.578679656440357 ], [ 151.6, 14.7 ], [ 152.47867965644036, 16.82132034355964 ], [ 154.6, 17.7 ], [ 156.72132034355963, 16.82132034355964 ], [ 157.6, 14.7 ] ] ], [ [ [ 156.7, 15.0 ], [ 155.82132034355962, 12.878679656440358 ], [ 153.7, 12.0 ], [ 151.57867965644036, 12.878679656440358 ], [ 150.7, 15.0 ], [ 151.57867965644036, 17.121320343559642 ], [ 153.7, 18.0 ], [ 155.82132034355962, 17.121320343559642 ], [ 156.7, 15.0 ] ] ], [ [ [ 154.9, 15.4 ], [ 154.02132034355964, 13.278679656440358 ], [ 151.9, 12.4 ], [ 149.77867965644037, 13.278679656440357 ], [ 148.9, 15.4 ], [ 149.77867965644037, 17.521320343559644 ], [ 151.9, 18.4 ], [ 154.02132034355964, 17.521320343559644 ], [ 154.9, 15.4 ] ] ], [ [ [ 153.3, 15.1 ], [ 152.42132034355964, 12.978679656440358 ], [ 150.3, 12.1 ], [ 148.17867965644038, 12.978679656440356 ], [ 147.3, 15.1 ], [ 148.17867965644038, 17.221320343559643 ], [ 150.3, 18.1 ], [ 152.42132034355964, 17.221320343559643 ], [ 153.3, 15.1 ] ] ], [ [ [ 152.2, 15.4 ], [ 151.32132034355962, 13.278679656440358 ], [ 149.2, 12.4 ], [ 147.07867965644036, 13.278679656440357 ], [ 146.2, 15.4 ], [ 147.07867965644036, 17.521320343559644 ], [ 149.2, 18.4 ], [ 151.32132034355962, 17.521320343559644 ], [ 152.2, 15.4 ] ] ], [ [ [ 150.6, 15.5 ], [ 149.72132034355963, 13.378679656440358 ], [ 147.6, 12.5 ], [ 145.47867965644036, 13.378679656440358 ], [ 144.6, 15.5 ], [ 145.47867965644036, 17.621320343559642 ], [ 147.6, 18.5 ], [ 149.72132034355963, 17.621320343559642 ], [ 150.6, 15.5 ] ] ], [ [ [ 148.9, 15.4 ], [ 148.02132034355964, 13.278679656440358 ], [ 145.9, 12.4 ], [ 143.77867965644037, 13.278679656440357 ], [ 142.9, 15.4 ], [ 143.77867965644037, 17.521320343559644 ], [ 145.9, 18.4 ], [ 148.02132034355964, 17.521320343559644 ], [ 148.9, 15.4 ] ] ], [ [ [ 147.8, 15.6 ], [ 146.92132034355964, 13.478679656440358 ], [ 144.8, 12.6 ], [ 142.67867965644038, 13.478679656440356 ], [ 141.8, 15.6 ], [ 142.67867965644038, 17.721320343559643 ], [ 144.8, 18.6 ], [ 146.92132034355964, 17.721320343559643 ], [ 147.8, 15.6 ] ] ], [ [ [ 147.0, 16.2 ], [ 146.12132034355963, 14.078679656440357 ], [ 144.0, 13.2 ], [ 141.87867965644037, 14.078679656440357 ], [ 141.0, 16.2 ], [ 141.87867965644037, 18.32132034355964 ], [ 144.0, 19.2 ], [ 146.12132034355963, 18.32132034355964 ], [ 147.0, 16.2 ] ] ], [ [ [ 146.3, 16.5 ], [ 145.42132034355964, 14.378679656440358 ], [ 143.3, 13.5 ], [ 141.17867965644038, 14.378679656440358 ], [ 140.3, 16.5 ], [ 141.17867965644038, 18.621320343559642 ], [ 143.3, 19.5 ], [ 145.42132034355964, 18.621320343559642 ], [ 146.3, 16.5 ] ] ], [ [ [ 145.4, 16.9 ], [ 144.52132034355964, 14.778679656440357 ], [ 142.4, 13.899999999999999 ], [ 140.27867965644037, 14.778679656440357 ], [ 139.4, 16.9 ], [ 140.27867965644037, 19.02132034355964 ], [ 142.4, 19.9 ], [ 144.52132034355964, 19.02132034355964 ], [ 145.4, 16.9 ] ] ], [ [ [ 144.5, 17.7 ], [ 143.62132034355963, 15.578679656440357 ], [ 141.5, 14.7 ], [ 139.37867965644037, 15.578679656440357 ], [ 138.5, 17.7 ], [ 139.37867965644037, 19.82132034355964 ], [ 141.5, 20.7 ], [ 143.62132034355963, 19.82132034355964 ], [ 144.5, 17.7 ] ] ], [ [ [ 143.7, 18.4 ], [ 142.82132034355962, 16.278679656440357 ], [ 140.7, 15.399999999999999 ], [ 138.57867965644036, 16.278679656440357 ], [ 137.7, 18.4 ], [ 138.57867965644036, 20.52132034355964 ], [ 140.7, 21.4 ], [ 142.82132034355962, 20.52132034355964 ], [ 143.7, 18.4 ] ] ], [ [ [ 143.3, 18.8 ], [ 142.42132034355964, 16.67867965644036 ], [ 140.3, 15.8 ], [ 138.17867965644038, 16.67867965644036 ], [ 137.3, 18.8 ], [ 138.17867965644038, 20.921320343559643 ], [ 140.3, 21.8 ], [ 142.42132034355964, 20.921320343559643 ], [ 143.3, 18.8 ] ] ], [ [ [ 143.1, 19.2 ], [ 142.22132034355963, 17.078679656440357 ], [ 140.1, 16.2 ], [ 137.97867965644036, 17.078679656440357 ], [ 137.1, 19.2 ], [ 137.97867965644036, 21.32132034355964 ], [ 140.1, 22.2 ], [ 142.22132034355963, 21.32132034355964 ], [ 143.1, 19.2 ] ] ], [ [ [ 143.1, 19.5 ], [ 142.22132034355963, 17.378679656440358 ], [ 140.1, 16.5 ], [ 137.97867965644036, 17.378679656440358 ], [ 137.1, 19.5 ], [ 137.97867965644036, 21.621320343559642 ], [ 140.1, 22.5 ], [ 142.22132034355963, 21.621320343559642 ], [ 143.1, 19.5 ] ] ], [ [ [ 143.2, 19.8 ], [ 142.32132034355962, 17.67867965644036 ], [ 140.2, 16.8 ], [ 138.07867965644036, 17.67867965644036 ], [ 137.2, 19.8 ], [ 138.07867965644036, 21.921320343559643 ], [ 140.2, 22.8 ], [ 142.32132034355962, 21.921320343559643 ], [ 143.2, 19.8 ] ] ], [ [ [ 143.3, 20.2 ], [ 142.42132034355964, 18.078679656440357 ], [ 140.3, 17.2 ], [ 138.17867965644038, 18.078679656440357 ], [ 137.3, 20.2 ], [ 138.17867965644038, 22.32132034355964 ], [ 140.3, 23.2 ], [ 142.42132034355964, 22.32132034355964 ], [ 143.3, 20.2 ] ] ], [ [ [ 143.4, 20.5 ], [ 142.52132034355964, 18.378679656440358 ], [ 140.4, 17.5 ], [ 138.27867965644037, 18.378679656440358 ], [ 137.4, 20.5 ], [ 138.27867965644037, 22.621320343559642 ], [ 140.4, 23.5 ], [ 142.52132034355964, 22.621320343559642 ], [ 143.4, 20.5 ] ] ], [ [ [ 143.3, 20.8 ], [ 142.42132034355964, 18.67867965644036 ], [ 140.3, 17.8 ], [ 138.17867965644038, 18.67867965644036 ], [ 137.3, 20.8 ], [ 138.17867965644038, 22.921320343559643 ], [ 140.3, 23.8 ], [ 142.42132034355964, 22.921320343559643 ], [ 143.3, 20.8 ] ] ], [ [ [ 143.2, 21.0 ], [ 142.32132034355962, 18.878679656440358 ], [ 140.2, 18.0 ], [ 138.07867965644036, 18.878679656440358 ], [ 137.2, 21.0 ], [ 138.07867965644036, 23.121320343559642 ], [ 140.2, 24.0 ], [ 142.32132034355962, 23.121320343559642 ], [ 143.2, 21.0 ] ] ], [ [ [ 143.1, 21.1 ], [ 142.22132034355963, 18.97867965644036 ], [ 140.1, 18.1 ], [ 137.97867965644036, 18.97867965644036 ], [ 137.1, 21.1 ], [ 137.97867965644036, 23.221320343559643 ], [ 140.1, 24.1 ], [ 142.22132034355963, 23.221320343559643 ], [ 143.1, 21.1 ] ] ], [ [ [ 143.2, 21.4 ], [ 142.32132034355962, 19.278679656440357 ], [ 140.2, 18.4 ], [ 138.07867965644036, 19.278679656440357 ], [ 137.2, 21.4 ], [ 138.07867965644036, 23.52132034355964 ], [ 140.2, 24.4 ], [ 142.32132034355962, 23.52132034355964 ], [ 143.2, 21.4 ] ] ], [ [ [ 143.2, 21.8 ], [ 142.32132034355962, 19.67867965644036 ], [ 140.2, 18.8 ], [ 138.07867965644036, 19.67867965644036 ], [ 137.2, 21.8 ], [ 138.07867965644036, 23.921320343559643 ], [ 140.2, 24.8 ], [ 142.32132034355962, 23.921320343559643 ], [ 143.2, 21.8 ] ] ], [ [ [ 143.0, 22.1 ], [ 142.12132034355963, 19.97867965644036 ], [ 140.0, 19.1 ], [ 137.87867965644037, 19.97867965644036 ], [ 137.0, 22.1 ], [ 137.87867965644037, 24.221320343559643 ], [ 140.0, 25.1 ], [ 142.12132034355963, 24.221320343559643 ], [ 143.0, 22.1 ] ] ], [ [ [ 143.0, 22.3 ], [ 142.12132034355963, 20.17867965644036 ], [ 140.0, 19.3 ], [ 137.87867965644037, 20.17867965644036 ], [ 137.0, 22.3 ], [ 137.87867965644037, 24.421320343559643 ], [ 140.0, 25.3 ], [ 142.12132034355963, 24.421320343559643 ], [ 143.0, 22.3 ] ] ], [ [ [ 143.0, 22.6 ], [ 142.12132034355963, 20.47867965644036 ], [ 140.0, 19.6 ], [ 137.87867965644037, 20.47867965644036 ], [ 137.0, 22.6 ], [ 137.87867965644037, 24.721320343559643 ], [ 140.0, 25.6 ], [ 142.12132034355963, 24.721320343559643 ], [ 143.0, 22.6 ] ] ], [ [ [ 143.1, 22.9 ], [ 142.22132034355963, 20.778679656440357 ], [ 140.1, 19.9 ], [ 137.97867965644036, 20.778679656440357 ], [ 137.1, 22.9 ], [ 137.97867965644036, 25.02132034355964 ], [ 140.1, 25.9 ], [ 142.22132034355963, 25.02132034355964 ], [ 143.1, 22.9 ] ] ], [ [ [ 143.3, 23.2 ], [ 142.42132034355964, 21.078679656440357 ], [ 140.3, 20.2 ], [ 138.17867965644038, 21.078679656440357 ], [ 137.3, 23.2 ], [ 138.17867965644038, 25.32132034355964 ], [ 140.3, 26.2 ], [ 142.42132034355964, 25.32132034355964 ], [ 143.3, 23.2 ] ] ], [ [ [ 143.7, 23.5 ], [ 142.82132034355962, 21.378679656440358 ], [ 140.7, 20.5 ], [ 138.57867965644036, 21.378679656440358 ], [ 137.7, 23.5 ], [ 138.57867965644036, 25.621320343559642 ], [ 140.7, 26.5 ], [ 142.82132034355962, 25.621320343559642 ], [ 143.7, 23.5 ] ] ], [ [ [ 144.2, 23.7 ], [ 143.32132034355962, 21.578679656440357 ], [ 141.2, 20.7 ], [ 139.07867965644036, 21.578679656440357 ], [ 138.2, 23.7 ], [ 139.07867965644036, 25.82132034355964 ], [ 141.2, 26.7 ], [ 143.32132034355962, 25.82132034355964 ], [ 144.2, 23.7 ] ] ], [ [ [ 144.8, 24.0 ], [ 143.92132034355964, 21.878679656440358 ], [ 141.8, 21.0 ], [ 139.67867965644038, 21.878679656440358 ], [ 138.8, 24.0 ], [ 139.67867965644038, 26.121320343559642 ], [ 141.8, 27.0 ], [ 143.92132034355964, 26.121320343559642 ], [ 144.8, 24.0 ] ] ], [ [ [ 145.7, 24.2 ], [ 144.82132034355962, 22.078679656440357 ], [ 142.7, 21.2 ], [ 140.57867965644036, 22.078679656440357 ], [ 139.7, 24.2 ], [ 140.57867965644036, 26.32132034355964 ], [ 142.7, 27.2 ], [ 144.82132034355962, 26.32132034355964 ], [ 145.7, 24.2 ] ] ], [ [ [ 146.9, 24.7 ], [ 146.02132034355964, 22.578679656440357 ], [ 143.9, 21.7 ], [ 141.77867965644037, 22.578679656440357 ], [ 140.9, 24.7 ], [ 141.77867965644037, 26.82132034355964 ], [ 143.9, 27.7 ], [ 146.02132034355964, 26.82132034355964 ], [ 146.9, 24.7 ] ] ], [ [ [ 148.1, 25.0 ], [ 147.22132034355963, 22.878679656440358 ], [ 145.1, 22.0 ], [ 142.97867965644036, 22.878679656440358 ], [ 142.1, 25.0 ], [ 142.97867965644036, 27.121320343559642 ], [ 145.1, 28.0 ], [ 147.22132034355963, 27.121320343559642 ], [ 148.1, 25.0 ] ] ], [ [ [ 149.6, 25.4 ], [ 148.72132034355963, 23.278679656440357 ], [ 146.6, 22.4 ], [ 144.47867965644036, 23.278679656440357 ], [ 143.6, 25.4 ], [ 144.47867965644036, 27.52132034355964 ], [ 146.6, 28.4 ], [ 148.72132034355963, 27.52132034355964 ], [ 149.6, 25.4 ] ] ], [ [ [ 150.9, 25.8 ], [ 150.02132034355964, 23.67867965644036 ], [ 147.9, 22.8 ], [ 145.77867965644037, 23.67867965644036 ], [ 144.9, 25.8 ], [ 145.77867965644037, 27.921320343559643 ], [ 147.9, 28.8 ], [ 150.02132034355964, 27.921320343559643 ], [ 150.9, 25.8 ] ] ], [ [ [ 152.2, 26.4 ], [ 151.32132034355962, 24.278679656440357 ], [ 149.2, 23.4 ], [ 147.07867965644036, 24.278679656440357 ], [ 146.2, 26.4 ], [ 147.07867965644036, 28.52132034355964 ], [ 149.2, 29.4 ], [ 151.32132034355962, 28.52132034355964 ], [ 152.2, 26.4 ] ] ], [ [ [ 153.3, 27.0 ], [ 152.42132034355964, 24.878679656440358 ], [ 150.3, 24.0 ], [ 148.17867965644038, 24.878679656440358 ], [ 147.3, 27.0 ], [ 148.17867965644038, 29.121320343559642 ], [ 150.3, 30.0 ], [ 152.42132034355964, 29.121320343559642 ], [ 153.3, 27.0 ] ] ], [ [ [ 154.6, 27.5 ], [ 153.72132034355963, 25.378679656440358 ], [ 151.6, 24.5 ], [ 149.47867965644036, 25.378679656440358 ], [ 148.6, 27.5 ], [ 149.47867965644036, 29.621320343559642 ], [ 151.6, 30.5 ], [ 153.72132034355963, 29.621320343559642 ], [ 154.6, 27.5 ] ] ], [ [ [ 156.2, 28.3 ], [ 155.32132034355962, 26.17867965644036 ], [ 153.2, 25.3 ], [ 151.07867965644036, 26.17867965644036 ], [ 150.2, 28.3 ], [ 151.07867965644036, 30.421320343559643 ], [ 153.2, 31.3 ], [ 155.32132034355962, 30.421320343559643 ], [ 156.2, 28.3 ] ] ], [ [ [ 158.2, 29.5 ], [ 157.32132034355962, 27.378679656440358 ], [ 155.2, 26.5 ], [ 153.07867965644036, 27.378679656440358 ], [ 152.2, 29.5 ], [ 153.07867965644036, 31.621320343559642 ], [ 155.2, 32.5 ], [ 157.32132034355962, 31.621320343559642 ], [ 158.2, 29.5 ] ] ], [ [ [ 161.4, 31.3 ], [ 160.52132034355964, 29.17867965644036 ], [ 158.4, 28.3 ], [ 156.27867965644037, 29.17867965644036 ], [ 155.4, 31.3 ], [ 156.27867965644037, 33.42132034355964 ], [ 158.4, 34.3 ], [ 160.52132034355964, 33.42132034355964 ], [ 161.4, 31.3 ] ] ], [ [ [ 166.2, 33.7 ], [ 165.32132034355962, 31.57867965644036 ], [ 163.2, 30.700000000000003 ], [ 161.07867965644036, 31.57867965644036 ], [ 160.2, 33.7 ], [ 161.07867965644036, 35.82132034355965 ], [ 163.2, 36.7 ], [ 165.32132034355962, 35.82132034355965 ], [ 166.2, 33.7 ] ] ], [ [ [ 170.6, 37.0 ], [ 169.72132034355963, 34.878679656440355 ], [ 167.6, 34.0 ], [ 165.47867965644036, 34.878679656440355 ], [ 164.6, 37.0 ], [ 165.47867965644036, 39.121320343559645 ], [ 167.6, 40.0 ], [ 169.72132034355963, 39.121320343559645 ], [ 170.6, 37.0 ] ] ], [ [ [ 174.5, 40.8 ], [ 173.62132034355963, 38.67867965644035 ], [ 171.5, 37.8 ], [ 169.37867965644037, 38.67867965644035 ], [ 168.5, 40.8 ], [ 169.37867965644037, 42.92132034355964 ], [ 171.5, 43.8 ], [ 173.62132034355963, 42.92132034355964 ], [ 174.5, 40.8 ] ] ], [ [ [ 177.8, 43.4 ], [ 176.92132034355964, 41.27867965644035 ], [ 174.8, 40.4 ], [ 172.67867965644038, 41.27867965644035 ], [ 171.8, 43.4 ], [ 172.67867965644038, 45.521320343559644 ], [ 174.8, 46.4 ], [ 176.92132034355964, 45.521320343559644 ], [ 177.8, 43.4 ] ] ], [ [ [ 180.1, 45.3 ], [ 179.22132034355963, 43.17867965644035 ], [ 177.1, 42.3 ], [ 174.97867965644036, 43.17867965644035 ], [ 174.1, 45.3 ], [ 174.97867965644036, 47.42132034355964 ], [ 177.1, 48.3 ], [ 179.22132034355963, 47.42132034355964 ], [ 180.1, 45.3 ] ] ], [ [ [ 181.8, 47.2 ], [ 180.92132034355964, 45.07867965644036 ], [ 178.8, 44.2 ], [ 176.67867965644038, 45.07867965644036 ], [ 175.8, 47.2 ], [ 176.67867965644038, 49.32132034355965 ], [ 178.8, 50.2 ], [ 180.92132034355964, 49.32132034355965 ], [ 181.8, 47.2 ] ] ], [ [ [ 183.4, 48.1 ], [ 182.52132034355964, 45.978679656440356 ], [ 180.4, 45.1 ], [ 178.27867965644037, 45.978679656440356 ], [ 177.4, 48.1 ], [ 178.27867965644037, 50.22132034355965 ], [ 180.4, 51.1 ], [ 182.52132034355964, 50.22132034355965 ], [ 183.4, 48.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-10-13T09:00:00Z", "2015-10-13T15:00:00Z", "2015-10-13T21:00:00Z", "2015-10-14T03:00:00Z", "2015-10-14T09:00:00Z", "2015-10-14T15:00:00Z", "2015-10-14T21:00:00Z", "2015-10-15T03:00:00Z", "2015-10-15T09:00:00Z", "2015-10-15T15:00:00Z", "2015-10-15T21:00:00Z", "2015-10-16T03:00:00Z", "2015-10-16T09:00:00Z", "2015-10-16T15:00:00Z", "2015-10-16T21:00:00Z", "2015-10-17T03:00:00Z", "2015-10-17T09:00:00Z", "2015-10-17T15:00:00Z", "2015-10-17T21:00:00Z", "2015-10-18T03:00:00Z", "2015-10-18T09:00:00Z", "2015-10-18T15:00:00Z", "2015-10-18T21:00:00Z", "2015-10-19T03:00:00Z", "2015-10-19T09:00:00Z", "2015-10-19T15:00:00Z", "2015-10-19T21:00:00Z", "2015-10-20T03:00:00Z", "2015-10-20T09:00:00Z", "2015-10-20T15:00:00Z", "2015-10-20T21:00:00Z", "2015-10-21T03:00:00Z", "2015-10-21T09:00:00Z", "2015-10-21T15:00:00Z", "2015-10-21T21:00:00Z", "2015-10-22T03:00:00Z", "2015-10-22T09:00:00Z", "2015-10-22T15:00:00Z", "2015-10-22T21:00:00Z", "2015-10-23T03:00:00Z", "2015-10-23T09:00:00Z", "2015-10-23T15:00:00Z", "2015-10-23T21:00:00Z", "2015-10-24T03:00:00Z", "2015-10-24T09:00:00Z", "2015-10-24T15:00:00Z", "2015-10-24T21:00:00Z", "2015-10-25T03:00:00Z", "2015-10-25T09:00:00Z", "2015-10-25T15:00:00Z", "2015-10-25T21:00:00Z", "2015-10-26T03:00:00Z", "2015-10-26T09:00:00Z", "2015-10-26T15:00:00Z", "2015-10-26T21:00:00Z", "2015-10-27T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 996.0, 996.0, 996.0, 990.0, 985.0, 980.0, 975.0, 975.0, 975.0, 965.0, 955.0, 955.0, 950.0, 940.0, 930.0, 930.0, 930.0, 935.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 950.0, 955.0, 960.0, 970.0, 980.0, 980.0, 980.0, 980.0, 985.0, 985.0, 980.0, 974.0, 976.0, 980.0, 984.0, 984.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 55.0, 55.0, 60.0, 65.0, 65.0, 65.0, 75.0, 80.0, 80.0, 85.0, 90.0, 95.0, 95.0, 95.0, 90.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 80.0, 75.0, 75.0, 65.0, 60.0, 60.0, 60.0, 60.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201526_IN-FA_feature.json b/samples/Typhoon201526_IN-FA_feature.json
index 5e13257..9b47aa5 100644
--- a/samples/Typhoon201526_IN-FA_feature.json
+++ b/samples/Typhoon201526_IN-FA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201526号 (IN-FA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-11-17T03:00:00Z", "2015-11-17T09:00:00Z", "2015-11-17T15:00:00Z", "2015-11-17T21:00:00Z", "2015-11-18T03:00:00Z", "2015-11-18T09:00:00Z", "2015-11-18T15:00:00Z", "2015-11-18T21:00:00Z", "2015-11-19T03:00:00Z", "2015-11-19T09:00:00Z", "2015-11-19T15:00:00Z", "2015-11-19T21:00:00Z", "2015-11-20T03:00:00Z", "2015-11-20T09:00:00Z", "2015-11-20T15:00:00Z", "2015-11-20T21:00:00Z", "2015-11-21T03:00:00Z", "2015-11-21T09:00:00Z", "2015-11-21T15:00:00Z", "2015-11-21T21:00:00Z", "2015-11-22T03:00:00Z", "2015-11-22T09:00:00Z", "2015-11-22T15:00:00Z", "2015-11-22T21:00:00Z", "2015-11-23T03:00:00Z", "2015-11-23T09:00:00Z", "2015-11-23T15:00:00Z", "2015-11-23T21:00:00Z", "2015-11-24T03:00:00Z", "2015-11-24T09:00:00Z", "2015-11-24T15:00:00Z", "2015-11-24T21:00:00Z", "2015-11-25T03:00:00Z", "2015-11-25T09:00:00Z", "2015-11-25T15:00:00Z", "2015-11-25T21:00:00Z", "2015-11-26T03:00:00Z", "2015-11-26T09:00:00Z", "2015-11-26T15:00:00Z", "2015-11-26T21:00:00Z", "2015-11-27T03:00:00Z", "2015-11-27T09:00:00Z", "2015-11-27T15:00:00Z" ],
- "coordinates" : [ [ [ [ 164.6, 3.5 ], [ 164.30710678118655, 2.7928932188134525 ], [ 163.6, 2.5 ], [ 162.89289321881344, 2.7928932188134525 ], [ 162.6, 3.5 ], [ 162.89289321881344, 4.207106781186548 ], [ 163.6, 4.5 ], [ 164.30710678118655, 4.207106781186548 ], [ 164.6, 3.5 ] ] ], [ [ [ 163.5, 3.8 ], [ 163.20710678118655, 3.0928932188134524 ], [ 162.5, 2.8 ], [ 161.79289321881345, 3.0928932188134524 ], [ 161.5, 3.8 ], [ 161.79289321881345, 4.507106781186547 ], [ 162.5, 4.8 ], [ 163.20710678118655, 4.507106781186548 ], [ 163.5, 3.8 ] ] ], [ [ [ 162.3, 4.3 ], [ 162.00710678118656, 3.5928932188134524 ], [ 161.3, 3.3 ], [ 160.59289321881346, 3.5928932188134524 ], [ 160.3, 4.3 ], [ 160.59289321881346, 5.007106781186547 ], [ 161.3, 5.3 ], [ 162.00710678118656, 5.007106781186548 ], [ 162.3, 4.3 ] ] ], [ [ [ 160.8, 4.7 ], [ 160.50710678118656, 3.9928932188134527 ], [ 159.8, 3.7 ], [ 159.09289321881346, 3.9928932188134527 ], [ 158.8, 4.7 ], [ 159.09289321881346, 5.407106781186547 ], [ 159.8, 5.7 ], [ 160.50710678118656, 5.407106781186548 ], [ 160.8, 4.7 ] ] ], [ [ [ 161.3, 5.2 ], [ 160.42132034355964, 3.078679656440358 ], [ 158.3, 2.2 ], [ 156.17867965644038, 3.0786796564403573 ], [ 155.3, 5.2 ], [ 156.17867965644038, 7.321320343559643 ], [ 158.3, 8.2 ], [ 160.42132034355964, 7.321320343559643 ], [ 161.3, 5.2 ] ] ], [ [ [ 160.2, 5.5 ], [ 159.32132034355962, 3.3786796564403576 ], [ 157.2, 2.5 ], [ 155.07867965644036, 3.378679656440357 ], [ 154.2, 5.5 ], [ 155.07867965644036, 7.621320343559642 ], [ 157.2, 8.5 ], [ 159.32132034355962, 7.621320343559643 ], [ 160.2, 5.5 ] ] ], [ [ [ 158.7, 5.8 ], [ 157.82132034355962, 3.6786796564403574 ], [ 155.7, 2.8 ], [ 153.57867965644036, 3.678679656440357 ], [ 152.7, 5.8 ], [ 153.57867965644036, 7.921320343559643 ], [ 155.7, 8.8 ], [ 157.82132034355962, 7.921320343559643 ], [ 158.7, 5.8 ] ] ], [ [ [ 157.7, 6.2 ], [ 156.82132034355962, 4.078679656440357 ], [ 154.7, 3.2 ], [ 152.57867965644036, 4.078679656440357 ], [ 151.7, 6.2 ], [ 152.57867965644036, 8.321320343559643 ], [ 154.7, 9.2 ], [ 156.82132034355962, 8.321320343559643 ], [ 157.7, 6.2 ] ] ], [ [ [ 156.8, 7.0 ], [ 155.92132034355964, 4.878679656440358 ], [ 153.8, 4.0 ], [ 151.67867965644038, 4.878679656440357 ], [ 150.8, 7.0 ], [ 151.67867965644038, 9.121320343559642 ], [ 153.8, 10.0 ], [ 155.92132034355964, 9.121320343559642 ], [ 156.8, 7.0 ] ] ], [ [ [ 155.7, 8.1 ], [ 154.82132034355962, 5.978679656440358 ], [ 152.7, 5.1 ], [ 150.57867965644036, 5.978679656440357 ], [ 149.7, 8.1 ], [ 150.57867965644036, 10.221320343559642 ], [ 152.7, 11.1 ], [ 154.82132034355962, 10.221320343559643 ], [ 155.7, 8.1 ] ] ], [ [ [ 154.4, 8.7 ], [ 153.52132034355964, 6.578679656440357 ], [ 151.4, 5.699999999999999 ], [ 149.27867965644037, 6.5786796564403565 ], [ 148.4, 8.7 ], [ 149.27867965644037, 10.821320343559641 ], [ 151.4, 11.7 ], [ 153.52132034355964, 10.821320343559641 ], [ 154.4, 8.7 ] ] ], [ [ [ 153.4, 9.2 ], [ 152.52132034355964, 7.078679656440357 ], [ 150.4, 6.199999999999999 ], [ 148.27867965644037, 7.0786796564403565 ], [ 147.4, 9.2 ], [ 148.27867965644037, 11.321320343559641 ], [ 150.4, 12.2 ], [ 152.52132034355964, 11.321320343559641 ], [ 153.4, 9.2 ] ] ], [ [ [ 152.4, 9.8 ], [ 151.52132034355964, 7.678679656440359 ], [ 149.4, 6.800000000000001 ], [ 147.27867965644037, 7.678679656440358 ], [ 146.4, 9.8 ], [ 147.27867965644037, 11.921320343559643 ], [ 149.4, 12.8 ], [ 151.52132034355964, 11.921320343559643 ], [ 152.4, 9.8 ] ] ], [ [ [ 151.7, 9.9 ], [ 150.82132034355962, 7.778679656440358 ], [ 148.7, 6.9 ], [ 146.57867965644036, 7.7786796564403575 ], [ 145.7, 9.9 ], [ 146.57867965644036, 12.021320343559642 ], [ 148.7, 12.9 ], [ 150.82132034355962, 12.021320343559644 ], [ 151.7, 9.9 ] ] ], [ [ [ 150.5, 10.4 ], [ 149.62132034355963, 8.278679656440358 ], [ 147.5, 7.4 ], [ 145.37867965644037, 8.278679656440357 ], [ 144.5, 10.4 ], [ 145.37867965644037, 12.521320343559642 ], [ 147.5, 13.4 ], [ 149.62132034355963, 12.521320343559644 ], [ 150.5, 10.4 ] ] ], [ [ [ 149.0, 10.8 ], [ 148.12132034355963, 8.678679656440359 ], [ 146.0, 7.800000000000001 ], [ 143.87867965644037, 8.678679656440359 ], [ 143.0, 10.8 ], [ 143.87867965644037, 12.921320343559643 ], [ 146.0, 13.8 ], [ 148.12132034355963, 12.921320343559643 ], [ 149.0, 10.8 ] ] ], [ [ [ 147.4, 11.0 ], [ 146.52132034355964, 8.878679656440358 ], [ 144.4, 8.0 ], [ 142.27867965644037, 8.878679656440358 ], [ 141.4, 11.0 ], [ 142.27867965644037, 13.121320343559642 ], [ 144.4, 14.0 ], [ 146.52132034355964, 13.121320343559642 ], [ 147.4, 11.0 ] ] ], [ [ [ 145.9, 11.2 ], [ 145.02132034355964, 9.078679656440357 ], [ 142.9, 8.2 ], [ 140.77867965644037, 9.078679656440357 ], [ 139.9, 11.2 ], [ 140.77867965644037, 13.321320343559641 ], [ 142.9, 14.2 ], [ 145.02132034355964, 13.321320343559641 ], [ 145.9, 11.2 ] ] ], [ [ [ 144.4, 11.9 ], [ 143.52132034355964, 9.778679656440358 ], [ 141.4, 8.9 ], [ 139.27867965644037, 9.778679656440357 ], [ 138.4, 11.9 ], [ 139.27867965644037, 14.021320343559642 ], [ 141.4, 14.9 ], [ 143.52132034355964, 14.021320343559644 ], [ 144.4, 11.9 ] ] ], [ [ [ 142.6, 12.4 ], [ 141.72132034355963, 10.278679656440358 ], [ 139.6, 9.4 ], [ 137.47867965644036, 10.278679656440357 ], [ 136.6, 12.4 ], [ 137.47867965644036, 14.521320343559642 ], [ 139.6, 15.4 ], [ 141.72132034355963, 14.521320343559644 ], [ 142.6, 12.4 ] ] ], [ [ [ 140.9, 12.8 ], [ 140.02132034355964, 10.678679656440359 ], [ 137.9, 9.8 ], [ 135.77867965644037, 10.678679656440359 ], [ 134.9, 12.8 ], [ 135.77867965644037, 14.921320343559643 ], [ 137.9, 15.8 ], [ 140.02132034355964, 14.921320343559643 ], [ 140.9, 12.8 ] ] ], [ [ [ 139.6, 13.5 ], [ 138.72132034355963, 11.378679656440358 ], [ 136.6, 10.5 ], [ 134.47867965644036, 11.378679656440358 ], [ 133.6, 13.5 ], [ 134.47867965644036, 15.621320343559642 ], [ 136.6, 16.5 ], [ 138.72132034355963, 15.621320343559642 ], [ 139.6, 13.5 ] ] ], [ [ [ 138.2, 14.2 ], [ 137.32132034355962, 12.078679656440357 ], [ 135.2, 11.2 ], [ 133.07867965644036, 12.078679656440357 ], [ 132.2, 14.2 ], [ 133.07867965644036, 16.32132034355964 ], [ 135.2, 17.2 ], [ 137.32132034355962, 16.32132034355964 ], [ 138.2, 14.2 ] ] ], [ [ [ 136.9, 14.6 ], [ 136.02132034355964, 12.478679656440358 ], [ 133.9, 11.6 ], [ 131.77867965644037, 12.478679656440356 ], [ 130.9, 14.6 ], [ 131.77867965644037, 16.721320343559643 ], [ 133.9, 17.6 ], [ 136.02132034355964, 16.721320343559643 ], [ 136.9, 14.6 ] ] ], [ [ [ 135.8, 15.3 ], [ 134.92132034355964, 13.178679656440359 ], [ 132.8, 12.3 ], [ 130.67867965644038, 13.178679656440359 ], [ 129.8, 15.3 ], [ 130.67867965644038, 17.421320343559643 ], [ 132.8, 18.3 ], [ 134.92132034355964, 17.421320343559643 ], [ 135.8, 15.3 ] ] ], [ [ [ 135.0, 15.8 ], [ 134.12132034355963, 13.678679656440359 ], [ 132.0, 12.8 ], [ 129.87867965644037, 13.678679656440359 ], [ 129.0, 15.8 ], [ 129.87867965644037, 17.921320343559643 ], [ 132.0, 18.8 ], [ 134.12132034355963, 17.921320343559643 ], [ 135.0, 15.8 ] ] ], [ [ [ 134.6, 16.5 ], [ 133.72132034355963, 14.378679656440358 ], [ 131.6, 13.5 ], [ 129.47867965644036, 14.378679656440358 ], [ 128.6, 16.5 ], [ 129.47867965644036, 18.621320343559642 ], [ 131.6, 19.5 ], [ 133.72132034355963, 18.621320343559642 ], [ 134.6, 16.5 ] ] ], [ [ [ 134.5, 17.2 ], [ 133.62132034355963, 15.078679656440357 ], [ 131.5, 14.2 ], [ 129.37867965644037, 15.078679656440357 ], [ 128.5, 17.2 ], [ 129.37867965644037, 19.32132034355964 ], [ 131.5, 20.2 ], [ 133.62132034355963, 19.32132034355964 ], [ 134.5, 17.2 ] ] ], [ [ [ 134.7, 17.9 ], [ 133.82132034355962, 15.778679656440357 ], [ 131.7, 14.899999999999999 ], [ 129.57867965644036, 15.778679656440357 ], [ 128.7, 17.9 ], [ 129.57867965644036, 20.02132034355964 ], [ 131.7, 20.9 ], [ 133.82132034355962, 20.02132034355964 ], [ 134.7, 17.9 ] ] ], [ [ [ 135.0, 18.6 ], [ 134.12132034355963, 16.47867965644036 ], [ 132.0, 15.600000000000001 ], [ 129.87867965644037, 16.47867965644036 ], [ 129.0, 18.6 ], [ 129.87867965644037, 20.721320343559643 ], [ 132.0, 21.6 ], [ 134.12132034355963, 20.721320343559643 ], [ 135.0, 18.6 ] ] ], [ [ [ 135.9, 18.8 ], [ 135.02132034355964, 16.67867965644036 ], [ 132.9, 15.8 ], [ 130.77867965644037, 16.67867965644036 ], [ 129.9, 18.8 ], [ 130.77867965644037, 20.921320343559643 ], [ 132.9, 21.8 ], [ 135.02132034355964, 20.921320343559643 ], [ 135.9, 18.8 ] ] ], [ [ [ 136.7, 19.1 ], [ 135.82132034355962, 16.97867965644036 ], [ 133.7, 16.1 ], [ 131.57867965644036, 16.97867965644036 ], [ 130.7, 19.1 ], [ 131.57867965644036, 21.221320343559643 ], [ 133.7, 22.1 ], [ 135.82132034355962, 21.221320343559643 ], [ 136.7, 19.1 ] ] ], [ [ [ 137.5, 19.4 ], [ 136.62132034355963, 17.278679656440357 ], [ 134.5, 16.4 ], [ 132.37867965644037, 17.278679656440357 ], [ 131.5, 19.4 ], [ 132.37867965644037, 21.52132034355964 ], [ 134.5, 22.4 ], [ 136.62132034355963, 21.52132034355964 ], [ 137.5, 19.4 ] ] ], [ [ [ 138.1, 19.5 ], [ 137.22132034355963, 17.378679656440358 ], [ 135.1, 16.5 ], [ 132.97867965644036, 17.378679656440358 ], [ 132.1, 19.5 ], [ 132.97867965644036, 21.621320343559642 ], [ 135.1, 22.5 ], [ 137.22132034355963, 21.621320343559642 ], [ 138.1, 19.5 ] ] ], [ [ [ 138.9, 19.9 ], [ 138.02132034355964, 17.778679656440357 ], [ 135.9, 16.9 ], [ 133.77867965644037, 17.778679656440357 ], [ 132.9, 19.9 ], [ 133.77867965644037, 22.02132034355964 ], [ 135.9, 22.9 ], [ 138.02132034355964, 22.02132034355964 ], [ 138.9, 19.9 ] ] ], [ [ [ 139.7, 20.7 ], [ 138.82132034355962, 18.578679656440357 ], [ 136.7, 17.7 ], [ 134.57867965644036, 18.578679656440357 ], [ 133.7, 20.7 ], [ 134.57867965644036, 22.82132034355964 ], [ 136.7, 23.7 ], [ 138.82132034355962, 22.82132034355964 ], [ 139.7, 20.7 ] ] ], [ [ [ 140.7, 21.5 ], [ 139.82132034355962, 19.378679656440358 ], [ 137.7, 18.5 ], [ 135.57867965644036, 19.378679656440358 ], [ 134.7, 21.5 ], [ 135.57867965644036, 23.621320343559642 ], [ 137.7, 24.5 ], [ 139.82132034355962, 23.621320343559642 ], [ 140.7, 21.5 ] ] ], [ [ [ 139.5, 22.4 ], [ 139.20710678118655, 21.692893218813452 ], [ 138.5, 21.4 ], [ 137.79289321881345, 21.692893218813452 ], [ 137.5, 22.4 ], [ 137.79289321881345, 23.107106781186545 ], [ 138.5, 23.4 ], [ 139.20710678118655, 23.107106781186545 ], [ 139.5, 22.4 ] ] ], [ [ [ 140.8, 23.5 ], [ 140.50710678118656, 22.792893218813454 ], [ 139.8, 22.5 ], [ 139.09289321881346, 22.792893218813454 ], [ 138.8, 23.5 ], [ 139.09289321881346, 24.207106781186546 ], [ 139.8, 24.5 ], [ 140.50710678118656, 24.207106781186546 ], [ 140.8, 23.5 ] ] ], [ [ [ 142.8, 25.2 ], [ 142.50710678118656, 24.492893218813453 ], [ 141.8, 24.2 ], [ 141.09289321881346, 24.492893218813453 ], [ 140.8, 25.2 ], [ 141.09289321881346, 25.907106781186545 ], [ 141.8, 26.2 ], [ 142.50710678118656, 25.907106781186545 ], [ 142.8, 25.2 ] ] ], [ [ [ 145.5, 26.8 ], [ 145.20710678118655, 26.092893218813455 ], [ 144.5, 25.8 ], [ 143.79289321881345, 26.092893218813455 ], [ 143.5, 26.8 ], [ 143.79289321881345, 27.507106781186547 ], [ 144.5, 27.8 ], [ 145.20710678118655, 27.507106781186547 ], [ 145.5, 26.8 ] ] ], [ [ [ 148.4, 28.1 ], [ 148.10710678118656, 27.392893218813455 ], [ 147.4, 27.1 ], [ 146.69289321881345, 27.392893218813455 ], [ 146.4, 28.1 ], [ 146.69289321881345, 28.807106781186548 ], [ 147.4, 29.1 ], [ 148.10710678118656, 28.807106781186548 ], [ 148.4, 28.1 ] ] ], [ [ [ 151.4, 29.6 ], [ 151.10710678118656, 28.892893218813455 ], [ 150.4, 28.6 ], [ 149.69289321881345, 28.892893218813455 ], [ 149.4, 29.6 ], [ 149.69289321881345, 30.307106781186548 ], [ 150.4, 30.6 ], [ 151.10710678118656, 30.307106781186548 ], [ 151.4, 29.6 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-11-17T03:00:00Z", "2015-11-17T09:00:00Z", "2015-11-17T15:00:00Z", "2015-11-17T21:00:00Z", "2015-11-18T03:00:00Z", "2015-11-18T09:00:00Z", "2015-11-18T15:00:00Z", "2015-11-18T21:00:00Z", "2015-11-19T03:00:00Z", "2015-11-19T09:00:00Z", "2015-11-19T15:00:00Z", "2015-11-19T21:00:00Z", "2015-11-20T03:00:00Z", "2015-11-20T09:00:00Z", "2015-11-20T15:00:00Z", "2015-11-20T21:00:00Z", "2015-11-21T03:00:00Z", "2015-11-21T09:00:00Z", "2015-11-21T15:00:00Z", "2015-11-21T21:00:00Z", "2015-11-22T03:00:00Z", "2015-11-22T09:00:00Z", "2015-11-22T15:00:00Z", "2015-11-22T21:00:00Z", "2015-11-23T03:00:00Z", "2015-11-23T09:00:00Z", "2015-11-23T15:00:00Z", "2015-11-23T21:00:00Z", "2015-11-24T03:00:00Z", "2015-11-24T09:00:00Z", "2015-11-24T15:00:00Z", "2015-11-24T21:00:00Z", "2015-11-25T03:00:00Z", "2015-11-25T09:00:00Z", "2015-11-25T15:00:00Z", "2015-11-25T21:00:00Z", "2015-11-26T03:00:00Z", "2015-11-26T09:00:00Z", "2015-11-26T15:00:00Z", "2015-11-26T21:00:00Z", "2015-11-27T03:00:00Z", "2015-11-27T09:00:00Z", "2015-11-27T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 994.0, 994.0, 992.0, 985.0, 975.0, 970.0, 960.0, 950.0, 940.0, 935.0, 935.0, 940.0, 940.0, 945.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 955.0, 960.0, 965.0, 975.0, 985.0, 990.0, 994.0, 996.0, 998.0, 1002.0, 1002.0, 1002.0, 1002.0, 1008.0, 1012.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 45.0, 50.0, 60.0, 65.0, 75.0, 80.0, 90.0, 95.0, 95.0, 90.0, 90.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 70.0, 60.0, 50.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201526号 (IN-FA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-11-17T03:00:00Z", "2015-11-17T09:00:00Z", "2015-11-17T15:00:00Z", "2015-11-17T21:00:00Z", "2015-11-18T03:00:00Z", "2015-11-18T09:00:00Z", "2015-11-18T15:00:00Z", "2015-11-18T21:00:00Z", "2015-11-19T03:00:00Z", "2015-11-19T09:00:00Z", "2015-11-19T15:00:00Z", "2015-11-19T21:00:00Z", "2015-11-20T03:00:00Z", "2015-11-20T09:00:00Z", "2015-11-20T15:00:00Z", "2015-11-20T21:00:00Z", "2015-11-21T03:00:00Z", "2015-11-21T09:00:00Z", "2015-11-21T15:00:00Z", "2015-11-21T21:00:00Z", "2015-11-22T03:00:00Z", "2015-11-22T09:00:00Z", "2015-11-22T15:00:00Z", "2015-11-22T21:00:00Z", "2015-11-23T03:00:00Z", "2015-11-23T09:00:00Z", "2015-11-23T15:00:00Z", "2015-11-23T21:00:00Z", "2015-11-24T03:00:00Z", "2015-11-24T09:00:00Z", "2015-11-24T15:00:00Z", "2015-11-24T21:00:00Z", "2015-11-25T03:00:00Z", "2015-11-25T09:00:00Z", "2015-11-25T15:00:00Z", "2015-11-25T21:00:00Z", "2015-11-26T03:00:00Z", "2015-11-26T09:00:00Z", "2015-11-26T15:00:00Z", "2015-11-26T21:00:00Z", "2015-11-27T03:00:00Z", "2015-11-27T09:00:00Z", "2015-11-27T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 164.6, 3.5 ], [ 164.30710678118655, 2.7928932188134525 ], [ 163.6, 2.5 ], [ 162.89289321881344, 2.7928932188134525 ], [ 162.6, 3.5 ], [ 162.89289321881344, 4.207106781186548 ], [ 163.6, 4.5 ], [ 164.30710678118655, 4.207106781186548 ], [ 164.6, 3.5 ] ] ], [ [ [ 163.5, 3.8 ], [ 163.20710678118655, 3.0928932188134524 ], [ 162.5, 2.8 ], [ 161.79289321881345, 3.0928932188134524 ], [ 161.5, 3.8 ], [ 161.79289321881345, 4.507106781186547 ], [ 162.5, 4.8 ], [ 163.20710678118655, 4.507106781186548 ], [ 163.5, 3.8 ] ] ], [ [ [ 162.3, 4.3 ], [ 162.00710678118656, 3.5928932188134524 ], [ 161.3, 3.3 ], [ 160.59289321881346, 3.5928932188134524 ], [ 160.3, 4.3 ], [ 160.59289321881346, 5.007106781186547 ], [ 161.3, 5.3 ], [ 162.00710678118656, 5.007106781186548 ], [ 162.3, 4.3 ] ] ], [ [ [ 160.8, 4.7 ], [ 160.50710678118656, 3.9928932188134527 ], [ 159.8, 3.7 ], [ 159.09289321881346, 3.9928932188134527 ], [ 158.8, 4.7 ], [ 159.09289321881346, 5.407106781186547 ], [ 159.8, 5.7 ], [ 160.50710678118656, 5.407106781186548 ], [ 160.8, 4.7 ] ] ], [ [ [ 161.3, 5.2 ], [ 160.42132034355964, 3.078679656440358 ], [ 158.3, 2.2 ], [ 156.17867965644038, 3.0786796564403573 ], [ 155.3, 5.2 ], [ 156.17867965644038, 7.321320343559643 ], [ 158.3, 8.2 ], [ 160.42132034355964, 7.321320343559643 ], [ 161.3, 5.2 ] ] ], [ [ [ 160.2, 5.5 ], [ 159.32132034355962, 3.3786796564403576 ], [ 157.2, 2.5 ], [ 155.07867965644036, 3.378679656440357 ], [ 154.2, 5.5 ], [ 155.07867965644036, 7.621320343559642 ], [ 157.2, 8.5 ], [ 159.32132034355962, 7.621320343559643 ], [ 160.2, 5.5 ] ] ], [ [ [ 158.7, 5.8 ], [ 157.82132034355962, 3.6786796564403574 ], [ 155.7, 2.8 ], [ 153.57867965644036, 3.678679656440357 ], [ 152.7, 5.8 ], [ 153.57867965644036, 7.921320343559643 ], [ 155.7, 8.8 ], [ 157.82132034355962, 7.921320343559643 ], [ 158.7, 5.8 ] ] ], [ [ [ 157.7, 6.2 ], [ 156.82132034355962, 4.078679656440357 ], [ 154.7, 3.2 ], [ 152.57867965644036, 4.078679656440357 ], [ 151.7, 6.2 ], [ 152.57867965644036, 8.321320343559643 ], [ 154.7, 9.2 ], [ 156.82132034355962, 8.321320343559643 ], [ 157.7, 6.2 ] ] ], [ [ [ 156.8, 7.0 ], [ 155.92132034355964, 4.878679656440358 ], [ 153.8, 4.0 ], [ 151.67867965644038, 4.878679656440357 ], [ 150.8, 7.0 ], [ 151.67867965644038, 9.121320343559642 ], [ 153.8, 10.0 ], [ 155.92132034355964, 9.121320343559642 ], [ 156.8, 7.0 ] ] ], [ [ [ 155.7, 8.1 ], [ 154.82132034355962, 5.978679656440358 ], [ 152.7, 5.1 ], [ 150.57867965644036, 5.978679656440357 ], [ 149.7, 8.1 ], [ 150.57867965644036, 10.221320343559642 ], [ 152.7, 11.1 ], [ 154.82132034355962, 10.221320343559643 ], [ 155.7, 8.1 ] ] ], [ [ [ 154.4, 8.7 ], [ 153.52132034355964, 6.578679656440357 ], [ 151.4, 5.699999999999999 ], [ 149.27867965644037, 6.5786796564403565 ], [ 148.4, 8.7 ], [ 149.27867965644037, 10.821320343559641 ], [ 151.4, 11.7 ], [ 153.52132034355964, 10.821320343559641 ], [ 154.4, 8.7 ] ] ], [ [ [ 153.4, 9.2 ], [ 152.52132034355964, 7.078679656440357 ], [ 150.4, 6.199999999999999 ], [ 148.27867965644037, 7.0786796564403565 ], [ 147.4, 9.2 ], [ 148.27867965644037, 11.321320343559641 ], [ 150.4, 12.2 ], [ 152.52132034355964, 11.321320343559641 ], [ 153.4, 9.2 ] ] ], [ [ [ 152.4, 9.8 ], [ 151.52132034355964, 7.678679656440359 ], [ 149.4, 6.800000000000001 ], [ 147.27867965644037, 7.678679656440358 ], [ 146.4, 9.8 ], [ 147.27867965644037, 11.921320343559643 ], [ 149.4, 12.8 ], [ 151.52132034355964, 11.921320343559643 ], [ 152.4, 9.8 ] ] ], [ [ [ 151.7, 9.9 ], [ 150.82132034355962, 7.778679656440358 ], [ 148.7, 6.9 ], [ 146.57867965644036, 7.7786796564403575 ], [ 145.7, 9.9 ], [ 146.57867965644036, 12.021320343559642 ], [ 148.7, 12.9 ], [ 150.82132034355962, 12.021320343559644 ], [ 151.7, 9.9 ] ] ], [ [ [ 150.5, 10.4 ], [ 149.62132034355963, 8.278679656440358 ], [ 147.5, 7.4 ], [ 145.37867965644037, 8.278679656440357 ], [ 144.5, 10.4 ], [ 145.37867965644037, 12.521320343559642 ], [ 147.5, 13.4 ], [ 149.62132034355963, 12.521320343559644 ], [ 150.5, 10.4 ] ] ], [ [ [ 149.0, 10.8 ], [ 148.12132034355963, 8.678679656440359 ], [ 146.0, 7.800000000000001 ], [ 143.87867965644037, 8.678679656440359 ], [ 143.0, 10.8 ], [ 143.87867965644037, 12.921320343559643 ], [ 146.0, 13.8 ], [ 148.12132034355963, 12.921320343559643 ], [ 149.0, 10.8 ] ] ], [ [ [ 147.4, 11.0 ], [ 146.52132034355964, 8.878679656440358 ], [ 144.4, 8.0 ], [ 142.27867965644037, 8.878679656440358 ], [ 141.4, 11.0 ], [ 142.27867965644037, 13.121320343559642 ], [ 144.4, 14.0 ], [ 146.52132034355964, 13.121320343559642 ], [ 147.4, 11.0 ] ] ], [ [ [ 145.9, 11.2 ], [ 145.02132034355964, 9.078679656440357 ], [ 142.9, 8.2 ], [ 140.77867965644037, 9.078679656440357 ], [ 139.9, 11.2 ], [ 140.77867965644037, 13.321320343559641 ], [ 142.9, 14.2 ], [ 145.02132034355964, 13.321320343559641 ], [ 145.9, 11.2 ] ] ], [ [ [ 144.4, 11.9 ], [ 143.52132034355964, 9.778679656440358 ], [ 141.4, 8.9 ], [ 139.27867965644037, 9.778679656440357 ], [ 138.4, 11.9 ], [ 139.27867965644037, 14.021320343559642 ], [ 141.4, 14.9 ], [ 143.52132034355964, 14.021320343559644 ], [ 144.4, 11.9 ] ] ], [ [ [ 142.6, 12.4 ], [ 141.72132034355963, 10.278679656440358 ], [ 139.6, 9.4 ], [ 137.47867965644036, 10.278679656440357 ], [ 136.6, 12.4 ], [ 137.47867965644036, 14.521320343559642 ], [ 139.6, 15.4 ], [ 141.72132034355963, 14.521320343559644 ], [ 142.6, 12.4 ] ] ], [ [ [ 140.9, 12.8 ], [ 140.02132034355964, 10.678679656440359 ], [ 137.9, 9.8 ], [ 135.77867965644037, 10.678679656440359 ], [ 134.9, 12.8 ], [ 135.77867965644037, 14.921320343559643 ], [ 137.9, 15.8 ], [ 140.02132034355964, 14.921320343559643 ], [ 140.9, 12.8 ] ] ], [ [ [ 139.6, 13.5 ], [ 138.72132034355963, 11.378679656440358 ], [ 136.6, 10.5 ], [ 134.47867965644036, 11.378679656440358 ], [ 133.6, 13.5 ], [ 134.47867965644036, 15.621320343559642 ], [ 136.6, 16.5 ], [ 138.72132034355963, 15.621320343559642 ], [ 139.6, 13.5 ] ] ], [ [ [ 138.2, 14.2 ], [ 137.32132034355962, 12.078679656440357 ], [ 135.2, 11.2 ], [ 133.07867965644036, 12.078679656440357 ], [ 132.2, 14.2 ], [ 133.07867965644036, 16.32132034355964 ], [ 135.2, 17.2 ], [ 137.32132034355962, 16.32132034355964 ], [ 138.2, 14.2 ] ] ], [ [ [ 136.9, 14.6 ], [ 136.02132034355964, 12.478679656440358 ], [ 133.9, 11.6 ], [ 131.77867965644037, 12.478679656440356 ], [ 130.9, 14.6 ], [ 131.77867965644037, 16.721320343559643 ], [ 133.9, 17.6 ], [ 136.02132034355964, 16.721320343559643 ], [ 136.9, 14.6 ] ] ], [ [ [ 135.8, 15.3 ], [ 134.92132034355964, 13.178679656440359 ], [ 132.8, 12.3 ], [ 130.67867965644038, 13.178679656440359 ], [ 129.8, 15.3 ], [ 130.67867965644038, 17.421320343559643 ], [ 132.8, 18.3 ], [ 134.92132034355964, 17.421320343559643 ], [ 135.8, 15.3 ] ] ], [ [ [ 135.0, 15.8 ], [ 134.12132034355963, 13.678679656440359 ], [ 132.0, 12.8 ], [ 129.87867965644037, 13.678679656440359 ], [ 129.0, 15.8 ], [ 129.87867965644037, 17.921320343559643 ], [ 132.0, 18.8 ], [ 134.12132034355963, 17.921320343559643 ], [ 135.0, 15.8 ] ] ], [ [ [ 134.6, 16.5 ], [ 133.72132034355963, 14.378679656440358 ], [ 131.6, 13.5 ], [ 129.47867965644036, 14.378679656440358 ], [ 128.6, 16.5 ], [ 129.47867965644036, 18.621320343559642 ], [ 131.6, 19.5 ], [ 133.72132034355963, 18.621320343559642 ], [ 134.6, 16.5 ] ] ], [ [ [ 134.5, 17.2 ], [ 133.62132034355963, 15.078679656440357 ], [ 131.5, 14.2 ], [ 129.37867965644037, 15.078679656440357 ], [ 128.5, 17.2 ], [ 129.37867965644037, 19.32132034355964 ], [ 131.5, 20.2 ], [ 133.62132034355963, 19.32132034355964 ], [ 134.5, 17.2 ] ] ], [ [ [ 134.7, 17.9 ], [ 133.82132034355962, 15.778679656440357 ], [ 131.7, 14.899999999999999 ], [ 129.57867965644036, 15.778679656440357 ], [ 128.7, 17.9 ], [ 129.57867965644036, 20.02132034355964 ], [ 131.7, 20.9 ], [ 133.82132034355962, 20.02132034355964 ], [ 134.7, 17.9 ] ] ], [ [ [ 135.0, 18.6 ], [ 134.12132034355963, 16.47867965644036 ], [ 132.0, 15.600000000000001 ], [ 129.87867965644037, 16.47867965644036 ], [ 129.0, 18.6 ], [ 129.87867965644037, 20.721320343559643 ], [ 132.0, 21.6 ], [ 134.12132034355963, 20.721320343559643 ], [ 135.0, 18.6 ] ] ], [ [ [ 135.9, 18.8 ], [ 135.02132034355964, 16.67867965644036 ], [ 132.9, 15.8 ], [ 130.77867965644037, 16.67867965644036 ], [ 129.9, 18.8 ], [ 130.77867965644037, 20.921320343559643 ], [ 132.9, 21.8 ], [ 135.02132034355964, 20.921320343559643 ], [ 135.9, 18.8 ] ] ], [ [ [ 136.7, 19.1 ], [ 135.82132034355962, 16.97867965644036 ], [ 133.7, 16.1 ], [ 131.57867965644036, 16.97867965644036 ], [ 130.7, 19.1 ], [ 131.57867965644036, 21.221320343559643 ], [ 133.7, 22.1 ], [ 135.82132034355962, 21.221320343559643 ], [ 136.7, 19.1 ] ] ], [ [ [ 137.5, 19.4 ], [ 136.62132034355963, 17.278679656440357 ], [ 134.5, 16.4 ], [ 132.37867965644037, 17.278679656440357 ], [ 131.5, 19.4 ], [ 132.37867965644037, 21.52132034355964 ], [ 134.5, 22.4 ], [ 136.62132034355963, 21.52132034355964 ], [ 137.5, 19.4 ] ] ], [ [ [ 138.1, 19.5 ], [ 137.22132034355963, 17.378679656440358 ], [ 135.1, 16.5 ], [ 132.97867965644036, 17.378679656440358 ], [ 132.1, 19.5 ], [ 132.97867965644036, 21.621320343559642 ], [ 135.1, 22.5 ], [ 137.22132034355963, 21.621320343559642 ], [ 138.1, 19.5 ] ] ], [ [ [ 138.9, 19.9 ], [ 138.02132034355964, 17.778679656440357 ], [ 135.9, 16.9 ], [ 133.77867965644037, 17.778679656440357 ], [ 132.9, 19.9 ], [ 133.77867965644037, 22.02132034355964 ], [ 135.9, 22.9 ], [ 138.02132034355964, 22.02132034355964 ], [ 138.9, 19.9 ] ] ], [ [ [ 139.7, 20.7 ], [ 138.82132034355962, 18.578679656440357 ], [ 136.7, 17.7 ], [ 134.57867965644036, 18.578679656440357 ], [ 133.7, 20.7 ], [ 134.57867965644036, 22.82132034355964 ], [ 136.7, 23.7 ], [ 138.82132034355962, 22.82132034355964 ], [ 139.7, 20.7 ] ] ], [ [ [ 140.7, 21.5 ], [ 139.82132034355962, 19.378679656440358 ], [ 137.7, 18.5 ], [ 135.57867965644036, 19.378679656440358 ], [ 134.7, 21.5 ], [ 135.57867965644036, 23.621320343559642 ], [ 137.7, 24.5 ], [ 139.82132034355962, 23.621320343559642 ], [ 140.7, 21.5 ] ] ], [ [ [ 139.5, 22.4 ], [ 139.20710678118655, 21.692893218813452 ], [ 138.5, 21.4 ], [ 137.79289321881345, 21.692893218813452 ], [ 137.5, 22.4 ], [ 137.79289321881345, 23.107106781186545 ], [ 138.5, 23.4 ], [ 139.20710678118655, 23.107106781186545 ], [ 139.5, 22.4 ] ] ], [ [ [ 140.8, 23.5 ], [ 140.50710678118656, 22.792893218813454 ], [ 139.8, 22.5 ], [ 139.09289321881346, 22.792893218813454 ], [ 138.8, 23.5 ], [ 139.09289321881346, 24.207106781186546 ], [ 139.8, 24.5 ], [ 140.50710678118656, 24.207106781186546 ], [ 140.8, 23.5 ] ] ], [ [ [ 142.8, 25.2 ], [ 142.50710678118656, 24.492893218813453 ], [ 141.8, 24.2 ], [ 141.09289321881346, 24.492893218813453 ], [ 140.8, 25.2 ], [ 141.09289321881346, 25.907106781186545 ], [ 141.8, 26.2 ], [ 142.50710678118656, 25.907106781186545 ], [ 142.8, 25.2 ] ] ], [ [ [ 145.5, 26.8 ], [ 145.20710678118655, 26.092893218813455 ], [ 144.5, 25.8 ], [ 143.79289321881345, 26.092893218813455 ], [ 143.5, 26.8 ], [ 143.79289321881345, 27.507106781186547 ], [ 144.5, 27.8 ], [ 145.20710678118655, 27.507106781186547 ], [ 145.5, 26.8 ] ] ], [ [ [ 148.4, 28.1 ], [ 148.10710678118656, 27.392893218813455 ], [ 147.4, 27.1 ], [ 146.69289321881345, 27.392893218813455 ], [ 146.4, 28.1 ], [ 146.69289321881345, 28.807106781186548 ], [ 147.4, 29.1 ], [ 148.10710678118656, 28.807106781186548 ], [ 148.4, 28.1 ] ] ], [ [ [ 151.4, 29.6 ], [ 151.10710678118656, 28.892893218813455 ], [ 150.4, 28.6 ], [ 149.69289321881345, 28.892893218813455 ], [ 149.4, 29.6 ], [ 149.69289321881345, 30.307106781186548 ], [ 150.4, 30.6 ], [ 151.10710678118656, 30.307106781186548 ], [ 151.4, 29.6 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-11-17T03:00:00Z", "2015-11-17T09:00:00Z", "2015-11-17T15:00:00Z", "2015-11-17T21:00:00Z", "2015-11-18T03:00:00Z", "2015-11-18T09:00:00Z", "2015-11-18T15:00:00Z", "2015-11-18T21:00:00Z", "2015-11-19T03:00:00Z", "2015-11-19T09:00:00Z", "2015-11-19T15:00:00Z", "2015-11-19T21:00:00Z", "2015-11-20T03:00:00Z", "2015-11-20T09:00:00Z", "2015-11-20T15:00:00Z", "2015-11-20T21:00:00Z", "2015-11-21T03:00:00Z", "2015-11-21T09:00:00Z", "2015-11-21T15:00:00Z", "2015-11-21T21:00:00Z", "2015-11-22T03:00:00Z", "2015-11-22T09:00:00Z", "2015-11-22T15:00:00Z", "2015-11-22T21:00:00Z", "2015-11-23T03:00:00Z", "2015-11-23T09:00:00Z", "2015-11-23T15:00:00Z", "2015-11-23T21:00:00Z", "2015-11-24T03:00:00Z", "2015-11-24T09:00:00Z", "2015-11-24T15:00:00Z", "2015-11-24T21:00:00Z", "2015-11-25T03:00:00Z", "2015-11-25T09:00:00Z", "2015-11-25T15:00:00Z", "2015-11-25T21:00:00Z", "2015-11-26T03:00:00Z", "2015-11-26T09:00:00Z", "2015-11-26T15:00:00Z", "2015-11-26T21:00:00Z", "2015-11-27T03:00:00Z", "2015-11-27T09:00:00Z", "2015-11-27T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 996.0, 994.0, 994.0, 994.0, 992.0, 985.0, 975.0, 970.0, 960.0, 950.0, 940.0, 935.0, 935.0, 940.0, 940.0, 945.0, 945.0, 945.0, 950.0, 950.0, 950.0, 950.0, 955.0, 960.0, 965.0, 975.0, 985.0, 990.0, 994.0, 996.0, 998.0, 1002.0, 1002.0, 1002.0, 1002.0, 1008.0, 1012.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 45.0, 50.0, 60.0, 65.0, 75.0, 80.0, 90.0, 95.0, 95.0, 90.0, 90.0, 85.0, 85.0, 85.0, 80.0, 80.0, 80.0, 80.0, 75.0, 75.0, 70.0, 60.0, 50.0, 45.0, 40.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201527_MELOR_feature.json b/samples/Typhoon201527_MELOR_feature.json
index 4bbf680..f49416b 100644
--- a/samples/Typhoon201527_MELOR_feature.json
+++ b/samples/Typhoon201527_MELOR_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201527号 (MELOR)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2015-12-10T09:00:00Z", "2015-12-10T15:00:00Z", "2015-12-10T21:00:00Z", "2015-12-11T03:00:00Z", "2015-12-11T09:00:00Z", "2015-12-11T15:00:00Z", "2015-12-11T21:00:00Z", "2015-12-12T03:00:00Z", "2015-12-12T09:00:00Z", "2015-12-12T15:00:00Z", "2015-12-12T21:00:00Z", "2015-12-13T03:00:00Z", "2015-12-13T09:00:00Z", "2015-12-13T15:00:00Z", "2015-12-13T21:00:00Z", "2015-12-14T03:00:00Z", "2015-12-14T09:00:00Z", "2015-12-14T15:00:00Z", "2015-12-14T21:00:00Z", "2015-12-15T03:00:00Z", "2015-12-15T09:00:00Z", "2015-12-15T15:00:00Z", "2015-12-15T21:00:00Z", "2015-12-16T03:00:00Z", "2015-12-16T09:00:00Z", "2015-12-16T15:00:00Z", "2015-12-16T21:00:00Z", "2015-12-17T03:00:00Z", "2015-12-17T09:00:00Z" ],
- "coordinates" : [ [ [ [ 146.2, 7.1 ], [ 145.90710678118654, 6.392893218813452 ], [ 145.2, 6.1 ], [ 144.49289321881344, 6.392893218813452 ], [ 144.2, 7.1 ], [ 144.49289321881344, 7.8071067811865476 ], [ 145.2, 8.1 ], [ 145.90710678118654, 7.8071067811865476 ], [ 146.2, 7.1 ] ] ], [ [ [ 144.9, 7.2 ], [ 144.60710678118656, 6.492893218813453 ], [ 143.9, 6.2 ], [ 143.19289321881345, 6.492893218813452 ], [ 142.9, 7.2 ], [ 143.19289321881345, 7.907106781186547 ], [ 143.9, 8.2 ], [ 144.60710678118656, 7.907106781186548 ], [ 144.9, 7.2 ] ] ], [ [ [ 143.5, 7.6 ], [ 143.20710678118655, 6.892893218813452 ], [ 142.5, 6.6 ], [ 141.79289321881345, 6.892893218813452 ], [ 141.5, 7.6 ], [ 141.79289321881345, 8.307106781186548 ], [ 142.5, 8.6 ], [ 143.20710678118655, 8.307106781186548 ], [ 143.5, 7.6 ] ] ], [ [ [ 142.0, 7.9 ], [ 141.70710678118655, 7.1928932188134524 ], [ 141.0, 6.9 ], [ 140.29289321881345, 7.1928932188134524 ], [ 140.0, 7.9 ], [ 140.29289321881345, 8.607106781186548 ], [ 141.0, 8.9 ], [ 141.70710678118655, 8.607106781186548 ], [ 142.0, 7.9 ] ] ], [ [ [ 140.6, 8.2 ], [ 140.30710678118655, 7.492893218813451 ], [ 139.6, 7.199999999999999 ], [ 138.89289321881344, 7.492893218813451 ], [ 138.6, 8.2 ], [ 138.89289321881344, 8.907106781186547 ], [ 139.6, 9.2 ], [ 140.30710678118655, 8.907106781186547 ], [ 140.6, 8.2 ] ] ], [ [ [ 139.0, 8.9 ], [ 138.70710678118655, 8.192893218813452 ], [ 138.0, 7.9 ], [ 137.29289321881345, 8.192893218813452 ], [ 137.0, 8.9 ], [ 137.29289321881345, 9.607106781186548 ], [ 138.0, 9.9 ], [ 138.70710678118655, 9.607106781186548 ], [ 139.0, 8.9 ] ] ], [ [ [ 137.9, 9.3 ], [ 137.60710678118656, 8.592893218813453 ], [ 136.9, 8.3 ], [ 136.19289321881345, 8.592893218813453 ], [ 135.9, 9.3 ], [ 136.19289321881345, 10.007106781186549 ], [ 136.9, 10.3 ], [ 137.60710678118656, 10.007106781186549 ], [ 137.9, 9.3 ] ] ], [ [ [ 138.7, 9.8 ], [ 137.82132034355962, 7.678679656440359 ], [ 135.7, 6.800000000000001 ], [ 133.57867965644036, 7.678679656440358 ], [ 132.7, 9.8 ], [ 133.57867965644036, 11.921320343559643 ], [ 135.7, 12.8 ], [ 137.82132034355962, 11.921320343559643 ], [ 138.7, 9.8 ] ] ], [ [ [ 137.5, 10.2 ], [ 136.62132034355963, 8.078679656440357 ], [ 134.5, 7.199999999999999 ], [ 132.37867965644037, 8.078679656440357 ], [ 131.5, 10.2 ], [ 132.37867965644037, 12.321320343559641 ], [ 134.5, 13.2 ], [ 136.62132034355963, 12.321320343559641 ], [ 137.5, 10.2 ] ] ], [ [ [ 136.6, 10.9 ], [ 135.72132034355963, 8.778679656440358 ], [ 133.6, 7.9 ], [ 131.47867965644036, 8.778679656440357 ], [ 130.6, 10.9 ], [ 131.47867965644036, 13.021320343559642 ], [ 133.6, 13.9 ], [ 135.72132034355963, 13.021320343559644 ], [ 136.6, 10.9 ] ] ], [ [ [ 135.2, 11.2 ], [ 134.32132034355962, 9.078679656440357 ], [ 132.2, 8.2 ], [ 130.07867965644036, 9.078679656440357 ], [ 129.2, 11.2 ], [ 130.07867965644036, 13.321320343559641 ], [ 132.2, 14.2 ], [ 134.32132034355962, 13.321320343559641 ], [ 135.2, 11.2 ] ] ], [ [ [ 134.2, 11.5 ], [ 133.32132034355962, 9.378679656440358 ], [ 131.2, 8.5 ], [ 129.07867965644036, 9.378679656440358 ], [ 128.2, 11.5 ], [ 129.07867965644036, 13.621320343559642 ], [ 131.2, 14.5 ], [ 133.32132034355962, 13.621320343559642 ], [ 134.2, 11.5 ] ] ], [ [ [ 133.3, 11.9 ], [ 132.42132034355964, 9.778679656440358 ], [ 130.3, 8.9 ], [ 128.17867965644038, 9.778679656440357 ], [ 127.30000000000001, 11.9 ], [ 128.17867965644038, 14.021320343559642 ], [ 130.3, 14.9 ], [ 132.42132034355964, 14.021320343559644 ], [ 133.3, 11.9 ] ] ], [ [ [ 132.1, 12.3 ], [ 131.22132034355963, 10.178679656440359 ], [ 129.1, 9.3 ], [ 126.97867965644035, 10.178679656440359 ], [ 126.1, 12.3 ], [ 126.97867965644035, 14.421320343559643 ], [ 129.1, 15.3 ], [ 131.22132034355963, 14.421320343559643 ], [ 132.1, 12.3 ] ] ], [ [ [ 131.1, 12.4 ], [ 130.22132034355963, 10.278679656440358 ], [ 128.1, 9.4 ], [ 125.97867965644035, 10.278679656440357 ], [ 125.1, 12.4 ], [ 125.97867965644035, 14.521320343559642 ], [ 128.1, 15.4 ], [ 130.22132034355963, 14.521320343559644 ], [ 131.1, 12.4 ] ] ], [ [ [ 129.9, 12.5 ], [ 129.02132034355964, 10.378679656440358 ], [ 126.9, 9.5 ], [ 124.77867965644036, 10.378679656440358 ], [ 123.9, 12.5 ], [ 124.77867965644036, 14.621320343559642 ], [ 126.9, 15.5 ], [ 129.02132034355964, 14.621320343559642 ], [ 129.9, 12.5 ] ] ], [ [ [ 128.8, 12.5 ], [ 127.92132034355964, 10.378679656440358 ], [ 125.8, 9.5 ], [ 123.67867965644035, 10.378679656440358 ], [ 122.8, 12.5 ], [ 123.67867965644035, 14.621320343559642 ], [ 125.8, 15.5 ], [ 127.92132034355964, 14.621320343559642 ], [ 128.8, 12.5 ] ] ], [ [ [ 127.6, 12.6 ], [ 126.72132034355964, 10.478679656440358 ], [ 124.6, 9.6 ], [ 122.47867965644035, 10.478679656440356 ], [ 121.6, 12.6 ], [ 122.47867965644035, 14.721320343559642 ], [ 124.6, 15.6 ], [ 126.72132034355964, 14.721320343559643 ], [ 127.6, 12.6 ] ] ], [ [ [ 126.5, 12.8 ], [ 125.62132034355965, 10.678679656440359 ], [ 123.5, 9.8 ], [ 121.37867965644035, 10.678679656440359 ], [ 120.5, 12.8 ], [ 121.37867965644035, 14.921320343559643 ], [ 123.5, 15.8 ], [ 125.62132034355965, 14.921320343559643 ], [ 126.5, 12.8 ] ] ], [ [ [ 125.6, 12.9 ], [ 124.72132034355964, 10.778679656440358 ], [ 122.6, 9.9 ], [ 120.47867965644035, 10.778679656440357 ], [ 119.6, 12.9 ], [ 120.47867965644035, 15.021320343559642 ], [ 122.6, 15.9 ], [ 124.72132034355964, 15.021320343559644 ], [ 125.6, 12.9 ] ] ], [ [ [ 124.8, 13.0 ], [ 123.92132034355964, 10.878679656440358 ], [ 121.8, 10.0 ], [ 119.67867965644035, 10.878679656440358 ], [ 118.8, 13.0 ], [ 119.67867965644035, 15.121320343559642 ], [ 121.8, 16.0 ], [ 123.92132034355964, 15.121320343559642 ], [ 124.8, 13.0 ] ] ], [ [ [ 124.2, 13.2 ], [ 123.32132034355965, 11.078679656440357 ], [ 121.2, 10.2 ], [ 119.07867965644036, 11.078679656440357 ], [ 118.2, 13.2 ], [ 119.07867965644036, 15.321320343559641 ], [ 121.2, 16.2 ], [ 123.32132034355965, 15.321320343559641 ], [ 124.2, 13.2 ] ] ], [ [ [ 123.6, 13.4 ], [ 122.72132034355964, 11.278679656440358 ], [ 120.6, 10.4 ], [ 118.47867965644035, 11.278679656440357 ], [ 117.6, 13.4 ], [ 118.47867965644035, 15.521320343559642 ], [ 120.6, 16.4 ], [ 122.72132034355964, 15.521320343559644 ], [ 123.6, 13.4 ] ] ], [ [ [ 123.1, 13.7 ], [ 122.22132034355964, 11.578679656440357 ], [ 120.1, 10.7 ], [ 117.97867965644035, 11.578679656440357 ], [ 117.1, 13.7 ], [ 117.97867965644035, 15.821320343559641 ], [ 120.1, 16.7 ], [ 122.22132034355964, 15.821320343559641 ], [ 123.1, 13.7 ] ] ], [ [ [ 123.1, 14.1 ], [ 122.22132034355964, 11.978679656440358 ], [ 120.1, 11.1 ], [ 117.97867965644035, 11.978679656440356 ], [ 117.1, 14.1 ], [ 117.97867965644035, 16.221320343559643 ], [ 120.1, 17.1 ], [ 122.22132034355964, 16.221320343559643 ], [ 123.1, 14.1 ] ] ], [ [ [ 123.3, 14.1 ], [ 122.42132034355964, 11.978679656440358 ], [ 120.3, 11.1 ], [ 118.17867965644035, 11.978679656440356 ], [ 117.3, 14.1 ], [ 118.17867965644035, 16.221320343559643 ], [ 120.3, 17.1 ], [ 122.42132034355964, 16.221320343559643 ], [ 123.3, 14.1 ] ] ], [ [ [ 123.3, 13.7 ], [ 122.42132034355964, 11.578679656440357 ], [ 120.3, 10.7 ], [ 118.17867965644035, 11.578679656440357 ], [ 117.3, 13.7 ], [ 118.17867965644035, 15.821320343559641 ], [ 120.3, 16.7 ], [ 122.42132034355964, 15.821320343559641 ], [ 123.3, 13.7 ] ] ], [ [ [ 123.3, 13.1 ], [ 122.42132034355964, 10.978679656440358 ], [ 120.3, 10.1 ], [ 118.17867965644035, 10.978679656440356 ], [ 117.3, 13.1 ], [ 118.17867965644035, 15.221320343559642 ], [ 120.3, 16.1 ], [ 122.42132034355964, 15.221320343559643 ], [ 123.3, 13.1 ] ] ], [ [ [ 121.1, 12.5 ], [ 120.80710678118655, 11.792893218813452 ], [ 120.1, 11.5 ], [ 119.39289321881344, 11.792893218813452 ], [ 119.1, 12.5 ], [ 119.39289321881344, 13.207106781186548 ], [ 120.1, 13.5 ], [ 120.80710678118655, 13.207106781186548 ], [ 121.1, 12.5 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2015-12-10T09:00:00Z", "2015-12-10T15:00:00Z", "2015-12-10T21:00:00Z", "2015-12-11T03:00:00Z", "2015-12-11T09:00:00Z", "2015-12-11T15:00:00Z", "2015-12-11T21:00:00Z", "2015-12-12T03:00:00Z", "2015-12-12T09:00:00Z", "2015-12-12T15:00:00Z", "2015-12-12T21:00:00Z", "2015-12-13T03:00:00Z", "2015-12-13T09:00:00Z", "2015-12-13T15:00:00Z", "2015-12-13T21:00:00Z", "2015-12-14T03:00:00Z", "2015-12-14T09:00:00Z", "2015-12-14T15:00:00Z", "2015-12-14T21:00:00Z", "2015-12-15T03:00:00Z", "2015-12-15T09:00:00Z", "2015-12-15T15:00:00Z", "2015-12-15T21:00:00Z", "2015-12-16T03:00:00Z", "2015-12-16T09:00:00Z", "2015-12-16T15:00:00Z", "2015-12-16T21:00:00Z", "2015-12-17T03:00:00Z", "2015-12-17T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1006.0, 1006.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 994.0, 985.0, 975.0, 970.0, 955.0, 950.0, 950.0, 935.0, 935.0, 955.0, 955.0, 950.0, 950.0, 955.0, 970.0, 975.0, 990.0, 996.0, 1000.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 55.0, 65.0, 70.0, 80.0, 85.0, 85.0, 95.0, 95.0, 80.0, 80.0, 85.0, 85.0, 80.0, 70.0, 65.0, 50.0, 45.0, 35.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201527号 (MELOR)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2015-12-10T09:00:00Z", "2015-12-10T15:00:00Z", "2015-12-10T21:00:00Z", "2015-12-11T03:00:00Z", "2015-12-11T09:00:00Z", "2015-12-11T15:00:00Z", "2015-12-11T21:00:00Z", "2015-12-12T03:00:00Z", "2015-12-12T09:00:00Z", "2015-12-12T15:00:00Z", "2015-12-12T21:00:00Z", "2015-12-13T03:00:00Z", "2015-12-13T09:00:00Z", "2015-12-13T15:00:00Z", "2015-12-13T21:00:00Z", "2015-12-14T03:00:00Z", "2015-12-14T09:00:00Z", "2015-12-14T15:00:00Z", "2015-12-14T21:00:00Z", "2015-12-15T03:00:00Z", "2015-12-15T09:00:00Z", "2015-12-15T15:00:00Z", "2015-12-15T21:00:00Z", "2015-12-16T03:00:00Z", "2015-12-16T09:00:00Z", "2015-12-16T15:00:00Z", "2015-12-16T21:00:00Z", "2015-12-17T03:00:00Z", "2015-12-17T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 146.2, 7.1 ], [ 145.90710678118654, 6.392893218813452 ], [ 145.2, 6.1 ], [ 144.49289321881344, 6.392893218813452 ], [ 144.2, 7.1 ], [ 144.49289321881344, 7.8071067811865476 ], [ 145.2, 8.1 ], [ 145.90710678118654, 7.8071067811865476 ], [ 146.2, 7.1 ] ] ], [ [ [ 144.9, 7.2 ], [ 144.60710678118656, 6.492893218813453 ], [ 143.9, 6.2 ], [ 143.19289321881345, 6.492893218813452 ], [ 142.9, 7.2 ], [ 143.19289321881345, 7.907106781186547 ], [ 143.9, 8.2 ], [ 144.60710678118656, 7.907106781186548 ], [ 144.9, 7.2 ] ] ], [ [ [ 143.5, 7.6 ], [ 143.20710678118655, 6.892893218813452 ], [ 142.5, 6.6 ], [ 141.79289321881345, 6.892893218813452 ], [ 141.5, 7.6 ], [ 141.79289321881345, 8.307106781186548 ], [ 142.5, 8.6 ], [ 143.20710678118655, 8.307106781186548 ], [ 143.5, 7.6 ] ] ], [ [ [ 142.0, 7.9 ], [ 141.70710678118655, 7.1928932188134524 ], [ 141.0, 6.9 ], [ 140.29289321881345, 7.1928932188134524 ], [ 140.0, 7.9 ], [ 140.29289321881345, 8.607106781186548 ], [ 141.0, 8.9 ], [ 141.70710678118655, 8.607106781186548 ], [ 142.0, 7.9 ] ] ], [ [ [ 140.6, 8.2 ], [ 140.30710678118655, 7.492893218813451 ], [ 139.6, 7.199999999999999 ], [ 138.89289321881344, 7.492893218813451 ], [ 138.6, 8.2 ], [ 138.89289321881344, 8.907106781186547 ], [ 139.6, 9.2 ], [ 140.30710678118655, 8.907106781186547 ], [ 140.6, 8.2 ] ] ], [ [ [ 139.0, 8.9 ], [ 138.70710678118655, 8.192893218813452 ], [ 138.0, 7.9 ], [ 137.29289321881345, 8.192893218813452 ], [ 137.0, 8.9 ], [ 137.29289321881345, 9.607106781186548 ], [ 138.0, 9.9 ], [ 138.70710678118655, 9.607106781186548 ], [ 139.0, 8.9 ] ] ], [ [ [ 137.9, 9.3 ], [ 137.60710678118656, 8.592893218813453 ], [ 136.9, 8.3 ], [ 136.19289321881345, 8.592893218813453 ], [ 135.9, 9.3 ], [ 136.19289321881345, 10.007106781186549 ], [ 136.9, 10.3 ], [ 137.60710678118656, 10.007106781186549 ], [ 137.9, 9.3 ] ] ], [ [ [ 138.7, 9.8 ], [ 137.82132034355962, 7.678679656440359 ], [ 135.7, 6.800000000000001 ], [ 133.57867965644036, 7.678679656440358 ], [ 132.7, 9.8 ], [ 133.57867965644036, 11.921320343559643 ], [ 135.7, 12.8 ], [ 137.82132034355962, 11.921320343559643 ], [ 138.7, 9.8 ] ] ], [ [ [ 137.5, 10.2 ], [ 136.62132034355963, 8.078679656440357 ], [ 134.5, 7.199999999999999 ], [ 132.37867965644037, 8.078679656440357 ], [ 131.5, 10.2 ], [ 132.37867965644037, 12.321320343559641 ], [ 134.5, 13.2 ], [ 136.62132034355963, 12.321320343559641 ], [ 137.5, 10.2 ] ] ], [ [ [ 136.6, 10.9 ], [ 135.72132034355963, 8.778679656440358 ], [ 133.6, 7.9 ], [ 131.47867965644036, 8.778679656440357 ], [ 130.6, 10.9 ], [ 131.47867965644036, 13.021320343559642 ], [ 133.6, 13.9 ], [ 135.72132034355963, 13.021320343559644 ], [ 136.6, 10.9 ] ] ], [ [ [ 135.2, 11.2 ], [ 134.32132034355962, 9.078679656440357 ], [ 132.2, 8.2 ], [ 130.07867965644036, 9.078679656440357 ], [ 129.2, 11.2 ], [ 130.07867965644036, 13.321320343559641 ], [ 132.2, 14.2 ], [ 134.32132034355962, 13.321320343559641 ], [ 135.2, 11.2 ] ] ], [ [ [ 134.2, 11.5 ], [ 133.32132034355962, 9.378679656440358 ], [ 131.2, 8.5 ], [ 129.07867965644036, 9.378679656440358 ], [ 128.2, 11.5 ], [ 129.07867965644036, 13.621320343559642 ], [ 131.2, 14.5 ], [ 133.32132034355962, 13.621320343559642 ], [ 134.2, 11.5 ] ] ], [ [ [ 133.3, 11.9 ], [ 132.42132034355964, 9.778679656440358 ], [ 130.3, 8.9 ], [ 128.17867965644038, 9.778679656440357 ], [ 127.30000000000001, 11.9 ], [ 128.17867965644038, 14.021320343559642 ], [ 130.3, 14.9 ], [ 132.42132034355964, 14.021320343559644 ], [ 133.3, 11.9 ] ] ], [ [ [ 132.1, 12.3 ], [ 131.22132034355963, 10.178679656440359 ], [ 129.1, 9.3 ], [ 126.97867965644035, 10.178679656440359 ], [ 126.1, 12.3 ], [ 126.97867965644035, 14.421320343559643 ], [ 129.1, 15.3 ], [ 131.22132034355963, 14.421320343559643 ], [ 132.1, 12.3 ] ] ], [ [ [ 131.1, 12.4 ], [ 130.22132034355963, 10.278679656440358 ], [ 128.1, 9.4 ], [ 125.97867965644035, 10.278679656440357 ], [ 125.1, 12.4 ], [ 125.97867965644035, 14.521320343559642 ], [ 128.1, 15.4 ], [ 130.22132034355963, 14.521320343559644 ], [ 131.1, 12.4 ] ] ], [ [ [ 129.9, 12.5 ], [ 129.02132034355964, 10.378679656440358 ], [ 126.9, 9.5 ], [ 124.77867965644036, 10.378679656440358 ], [ 123.9, 12.5 ], [ 124.77867965644036, 14.621320343559642 ], [ 126.9, 15.5 ], [ 129.02132034355964, 14.621320343559642 ], [ 129.9, 12.5 ] ] ], [ [ [ 128.8, 12.5 ], [ 127.92132034355964, 10.378679656440358 ], [ 125.8, 9.5 ], [ 123.67867965644035, 10.378679656440358 ], [ 122.8, 12.5 ], [ 123.67867965644035, 14.621320343559642 ], [ 125.8, 15.5 ], [ 127.92132034355964, 14.621320343559642 ], [ 128.8, 12.5 ] ] ], [ [ [ 127.6, 12.6 ], [ 126.72132034355964, 10.478679656440358 ], [ 124.6, 9.6 ], [ 122.47867965644035, 10.478679656440356 ], [ 121.6, 12.6 ], [ 122.47867965644035, 14.721320343559642 ], [ 124.6, 15.6 ], [ 126.72132034355964, 14.721320343559643 ], [ 127.6, 12.6 ] ] ], [ [ [ 126.5, 12.8 ], [ 125.62132034355965, 10.678679656440359 ], [ 123.5, 9.8 ], [ 121.37867965644035, 10.678679656440359 ], [ 120.5, 12.8 ], [ 121.37867965644035, 14.921320343559643 ], [ 123.5, 15.8 ], [ 125.62132034355965, 14.921320343559643 ], [ 126.5, 12.8 ] ] ], [ [ [ 125.6, 12.9 ], [ 124.72132034355964, 10.778679656440358 ], [ 122.6, 9.9 ], [ 120.47867965644035, 10.778679656440357 ], [ 119.6, 12.9 ], [ 120.47867965644035, 15.021320343559642 ], [ 122.6, 15.9 ], [ 124.72132034355964, 15.021320343559644 ], [ 125.6, 12.9 ] ] ], [ [ [ 124.8, 13.0 ], [ 123.92132034355964, 10.878679656440358 ], [ 121.8, 10.0 ], [ 119.67867965644035, 10.878679656440358 ], [ 118.8, 13.0 ], [ 119.67867965644035, 15.121320343559642 ], [ 121.8, 16.0 ], [ 123.92132034355964, 15.121320343559642 ], [ 124.8, 13.0 ] ] ], [ [ [ 124.2, 13.2 ], [ 123.32132034355965, 11.078679656440357 ], [ 121.2, 10.2 ], [ 119.07867965644036, 11.078679656440357 ], [ 118.2, 13.2 ], [ 119.07867965644036, 15.321320343559641 ], [ 121.2, 16.2 ], [ 123.32132034355965, 15.321320343559641 ], [ 124.2, 13.2 ] ] ], [ [ [ 123.6, 13.4 ], [ 122.72132034355964, 11.278679656440358 ], [ 120.6, 10.4 ], [ 118.47867965644035, 11.278679656440357 ], [ 117.6, 13.4 ], [ 118.47867965644035, 15.521320343559642 ], [ 120.6, 16.4 ], [ 122.72132034355964, 15.521320343559644 ], [ 123.6, 13.4 ] ] ], [ [ [ 123.1, 13.7 ], [ 122.22132034355964, 11.578679656440357 ], [ 120.1, 10.7 ], [ 117.97867965644035, 11.578679656440357 ], [ 117.1, 13.7 ], [ 117.97867965644035, 15.821320343559641 ], [ 120.1, 16.7 ], [ 122.22132034355964, 15.821320343559641 ], [ 123.1, 13.7 ] ] ], [ [ [ 123.1, 14.1 ], [ 122.22132034355964, 11.978679656440358 ], [ 120.1, 11.1 ], [ 117.97867965644035, 11.978679656440356 ], [ 117.1, 14.1 ], [ 117.97867965644035, 16.221320343559643 ], [ 120.1, 17.1 ], [ 122.22132034355964, 16.221320343559643 ], [ 123.1, 14.1 ] ] ], [ [ [ 123.3, 14.1 ], [ 122.42132034355964, 11.978679656440358 ], [ 120.3, 11.1 ], [ 118.17867965644035, 11.978679656440356 ], [ 117.3, 14.1 ], [ 118.17867965644035, 16.221320343559643 ], [ 120.3, 17.1 ], [ 122.42132034355964, 16.221320343559643 ], [ 123.3, 14.1 ] ] ], [ [ [ 123.3, 13.7 ], [ 122.42132034355964, 11.578679656440357 ], [ 120.3, 10.7 ], [ 118.17867965644035, 11.578679656440357 ], [ 117.3, 13.7 ], [ 118.17867965644035, 15.821320343559641 ], [ 120.3, 16.7 ], [ 122.42132034355964, 15.821320343559641 ], [ 123.3, 13.7 ] ] ], [ [ [ 123.3, 13.1 ], [ 122.42132034355964, 10.978679656440358 ], [ 120.3, 10.1 ], [ 118.17867965644035, 10.978679656440356 ], [ 117.3, 13.1 ], [ 118.17867965644035, 15.221320343559642 ], [ 120.3, 16.1 ], [ 122.42132034355964, 15.221320343559643 ], [ 123.3, 13.1 ] ] ], [ [ [ 121.1, 12.5 ], [ 120.80710678118655, 11.792893218813452 ], [ 120.1, 11.5 ], [ 119.39289321881344, 11.792893218813452 ], [ 119.1, 12.5 ], [ 119.39289321881344, 13.207106781186548 ], [ 120.1, 13.5 ], [ 120.80710678118655, 13.207106781186548 ], [ 121.1, 12.5 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2015-12-10T09:00:00Z", "2015-12-10T15:00:00Z", "2015-12-10T21:00:00Z", "2015-12-11T03:00:00Z", "2015-12-11T09:00:00Z", "2015-12-11T15:00:00Z", "2015-12-11T21:00:00Z", "2015-12-12T03:00:00Z", "2015-12-12T09:00:00Z", "2015-12-12T15:00:00Z", "2015-12-12T21:00:00Z", "2015-12-13T03:00:00Z", "2015-12-13T09:00:00Z", "2015-12-13T15:00:00Z", "2015-12-13T21:00:00Z", "2015-12-14T03:00:00Z", "2015-12-14T09:00:00Z", "2015-12-14T15:00:00Z", "2015-12-14T21:00:00Z", "2015-12-15T03:00:00Z", "2015-12-15T09:00:00Z", "2015-12-15T15:00:00Z", "2015-12-15T21:00:00Z", "2015-12-16T03:00:00Z", "2015-12-16T09:00:00Z", "2015-12-16T15:00:00Z", "2015-12-16T21:00:00Z", "2015-12-17T03:00:00Z", "2015-12-17T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1006.0, 1006.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 994.0, 985.0, 975.0, 970.0, 955.0, 950.0, 950.0, 935.0, 935.0, 955.0, 955.0, 950.0, 950.0, 955.0, 970.0, 975.0, 990.0, 996.0, 1000.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 55.0, 65.0, 70.0, 80.0, 85.0, 85.0, 95.0, 95.0, 80.0, 80.0, 85.0, 85.0, 80.0, 70.0, 65.0, 50.0, 45.0, 35.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201601_NEPARTAK_feature.json b/samples/Typhoon201601_NEPARTAK_feature.json
index 762ba02..a7cbd08 100644
--- a/samples/Typhoon201601_NEPARTAK_feature.json
+++ b/samples/Typhoon201601_NEPARTAK_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201601号 (NEPARTAK)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-07-02T21:00:00Z", "2016-07-03T03:00:00Z", "2016-07-03T09:00:00Z", "2016-07-03T15:00:00Z", "2016-07-03T21:00:00Z", "2016-07-04T03:00:00Z", "2016-07-04T09:00:00Z", "2016-07-04T15:00:00Z", "2016-07-04T21:00:00Z", "2016-07-05T03:00:00Z", "2016-07-05T09:00:00Z", "2016-07-05T15:00:00Z", "2016-07-05T21:00:00Z", "2016-07-06T03:00:00Z", "2016-07-06T09:00:00Z", "2016-07-06T15:00:00Z", "2016-07-06T21:00:00Z", "2016-07-07T03:00:00Z", "2016-07-07T09:00:00Z", "2016-07-07T15:00:00Z", "2016-07-07T21:00:00Z", "2016-07-08T03:00:00Z", "2016-07-08T09:00:00Z", "2016-07-08T15:00:00Z", "2016-07-08T21:00:00Z", "2016-07-09T03:00:00Z", "2016-07-09T09:00:00Z", "2016-07-09T15:00:00Z", "2016-07-09T21:00:00Z", "2016-07-10T03:00:00Z", "2016-07-10T09:00:00Z" ],
- "coordinates" : [ [ [ [ 146.1, 8.3 ], [ 145.80710678118655, 7.592893218813453 ], [ 145.1, 7.300000000000001 ], [ 144.39289321881344, 7.592893218813453 ], [ 144.1, 8.3 ], [ 144.39289321881344, 9.007106781186549 ], [ 145.1, 9.3 ], [ 145.80710678118655, 9.007106781186549 ], [ 146.1, 8.3 ] ] ], [ [ [ 146.0, 8.6 ], [ 145.70710678118655, 7.892893218813452 ], [ 145.0, 7.6 ], [ 144.29289321881345, 7.892893218813452 ], [ 144.0, 8.6 ], [ 144.29289321881345, 9.307106781186548 ], [ 145.0, 9.6 ], [ 145.70710678118655, 9.307106781186548 ], [ 146.0, 8.6 ] ] ], [ [ [ 145.9, 8.9 ], [ 145.60710678118656, 8.192893218813452 ], [ 144.9, 7.9 ], [ 144.19289321881345, 8.192893218813452 ], [ 143.9, 8.9 ], [ 144.19289321881345, 9.607106781186548 ], [ 144.9, 9.9 ], [ 145.60710678118656, 9.607106781186548 ], [ 145.9, 8.9 ] ] ], [ [ [ 145.8, 9.2 ], [ 145.50710678118656, 8.492893218813451 ], [ 144.8, 8.2 ], [ 144.09289321881346, 8.492893218813451 ], [ 143.8, 9.2 ], [ 144.09289321881346, 9.907106781186547 ], [ 144.8, 10.2 ], [ 145.50710678118656, 9.907106781186547 ], [ 145.8, 9.2 ] ] ], [ [ [ 147.4, 10.0 ], [ 146.52132034355964, 7.878679656440358 ], [ 144.4, 7.0 ], [ 142.27867965644037, 7.878679656440357 ], [ 141.4, 10.0 ], [ 142.27867965644037, 12.121320343559642 ], [ 144.4, 13.0 ], [ 146.52132034355964, 12.121320343559642 ], [ 147.4, 10.0 ] ] ], [ [ [ 146.9, 10.9 ], [ 146.02132034355964, 8.778679656440358 ], [ 143.9, 7.9 ], [ 141.77867965644037, 8.778679656440357 ], [ 140.9, 10.9 ], [ 141.77867965644037, 13.021320343559642 ], [ 143.9, 13.9 ], [ 146.02132034355964, 13.021320343559644 ], [ 146.9, 10.9 ] ] ], [ [ [ 145.6, 11.9 ], [ 144.72132034355963, 9.778679656440358 ], [ 142.6, 8.9 ], [ 140.47867965644036, 9.778679656440357 ], [ 139.6, 11.9 ], [ 140.47867965644036, 14.021320343559642 ], [ 142.6, 14.9 ], [ 144.72132034355963, 14.021320343559644 ], [ 145.6, 11.9 ] ] ], [ [ [ 144.1, 12.8 ], [ 143.22132034355963, 10.678679656440359 ], [ 141.1, 9.8 ], [ 138.97867965644036, 10.678679656440359 ], [ 138.1, 12.8 ], [ 138.97867965644036, 14.921320343559643 ], [ 141.1, 15.8 ], [ 143.22132034355963, 14.921320343559643 ], [ 144.1, 12.8 ] ] ], [ [ [ 142.6, 13.5 ], [ 141.72132034355963, 11.378679656440358 ], [ 139.6, 10.5 ], [ 137.47867965644036, 11.378679656440358 ], [ 136.6, 13.5 ], [ 137.47867965644036, 15.621320343559642 ], [ 139.6, 16.5 ], [ 141.72132034355963, 15.621320343559642 ], [ 142.6, 13.5 ] ] ], [ [ [ 141.2, 14.5 ], [ 140.32132034355962, 12.378679656440358 ], [ 138.2, 11.5 ], [ 136.07867965644036, 12.378679656440358 ], [ 135.2, 14.5 ], [ 136.07867965644036, 16.621320343559642 ], [ 138.2, 17.5 ], [ 140.32132034355962, 16.621320343559642 ], [ 141.2, 14.5 ] ] ], [ [ [ 139.6, 15.3 ], [ 138.72132034355963, 13.178679656440359 ], [ 136.6, 12.3 ], [ 134.47867965644036, 13.178679656440359 ], [ 133.6, 15.3 ], [ 134.47867965644036, 17.421320343559643 ], [ 136.6, 18.3 ], [ 138.72132034355963, 17.421320343559643 ], [ 139.6, 15.3 ] ] ], [ [ [ 138.1, 16.3 ], [ 137.22132034355963, 14.178679656440359 ], [ 135.1, 13.3 ], [ 132.97867965644036, 14.178679656440359 ], [ 132.1, 16.3 ], [ 132.97867965644036, 18.421320343559643 ], [ 135.1, 19.3 ], [ 137.22132034355963, 18.421320343559643 ], [ 138.1, 16.3 ] ] ], [ [ [ 136.5, 17.1 ], [ 135.62132034355963, 14.97867965644036 ], [ 133.5, 14.100000000000001 ], [ 131.37867965644037, 14.97867965644036 ], [ 130.5, 17.1 ], [ 131.37867965644037, 19.221320343559643 ], [ 133.5, 20.1 ], [ 135.62132034355963, 19.221320343559643 ], [ 136.5, 17.1 ] ] ], [ [ [ 134.9, 18.0 ], [ 134.02132034355964, 15.878679656440358 ], [ 131.9, 15.0 ], [ 129.77867965644037, 15.878679656440358 ], [ 128.9, 18.0 ], [ 129.77867965644037, 20.121320343559642 ], [ 131.9, 21.0 ], [ 134.02132034355964, 20.121320343559642 ], [ 134.9, 18.0 ] ] ], [ [ [ 133.1, 18.7 ], [ 132.22132034355963, 16.578679656440357 ], [ 130.1, 15.7 ], [ 127.97867965644035, 16.578679656440357 ], [ 127.1, 18.7 ], [ 127.97867965644035, 20.82132034355964 ], [ 130.1, 21.7 ], [ 132.22132034355963, 20.82132034355964 ], [ 133.1, 18.7 ] ] ], [ [ [ 133.4, 19.5 ], [ 131.93553390593274, 15.964466094067262 ], [ 128.4, 14.5 ], [ 124.86446609406727, 15.964466094067262 ], [ 123.4, 19.5 ], [ 124.86446609406727, 23.035533905932738 ], [ 128.4, 24.5 ], [ 131.93553390593274, 23.035533905932738 ], [ 133.4, 19.5 ] ] ], [ [ [ 132.0, 20.1 ], [ 130.53553390593274, 16.564466094067264 ], [ 127.0, 15.100000000000001 ], [ 123.46446609406726, 16.564466094067264 ], [ 122.0, 20.1 ], [ 123.46446609406726, 23.63553390593274 ], [ 127.0, 25.1 ], [ 130.53553390593274, 23.63553390593274 ], [ 132.0, 20.1 ] ] ], [ [ [ 130.6, 20.7 ], [ 129.13553390593273, 17.16446609406726 ], [ 125.6, 15.7 ], [ 122.06446609406726, 17.16446609406726 ], [ 120.6, 20.7 ], [ 122.06446609406726, 24.235533905932737 ], [ 125.6, 25.7 ], [ 129.13553390593273, 24.235533905932737 ], [ 130.6, 20.7 ] ] ], [ [ [ 129.3, 21.3 ], [ 127.83553390593273, 17.764466094067263 ], [ 124.3, 16.3 ], [ 120.76446609406726, 17.764466094067263 ], [ 119.3, 21.3 ], [ 120.76446609406726, 24.83553390593274 ], [ 124.3, 26.3 ], [ 127.83553390593273, 24.83553390593274 ], [ 129.3, 21.3 ] ] ], [ [ [ 128.4, 21.6 ], [ 126.93553390593274, 18.064466094067264 ], [ 123.4, 16.6 ], [ 119.86446609406727, 18.064466094067264 ], [ 118.4, 21.6 ], [ 119.86446609406727, 25.13553390593274 ], [ 123.4, 26.6 ], [ 126.93553390593274, 25.13553390593274 ], [ 128.4, 21.6 ] ] ], [ [ [ 127.6, 22.0 ], [ 126.13553390593273, 18.464466094067262 ], [ 122.6, 17.0 ], [ 119.06446609406726, 18.464466094067262 ], [ 117.6, 22.0 ], [ 119.06446609406726, 25.535533905932738 ], [ 122.6, 27.0 ], [ 126.13553390593273, 25.535533905932738 ], [ 127.6, 22.0 ] ] ], [ [ [ 124.7, 22.4 ], [ 123.82132034355965, 20.278679656440357 ], [ 121.7, 19.4 ], [ 119.57867965644036, 20.278679656440357 ], [ 118.7, 22.4 ], [ 119.57867965644036, 24.52132034355964 ], [ 121.7, 25.4 ], [ 123.82132034355965, 24.52132034355964 ], [ 124.7, 22.4 ] ] ], [ [ [ 123.6, 22.6 ], [ 122.72132034355964, 20.47867965644036 ], [ 120.6, 19.6 ], [ 118.47867965644035, 20.47867965644036 ], [ 117.6, 22.6 ], [ 118.47867965644035, 24.721320343559643 ], [ 120.6, 25.6 ], [ 122.72132034355964, 24.721320343559643 ], [ 123.6, 22.6 ] ] ], [ [ [ 123.1, 23.2 ], [ 122.22132034355964, 21.078679656440357 ], [ 120.1, 20.2 ], [ 117.97867965644035, 21.078679656440357 ], [ 117.1, 23.2 ], [ 117.97867965644035, 25.32132034355964 ], [ 120.1, 26.2 ], [ 122.22132034355964, 25.32132034355964 ], [ 123.1, 23.2 ] ] ], [ [ [ 122.9, 23.2 ], [ 122.02132034355965, 21.078679656440357 ], [ 119.9, 20.2 ], [ 117.77867965644036, 21.078679656440357 ], [ 116.9, 23.2 ], [ 117.77867965644036, 25.32132034355964 ], [ 119.9, 26.2 ], [ 122.02132034355965, 25.32132034355964 ], [ 122.9, 23.2 ] ] ], [ [ [ 122.8, 23.4 ], [ 121.92132034355964, 21.278679656440357 ], [ 119.8, 20.4 ], [ 117.67867965644035, 21.278679656440357 ], [ 116.8, 23.4 ], [ 117.67867965644035, 25.52132034355964 ], [ 119.8, 26.4 ], [ 121.92132034355964, 25.52132034355964 ], [ 122.8, 23.4 ] ] ], [ [ [ 121.8, 24.3 ], [ 120.92132034355964, 22.17867965644036 ], [ 118.8, 21.3 ], [ 116.67867965644035, 22.17867965644036 ], [ 115.8, 24.3 ], [ 116.67867965644035, 26.421320343559643 ], [ 118.8, 27.3 ], [ 120.92132034355964, 26.421320343559643 ], [ 121.8, 24.3 ] ] ], [ [ [ 121.5, 24.8 ], [ 120.62132034355965, 22.67867965644036 ], [ 118.5, 21.8 ], [ 116.37867965644035, 22.67867965644036 ], [ 115.5, 24.8 ], [ 116.37867965644035, 26.921320343559643 ], [ 118.5, 27.8 ], [ 120.62132034355965, 26.921320343559643 ], [ 121.5, 24.8 ] ] ], [ [ [ 120.9, 25.4 ], [ 120.02132034355965, 23.278679656440357 ], [ 117.9, 22.4 ], [ 115.77867965644036, 23.278679656440357 ], [ 114.9, 25.4 ], [ 115.77867965644036, 27.52132034355964 ], [ 117.9, 28.4 ], [ 120.02132034355965, 27.52132034355964 ], [ 120.9, 25.4 ] ] ], [ [ [ 120.2, 25.9 ], [ 119.32132034355965, 23.778679656440357 ], [ 117.2, 22.9 ], [ 115.07867965644036, 23.778679656440357 ], [ 114.2, 25.9 ], [ 115.07867965644036, 28.02132034355964 ], [ 117.2, 28.9 ], [ 119.32132034355965, 28.02132034355964 ], [ 120.2, 25.9 ] ] ], [ [ [ 119.7, 26.4 ], [ 118.82132034355965, 24.278679656440357 ], [ 116.7, 23.4 ], [ 114.57867965644036, 24.278679656440357 ], [ 113.7, 26.4 ], [ 114.57867965644036, 28.52132034355964 ], [ 116.7, 29.4 ], [ 118.82132034355965, 28.52132034355964 ], [ 119.7, 26.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-07-02T21:00:00Z", "2016-07-03T03:00:00Z", "2016-07-03T09:00:00Z", "2016-07-03T15:00:00Z", "2016-07-03T21:00:00Z", "2016-07-04T03:00:00Z", "2016-07-04T09:00:00Z", "2016-07-04T15:00:00Z", "2016-07-04T21:00:00Z", "2016-07-05T03:00:00Z", "2016-07-05T09:00:00Z", "2016-07-05T15:00:00Z", "2016-07-05T21:00:00Z", "2016-07-06T03:00:00Z", "2016-07-06T09:00:00Z", "2016-07-06T15:00:00Z", "2016-07-06T21:00:00Z", "2016-07-07T03:00:00Z", "2016-07-07T09:00:00Z", "2016-07-07T15:00:00Z", "2016-07-07T21:00:00Z", "2016-07-08T03:00:00Z", "2016-07-08T09:00:00Z", "2016-07-08T15:00:00Z", "2016-07-08T21:00:00Z", "2016-07-09T03:00:00Z", "2016-07-09T09:00:00Z", "2016-07-09T15:00:00Z", "2016-07-09T21:00:00Z", "2016-07-10T03:00:00Z", "2016-07-10T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1000.0, 996.0, 996.0, 994.0, 990.0, 980.0, 965.0, 955.0, 940.0, 925.0, 915.0, 900.0, 900.0, 900.0, 900.0, 900.0, 900.0, 920.0, 950.0, 975.0, 985.0, 985.0, 992.0, 994.0, 996.0, 996.0, 998.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 60.0, 65.0, 75.0, 85.0, 95.0, 100.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 90.0, 75.0, 65.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201601号 (NEPARTAK)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-07-02T21:00:00Z", "2016-07-03T03:00:00Z", "2016-07-03T09:00:00Z", "2016-07-03T15:00:00Z", "2016-07-03T21:00:00Z", "2016-07-04T03:00:00Z", "2016-07-04T09:00:00Z", "2016-07-04T15:00:00Z", "2016-07-04T21:00:00Z", "2016-07-05T03:00:00Z", "2016-07-05T09:00:00Z", "2016-07-05T15:00:00Z", "2016-07-05T21:00:00Z", "2016-07-06T03:00:00Z", "2016-07-06T09:00:00Z", "2016-07-06T15:00:00Z", "2016-07-06T21:00:00Z", "2016-07-07T03:00:00Z", "2016-07-07T09:00:00Z", "2016-07-07T15:00:00Z", "2016-07-07T21:00:00Z", "2016-07-08T03:00:00Z", "2016-07-08T09:00:00Z", "2016-07-08T15:00:00Z", "2016-07-08T21:00:00Z", "2016-07-09T03:00:00Z", "2016-07-09T09:00:00Z", "2016-07-09T15:00:00Z", "2016-07-09T21:00:00Z", "2016-07-10T03:00:00Z", "2016-07-10T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 146.1, 8.3 ], [ 145.80710678118655, 7.592893218813453 ], [ 145.1, 7.300000000000001 ], [ 144.39289321881344, 7.592893218813453 ], [ 144.1, 8.3 ], [ 144.39289321881344, 9.007106781186549 ], [ 145.1, 9.3 ], [ 145.80710678118655, 9.007106781186549 ], [ 146.1, 8.3 ] ] ], [ [ [ 146.0, 8.6 ], [ 145.70710678118655, 7.892893218813452 ], [ 145.0, 7.6 ], [ 144.29289321881345, 7.892893218813452 ], [ 144.0, 8.6 ], [ 144.29289321881345, 9.307106781186548 ], [ 145.0, 9.6 ], [ 145.70710678118655, 9.307106781186548 ], [ 146.0, 8.6 ] ] ], [ [ [ 145.9, 8.9 ], [ 145.60710678118656, 8.192893218813452 ], [ 144.9, 7.9 ], [ 144.19289321881345, 8.192893218813452 ], [ 143.9, 8.9 ], [ 144.19289321881345, 9.607106781186548 ], [ 144.9, 9.9 ], [ 145.60710678118656, 9.607106781186548 ], [ 145.9, 8.9 ] ] ], [ [ [ 145.8, 9.2 ], [ 145.50710678118656, 8.492893218813451 ], [ 144.8, 8.2 ], [ 144.09289321881346, 8.492893218813451 ], [ 143.8, 9.2 ], [ 144.09289321881346, 9.907106781186547 ], [ 144.8, 10.2 ], [ 145.50710678118656, 9.907106781186547 ], [ 145.8, 9.2 ] ] ], [ [ [ 147.4, 10.0 ], [ 146.52132034355964, 7.878679656440358 ], [ 144.4, 7.0 ], [ 142.27867965644037, 7.878679656440357 ], [ 141.4, 10.0 ], [ 142.27867965644037, 12.121320343559642 ], [ 144.4, 13.0 ], [ 146.52132034355964, 12.121320343559642 ], [ 147.4, 10.0 ] ] ], [ [ [ 146.9, 10.9 ], [ 146.02132034355964, 8.778679656440358 ], [ 143.9, 7.9 ], [ 141.77867965644037, 8.778679656440357 ], [ 140.9, 10.9 ], [ 141.77867965644037, 13.021320343559642 ], [ 143.9, 13.9 ], [ 146.02132034355964, 13.021320343559644 ], [ 146.9, 10.9 ] ] ], [ [ [ 145.6, 11.9 ], [ 144.72132034355963, 9.778679656440358 ], [ 142.6, 8.9 ], [ 140.47867965644036, 9.778679656440357 ], [ 139.6, 11.9 ], [ 140.47867965644036, 14.021320343559642 ], [ 142.6, 14.9 ], [ 144.72132034355963, 14.021320343559644 ], [ 145.6, 11.9 ] ] ], [ [ [ 144.1, 12.8 ], [ 143.22132034355963, 10.678679656440359 ], [ 141.1, 9.8 ], [ 138.97867965644036, 10.678679656440359 ], [ 138.1, 12.8 ], [ 138.97867965644036, 14.921320343559643 ], [ 141.1, 15.8 ], [ 143.22132034355963, 14.921320343559643 ], [ 144.1, 12.8 ] ] ], [ [ [ 142.6, 13.5 ], [ 141.72132034355963, 11.378679656440358 ], [ 139.6, 10.5 ], [ 137.47867965644036, 11.378679656440358 ], [ 136.6, 13.5 ], [ 137.47867965644036, 15.621320343559642 ], [ 139.6, 16.5 ], [ 141.72132034355963, 15.621320343559642 ], [ 142.6, 13.5 ] ] ], [ [ [ 141.2, 14.5 ], [ 140.32132034355962, 12.378679656440358 ], [ 138.2, 11.5 ], [ 136.07867965644036, 12.378679656440358 ], [ 135.2, 14.5 ], [ 136.07867965644036, 16.621320343559642 ], [ 138.2, 17.5 ], [ 140.32132034355962, 16.621320343559642 ], [ 141.2, 14.5 ] ] ], [ [ [ 139.6, 15.3 ], [ 138.72132034355963, 13.178679656440359 ], [ 136.6, 12.3 ], [ 134.47867965644036, 13.178679656440359 ], [ 133.6, 15.3 ], [ 134.47867965644036, 17.421320343559643 ], [ 136.6, 18.3 ], [ 138.72132034355963, 17.421320343559643 ], [ 139.6, 15.3 ] ] ], [ [ [ 138.1, 16.3 ], [ 137.22132034355963, 14.178679656440359 ], [ 135.1, 13.3 ], [ 132.97867965644036, 14.178679656440359 ], [ 132.1, 16.3 ], [ 132.97867965644036, 18.421320343559643 ], [ 135.1, 19.3 ], [ 137.22132034355963, 18.421320343559643 ], [ 138.1, 16.3 ] ] ], [ [ [ 136.5, 17.1 ], [ 135.62132034355963, 14.97867965644036 ], [ 133.5, 14.100000000000001 ], [ 131.37867965644037, 14.97867965644036 ], [ 130.5, 17.1 ], [ 131.37867965644037, 19.221320343559643 ], [ 133.5, 20.1 ], [ 135.62132034355963, 19.221320343559643 ], [ 136.5, 17.1 ] ] ], [ [ [ 134.9, 18.0 ], [ 134.02132034355964, 15.878679656440358 ], [ 131.9, 15.0 ], [ 129.77867965644037, 15.878679656440358 ], [ 128.9, 18.0 ], [ 129.77867965644037, 20.121320343559642 ], [ 131.9, 21.0 ], [ 134.02132034355964, 20.121320343559642 ], [ 134.9, 18.0 ] ] ], [ [ [ 133.1, 18.7 ], [ 132.22132034355963, 16.578679656440357 ], [ 130.1, 15.7 ], [ 127.97867965644035, 16.578679656440357 ], [ 127.1, 18.7 ], [ 127.97867965644035, 20.82132034355964 ], [ 130.1, 21.7 ], [ 132.22132034355963, 20.82132034355964 ], [ 133.1, 18.7 ] ] ], [ [ [ 133.4, 19.5 ], [ 131.93553390593274, 15.964466094067262 ], [ 128.4, 14.5 ], [ 124.86446609406727, 15.964466094067262 ], [ 123.4, 19.5 ], [ 124.86446609406727, 23.035533905932738 ], [ 128.4, 24.5 ], [ 131.93553390593274, 23.035533905932738 ], [ 133.4, 19.5 ] ] ], [ [ [ 132.0, 20.1 ], [ 130.53553390593274, 16.564466094067264 ], [ 127.0, 15.100000000000001 ], [ 123.46446609406726, 16.564466094067264 ], [ 122.0, 20.1 ], [ 123.46446609406726, 23.63553390593274 ], [ 127.0, 25.1 ], [ 130.53553390593274, 23.63553390593274 ], [ 132.0, 20.1 ] ] ], [ [ [ 130.6, 20.7 ], [ 129.13553390593273, 17.16446609406726 ], [ 125.6, 15.7 ], [ 122.06446609406726, 17.16446609406726 ], [ 120.6, 20.7 ], [ 122.06446609406726, 24.235533905932737 ], [ 125.6, 25.7 ], [ 129.13553390593273, 24.235533905932737 ], [ 130.6, 20.7 ] ] ], [ [ [ 129.3, 21.3 ], [ 127.83553390593273, 17.764466094067263 ], [ 124.3, 16.3 ], [ 120.76446609406726, 17.764466094067263 ], [ 119.3, 21.3 ], [ 120.76446609406726, 24.83553390593274 ], [ 124.3, 26.3 ], [ 127.83553390593273, 24.83553390593274 ], [ 129.3, 21.3 ] ] ], [ [ [ 128.4, 21.6 ], [ 126.93553390593274, 18.064466094067264 ], [ 123.4, 16.6 ], [ 119.86446609406727, 18.064466094067264 ], [ 118.4, 21.6 ], [ 119.86446609406727, 25.13553390593274 ], [ 123.4, 26.6 ], [ 126.93553390593274, 25.13553390593274 ], [ 128.4, 21.6 ] ] ], [ [ [ 127.6, 22.0 ], [ 126.13553390593273, 18.464466094067262 ], [ 122.6, 17.0 ], [ 119.06446609406726, 18.464466094067262 ], [ 117.6, 22.0 ], [ 119.06446609406726, 25.535533905932738 ], [ 122.6, 27.0 ], [ 126.13553390593273, 25.535533905932738 ], [ 127.6, 22.0 ] ] ], [ [ [ 124.7, 22.4 ], [ 123.82132034355965, 20.278679656440357 ], [ 121.7, 19.4 ], [ 119.57867965644036, 20.278679656440357 ], [ 118.7, 22.4 ], [ 119.57867965644036, 24.52132034355964 ], [ 121.7, 25.4 ], [ 123.82132034355965, 24.52132034355964 ], [ 124.7, 22.4 ] ] ], [ [ [ 123.6, 22.6 ], [ 122.72132034355964, 20.47867965644036 ], [ 120.6, 19.6 ], [ 118.47867965644035, 20.47867965644036 ], [ 117.6, 22.6 ], [ 118.47867965644035, 24.721320343559643 ], [ 120.6, 25.6 ], [ 122.72132034355964, 24.721320343559643 ], [ 123.6, 22.6 ] ] ], [ [ [ 123.1, 23.2 ], [ 122.22132034355964, 21.078679656440357 ], [ 120.1, 20.2 ], [ 117.97867965644035, 21.078679656440357 ], [ 117.1, 23.2 ], [ 117.97867965644035, 25.32132034355964 ], [ 120.1, 26.2 ], [ 122.22132034355964, 25.32132034355964 ], [ 123.1, 23.2 ] ] ], [ [ [ 122.9, 23.2 ], [ 122.02132034355965, 21.078679656440357 ], [ 119.9, 20.2 ], [ 117.77867965644036, 21.078679656440357 ], [ 116.9, 23.2 ], [ 117.77867965644036, 25.32132034355964 ], [ 119.9, 26.2 ], [ 122.02132034355965, 25.32132034355964 ], [ 122.9, 23.2 ] ] ], [ [ [ 122.8, 23.4 ], [ 121.92132034355964, 21.278679656440357 ], [ 119.8, 20.4 ], [ 117.67867965644035, 21.278679656440357 ], [ 116.8, 23.4 ], [ 117.67867965644035, 25.52132034355964 ], [ 119.8, 26.4 ], [ 121.92132034355964, 25.52132034355964 ], [ 122.8, 23.4 ] ] ], [ [ [ 121.8, 24.3 ], [ 120.92132034355964, 22.17867965644036 ], [ 118.8, 21.3 ], [ 116.67867965644035, 22.17867965644036 ], [ 115.8, 24.3 ], [ 116.67867965644035, 26.421320343559643 ], [ 118.8, 27.3 ], [ 120.92132034355964, 26.421320343559643 ], [ 121.8, 24.3 ] ] ], [ [ [ 121.5, 24.8 ], [ 120.62132034355965, 22.67867965644036 ], [ 118.5, 21.8 ], [ 116.37867965644035, 22.67867965644036 ], [ 115.5, 24.8 ], [ 116.37867965644035, 26.921320343559643 ], [ 118.5, 27.8 ], [ 120.62132034355965, 26.921320343559643 ], [ 121.5, 24.8 ] ] ], [ [ [ 120.9, 25.4 ], [ 120.02132034355965, 23.278679656440357 ], [ 117.9, 22.4 ], [ 115.77867965644036, 23.278679656440357 ], [ 114.9, 25.4 ], [ 115.77867965644036, 27.52132034355964 ], [ 117.9, 28.4 ], [ 120.02132034355965, 27.52132034355964 ], [ 120.9, 25.4 ] ] ], [ [ [ 120.2, 25.9 ], [ 119.32132034355965, 23.778679656440357 ], [ 117.2, 22.9 ], [ 115.07867965644036, 23.778679656440357 ], [ 114.2, 25.9 ], [ 115.07867965644036, 28.02132034355964 ], [ 117.2, 28.9 ], [ 119.32132034355965, 28.02132034355964 ], [ 120.2, 25.9 ] ] ], [ [ [ 119.7, 26.4 ], [ 118.82132034355965, 24.278679656440357 ], [ 116.7, 23.4 ], [ 114.57867965644036, 24.278679656440357 ], [ 113.7, 26.4 ], [ 114.57867965644036, 28.52132034355964 ], [ 116.7, 29.4 ], [ 118.82132034355965, 28.52132034355964 ], [ 119.7, 26.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-07-02T21:00:00Z", "2016-07-03T03:00:00Z", "2016-07-03T09:00:00Z", "2016-07-03T15:00:00Z", "2016-07-03T21:00:00Z", "2016-07-04T03:00:00Z", "2016-07-04T09:00:00Z", "2016-07-04T15:00:00Z", "2016-07-04T21:00:00Z", "2016-07-05T03:00:00Z", "2016-07-05T09:00:00Z", "2016-07-05T15:00:00Z", "2016-07-05T21:00:00Z", "2016-07-06T03:00:00Z", "2016-07-06T09:00:00Z", "2016-07-06T15:00:00Z", "2016-07-06T21:00:00Z", "2016-07-07T03:00:00Z", "2016-07-07T09:00:00Z", "2016-07-07T15:00:00Z", "2016-07-07T21:00:00Z", "2016-07-08T03:00:00Z", "2016-07-08T09:00:00Z", "2016-07-08T15:00:00Z", "2016-07-08T21:00:00Z", "2016-07-09T03:00:00Z", "2016-07-09T09:00:00Z", "2016-07-09T15:00:00Z", "2016-07-09T21:00:00Z", "2016-07-10T03:00:00Z", "2016-07-10T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1002.0, 1000.0, 996.0, 996.0, 994.0, 990.0, 980.0, 965.0, 955.0, 940.0, 925.0, 915.0, 900.0, 900.0, 900.0, 900.0, 900.0, 900.0, 920.0, 950.0, 975.0, 985.0, 985.0, 992.0, 994.0, 996.0, 996.0, 998.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 60.0, 65.0, 75.0, 85.0, 95.0, 100.0, 110.0, 110.0, 110.0, 110.0, 110.0, 110.0, 90.0, 75.0, 65.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201602_LUPIT_feature.json b/samples/Typhoon201602_LUPIT_feature.json
index 8994afe..04da849 100644
--- a/samples/Typhoon201602_LUPIT_feature.json
+++ b/samples/Typhoon201602_LUPIT_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201602号 (LUPIT)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-07-23T03:00:00Z", "2016-07-23T09:00:00Z", "2016-07-23T15:00:00Z", "2016-07-23T21:00:00Z", "2016-07-24T03:00:00Z", "2016-07-24T09:00:00Z", "2016-07-24T15:00:00Z", "2016-07-24T21:00:00Z", "2016-07-25T03:00:00Z", "2016-07-25T09:00:00Z", "2016-07-25T15:00:00Z", "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z" ],
- "coordinates" : [ [ [ [ 152.5, 24.6 ], [ 152.20710678118655, 23.892893218813455 ], [ 151.5, 23.6 ], [ 150.79289321881345, 23.892893218813455 ], [ 150.5, 24.6 ], [ 150.79289321881345, 25.307106781186548 ], [ 151.5, 25.6 ], [ 152.20710678118655, 25.307106781186548 ], [ 152.5, 24.6 ] ] ], [ [ [ 153.3, 25.3 ], [ 153.00710678118656, 24.592893218813455 ], [ 152.3, 24.3 ], [ 151.59289321881346, 24.592893218813455 ], [ 151.3, 25.3 ], [ 151.59289321881346, 26.007106781186547 ], [ 152.3, 26.3 ], [ 153.00710678118656, 26.007106781186547 ], [ 153.3, 25.3 ] ] ], [ [ [ 155.0, 26.4 ], [ 154.70710678118655, 25.692893218813452 ], [ 154.0, 25.4 ], [ 153.29289321881345, 25.692893218813452 ], [ 153.0, 26.4 ], [ 153.29289321881345, 27.107106781186545 ], [ 154.0, 27.4 ], [ 154.70710678118655, 27.107106781186545 ], [ 155.0, 26.4 ] ] ], [ [ [ 156.3, 27.4 ], [ 156.00710678118656, 26.692893218813452 ], [ 155.3, 26.4 ], [ 154.59289321881346, 26.692893218813452 ], [ 154.3, 27.4 ], [ 154.59289321881346, 28.107106781186545 ], [ 155.3, 28.4 ], [ 156.00710678118656, 28.107106781186545 ], [ 156.3, 27.4 ] ] ], [ [ [ 160.1, 28.9 ], [ 159.22132034355963, 26.778679656440357 ], [ 157.1, 25.9 ], [ 154.97867965644036, 26.778679656440357 ], [ 154.1, 28.9 ], [ 154.97867965644036, 31.02132034355964 ], [ 157.1, 31.9 ], [ 159.22132034355963, 31.02132034355964 ], [ 160.1, 28.9 ] ] ], [ [ [ 161.5, 31.0 ], [ 160.62132034355963, 28.878679656440358 ], [ 158.5, 28.0 ], [ 156.37867965644037, 28.878679656440358 ], [ 155.5, 31.0 ], [ 156.37867965644037, 33.121320343559645 ], [ 158.5, 34.0 ], [ 160.62132034355963, 33.121320343559645 ], [ 161.5, 31.0 ] ] ], [ [ [ 162.3, 33.0 ], [ 161.42132034355964, 30.878679656440358 ], [ 159.3, 30.0 ], [ 157.17867965644038, 30.878679656440358 ], [ 156.3, 33.0 ], [ 157.17867965644038, 35.121320343559645 ], [ 159.3, 36.0 ], [ 161.42132034355964, 35.121320343559645 ], [ 162.3, 33.0 ] ] ], [ [ [ 162.5, 35.0 ], [ 161.62132034355963, 32.878679656440355 ], [ 159.5, 32.0 ], [ 157.37867965644037, 32.878679656440355 ], [ 156.5, 35.0 ], [ 157.37867965644037, 37.121320343559645 ], [ 159.5, 38.0 ], [ 161.62132034355963, 37.121320343559645 ], [ 162.5, 35.0 ] ] ], [ [ [ 162.5, 37.2 ], [ 161.62132034355963, 35.07867965644036 ], [ 159.5, 34.2 ], [ 157.37867965644037, 35.07867965644036 ], [ 156.5, 37.2 ], [ 157.37867965644037, 39.32132034355965 ], [ 159.5, 40.2 ], [ 161.62132034355963, 39.32132034355965 ], [ 162.5, 37.2 ] ] ], [ [ [ 160.3, 40.3 ], [ 160.00710678118656, 39.59289321881345 ], [ 159.3, 39.3 ], [ 158.59289321881346, 39.59289321881345 ], [ 158.3, 40.3 ], [ 158.59289321881346, 41.00710678118654 ], [ 159.3, 41.3 ], [ 160.00710678118656, 41.00710678118654 ], [ 160.3, 40.3 ] ] ], [ [ [ 158.4, 44.1 ], [ 158.10710678118656, 43.392893218813455 ], [ 157.4, 43.1 ], [ 156.69289321881345, 43.392893218813455 ], [ 156.4, 44.1 ], [ 156.69289321881345, 44.80710678118655 ], [ 157.4, 45.1 ], [ 158.10710678118656, 44.80710678118655 ], [ 158.4, 44.1 ] ] ], [ [ [ 157.5, 45.6 ], [ 157.20710678118655, 44.892893218813455 ], [ 156.5, 44.6 ], [ 155.79289321881345, 44.892893218813455 ], [ 155.5, 45.6 ], [ 155.79289321881345, 46.30710678118655 ], [ 156.5, 46.6 ], [ 157.20710678118655, 46.30710678118655 ], [ 157.5, 45.6 ] ] ], [ [ [ 156.5, 47.0 ], [ 156.20710678118655, 46.292893218813454 ], [ 155.5, 46.0 ], [ 154.79289321881345, 46.292893218813454 ], [ 154.5, 47.0 ], [ 154.79289321881345, 47.707106781186546 ], [ 155.5, 48.0 ], [ 156.20710678118655, 47.707106781186546 ], [ 156.5, 47.0 ] ] ], [ [ [ 154.7, 47.5 ], [ 154.40710678118654, 46.792893218813454 ], [ 153.7, 46.5 ], [ 152.99289321881344, 46.792893218813454 ], [ 152.7, 47.5 ], [ 152.99289321881344, 48.207106781186546 ], [ 153.7, 48.5 ], [ 154.40710678118654, 48.207106781186546 ], [ 154.7, 47.5 ] ] ], [ [ [ 153.1, 48.4 ], [ 152.80710678118655, 47.69289321881345 ], [ 152.1, 47.4 ], [ 151.39289321881344, 47.69289321881345 ], [ 151.1, 48.4 ], [ 151.39289321881344, 49.107106781186545 ], [ 152.1, 49.4 ], [ 152.80710678118655, 49.107106781186545 ], [ 153.1, 48.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-07-23T03:00:00Z", "2016-07-23T09:00:00Z", "2016-07-23T15:00:00Z", "2016-07-23T21:00:00Z", "2016-07-24T03:00:00Z", "2016-07-24T09:00:00Z", "2016-07-24T15:00:00Z", "2016-07-24T21:00:00Z", "2016-07-25T03:00:00Z", "2016-07-25T09:00:00Z", "2016-07-25T15:00:00Z", "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1004.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 1004.0, 1008.0, 1010.0, 1012.0, 1014.0, 1014.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201602号 (LUPIT)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-07-23T03:00:00Z", "2016-07-23T09:00:00Z", "2016-07-23T15:00:00Z", "2016-07-23T21:00:00Z", "2016-07-24T03:00:00Z", "2016-07-24T09:00:00Z", "2016-07-24T15:00:00Z", "2016-07-24T21:00:00Z", "2016-07-25T03:00:00Z", "2016-07-25T09:00:00Z", "2016-07-25T15:00:00Z", "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 152.5, 24.6 ], [ 152.20710678118655, 23.892893218813455 ], [ 151.5, 23.6 ], [ 150.79289321881345, 23.892893218813455 ], [ 150.5, 24.6 ], [ 150.79289321881345, 25.307106781186548 ], [ 151.5, 25.6 ], [ 152.20710678118655, 25.307106781186548 ], [ 152.5, 24.6 ] ] ], [ [ [ 153.3, 25.3 ], [ 153.00710678118656, 24.592893218813455 ], [ 152.3, 24.3 ], [ 151.59289321881346, 24.592893218813455 ], [ 151.3, 25.3 ], [ 151.59289321881346, 26.007106781186547 ], [ 152.3, 26.3 ], [ 153.00710678118656, 26.007106781186547 ], [ 153.3, 25.3 ] ] ], [ [ [ 155.0, 26.4 ], [ 154.70710678118655, 25.692893218813452 ], [ 154.0, 25.4 ], [ 153.29289321881345, 25.692893218813452 ], [ 153.0, 26.4 ], [ 153.29289321881345, 27.107106781186545 ], [ 154.0, 27.4 ], [ 154.70710678118655, 27.107106781186545 ], [ 155.0, 26.4 ] ] ], [ [ [ 156.3, 27.4 ], [ 156.00710678118656, 26.692893218813452 ], [ 155.3, 26.4 ], [ 154.59289321881346, 26.692893218813452 ], [ 154.3, 27.4 ], [ 154.59289321881346, 28.107106781186545 ], [ 155.3, 28.4 ], [ 156.00710678118656, 28.107106781186545 ], [ 156.3, 27.4 ] ] ], [ [ [ 160.1, 28.9 ], [ 159.22132034355963, 26.778679656440357 ], [ 157.1, 25.9 ], [ 154.97867965644036, 26.778679656440357 ], [ 154.1, 28.9 ], [ 154.97867965644036, 31.02132034355964 ], [ 157.1, 31.9 ], [ 159.22132034355963, 31.02132034355964 ], [ 160.1, 28.9 ] ] ], [ [ [ 161.5, 31.0 ], [ 160.62132034355963, 28.878679656440358 ], [ 158.5, 28.0 ], [ 156.37867965644037, 28.878679656440358 ], [ 155.5, 31.0 ], [ 156.37867965644037, 33.121320343559645 ], [ 158.5, 34.0 ], [ 160.62132034355963, 33.121320343559645 ], [ 161.5, 31.0 ] ] ], [ [ [ 162.3, 33.0 ], [ 161.42132034355964, 30.878679656440358 ], [ 159.3, 30.0 ], [ 157.17867965644038, 30.878679656440358 ], [ 156.3, 33.0 ], [ 157.17867965644038, 35.121320343559645 ], [ 159.3, 36.0 ], [ 161.42132034355964, 35.121320343559645 ], [ 162.3, 33.0 ] ] ], [ [ [ 162.5, 35.0 ], [ 161.62132034355963, 32.878679656440355 ], [ 159.5, 32.0 ], [ 157.37867965644037, 32.878679656440355 ], [ 156.5, 35.0 ], [ 157.37867965644037, 37.121320343559645 ], [ 159.5, 38.0 ], [ 161.62132034355963, 37.121320343559645 ], [ 162.5, 35.0 ] ] ], [ [ [ 162.5, 37.2 ], [ 161.62132034355963, 35.07867965644036 ], [ 159.5, 34.2 ], [ 157.37867965644037, 35.07867965644036 ], [ 156.5, 37.2 ], [ 157.37867965644037, 39.32132034355965 ], [ 159.5, 40.2 ], [ 161.62132034355963, 39.32132034355965 ], [ 162.5, 37.2 ] ] ], [ [ [ 160.3, 40.3 ], [ 160.00710678118656, 39.59289321881345 ], [ 159.3, 39.3 ], [ 158.59289321881346, 39.59289321881345 ], [ 158.3, 40.3 ], [ 158.59289321881346, 41.00710678118654 ], [ 159.3, 41.3 ], [ 160.00710678118656, 41.00710678118654 ], [ 160.3, 40.3 ] ] ], [ [ [ 158.4, 44.1 ], [ 158.10710678118656, 43.392893218813455 ], [ 157.4, 43.1 ], [ 156.69289321881345, 43.392893218813455 ], [ 156.4, 44.1 ], [ 156.69289321881345, 44.80710678118655 ], [ 157.4, 45.1 ], [ 158.10710678118656, 44.80710678118655 ], [ 158.4, 44.1 ] ] ], [ [ [ 157.5, 45.6 ], [ 157.20710678118655, 44.892893218813455 ], [ 156.5, 44.6 ], [ 155.79289321881345, 44.892893218813455 ], [ 155.5, 45.6 ], [ 155.79289321881345, 46.30710678118655 ], [ 156.5, 46.6 ], [ 157.20710678118655, 46.30710678118655 ], [ 157.5, 45.6 ] ] ], [ [ [ 156.5, 47.0 ], [ 156.20710678118655, 46.292893218813454 ], [ 155.5, 46.0 ], [ 154.79289321881345, 46.292893218813454 ], [ 154.5, 47.0 ], [ 154.79289321881345, 47.707106781186546 ], [ 155.5, 48.0 ], [ 156.20710678118655, 47.707106781186546 ], [ 156.5, 47.0 ] ] ], [ [ [ 154.7, 47.5 ], [ 154.40710678118654, 46.792893218813454 ], [ 153.7, 46.5 ], [ 152.99289321881344, 46.792893218813454 ], [ 152.7, 47.5 ], [ 152.99289321881344, 48.207106781186546 ], [ 153.7, 48.5 ], [ 154.40710678118654, 48.207106781186546 ], [ 154.7, 47.5 ] ] ], [ [ [ 153.1, 48.4 ], [ 152.80710678118655, 47.69289321881345 ], [ 152.1, 47.4 ], [ 151.39289321881344, 47.69289321881345 ], [ 151.1, 48.4 ], [ 151.39289321881344, 49.107106781186545 ], [ 152.1, 49.4 ], [ 152.80710678118655, 49.107106781186545 ], [ 153.1, 48.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-07-23T03:00:00Z", "2016-07-23T09:00:00Z", "2016-07-23T15:00:00Z", "2016-07-23T21:00:00Z", "2016-07-24T03:00:00Z", "2016-07-24T09:00:00Z", "2016-07-24T15:00:00Z", "2016-07-24T21:00:00Z", "2016-07-25T03:00:00Z", "2016-07-25T09:00:00Z", "2016-07-25T15:00:00Z", "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1004.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 1004.0, 1008.0, 1010.0, 1012.0, 1014.0, 1014.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201603_MIRINAE_feature.json b/samples/Typhoon201603_MIRINAE_feature.json
index cd9613e..08e364c 100644
--- a/samples/Typhoon201603_MIRINAE_feature.json
+++ b/samples/Typhoon201603_MIRINAE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201603号 (MIRINAE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z", "2016-07-26T21:00:00Z", "2016-07-27T03:00:00Z", "2016-07-27T09:00:00Z", "2016-07-27T15:00:00Z", "2016-07-27T21:00:00Z", "2016-07-28T03:00:00Z", "2016-07-28T09:00:00Z", "2016-07-28T15:00:00Z", "2016-07-28T21:00:00Z" ],
- "coordinates" : [ [ [ [ 115.7, 17.2 ], [ 115.40710678118656, 16.492893218813453 ], [ 114.7, 16.2 ], [ 113.99289321881345, 16.492893218813453 ], [ 113.7, 17.2 ], [ 113.99289321881345, 17.907106781186545 ], [ 114.7, 18.2 ], [ 115.40710678118656, 17.907106781186545 ], [ 115.7, 17.2 ] ] ], [ [ [ 114.9, 17.3 ], [ 114.60710678118656, 16.592893218813455 ], [ 113.9, 16.3 ], [ 113.19289321881345, 16.592893218813455 ], [ 112.9, 17.3 ], [ 113.19289321881345, 18.007106781186547 ], [ 113.9, 18.3 ], [ 114.60710678118656, 18.007106781186547 ], [ 114.9, 17.3 ] ] ], [ [ [ 114.0, 18.1 ], [ 113.70710678118655, 17.392893218813455 ], [ 113.0, 17.1 ], [ 112.29289321881345, 17.392893218813455 ], [ 112.0, 18.1 ], [ 112.29289321881345, 18.807106781186548 ], [ 113.0, 19.1 ], [ 113.70710678118655, 18.807106781186548 ], [ 114.0, 18.1 ] ] ], [ [ [ 115.0, 18.5 ], [ 114.12132034355965, 16.378679656440358 ], [ 112.0, 15.5 ], [ 109.87867965644035, 16.378679656440358 ], [ 109.0, 18.5 ], [ 109.87867965644035, 20.621320343559642 ], [ 112.0, 21.5 ], [ 114.12132034355965, 20.621320343559642 ], [ 115.0, 18.5 ] ] ], [ [ [ 113.8, 18.5 ], [ 112.92132034355964, 16.378679656440358 ], [ 110.8, 15.5 ], [ 108.67867965644035, 16.378679656440358 ], [ 107.8, 18.5 ], [ 108.67867965644035, 20.621320343559642 ], [ 110.8, 21.5 ], [ 112.92132034355964, 20.621320343559642 ], [ 113.8, 18.5 ] ] ], [ [ [ 112.7, 18.9 ], [ 111.82132034355965, 16.778679656440357 ], [ 109.7, 15.899999999999999 ], [ 107.57867965644036, 16.778679656440357 ], [ 106.7, 18.9 ], [ 107.57867965644036, 21.02132034355964 ], [ 109.7, 21.9 ], [ 111.82132034355965, 21.02132034355964 ], [ 112.7, 18.9 ] ] ], [ [ [ 111.6, 19.7 ], [ 110.72132034355964, 17.578679656440357 ], [ 108.6, 16.7 ], [ 106.47867965644035, 17.578679656440357 ], [ 105.6, 19.7 ], [ 106.47867965644035, 21.82132034355964 ], [ 108.6, 22.7 ], [ 110.72132034355964, 21.82132034355964 ], [ 111.6, 19.7 ] ] ], [ [ [ 110.3, 19.8 ], [ 109.42132034355964, 17.67867965644036 ], [ 107.3, 16.8 ], [ 105.17867965644035, 17.67867965644036 ], [ 104.3, 19.8 ], [ 105.17867965644035, 21.921320343559643 ], [ 107.3, 22.8 ], [ 109.42132034355964, 21.921320343559643 ], [ 110.3, 19.8 ] ] ], [ [ [ 109.7, 19.9 ], [ 108.82132034355965, 17.778679656440357 ], [ 106.7, 16.9 ], [ 104.57867965644036, 17.778679656440357 ], [ 103.7, 19.9 ], [ 104.57867965644036, 22.02132034355964 ], [ 106.7, 22.9 ], [ 108.82132034355965, 22.02132034355964 ], [ 109.7, 19.9 ] ] ], [ [ [ 109.2, 20.2 ], [ 108.32132034355965, 18.078679656440357 ], [ 106.2, 17.2 ], [ 104.07867965644036, 18.078679656440357 ], [ 103.2, 20.2 ], [ 104.07867965644036, 22.32132034355964 ], [ 106.2, 23.2 ], [ 108.32132034355965, 22.32132034355964 ], [ 109.2, 20.2 ] ] ], [ [ [ 108.6, 20.6 ], [ 107.72132034355964, 18.47867965644036 ], [ 105.6, 17.6 ], [ 103.47867965644035, 18.47867965644036 ], [ 102.6, 20.6 ], [ 103.47867965644035, 22.721320343559643 ], [ 105.6, 23.6 ], [ 107.72132034355964, 22.721320343559643 ], [ 108.6, 20.6 ] ] ], [ [ [ 108.0, 21.2 ], [ 107.12132034355965, 19.078679656440357 ], [ 105.0, 18.2 ], [ 102.87867965644035, 19.078679656440357 ], [ 102.0, 21.2 ], [ 102.87867965644035, 23.32132034355964 ], [ 105.0, 24.2 ], [ 107.12132034355965, 23.32132034355964 ], [ 108.0, 21.2 ] ] ], [ [ [ 105.9, 22.0 ], [ 105.60710678118656, 21.292893218813454 ], [ 104.9, 21.0 ], [ 104.19289321881345, 21.292893218813454 ], [ 103.9, 22.0 ], [ 104.19289321881345, 22.707106781186546 ], [ 104.9, 23.0 ], [ 105.60710678118656, 22.707106781186546 ], [ 105.9, 22.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z", "2016-07-26T21:00:00Z", "2016-07-27T03:00:00Z", "2016-07-27T09:00:00Z", "2016-07-27T15:00:00Z", "2016-07-27T21:00:00Z", "2016-07-28T03:00:00Z", "2016-07-28T09:00:00Z", "2016-07-28T15:00:00Z", "2016-07-28T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 998.0, 996.0, 996.0, 998.0, 990.0, 980.0, 985.0, 996.0, 1000.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 40.0, 40.0, 40.0, 35.0, 45.0, 55.0, 45.0, 35.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201603号 (MIRINAE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z", "2016-07-26T21:00:00Z", "2016-07-27T03:00:00Z", "2016-07-27T09:00:00Z", "2016-07-27T15:00:00Z", "2016-07-27T21:00:00Z", "2016-07-28T03:00:00Z", "2016-07-28T09:00:00Z", "2016-07-28T15:00:00Z", "2016-07-28T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 115.7, 17.2 ], [ 115.40710678118656, 16.492893218813453 ], [ 114.7, 16.2 ], [ 113.99289321881345, 16.492893218813453 ], [ 113.7, 17.2 ], [ 113.99289321881345, 17.907106781186545 ], [ 114.7, 18.2 ], [ 115.40710678118656, 17.907106781186545 ], [ 115.7, 17.2 ] ] ], [ [ [ 114.9, 17.3 ], [ 114.60710678118656, 16.592893218813455 ], [ 113.9, 16.3 ], [ 113.19289321881345, 16.592893218813455 ], [ 112.9, 17.3 ], [ 113.19289321881345, 18.007106781186547 ], [ 113.9, 18.3 ], [ 114.60710678118656, 18.007106781186547 ], [ 114.9, 17.3 ] ] ], [ [ [ 114.0, 18.1 ], [ 113.70710678118655, 17.392893218813455 ], [ 113.0, 17.1 ], [ 112.29289321881345, 17.392893218813455 ], [ 112.0, 18.1 ], [ 112.29289321881345, 18.807106781186548 ], [ 113.0, 19.1 ], [ 113.70710678118655, 18.807106781186548 ], [ 114.0, 18.1 ] ] ], [ [ [ 115.0, 18.5 ], [ 114.12132034355965, 16.378679656440358 ], [ 112.0, 15.5 ], [ 109.87867965644035, 16.378679656440358 ], [ 109.0, 18.5 ], [ 109.87867965644035, 20.621320343559642 ], [ 112.0, 21.5 ], [ 114.12132034355965, 20.621320343559642 ], [ 115.0, 18.5 ] ] ], [ [ [ 113.8, 18.5 ], [ 112.92132034355964, 16.378679656440358 ], [ 110.8, 15.5 ], [ 108.67867965644035, 16.378679656440358 ], [ 107.8, 18.5 ], [ 108.67867965644035, 20.621320343559642 ], [ 110.8, 21.5 ], [ 112.92132034355964, 20.621320343559642 ], [ 113.8, 18.5 ] ] ], [ [ [ 112.7, 18.9 ], [ 111.82132034355965, 16.778679656440357 ], [ 109.7, 15.899999999999999 ], [ 107.57867965644036, 16.778679656440357 ], [ 106.7, 18.9 ], [ 107.57867965644036, 21.02132034355964 ], [ 109.7, 21.9 ], [ 111.82132034355965, 21.02132034355964 ], [ 112.7, 18.9 ] ] ], [ [ [ 111.6, 19.7 ], [ 110.72132034355964, 17.578679656440357 ], [ 108.6, 16.7 ], [ 106.47867965644035, 17.578679656440357 ], [ 105.6, 19.7 ], [ 106.47867965644035, 21.82132034355964 ], [ 108.6, 22.7 ], [ 110.72132034355964, 21.82132034355964 ], [ 111.6, 19.7 ] ] ], [ [ [ 110.3, 19.8 ], [ 109.42132034355964, 17.67867965644036 ], [ 107.3, 16.8 ], [ 105.17867965644035, 17.67867965644036 ], [ 104.3, 19.8 ], [ 105.17867965644035, 21.921320343559643 ], [ 107.3, 22.8 ], [ 109.42132034355964, 21.921320343559643 ], [ 110.3, 19.8 ] ] ], [ [ [ 109.7, 19.9 ], [ 108.82132034355965, 17.778679656440357 ], [ 106.7, 16.9 ], [ 104.57867965644036, 17.778679656440357 ], [ 103.7, 19.9 ], [ 104.57867965644036, 22.02132034355964 ], [ 106.7, 22.9 ], [ 108.82132034355965, 22.02132034355964 ], [ 109.7, 19.9 ] ] ], [ [ [ 109.2, 20.2 ], [ 108.32132034355965, 18.078679656440357 ], [ 106.2, 17.2 ], [ 104.07867965644036, 18.078679656440357 ], [ 103.2, 20.2 ], [ 104.07867965644036, 22.32132034355964 ], [ 106.2, 23.2 ], [ 108.32132034355965, 22.32132034355964 ], [ 109.2, 20.2 ] ] ], [ [ [ 108.6, 20.6 ], [ 107.72132034355964, 18.47867965644036 ], [ 105.6, 17.6 ], [ 103.47867965644035, 18.47867965644036 ], [ 102.6, 20.6 ], [ 103.47867965644035, 22.721320343559643 ], [ 105.6, 23.6 ], [ 107.72132034355964, 22.721320343559643 ], [ 108.6, 20.6 ] ] ], [ [ [ 108.0, 21.2 ], [ 107.12132034355965, 19.078679656440357 ], [ 105.0, 18.2 ], [ 102.87867965644035, 19.078679656440357 ], [ 102.0, 21.2 ], [ 102.87867965644035, 23.32132034355964 ], [ 105.0, 24.2 ], [ 107.12132034355965, 23.32132034355964 ], [ 108.0, 21.2 ] ] ], [ [ [ 105.9, 22.0 ], [ 105.60710678118656, 21.292893218813454 ], [ 104.9, 21.0 ], [ 104.19289321881345, 21.292893218813454 ], [ 103.9, 22.0 ], [ 104.19289321881345, 22.707106781186546 ], [ 104.9, 23.0 ], [ 105.60710678118656, 22.707106781186546 ], [ 105.9, 22.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-07-25T21:00:00Z", "2016-07-26T03:00:00Z", "2016-07-26T09:00:00Z", "2016-07-26T15:00:00Z", "2016-07-26T21:00:00Z", "2016-07-27T03:00:00Z", "2016-07-27T09:00:00Z", "2016-07-27T15:00:00Z", "2016-07-27T21:00:00Z", "2016-07-28T03:00:00Z", "2016-07-28T09:00:00Z", "2016-07-28T15:00:00Z", "2016-07-28T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 998.0, 996.0, 996.0, 998.0, 990.0, 980.0, 985.0, 996.0, 1000.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 40.0, 40.0, 40.0, 35.0, 45.0, 55.0, 45.0, 35.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201604_NIDA_feature.json b/samples/Typhoon201604_NIDA_feature.json
index a32671d..0b2bdcf 100644
--- a/samples/Typhoon201604_NIDA_feature.json
+++ b/samples/Typhoon201604_NIDA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201604号 (NIDA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-07-29T21:00:00Z", "2016-07-30T03:00:00Z", "2016-07-30T09:00:00Z", "2016-07-30T15:00:00Z", "2016-07-30T21:00:00Z", "2016-07-31T03:00:00Z", "2016-07-31T09:00:00Z", "2016-07-31T15:00:00Z", "2016-07-31T21:00:00Z", "2016-08-01T03:00:00Z", "2016-08-01T09:00:00Z", "2016-08-01T15:00:00Z", "2016-08-01T21:00:00Z", "2016-08-02T03:00:00Z", "2016-08-02T09:00:00Z", "2016-08-02T15:00:00Z", "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z" ],
- "coordinates" : [ [ [ [ 128.1, 11.7 ], [ 127.80710678118655, 10.992893218813451 ], [ 127.1, 10.7 ], [ 126.39289321881344, 10.992893218813451 ], [ 126.1, 11.7 ], [ 126.39289321881344, 12.407106781186547 ], [ 127.1, 12.7 ], [ 127.80710678118655, 12.407106781186547 ], [ 128.1, 11.7 ] ] ], [ [ [ 128.3, 12.7 ], [ 128.00710678118654, 11.992893218813451 ], [ 127.3, 11.7 ], [ 126.59289321881344, 11.992893218813451 ], [ 126.3, 12.7 ], [ 126.59289321881344, 13.407106781186547 ], [ 127.3, 13.7 ], [ 128.00710678118654, 13.407106781186547 ], [ 128.3, 12.7 ] ] ], [ [ [ 127.5, 14.1 ], [ 127.20710678118655, 13.392893218813452 ], [ 126.5, 13.1 ], [ 125.79289321881345, 13.392893218813452 ], [ 125.5, 14.1 ], [ 125.79289321881345, 14.807106781186548 ], [ 126.5, 15.1 ], [ 127.20710678118655, 14.807106781186548 ], [ 127.5, 14.1 ] ] ], [ [ [ 128.8, 15.5 ], [ 127.92132034355964, 13.378679656440358 ], [ 125.8, 12.5 ], [ 123.67867965644035, 13.378679656440358 ], [ 122.8, 15.5 ], [ 123.67867965644035, 17.621320343559642 ], [ 125.8, 18.5 ], [ 127.92132034355964, 17.621320343559642 ], [ 128.8, 15.5 ] ] ], [ [ [ 127.4, 16.4 ], [ 126.52132034355965, 14.278679656440357 ], [ 124.4, 13.399999999999999 ], [ 122.27867965644036, 14.278679656440357 ], [ 121.4, 16.4 ], [ 122.27867965644036, 18.52132034355964 ], [ 124.4, 19.4 ], [ 126.52132034355965, 18.52132034355964 ], [ 127.4, 16.4 ] ] ], [ [ [ 126.8, 16.9 ], [ 125.92132034355964, 14.778679656440357 ], [ 123.8, 13.899999999999999 ], [ 121.67867965644035, 14.778679656440357 ], [ 120.8, 16.9 ], [ 121.67867965644035, 19.02132034355964 ], [ 123.8, 19.9 ], [ 125.92132034355964, 19.02132034355964 ], [ 126.8, 16.9 ] ] ], [ [ [ 126.1, 17.5 ], [ 125.22132034355964, 15.378679656440358 ], [ 123.1, 14.5 ], [ 120.97867965644035, 15.378679656440358 ], [ 120.1, 17.5 ], [ 120.97867965644035, 19.621320343559642 ], [ 123.1, 20.5 ], [ 125.22132034355964, 19.621320343559642 ], [ 126.1, 17.5 ] ] ], [ [ [ 125.3, 18.2 ], [ 124.42132034355964, 16.078679656440357 ], [ 122.3, 15.2 ], [ 120.17867965644035, 16.078679656440357 ], [ 119.3, 18.2 ], [ 120.17867965644035, 20.32132034355964 ], [ 122.3, 21.2 ], [ 124.42132034355964, 20.32132034355964 ], [ 125.3, 18.2 ] ] ], [ [ [ 124.2, 18.8 ], [ 123.32132034355965, 16.67867965644036 ], [ 121.2, 15.8 ], [ 119.07867965644036, 16.67867965644036 ], [ 118.2, 18.8 ], [ 119.07867965644036, 20.921320343559643 ], [ 121.2, 21.8 ], [ 123.32132034355965, 20.921320343559643 ], [ 124.2, 18.8 ] ] ], [ [ [ 123.1, 19.5 ], [ 122.22132034355964, 17.378679656440358 ], [ 120.1, 16.5 ], [ 117.97867965644035, 17.378679656440358 ], [ 117.1, 19.5 ], [ 117.97867965644035, 21.621320343559642 ], [ 120.1, 22.5 ], [ 122.22132034355964, 21.621320343559642 ], [ 123.1, 19.5 ] ] ], [ [ [ 121.9, 20.1 ], [ 121.02132034355965, 17.97867965644036 ], [ 118.9, 17.1 ], [ 116.77867965644036, 17.97867965644036 ], [ 115.9, 20.1 ], [ 116.77867965644036, 22.221320343559643 ], [ 118.9, 23.1 ], [ 121.02132034355965, 22.221320343559643 ], [ 121.9, 20.1 ] ] ], [ [ [ 120.5, 21.4 ], [ 119.62132034355965, 19.278679656440357 ], [ 117.5, 18.4 ], [ 115.37867965644035, 19.278679656440357 ], [ 114.5, 21.4 ], [ 115.37867965644035, 23.52132034355964 ], [ 117.5, 24.4 ], [ 119.62132034355965, 23.52132034355964 ], [ 120.5, 21.4 ] ] ], [ [ [ 119.0, 21.9 ], [ 118.12132034355965, 19.778679656440357 ], [ 116.0, 18.9 ], [ 113.87867965644035, 19.778679656440357 ], [ 113.0, 21.9 ], [ 113.87867965644035, 24.02132034355964 ], [ 116.0, 24.9 ], [ 118.12132034355965, 24.02132034355964 ], [ 119.0, 21.9 ] ] ], [ [ [ 117.8, 22.5 ], [ 116.92132034355964, 20.378679656440358 ], [ 114.8, 19.5 ], [ 112.67867965644035, 20.378679656440358 ], [ 111.8, 22.5 ], [ 112.67867965644035, 24.621320343559642 ], [ 114.8, 25.5 ], [ 116.92132034355964, 24.621320343559642 ], [ 117.8, 22.5 ] ] ], [ [ [ 116.5, 22.8 ], [ 115.62132034355965, 20.67867965644036 ], [ 113.5, 19.8 ], [ 111.37867965644035, 20.67867965644036 ], [ 110.5, 22.8 ], [ 111.37867965644035, 24.921320343559643 ], [ 113.5, 25.8 ], [ 115.62132034355965, 24.921320343559643 ], [ 116.5, 22.8 ] ] ], [ [ [ 115.0, 23.4 ], [ 114.12132034355965, 21.278679656440357 ], [ 112.0, 20.4 ], [ 109.87867965644035, 21.278679656440357 ], [ 109.0, 23.4 ], [ 109.87867965644035, 25.52132034355964 ], [ 112.0, 26.4 ], [ 114.12132034355965, 25.52132034355964 ], [ 115.0, 23.4 ] ] ], [ [ [ 113.8, 23.9 ], [ 112.92132034355964, 21.778679656440357 ], [ 110.8, 20.9 ], [ 108.67867965644035, 21.778679656440357 ], [ 107.8, 23.9 ], [ 108.67867965644035, 26.02132034355964 ], [ 110.8, 26.9 ], [ 112.92132034355964, 26.02132034355964 ], [ 113.8, 23.9 ] ] ], [ [ [ 112.4, 24.3 ], [ 111.52132034355965, 22.17867965644036 ], [ 109.4, 21.3 ], [ 107.27867965644036, 22.17867965644036 ], [ 106.4, 24.3 ], [ 107.27867965644036, 26.421320343559643 ], [ 109.4, 27.3 ], [ 111.52132034355965, 26.421320343559643 ], [ 112.4, 24.3 ] ] ], [ [ [ 110.9, 25.0 ], [ 110.02132034355965, 22.878679656440358 ], [ 107.9, 22.0 ], [ 105.77867965644036, 22.878679656440358 ], [ 104.9, 25.0 ], [ 105.77867965644036, 27.121320343559642 ], [ 107.9, 28.0 ], [ 110.02132034355965, 27.121320343559642 ], [ 110.9, 25.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-07-29T21:00:00Z", "2016-07-30T03:00:00Z", "2016-07-30T09:00:00Z", "2016-07-30T15:00:00Z", "2016-07-30T21:00:00Z", "2016-07-31T03:00:00Z", "2016-07-31T09:00:00Z", "2016-07-31T15:00:00Z", "2016-07-31T21:00:00Z", "2016-08-01T03:00:00Z", "2016-08-01T09:00:00Z", "2016-08-01T15:00:00Z", "2016-08-01T21:00:00Z", "2016-08-02T03:00:00Z", "2016-08-02T09:00:00Z", "2016-08-02T15:00:00Z", "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 998.0, 994.0, 990.0, 985.0, 975.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 990.0, 994.0, 996.0, 998.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 60.0, 60.0, 55.0, 55.0, 55.0, 55.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201604号 (NIDA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-07-29T21:00:00Z", "2016-07-30T03:00:00Z", "2016-07-30T09:00:00Z", "2016-07-30T15:00:00Z", "2016-07-30T21:00:00Z", "2016-07-31T03:00:00Z", "2016-07-31T09:00:00Z", "2016-07-31T15:00:00Z", "2016-07-31T21:00:00Z", "2016-08-01T03:00:00Z", "2016-08-01T09:00:00Z", "2016-08-01T15:00:00Z", "2016-08-01T21:00:00Z", "2016-08-02T03:00:00Z", "2016-08-02T09:00:00Z", "2016-08-02T15:00:00Z", "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 128.1, 11.7 ], [ 127.80710678118655, 10.992893218813451 ], [ 127.1, 10.7 ], [ 126.39289321881344, 10.992893218813451 ], [ 126.1, 11.7 ], [ 126.39289321881344, 12.407106781186547 ], [ 127.1, 12.7 ], [ 127.80710678118655, 12.407106781186547 ], [ 128.1, 11.7 ] ] ], [ [ [ 128.3, 12.7 ], [ 128.00710678118654, 11.992893218813451 ], [ 127.3, 11.7 ], [ 126.59289321881344, 11.992893218813451 ], [ 126.3, 12.7 ], [ 126.59289321881344, 13.407106781186547 ], [ 127.3, 13.7 ], [ 128.00710678118654, 13.407106781186547 ], [ 128.3, 12.7 ] ] ], [ [ [ 127.5, 14.1 ], [ 127.20710678118655, 13.392893218813452 ], [ 126.5, 13.1 ], [ 125.79289321881345, 13.392893218813452 ], [ 125.5, 14.1 ], [ 125.79289321881345, 14.807106781186548 ], [ 126.5, 15.1 ], [ 127.20710678118655, 14.807106781186548 ], [ 127.5, 14.1 ] ] ], [ [ [ 128.8, 15.5 ], [ 127.92132034355964, 13.378679656440358 ], [ 125.8, 12.5 ], [ 123.67867965644035, 13.378679656440358 ], [ 122.8, 15.5 ], [ 123.67867965644035, 17.621320343559642 ], [ 125.8, 18.5 ], [ 127.92132034355964, 17.621320343559642 ], [ 128.8, 15.5 ] ] ], [ [ [ 127.4, 16.4 ], [ 126.52132034355965, 14.278679656440357 ], [ 124.4, 13.399999999999999 ], [ 122.27867965644036, 14.278679656440357 ], [ 121.4, 16.4 ], [ 122.27867965644036, 18.52132034355964 ], [ 124.4, 19.4 ], [ 126.52132034355965, 18.52132034355964 ], [ 127.4, 16.4 ] ] ], [ [ [ 126.8, 16.9 ], [ 125.92132034355964, 14.778679656440357 ], [ 123.8, 13.899999999999999 ], [ 121.67867965644035, 14.778679656440357 ], [ 120.8, 16.9 ], [ 121.67867965644035, 19.02132034355964 ], [ 123.8, 19.9 ], [ 125.92132034355964, 19.02132034355964 ], [ 126.8, 16.9 ] ] ], [ [ [ 126.1, 17.5 ], [ 125.22132034355964, 15.378679656440358 ], [ 123.1, 14.5 ], [ 120.97867965644035, 15.378679656440358 ], [ 120.1, 17.5 ], [ 120.97867965644035, 19.621320343559642 ], [ 123.1, 20.5 ], [ 125.22132034355964, 19.621320343559642 ], [ 126.1, 17.5 ] ] ], [ [ [ 125.3, 18.2 ], [ 124.42132034355964, 16.078679656440357 ], [ 122.3, 15.2 ], [ 120.17867965644035, 16.078679656440357 ], [ 119.3, 18.2 ], [ 120.17867965644035, 20.32132034355964 ], [ 122.3, 21.2 ], [ 124.42132034355964, 20.32132034355964 ], [ 125.3, 18.2 ] ] ], [ [ [ 124.2, 18.8 ], [ 123.32132034355965, 16.67867965644036 ], [ 121.2, 15.8 ], [ 119.07867965644036, 16.67867965644036 ], [ 118.2, 18.8 ], [ 119.07867965644036, 20.921320343559643 ], [ 121.2, 21.8 ], [ 123.32132034355965, 20.921320343559643 ], [ 124.2, 18.8 ] ] ], [ [ [ 123.1, 19.5 ], [ 122.22132034355964, 17.378679656440358 ], [ 120.1, 16.5 ], [ 117.97867965644035, 17.378679656440358 ], [ 117.1, 19.5 ], [ 117.97867965644035, 21.621320343559642 ], [ 120.1, 22.5 ], [ 122.22132034355964, 21.621320343559642 ], [ 123.1, 19.5 ] ] ], [ [ [ 121.9, 20.1 ], [ 121.02132034355965, 17.97867965644036 ], [ 118.9, 17.1 ], [ 116.77867965644036, 17.97867965644036 ], [ 115.9, 20.1 ], [ 116.77867965644036, 22.221320343559643 ], [ 118.9, 23.1 ], [ 121.02132034355965, 22.221320343559643 ], [ 121.9, 20.1 ] ] ], [ [ [ 120.5, 21.4 ], [ 119.62132034355965, 19.278679656440357 ], [ 117.5, 18.4 ], [ 115.37867965644035, 19.278679656440357 ], [ 114.5, 21.4 ], [ 115.37867965644035, 23.52132034355964 ], [ 117.5, 24.4 ], [ 119.62132034355965, 23.52132034355964 ], [ 120.5, 21.4 ] ] ], [ [ [ 119.0, 21.9 ], [ 118.12132034355965, 19.778679656440357 ], [ 116.0, 18.9 ], [ 113.87867965644035, 19.778679656440357 ], [ 113.0, 21.9 ], [ 113.87867965644035, 24.02132034355964 ], [ 116.0, 24.9 ], [ 118.12132034355965, 24.02132034355964 ], [ 119.0, 21.9 ] ] ], [ [ [ 117.8, 22.5 ], [ 116.92132034355964, 20.378679656440358 ], [ 114.8, 19.5 ], [ 112.67867965644035, 20.378679656440358 ], [ 111.8, 22.5 ], [ 112.67867965644035, 24.621320343559642 ], [ 114.8, 25.5 ], [ 116.92132034355964, 24.621320343559642 ], [ 117.8, 22.5 ] ] ], [ [ [ 116.5, 22.8 ], [ 115.62132034355965, 20.67867965644036 ], [ 113.5, 19.8 ], [ 111.37867965644035, 20.67867965644036 ], [ 110.5, 22.8 ], [ 111.37867965644035, 24.921320343559643 ], [ 113.5, 25.8 ], [ 115.62132034355965, 24.921320343559643 ], [ 116.5, 22.8 ] ] ], [ [ [ 115.0, 23.4 ], [ 114.12132034355965, 21.278679656440357 ], [ 112.0, 20.4 ], [ 109.87867965644035, 21.278679656440357 ], [ 109.0, 23.4 ], [ 109.87867965644035, 25.52132034355964 ], [ 112.0, 26.4 ], [ 114.12132034355965, 25.52132034355964 ], [ 115.0, 23.4 ] ] ], [ [ [ 113.8, 23.9 ], [ 112.92132034355964, 21.778679656440357 ], [ 110.8, 20.9 ], [ 108.67867965644035, 21.778679656440357 ], [ 107.8, 23.9 ], [ 108.67867965644035, 26.02132034355964 ], [ 110.8, 26.9 ], [ 112.92132034355964, 26.02132034355964 ], [ 113.8, 23.9 ] ] ], [ [ [ 112.4, 24.3 ], [ 111.52132034355965, 22.17867965644036 ], [ 109.4, 21.3 ], [ 107.27867965644036, 22.17867965644036 ], [ 106.4, 24.3 ], [ 107.27867965644036, 26.421320343559643 ], [ 109.4, 27.3 ], [ 111.52132034355965, 26.421320343559643 ], [ 112.4, 24.3 ] ] ], [ [ [ 110.9, 25.0 ], [ 110.02132034355965, 22.878679656440358 ], [ 107.9, 22.0 ], [ 105.77867965644036, 22.878679656440358 ], [ 104.9, 25.0 ], [ 105.77867965644036, 27.121320343559642 ], [ 107.9, 28.0 ], [ 110.02132034355965, 27.121320343559642 ], [ 110.9, 25.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-07-29T21:00:00Z", "2016-07-30T03:00:00Z", "2016-07-30T09:00:00Z", "2016-07-30T15:00:00Z", "2016-07-30T21:00:00Z", "2016-07-31T03:00:00Z", "2016-07-31T09:00:00Z", "2016-07-31T15:00:00Z", "2016-07-31T21:00:00Z", "2016-08-01T03:00:00Z", "2016-08-01T09:00:00Z", "2016-08-01T15:00:00Z", "2016-08-01T21:00:00Z", "2016-08-02T03:00:00Z", "2016-08-02T09:00:00Z", "2016-08-02T15:00:00Z", "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 998.0, 994.0, 990.0, 985.0, 975.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 990.0, 994.0, 996.0, 998.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 60.0, 60.0, 55.0, 55.0, 55.0, 55.0, 50.0, 45.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201605_OMAIS_feature.json b/samples/Typhoon201605_OMAIS_feature.json
index cdaf863..fe9e5bf 100644
--- a/samples/Typhoon201605_OMAIS_feature.json
+++ b/samples/Typhoon201605_OMAIS_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201605号 (OMAIS)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z", "2016-08-03T15:00:00Z", "2016-08-03T21:00:00Z", "2016-08-04T03:00:00Z", "2016-08-04T09:00:00Z", "2016-08-04T15:00:00Z", "2016-08-04T21:00:00Z", "2016-08-05T03:00:00Z", "2016-08-05T09:00:00Z", "2016-08-05T15:00:00Z", "2016-08-05T21:00:00Z", "2016-08-06T03:00:00Z", "2016-08-06T09:00:00Z", "2016-08-06T15:00:00Z", "2016-08-06T21:00:00Z", "2016-08-07T03:00:00Z", "2016-08-07T09:00:00Z", "2016-08-07T15:00:00Z", "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z" ],
- "coordinates" : [ [ [ [ 149.8, 16.7 ], [ 149.50710678118656, 15.992893218813451 ], [ 148.8, 15.7 ], [ 148.09289321881346, 15.992893218813451 ], [ 147.8, 16.7 ], [ 148.09289321881346, 17.407106781186545 ], [ 148.8, 17.7 ], [ 149.50710678118656, 17.407106781186545 ], [ 149.8, 16.7 ] ] ], [ [ [ 149.2, 16.7 ], [ 148.90710678118654, 15.992893218813451 ], [ 148.2, 15.7 ], [ 147.49289321881344, 15.992893218813451 ], [ 147.2, 16.7 ], [ 147.49289321881344, 17.407106781186545 ], [ 148.2, 17.7 ], [ 148.90710678118654, 17.407106781186545 ], [ 149.2, 16.7 ] ] ], [ [ [ 148.8, 16.9 ], [ 148.50710678118656, 16.192893218813452 ], [ 147.8, 15.899999999999999 ], [ 147.09289321881346, 16.192893218813452 ], [ 146.8, 16.9 ], [ 147.09289321881346, 17.607106781186545 ], [ 147.8, 17.9 ], [ 148.50710678118656, 17.607106781186545 ], [ 148.8, 16.9 ] ] ], [ [ [ 148.8, 17.6 ], [ 148.50710678118656, 16.892893218813455 ], [ 147.8, 16.6 ], [ 147.09289321881346, 16.892893218813455 ], [ 146.8, 17.6 ], [ 147.09289321881346, 18.307106781186548 ], [ 147.8, 18.6 ], [ 148.50710678118656, 18.307106781186548 ], [ 148.8, 17.6 ] ] ], [ [ [ 149.1, 17.8 ], [ 148.80710678118655, 17.092893218813455 ], [ 148.1, 16.8 ], [ 147.39289321881344, 17.092893218813455 ], [ 147.1, 17.8 ], [ 147.39289321881344, 18.507106781186547 ], [ 148.1, 18.8 ], [ 148.80710678118655, 18.507106781186547 ], [ 149.1, 17.8 ] ] ], [ [ [ 151.3, 18.1 ], [ 150.42132034355964, 15.97867965644036 ], [ 148.3, 15.100000000000001 ], [ 146.17867965644038, 15.97867965644036 ], [ 145.3, 18.1 ], [ 146.17867965644038, 20.221320343559643 ], [ 148.3, 21.1 ], [ 150.42132034355964, 20.221320343559643 ], [ 151.3, 18.1 ] ] ], [ [ [ 151.5, 18.4 ], [ 150.62132034355963, 16.278679656440357 ], [ 148.5, 15.399999999999999 ], [ 146.37867965644037, 16.278679656440357 ], [ 145.5, 18.4 ], [ 146.37867965644037, 20.52132034355964 ], [ 148.5, 21.4 ], [ 150.62132034355963, 20.52132034355964 ], [ 151.5, 18.4 ] ] ], [ [ [ 151.5, 18.8 ], [ 150.62132034355963, 16.67867965644036 ], [ 148.5, 15.8 ], [ 146.37867965644037, 16.67867965644036 ], [ 145.5, 18.8 ], [ 146.37867965644037, 20.921320343559643 ], [ 148.5, 21.8 ], [ 150.62132034355963, 20.921320343559643 ], [ 151.5, 18.8 ] ] ], [ [ [ 151.5, 19.2 ], [ 150.62132034355963, 17.078679656440357 ], [ 148.5, 16.2 ], [ 146.37867965644037, 17.078679656440357 ], [ 145.5, 19.2 ], [ 146.37867965644037, 21.32132034355964 ], [ 148.5, 22.2 ], [ 150.62132034355963, 21.32132034355964 ], [ 151.5, 19.2 ] ] ], [ [ [ 151.4, 19.8 ], [ 150.52132034355964, 17.67867965644036 ], [ 148.4, 16.8 ], [ 146.27867965644037, 17.67867965644036 ], [ 145.4, 19.8 ], [ 146.27867965644037, 21.921320343559643 ], [ 148.4, 22.8 ], [ 150.52132034355964, 21.921320343559643 ], [ 151.4, 19.8 ] ] ], [ [ [ 151.1, 20.7 ], [ 150.22132034355963, 18.578679656440357 ], [ 148.1, 17.7 ], [ 145.97867965644036, 18.578679656440357 ], [ 145.1, 20.7 ], [ 145.97867965644036, 22.82132034355964 ], [ 148.1, 23.7 ], [ 150.22132034355963, 22.82132034355964 ], [ 151.1, 20.7 ] ] ], [ [ [ 150.9, 21.7 ], [ 150.02132034355964, 19.578679656440357 ], [ 147.9, 18.7 ], [ 145.77867965644037, 19.578679656440357 ], [ 144.9, 21.7 ], [ 145.77867965644037, 23.82132034355964 ], [ 147.9, 24.7 ], [ 150.02132034355964, 23.82132034355964 ], [ 150.9, 21.7 ] ] ], [ [ [ 150.8, 22.5 ], [ 149.92132034355964, 20.378679656440358 ], [ 147.8, 19.5 ], [ 145.67867965644038, 20.378679656440358 ], [ 144.8, 22.5 ], [ 145.67867965644038, 24.621320343559642 ], [ 147.8, 25.5 ], [ 149.92132034355964, 24.621320343559642 ], [ 150.8, 22.5 ] ] ], [ [ [ 150.8, 23.3 ], [ 149.92132034355964, 21.17867965644036 ], [ 147.8, 20.3 ], [ 145.67867965644038, 21.17867965644036 ], [ 144.8, 23.3 ], [ 145.67867965644038, 25.421320343559643 ], [ 147.8, 26.3 ], [ 149.92132034355964, 25.421320343559643 ], [ 150.8, 23.3 ] ] ], [ [ [ 150.8, 24.2 ], [ 149.92132034355964, 22.078679656440357 ], [ 147.8, 21.2 ], [ 145.67867965644038, 22.078679656440357 ], [ 144.8, 24.2 ], [ 145.67867965644038, 26.32132034355964 ], [ 147.8, 27.2 ], [ 149.92132034355964, 26.32132034355964 ], [ 150.8, 24.2 ] ] ], [ [ [ 150.7, 24.9 ], [ 149.82132034355962, 22.778679656440357 ], [ 147.7, 21.9 ], [ 145.57867965644036, 22.778679656440357 ], [ 144.7, 24.9 ], [ 145.57867965644036, 27.02132034355964 ], [ 147.7, 27.9 ], [ 149.82132034355962, 27.02132034355964 ], [ 150.7, 24.9 ] ] ], [ [ [ 150.7, 26.1 ], [ 149.82132034355962, 23.97867965644036 ], [ 147.7, 23.1 ], [ 145.57867965644036, 23.97867965644036 ], [ 144.7, 26.1 ], [ 145.57867965644036, 28.221320343559643 ], [ 147.7, 29.1 ], [ 149.82132034355962, 28.221320343559643 ], [ 150.7, 26.1 ] ] ], [ [ [ 150.5, 27.3 ], [ 149.62132034355963, 25.17867965644036 ], [ 147.5, 24.3 ], [ 145.37867965644037, 25.17867965644036 ], [ 144.5, 27.3 ], [ 145.37867965644037, 29.421320343559643 ], [ 147.5, 30.3 ], [ 149.62132034355963, 29.421320343559643 ], [ 150.5, 27.3 ] ] ], [ [ [ 150.3, 28.6 ], [ 149.42132034355964, 26.47867965644036 ], [ 147.3, 25.6 ], [ 145.17867965644038, 26.47867965644036 ], [ 144.3, 28.6 ], [ 145.17867965644038, 30.721320343559643 ], [ 147.3, 31.6 ], [ 149.42132034355964, 30.721320343559643 ], [ 150.3, 28.6 ] ] ], [ [ [ 149.9, 30.0 ], [ 149.02132034355964, 27.878679656440358 ], [ 146.9, 27.0 ], [ 144.77867965644037, 27.878679656440358 ], [ 143.9, 30.0 ], [ 144.77867965644037, 32.121320343559645 ], [ 146.9, 33.0 ], [ 149.02132034355964, 32.121320343559645 ], [ 149.9, 30.0 ] ] ], [ [ [ 149.3, 31.3 ], [ 148.42132034355964, 29.17867965644036 ], [ 146.3, 28.3 ], [ 144.17867965644038, 29.17867965644036 ], [ 143.3, 31.3 ], [ 144.17867965644038, 33.42132034355964 ], [ 146.3, 34.3 ], [ 148.42132034355964, 33.42132034355964 ], [ 149.3, 31.3 ] ] ], [ [ [ 148.3, 32.5 ], [ 147.42132034355964, 30.378679656440358 ], [ 145.3, 29.5 ], [ 143.17867965644038, 30.378679656440358 ], [ 142.3, 32.5 ], [ 143.17867965644038, 34.621320343559645 ], [ 145.3, 35.5 ], [ 147.42132034355964, 34.621320343559645 ], [ 148.3, 32.5 ] ] ], [ [ [ 147.5, 33.5 ], [ 146.62132034355963, 31.378679656440358 ], [ 144.5, 30.5 ], [ 142.37867965644037, 31.378679656440358 ], [ 141.5, 33.5 ], [ 142.37867965644037, 35.621320343559645 ], [ 144.5, 36.5 ], [ 146.62132034355963, 35.621320343559645 ], [ 147.5, 33.5 ] ] ], [ [ [ 147.3, 34.5 ], [ 146.42132034355964, 32.378679656440355 ], [ 144.3, 31.5 ], [ 142.17867965644038, 32.378679656440355 ], [ 141.3, 34.5 ], [ 142.17867965644038, 36.621320343559645 ], [ 144.3, 37.5 ], [ 146.42132034355964, 36.621320343559645 ], [ 147.3, 34.5 ] ] ], [ [ [ 147.5, 35.7 ], [ 146.62132034355963, 33.57867965644036 ], [ 144.5, 32.7 ], [ 142.37867965644037, 33.57867965644036 ], [ 141.5, 35.7 ], [ 142.37867965644037, 37.82132034355965 ], [ 144.5, 38.7 ], [ 146.62132034355963, 37.82132034355965 ], [ 147.5, 35.7 ] ] ], [ [ [ 148.1, 36.8 ], [ 147.22132034355963, 34.67867965644035 ], [ 145.1, 33.8 ], [ 142.97867965644036, 34.67867965644035 ], [ 142.1, 36.8 ], [ 142.97867965644036, 38.92132034355964 ], [ 145.1, 39.8 ], [ 147.22132034355963, 38.92132034355964 ], [ 148.1, 36.8 ] ] ], [ [ [ 148.9, 37.9 ], [ 148.02132034355964, 35.77867965644035 ], [ 145.9, 34.9 ], [ 143.77867965644037, 35.77867965644035 ], [ 142.9, 37.9 ], [ 143.77867965644037, 40.021320343559644 ], [ 145.9, 40.9 ], [ 148.02132034355964, 40.021320343559644 ], [ 148.9, 37.9 ] ] ], [ [ [ 150.4, 40.2 ], [ 149.52132034355964, 38.07867965644036 ], [ 147.4, 37.2 ], [ 145.27867965644037, 38.07867965644036 ], [ 144.4, 40.2 ], [ 145.27867965644037, 42.32132034355965 ], [ 147.4, 43.2 ], [ 149.52132034355964, 42.32132034355965 ], [ 150.4, 40.2 ] ] ], [ [ [ 151.8, 42.0 ], [ 150.92132034355964, 39.878679656440355 ], [ 148.8, 39.0 ], [ 146.67867965644038, 39.878679656440355 ], [ 145.8, 42.0 ], [ 146.67867965644038, 44.121320343559645 ], [ 148.8, 45.0 ], [ 150.92132034355964, 44.121320343559645 ], [ 151.8, 42.0 ] ] ], [ [ [ 154.7, 44.1 ], [ 153.82132034355962, 41.978679656440356 ], [ 151.7, 41.1 ], [ 149.57867965644036, 41.978679656440356 ], [ 148.7, 44.1 ], [ 149.57867965644036, 46.22132034355965 ], [ 151.7, 47.1 ], [ 153.82132034355962, 46.22132034355965 ], [ 154.7, 44.1 ] ] ], [ [ [ 155.5, 46.2 ], [ 154.62132034355963, 44.07867965644036 ], [ 152.5, 43.2 ], [ 150.37867965644037, 44.07867965644036 ], [ 149.5, 46.2 ], [ 150.37867965644037, 48.32132034355965 ], [ 152.5, 49.2 ], [ 154.62132034355963, 48.32132034355965 ], [ 155.5, 46.2 ] ] ], [ [ [ 159.2, 48.1 ], [ 158.32132034355962, 45.978679656440356 ], [ 156.2, 45.1 ], [ 154.07867965644036, 45.978679656440356 ], [ 153.2, 48.1 ], [ 154.07867965644036, 50.22132034355965 ], [ 156.2, 51.1 ], [ 158.32132034355962, 50.22132034355965 ], [ 159.2, 48.1 ] ] ], [ [ [ 162.8, 50.0 ], [ 161.92132034355964, 47.878679656440355 ], [ 159.8, 47.0 ], [ 157.67867965644038, 47.878679656440355 ], [ 156.8, 50.0 ], [ 157.67867965644038, 52.121320343559645 ], [ 159.8, 53.0 ], [ 161.92132034355964, 52.121320343559645 ], [ 162.8, 50.0 ] ] ], [ [ [ 165.8, 51.9 ], [ 164.92132034355964, 49.77867965644035 ], [ 162.8, 48.9 ], [ 160.67867965644038, 49.77867965644035 ], [ 159.8, 51.9 ], [ 160.67867965644038, 54.021320343559644 ], [ 162.8, 54.9 ], [ 164.92132034355964, 54.021320343559644 ], [ 165.8, 51.9 ] ] ], [ [ [ 168.5, 53.5 ], [ 167.62132034355963, 51.378679656440355 ], [ 165.5, 50.5 ], [ 163.37867965644037, 51.378679656440355 ], [ 162.5, 53.5 ], [ 163.37867965644037, 55.621320343559645 ], [ 165.5, 56.5 ], [ 167.62132034355963, 55.621320343559645 ], [ 168.5, 53.5 ] ] ], [ [ [ 172.1, 54.9 ], [ 171.22132034355963, 52.77867965644035 ], [ 169.1, 51.9 ], [ 166.97867965644036, 52.77867965644035 ], [ 166.1, 54.9 ], [ 166.97867965644036, 57.021320343559644 ], [ 169.1, 57.9 ], [ 171.22132034355963, 57.021320343559644 ], [ 172.1, 54.9 ] ] ], [ [ [ 175.5, 55.6 ], [ 174.62132034355963, 53.478679656440356 ], [ 172.5, 52.6 ], [ 170.37867965644037, 53.478679656440356 ], [ 169.5, 55.6 ], [ 170.37867965644037, 57.72132034355965 ], [ 172.5, 58.6 ], [ 174.62132034355963, 57.72132034355965 ], [ 175.5, 55.6 ] ] ], [ [ [ 177.6, 56.1 ], [ 176.72132034355963, 53.978679656440356 ], [ 174.6, 53.1 ], [ 172.47867965644036, 53.978679656440356 ], [ 171.6, 56.1 ], [ 172.47867965644036, 58.22132034355965 ], [ 174.6, 59.1 ], [ 176.72132034355963, 58.22132034355965 ], [ 177.6, 56.1 ] ] ], [ [ [ 180.1, 56.3 ], [ 179.22132034355963, 54.17867965644035 ], [ 177.1, 53.3 ], [ 174.97867965644036, 54.17867965644035 ], [ 174.1, 56.3 ], [ 174.97867965644036, 58.42132034355964 ], [ 177.1, 59.3 ], [ 179.22132034355963, 58.42132034355964 ], [ 180.1, 56.3 ] ] ], [ [ [ 184.8, 56.4 ], [ 183.92132034355964, 54.27867965644035 ], [ 181.8, 53.4 ], [ 179.67867965644038, 54.27867965644035 ], [ 178.8, 56.4 ], [ 179.67867965644038, 58.521320343559644 ], [ 181.8, 59.4 ], [ 183.92132034355964, 58.521320343559644 ], [ 184.8, 56.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z", "2016-08-03T15:00:00Z", "2016-08-03T21:00:00Z", "2016-08-04T03:00:00Z", "2016-08-04T09:00:00Z", "2016-08-04T15:00:00Z", "2016-08-04T21:00:00Z", "2016-08-05T03:00:00Z", "2016-08-05T09:00:00Z", "2016-08-05T15:00:00Z", "2016-08-05T21:00:00Z", "2016-08-06T03:00:00Z", "2016-08-06T09:00:00Z", "2016-08-06T15:00:00Z", "2016-08-06T21:00:00Z", "2016-08-07T03:00:00Z", "2016-08-07T09:00:00Z", "2016-08-07T15:00:00Z", "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 998.0, 998.0, 996.0, 992.0, 990.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 984.0, 988.0, 988.0, 986.0, 986.0, 984.0, 984.0, 984.0, 984.0, 986.0, 988.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 45.0, 50.0, 55.0, 55.0, 60.0, 60.0, 60.0, 60.0, 60.0, 55.0, 55.0, 55.0, 50.0, 50.0, 50.0, 50.0, 50.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201605号 (OMAIS)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z", "2016-08-03T15:00:00Z", "2016-08-03T21:00:00Z", "2016-08-04T03:00:00Z", "2016-08-04T09:00:00Z", "2016-08-04T15:00:00Z", "2016-08-04T21:00:00Z", "2016-08-05T03:00:00Z", "2016-08-05T09:00:00Z", "2016-08-05T15:00:00Z", "2016-08-05T21:00:00Z", "2016-08-06T03:00:00Z", "2016-08-06T09:00:00Z", "2016-08-06T15:00:00Z", "2016-08-06T21:00:00Z", "2016-08-07T03:00:00Z", "2016-08-07T09:00:00Z", "2016-08-07T15:00:00Z", "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 149.8, 16.7 ], [ 149.50710678118656, 15.992893218813451 ], [ 148.8, 15.7 ], [ 148.09289321881346, 15.992893218813451 ], [ 147.8, 16.7 ], [ 148.09289321881346, 17.407106781186545 ], [ 148.8, 17.7 ], [ 149.50710678118656, 17.407106781186545 ], [ 149.8, 16.7 ] ] ], [ [ [ 149.2, 16.7 ], [ 148.90710678118654, 15.992893218813451 ], [ 148.2, 15.7 ], [ 147.49289321881344, 15.992893218813451 ], [ 147.2, 16.7 ], [ 147.49289321881344, 17.407106781186545 ], [ 148.2, 17.7 ], [ 148.90710678118654, 17.407106781186545 ], [ 149.2, 16.7 ] ] ], [ [ [ 148.8, 16.9 ], [ 148.50710678118656, 16.192893218813452 ], [ 147.8, 15.899999999999999 ], [ 147.09289321881346, 16.192893218813452 ], [ 146.8, 16.9 ], [ 147.09289321881346, 17.607106781186545 ], [ 147.8, 17.9 ], [ 148.50710678118656, 17.607106781186545 ], [ 148.8, 16.9 ] ] ], [ [ [ 148.8, 17.6 ], [ 148.50710678118656, 16.892893218813455 ], [ 147.8, 16.6 ], [ 147.09289321881346, 16.892893218813455 ], [ 146.8, 17.6 ], [ 147.09289321881346, 18.307106781186548 ], [ 147.8, 18.6 ], [ 148.50710678118656, 18.307106781186548 ], [ 148.8, 17.6 ] ] ], [ [ [ 149.1, 17.8 ], [ 148.80710678118655, 17.092893218813455 ], [ 148.1, 16.8 ], [ 147.39289321881344, 17.092893218813455 ], [ 147.1, 17.8 ], [ 147.39289321881344, 18.507106781186547 ], [ 148.1, 18.8 ], [ 148.80710678118655, 18.507106781186547 ], [ 149.1, 17.8 ] ] ], [ [ [ 151.3, 18.1 ], [ 150.42132034355964, 15.97867965644036 ], [ 148.3, 15.100000000000001 ], [ 146.17867965644038, 15.97867965644036 ], [ 145.3, 18.1 ], [ 146.17867965644038, 20.221320343559643 ], [ 148.3, 21.1 ], [ 150.42132034355964, 20.221320343559643 ], [ 151.3, 18.1 ] ] ], [ [ [ 151.5, 18.4 ], [ 150.62132034355963, 16.278679656440357 ], [ 148.5, 15.399999999999999 ], [ 146.37867965644037, 16.278679656440357 ], [ 145.5, 18.4 ], [ 146.37867965644037, 20.52132034355964 ], [ 148.5, 21.4 ], [ 150.62132034355963, 20.52132034355964 ], [ 151.5, 18.4 ] ] ], [ [ [ 151.5, 18.8 ], [ 150.62132034355963, 16.67867965644036 ], [ 148.5, 15.8 ], [ 146.37867965644037, 16.67867965644036 ], [ 145.5, 18.8 ], [ 146.37867965644037, 20.921320343559643 ], [ 148.5, 21.8 ], [ 150.62132034355963, 20.921320343559643 ], [ 151.5, 18.8 ] ] ], [ [ [ 151.5, 19.2 ], [ 150.62132034355963, 17.078679656440357 ], [ 148.5, 16.2 ], [ 146.37867965644037, 17.078679656440357 ], [ 145.5, 19.2 ], [ 146.37867965644037, 21.32132034355964 ], [ 148.5, 22.2 ], [ 150.62132034355963, 21.32132034355964 ], [ 151.5, 19.2 ] ] ], [ [ [ 151.4, 19.8 ], [ 150.52132034355964, 17.67867965644036 ], [ 148.4, 16.8 ], [ 146.27867965644037, 17.67867965644036 ], [ 145.4, 19.8 ], [ 146.27867965644037, 21.921320343559643 ], [ 148.4, 22.8 ], [ 150.52132034355964, 21.921320343559643 ], [ 151.4, 19.8 ] ] ], [ [ [ 151.1, 20.7 ], [ 150.22132034355963, 18.578679656440357 ], [ 148.1, 17.7 ], [ 145.97867965644036, 18.578679656440357 ], [ 145.1, 20.7 ], [ 145.97867965644036, 22.82132034355964 ], [ 148.1, 23.7 ], [ 150.22132034355963, 22.82132034355964 ], [ 151.1, 20.7 ] ] ], [ [ [ 150.9, 21.7 ], [ 150.02132034355964, 19.578679656440357 ], [ 147.9, 18.7 ], [ 145.77867965644037, 19.578679656440357 ], [ 144.9, 21.7 ], [ 145.77867965644037, 23.82132034355964 ], [ 147.9, 24.7 ], [ 150.02132034355964, 23.82132034355964 ], [ 150.9, 21.7 ] ] ], [ [ [ 150.8, 22.5 ], [ 149.92132034355964, 20.378679656440358 ], [ 147.8, 19.5 ], [ 145.67867965644038, 20.378679656440358 ], [ 144.8, 22.5 ], [ 145.67867965644038, 24.621320343559642 ], [ 147.8, 25.5 ], [ 149.92132034355964, 24.621320343559642 ], [ 150.8, 22.5 ] ] ], [ [ [ 150.8, 23.3 ], [ 149.92132034355964, 21.17867965644036 ], [ 147.8, 20.3 ], [ 145.67867965644038, 21.17867965644036 ], [ 144.8, 23.3 ], [ 145.67867965644038, 25.421320343559643 ], [ 147.8, 26.3 ], [ 149.92132034355964, 25.421320343559643 ], [ 150.8, 23.3 ] ] ], [ [ [ 150.8, 24.2 ], [ 149.92132034355964, 22.078679656440357 ], [ 147.8, 21.2 ], [ 145.67867965644038, 22.078679656440357 ], [ 144.8, 24.2 ], [ 145.67867965644038, 26.32132034355964 ], [ 147.8, 27.2 ], [ 149.92132034355964, 26.32132034355964 ], [ 150.8, 24.2 ] ] ], [ [ [ 150.7, 24.9 ], [ 149.82132034355962, 22.778679656440357 ], [ 147.7, 21.9 ], [ 145.57867965644036, 22.778679656440357 ], [ 144.7, 24.9 ], [ 145.57867965644036, 27.02132034355964 ], [ 147.7, 27.9 ], [ 149.82132034355962, 27.02132034355964 ], [ 150.7, 24.9 ] ] ], [ [ [ 150.7, 26.1 ], [ 149.82132034355962, 23.97867965644036 ], [ 147.7, 23.1 ], [ 145.57867965644036, 23.97867965644036 ], [ 144.7, 26.1 ], [ 145.57867965644036, 28.221320343559643 ], [ 147.7, 29.1 ], [ 149.82132034355962, 28.221320343559643 ], [ 150.7, 26.1 ] ] ], [ [ [ 150.5, 27.3 ], [ 149.62132034355963, 25.17867965644036 ], [ 147.5, 24.3 ], [ 145.37867965644037, 25.17867965644036 ], [ 144.5, 27.3 ], [ 145.37867965644037, 29.421320343559643 ], [ 147.5, 30.3 ], [ 149.62132034355963, 29.421320343559643 ], [ 150.5, 27.3 ] ] ], [ [ [ 150.3, 28.6 ], [ 149.42132034355964, 26.47867965644036 ], [ 147.3, 25.6 ], [ 145.17867965644038, 26.47867965644036 ], [ 144.3, 28.6 ], [ 145.17867965644038, 30.721320343559643 ], [ 147.3, 31.6 ], [ 149.42132034355964, 30.721320343559643 ], [ 150.3, 28.6 ] ] ], [ [ [ 149.9, 30.0 ], [ 149.02132034355964, 27.878679656440358 ], [ 146.9, 27.0 ], [ 144.77867965644037, 27.878679656440358 ], [ 143.9, 30.0 ], [ 144.77867965644037, 32.121320343559645 ], [ 146.9, 33.0 ], [ 149.02132034355964, 32.121320343559645 ], [ 149.9, 30.0 ] ] ], [ [ [ 149.3, 31.3 ], [ 148.42132034355964, 29.17867965644036 ], [ 146.3, 28.3 ], [ 144.17867965644038, 29.17867965644036 ], [ 143.3, 31.3 ], [ 144.17867965644038, 33.42132034355964 ], [ 146.3, 34.3 ], [ 148.42132034355964, 33.42132034355964 ], [ 149.3, 31.3 ] ] ], [ [ [ 148.3, 32.5 ], [ 147.42132034355964, 30.378679656440358 ], [ 145.3, 29.5 ], [ 143.17867965644038, 30.378679656440358 ], [ 142.3, 32.5 ], [ 143.17867965644038, 34.621320343559645 ], [ 145.3, 35.5 ], [ 147.42132034355964, 34.621320343559645 ], [ 148.3, 32.5 ] ] ], [ [ [ 147.5, 33.5 ], [ 146.62132034355963, 31.378679656440358 ], [ 144.5, 30.5 ], [ 142.37867965644037, 31.378679656440358 ], [ 141.5, 33.5 ], [ 142.37867965644037, 35.621320343559645 ], [ 144.5, 36.5 ], [ 146.62132034355963, 35.621320343559645 ], [ 147.5, 33.5 ] ] ], [ [ [ 147.3, 34.5 ], [ 146.42132034355964, 32.378679656440355 ], [ 144.3, 31.5 ], [ 142.17867965644038, 32.378679656440355 ], [ 141.3, 34.5 ], [ 142.17867965644038, 36.621320343559645 ], [ 144.3, 37.5 ], [ 146.42132034355964, 36.621320343559645 ], [ 147.3, 34.5 ] ] ], [ [ [ 147.5, 35.7 ], [ 146.62132034355963, 33.57867965644036 ], [ 144.5, 32.7 ], [ 142.37867965644037, 33.57867965644036 ], [ 141.5, 35.7 ], [ 142.37867965644037, 37.82132034355965 ], [ 144.5, 38.7 ], [ 146.62132034355963, 37.82132034355965 ], [ 147.5, 35.7 ] ] ], [ [ [ 148.1, 36.8 ], [ 147.22132034355963, 34.67867965644035 ], [ 145.1, 33.8 ], [ 142.97867965644036, 34.67867965644035 ], [ 142.1, 36.8 ], [ 142.97867965644036, 38.92132034355964 ], [ 145.1, 39.8 ], [ 147.22132034355963, 38.92132034355964 ], [ 148.1, 36.8 ] ] ], [ [ [ 148.9, 37.9 ], [ 148.02132034355964, 35.77867965644035 ], [ 145.9, 34.9 ], [ 143.77867965644037, 35.77867965644035 ], [ 142.9, 37.9 ], [ 143.77867965644037, 40.021320343559644 ], [ 145.9, 40.9 ], [ 148.02132034355964, 40.021320343559644 ], [ 148.9, 37.9 ] ] ], [ [ [ 150.4, 40.2 ], [ 149.52132034355964, 38.07867965644036 ], [ 147.4, 37.2 ], [ 145.27867965644037, 38.07867965644036 ], [ 144.4, 40.2 ], [ 145.27867965644037, 42.32132034355965 ], [ 147.4, 43.2 ], [ 149.52132034355964, 42.32132034355965 ], [ 150.4, 40.2 ] ] ], [ [ [ 151.8, 42.0 ], [ 150.92132034355964, 39.878679656440355 ], [ 148.8, 39.0 ], [ 146.67867965644038, 39.878679656440355 ], [ 145.8, 42.0 ], [ 146.67867965644038, 44.121320343559645 ], [ 148.8, 45.0 ], [ 150.92132034355964, 44.121320343559645 ], [ 151.8, 42.0 ] ] ], [ [ [ 154.7, 44.1 ], [ 153.82132034355962, 41.978679656440356 ], [ 151.7, 41.1 ], [ 149.57867965644036, 41.978679656440356 ], [ 148.7, 44.1 ], [ 149.57867965644036, 46.22132034355965 ], [ 151.7, 47.1 ], [ 153.82132034355962, 46.22132034355965 ], [ 154.7, 44.1 ] ] ], [ [ [ 155.5, 46.2 ], [ 154.62132034355963, 44.07867965644036 ], [ 152.5, 43.2 ], [ 150.37867965644037, 44.07867965644036 ], [ 149.5, 46.2 ], [ 150.37867965644037, 48.32132034355965 ], [ 152.5, 49.2 ], [ 154.62132034355963, 48.32132034355965 ], [ 155.5, 46.2 ] ] ], [ [ [ 159.2, 48.1 ], [ 158.32132034355962, 45.978679656440356 ], [ 156.2, 45.1 ], [ 154.07867965644036, 45.978679656440356 ], [ 153.2, 48.1 ], [ 154.07867965644036, 50.22132034355965 ], [ 156.2, 51.1 ], [ 158.32132034355962, 50.22132034355965 ], [ 159.2, 48.1 ] ] ], [ [ [ 162.8, 50.0 ], [ 161.92132034355964, 47.878679656440355 ], [ 159.8, 47.0 ], [ 157.67867965644038, 47.878679656440355 ], [ 156.8, 50.0 ], [ 157.67867965644038, 52.121320343559645 ], [ 159.8, 53.0 ], [ 161.92132034355964, 52.121320343559645 ], [ 162.8, 50.0 ] ] ], [ [ [ 165.8, 51.9 ], [ 164.92132034355964, 49.77867965644035 ], [ 162.8, 48.9 ], [ 160.67867965644038, 49.77867965644035 ], [ 159.8, 51.9 ], [ 160.67867965644038, 54.021320343559644 ], [ 162.8, 54.9 ], [ 164.92132034355964, 54.021320343559644 ], [ 165.8, 51.9 ] ] ], [ [ [ 168.5, 53.5 ], [ 167.62132034355963, 51.378679656440355 ], [ 165.5, 50.5 ], [ 163.37867965644037, 51.378679656440355 ], [ 162.5, 53.5 ], [ 163.37867965644037, 55.621320343559645 ], [ 165.5, 56.5 ], [ 167.62132034355963, 55.621320343559645 ], [ 168.5, 53.5 ] ] ], [ [ [ 172.1, 54.9 ], [ 171.22132034355963, 52.77867965644035 ], [ 169.1, 51.9 ], [ 166.97867965644036, 52.77867965644035 ], [ 166.1, 54.9 ], [ 166.97867965644036, 57.021320343559644 ], [ 169.1, 57.9 ], [ 171.22132034355963, 57.021320343559644 ], [ 172.1, 54.9 ] ] ], [ [ [ 175.5, 55.6 ], [ 174.62132034355963, 53.478679656440356 ], [ 172.5, 52.6 ], [ 170.37867965644037, 53.478679656440356 ], [ 169.5, 55.6 ], [ 170.37867965644037, 57.72132034355965 ], [ 172.5, 58.6 ], [ 174.62132034355963, 57.72132034355965 ], [ 175.5, 55.6 ] ] ], [ [ [ 177.6, 56.1 ], [ 176.72132034355963, 53.978679656440356 ], [ 174.6, 53.1 ], [ 172.47867965644036, 53.978679656440356 ], [ 171.6, 56.1 ], [ 172.47867965644036, 58.22132034355965 ], [ 174.6, 59.1 ], [ 176.72132034355963, 58.22132034355965 ], [ 177.6, 56.1 ] ] ], [ [ [ 180.1, 56.3 ], [ 179.22132034355963, 54.17867965644035 ], [ 177.1, 53.3 ], [ 174.97867965644036, 54.17867965644035 ], [ 174.1, 56.3 ], [ 174.97867965644036, 58.42132034355964 ], [ 177.1, 59.3 ], [ 179.22132034355963, 58.42132034355964 ], [ 180.1, 56.3 ] ] ], [ [ [ 184.8, 56.4 ], [ 183.92132034355964, 54.27867965644035 ], [ 181.8, 53.4 ], [ 179.67867965644038, 54.27867965644035 ], [ 178.8, 56.4 ], [ 179.67867965644038, 58.521320343559644 ], [ 181.8, 59.4 ], [ 183.92132034355964, 58.521320343559644 ], [ 184.8, 56.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-02T21:00:00Z", "2016-08-03T03:00:00Z", "2016-08-03T09:00:00Z", "2016-08-03T15:00:00Z", "2016-08-03T21:00:00Z", "2016-08-04T03:00:00Z", "2016-08-04T09:00:00Z", "2016-08-04T15:00:00Z", "2016-08-04T21:00:00Z", "2016-08-05T03:00:00Z", "2016-08-05T09:00:00Z", "2016-08-05T15:00:00Z", "2016-08-05T21:00:00Z", "2016-08-06T03:00:00Z", "2016-08-06T09:00:00Z", "2016-08-06T15:00:00Z", "2016-08-06T21:00:00Z", "2016-08-07T03:00:00Z", "2016-08-07T09:00:00Z", "2016-08-07T15:00:00Z", "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1004.0, 1002.0, 1002.0, 1000.0, 998.0, 998.0, 998.0, 996.0, 992.0, 990.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 975.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 985.0, 984.0, 988.0, 988.0, 986.0, 986.0, 984.0, 984.0, 984.0, 984.0, 986.0, 988.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 45.0, 50.0, 55.0, 55.0, 60.0, 60.0, 60.0, 60.0, 60.0, 55.0, 55.0, 55.0, 50.0, 50.0, 50.0, 50.0, 50.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201606_CONSON_feature.json b/samples/Typhoon201606_CONSON_feature.json
index e6977c1..71e9400 100644
--- a/samples/Typhoon201606_CONSON_feature.json
+++ b/samples/Typhoon201606_CONSON_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201606号 (CONSON)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T08:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z" ],
- "coordinates" : [ [ [ [ 164.0, 18.8 ], [ 163.70710678118655, 18.092893218813455 ], [ 163.0, 17.8 ], [ 162.29289321881345, 18.092893218813455 ], [ 162.0, 18.8 ], [ 162.29289321881345, 19.507106781186547 ], [ 163.0, 19.8 ], [ 163.70710678118655, 19.507106781186547 ], [ 164.0, 18.8 ] ] ], [ [ [ 163.0, 18.0 ], [ 162.70710678118655, 17.292893218813454 ], [ 162.0, 17.0 ], [ 161.29289321881345, 17.292893218813454 ], [ 161.0, 18.0 ], [ 161.29289321881345, 18.707106781186546 ], [ 162.0, 19.0 ], [ 162.70710678118655, 18.707106781186546 ], [ 163.0, 18.0 ] ] ], [ [ [ 162.7, 17.4 ], [ 162.40710678118654, 16.692893218813452 ], [ 161.7, 16.4 ], [ 160.99289321881344, 16.692893218813452 ], [ 160.7, 17.4 ], [ 160.99289321881344, 18.107106781186545 ], [ 161.7, 18.4 ], [ 162.40710678118654, 18.107106781186545 ], [ 162.7, 17.4 ] ] ], [ [ [ 162.4, 17.1 ], [ 162.10710678118656, 16.392893218813455 ], [ 161.4, 16.1 ], [ 160.69289321881345, 16.392893218813455 ], [ 160.4, 17.1 ], [ 160.69289321881345, 17.807106781186548 ], [ 161.4, 18.1 ], [ 162.10710678118656, 17.807106781186548 ], [ 162.4, 17.1 ] ] ], [ [ [ 161.8, 17.0 ], [ 161.50710678118656, 16.292893218813454 ], [ 160.8, 16.0 ], [ 160.09289321881346, 16.292893218813454 ], [ 159.8, 17.0 ], [ 160.09289321881346, 17.707106781186546 ], [ 160.8, 18.0 ], [ 161.50710678118656, 17.707106781186546 ], [ 161.8, 17.0 ] ] ], [ [ [ 161.1, 17.0 ], [ 160.80710678118655, 16.292893218813454 ], [ 160.1, 16.0 ], [ 159.39289321881344, 16.292893218813454 ], [ 159.1, 17.0 ], [ 159.39289321881344, 17.707106781186546 ], [ 160.1, 18.0 ], [ 160.80710678118655, 17.707106781186546 ], [ 161.1, 17.0 ] ] ], [ [ [ 162.3, 16.9 ], [ 161.42132034355964, 14.778679656440357 ], [ 159.3, 13.899999999999999 ], [ 157.17867965644038, 14.778679656440357 ], [ 156.3, 16.9 ], [ 157.17867965644038, 19.02132034355964 ], [ 159.3, 19.9 ], [ 161.42132034355964, 19.02132034355964 ], [ 162.3, 16.9 ] ] ], [ [ [ 161.7, 16.8 ], [ 160.82132034355962, 14.678679656440359 ], [ 158.7, 13.8 ], [ 156.57867965644036, 14.678679656440359 ], [ 155.7, 16.8 ], [ 156.57867965644036, 18.921320343559643 ], [ 158.7, 19.8 ], [ 160.82132034355962, 18.921320343559643 ], [ 161.7, 16.8 ] ] ], [ [ [ 160.8, 17.0 ], [ 159.92132034355964, 14.878679656440358 ], [ 157.8, 14.0 ], [ 155.67867965644038, 14.878679656440358 ], [ 154.8, 17.0 ], [ 155.67867965644038, 19.121320343559642 ], [ 157.8, 20.0 ], [ 159.92132034355964, 19.121320343559642 ], [ 160.8, 17.0 ] ] ], [ [ [ 159.9, 17.7 ], [ 159.02132034355964, 15.578679656440357 ], [ 156.9, 14.7 ], [ 154.77867965644037, 15.578679656440357 ], [ 153.9, 17.7 ], [ 154.77867965644037, 19.82132034355964 ], [ 156.9, 20.7 ], [ 159.02132034355964, 19.82132034355964 ], [ 159.9, 17.7 ] ] ], [ [ [ 159.0, 18.0 ], [ 158.12132034355963, 15.878679656440358 ], [ 156.0, 15.0 ], [ 153.87867965644037, 15.878679656440358 ], [ 153.0, 18.0 ], [ 153.87867965644037, 20.121320343559642 ], [ 156.0, 21.0 ], [ 158.12132034355963, 20.121320343559642 ], [ 159.0, 18.0 ] ] ], [ [ [ 158.1, 18.6 ], [ 157.22132034355963, 16.47867965644036 ], [ 155.1, 15.600000000000001 ], [ 152.97867965644036, 16.47867965644036 ], [ 152.1, 18.6 ], [ 152.97867965644036, 20.721320343559643 ], [ 155.1, 21.6 ], [ 157.22132034355963, 20.721320343559643 ], [ 158.1, 18.6 ] ] ], [ [ [ 157.4, 18.9 ], [ 156.52132034355964, 16.778679656440357 ], [ 154.4, 15.899999999999999 ], [ 152.27867965644037, 16.778679656440357 ], [ 151.4, 18.9 ], [ 152.27867965644037, 21.02132034355964 ], [ 154.4, 21.9 ], [ 156.52132034355964, 21.02132034355964 ], [ 157.4, 18.9 ] ] ], [ [ [ 157.0, 19.6 ], [ 156.12132034355963, 17.47867965644036 ], [ 154.0, 16.6 ], [ 151.87867965644037, 17.47867965644036 ], [ 151.0, 19.6 ], [ 151.87867965644037, 21.721320343559643 ], [ 154.0, 22.6 ], [ 156.12132034355963, 21.721320343559643 ], [ 157.0, 19.6 ] ] ], [ [ [ 156.6, 20.0 ], [ 155.72132034355963, 17.878679656440358 ], [ 153.6, 17.0 ], [ 151.47867965644036, 17.878679656440358 ], [ 150.6, 20.0 ], [ 151.47867965644036, 22.121320343559642 ], [ 153.6, 23.0 ], [ 155.72132034355963, 22.121320343559642 ], [ 156.6, 20.0 ] ] ], [ [ [ 157.0, 20.5 ], [ 156.12132034355963, 18.378679656440358 ], [ 154.0, 17.5 ], [ 151.87867965644037, 18.378679656440358 ], [ 151.0, 20.5 ], [ 151.87867965644037, 22.621320343559642 ], [ 154.0, 23.5 ], [ 156.12132034355963, 22.621320343559642 ], [ 157.0, 20.5 ] ] ], [ [ [ 157.3, 21.9 ], [ 156.42132034355964, 19.778679656440357 ], [ 154.3, 18.9 ], [ 152.17867965644038, 19.778679656440357 ], [ 151.3, 21.9 ], [ 152.17867965644038, 24.02132034355964 ], [ 154.3, 24.9 ], [ 156.42132034355964, 24.02132034355964 ], [ 157.3, 21.9 ] ] ], [ [ [ 158.0, 23.5 ], [ 157.12132034355963, 21.378679656440358 ], [ 155.0, 20.5 ], [ 152.87867965644037, 21.378679656440358 ], [ 152.0, 23.5 ], [ 152.87867965644037, 25.621320343559642 ], [ 155.0, 26.5 ], [ 157.12132034355963, 25.621320343559642 ], [ 158.0, 23.5 ] ] ], [ [ [ 158.5, 25.2 ], [ 157.62132034355963, 23.078679656440357 ], [ 155.5, 22.2 ], [ 153.37867965644037, 23.078679656440357 ], [ 152.5, 25.2 ], [ 153.37867965644037, 27.32132034355964 ], [ 155.5, 28.2 ], [ 157.62132034355963, 27.32132034355964 ], [ 158.5, 25.2 ] ] ], [ [ [ 158.7, 26.2 ], [ 157.82132034355962, 24.078679656440357 ], [ 155.7, 23.2 ], [ 153.57867965644036, 24.078679656440357 ], [ 152.7, 26.2 ], [ 153.57867965644036, 28.32132034355964 ], [ 155.7, 29.2 ], [ 157.82132034355962, 28.32132034355964 ], [ 158.7, 26.2 ] ] ], [ [ [ 159.4, 28.0 ], [ 158.52132034355964, 25.878679656440358 ], [ 156.4, 25.0 ], [ 154.27867965644037, 25.878679656440358 ], [ 153.4, 28.0 ], [ 154.27867965644037, 30.121320343559642 ], [ 156.4, 31.0 ], [ 158.52132034355964, 30.121320343559642 ], [ 159.4, 28.0 ] ] ], [ [ [ 159.6, 28.9 ], [ 158.72132034355963, 26.778679656440357 ], [ 156.6, 25.9 ], [ 154.47867965644036, 26.778679656440357 ], [ 153.6, 28.9 ], [ 154.47867965644036, 31.02132034355964 ], [ 156.6, 31.9 ], [ 158.72132034355963, 31.02132034355964 ], [ 159.6, 28.9 ] ] ], [ [ [ 158.5, 29.9 ], [ 157.62132034355963, 27.778679656440357 ], [ 155.5, 26.9 ], [ 153.37867965644037, 27.778679656440357 ], [ 152.5, 29.9 ], [ 153.37867965644037, 32.021320343559644 ], [ 155.5, 32.9 ], [ 157.62132034355963, 32.021320343559644 ], [ 158.5, 29.9 ] ] ], [ [ [ 157.3, 31.6 ], [ 156.42132034355964, 29.47867965644036 ], [ 154.3, 28.6 ], [ 152.17867965644038, 29.47867965644036 ], [ 151.3, 31.6 ], [ 152.17867965644038, 33.72132034355965 ], [ 154.3, 34.6 ], [ 156.42132034355964, 33.72132034355965 ], [ 157.3, 31.6 ] ] ], [ [ [ 156.1, 32.6 ], [ 155.22132034355963, 30.47867965644036 ], [ 153.1, 29.6 ], [ 150.97867965644036, 30.47867965644036 ], [ 150.1, 32.6 ], [ 150.97867965644036, 34.72132034355965 ], [ 153.1, 35.6 ], [ 155.22132034355963, 34.72132034355965 ], [ 156.1, 32.6 ] ] ], [ [ [ 155.2, 33.9 ], [ 154.32132034355962, 31.778679656440357 ], [ 152.2, 30.9 ], [ 150.07867965644036, 31.778679656440357 ], [ 149.2, 33.9 ], [ 150.07867965644036, 36.021320343559644 ], [ 152.2, 36.9 ], [ 154.32132034355962, 36.021320343559644 ], [ 155.2, 33.9 ] ] ], [ [ [ 154.1, 35.7 ], [ 153.22132034355963, 33.57867965644036 ], [ 151.1, 32.7 ], [ 148.97867965644036, 33.57867965644036 ], [ 148.1, 35.7 ], [ 148.97867965644036, 37.82132034355965 ], [ 151.1, 38.7 ], [ 153.22132034355963, 37.82132034355965 ], [ 154.1, 35.7 ] ] ], [ [ [ 152.5, 38.1 ], [ 151.62132034355963, 35.978679656440356 ], [ 149.5, 35.1 ], [ 147.37867965644037, 35.978679656440356 ], [ 146.5, 38.1 ], [ 147.37867965644037, 40.22132034355965 ], [ 149.5, 41.1 ], [ 151.62132034355963, 40.22132034355965 ], [ 152.5, 38.1 ] ] ], [ [ [ 151.0, 40.2 ], [ 150.12132034355963, 38.07867965644036 ], [ 148.0, 37.2 ], [ 145.87867965644037, 38.07867965644036 ], [ 145.0, 40.2 ], [ 145.87867965644037, 42.32132034355965 ], [ 148.0, 43.2 ], [ 150.12132034355963, 42.32132034355965 ], [ 151.0, 40.2 ] ] ], [ [ [ 148.9, 42.1 ], [ 148.02132034355964, 39.978679656440356 ], [ 145.9, 39.1 ], [ 143.77867965644037, 39.978679656440356 ], [ 142.9, 42.1 ], [ 143.77867965644037, 44.22132034355965 ], [ 145.9, 45.1 ], [ 148.02132034355964, 44.22132034355965 ], [ 148.9, 42.1 ] ] ], [ [ [ 148.5, 43.3 ], [ 147.62132034355963, 41.17867965644035 ], [ 145.5, 40.3 ], [ 143.37867965644037, 41.17867965644035 ], [ 142.5, 43.3 ], [ 143.37867965644037, 45.42132034355964 ], [ 145.5, 46.3 ], [ 147.62132034355963, 45.42132034355964 ], [ 148.5, 43.3 ] ] ], [ [ [ 148.6, 43.6 ], [ 147.72132034355963, 41.478679656440356 ], [ 145.6, 40.6 ], [ 143.47867965644036, 41.478679656440356 ], [ 142.6, 43.6 ], [ 143.47867965644036, 45.72132034355965 ], [ 145.6, 46.6 ], [ 147.72132034355963, 45.72132034355965 ], [ 148.6, 43.6 ] ] ], [ [ [ 148.4, 46.3 ], [ 147.52132034355964, 44.17867965644035 ], [ 145.4, 43.3 ], [ 143.27867965644037, 44.17867965644035 ], [ 142.4, 46.3 ], [ 143.27867965644037, 48.42132034355964 ], [ 145.4, 49.3 ], [ 147.52132034355964, 48.42132034355964 ], [ 148.4, 46.3 ] ] ], [ [ [ 149.1, 48.8 ], [ 148.22132034355963, 46.67867965644035 ], [ 146.1, 45.8 ], [ 143.97867965644036, 46.67867965644035 ], [ 143.1, 48.8 ], [ 143.97867965644036, 50.92132034355964 ], [ 146.1, 51.8 ], [ 148.22132034355963, 50.92132034355964 ], [ 149.1, 48.8 ] ] ], [ [ [ 148.2, 53.2 ], [ 147.32132034355962, 51.07867965644036 ], [ 145.2, 50.2 ], [ 143.07867965644036, 51.07867965644036 ], [ 142.2, 53.2 ], [ 143.07867965644036, 55.32132034355965 ], [ 145.2, 56.2 ], [ 147.32132034355962, 55.32132034355965 ], [ 148.2, 53.2 ] ] ], [ [ [ 145.6, 56.1 ], [ 144.72132034355963, 53.978679656440356 ], [ 142.6, 53.1 ], [ 140.47867965644036, 53.978679656440356 ], [ 139.6, 56.1 ], [ 140.47867965644036, 58.22132034355965 ], [ 142.6, 59.1 ], [ 144.72132034355963, 58.22132034355965 ], [ 145.6, 56.1 ] ] ], [ [ [ 145.0, 57.2 ], [ 144.12132034355963, 55.07867965644036 ], [ 142.0, 54.2 ], [ 139.87867965644037, 55.07867965644036 ], [ 139.0, 57.2 ], [ 139.87867965644037, 59.32132034355965 ], [ 142.0, 60.2 ], [ 144.12132034355963, 59.32132034355965 ], [ 145.0, 57.2 ] ] ], [ [ [ 146.1, 58.7 ], [ 145.22132034355963, 56.57867965644036 ], [ 143.1, 55.7 ], [ 140.97867965644036, 56.57867965644036 ], [ 140.1, 58.7 ], [ 140.97867965644036, 60.82132034355965 ], [ 143.1, 61.7 ], [ 145.22132034355963, 60.82132034355965 ], [ 146.1, 58.7 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T08:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1010.0, 1008.0, 1008.0, 1006.0, 1006.0, 1002.0, 1000.0, 996.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 988.0, 990.0, 992.0, 996.0, 996.0, 996.0, 998.0, 1000.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201606号 (CONSON)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T08:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 164.0, 18.8 ], [ 163.70710678118655, 18.092893218813455 ], [ 163.0, 17.8 ], [ 162.29289321881345, 18.092893218813455 ], [ 162.0, 18.8 ], [ 162.29289321881345, 19.507106781186547 ], [ 163.0, 19.8 ], [ 163.70710678118655, 19.507106781186547 ], [ 164.0, 18.8 ] ] ], [ [ [ 163.0, 18.0 ], [ 162.70710678118655, 17.292893218813454 ], [ 162.0, 17.0 ], [ 161.29289321881345, 17.292893218813454 ], [ 161.0, 18.0 ], [ 161.29289321881345, 18.707106781186546 ], [ 162.0, 19.0 ], [ 162.70710678118655, 18.707106781186546 ], [ 163.0, 18.0 ] ] ], [ [ [ 162.7, 17.4 ], [ 162.40710678118654, 16.692893218813452 ], [ 161.7, 16.4 ], [ 160.99289321881344, 16.692893218813452 ], [ 160.7, 17.4 ], [ 160.99289321881344, 18.107106781186545 ], [ 161.7, 18.4 ], [ 162.40710678118654, 18.107106781186545 ], [ 162.7, 17.4 ] ] ], [ [ [ 162.4, 17.1 ], [ 162.10710678118656, 16.392893218813455 ], [ 161.4, 16.1 ], [ 160.69289321881345, 16.392893218813455 ], [ 160.4, 17.1 ], [ 160.69289321881345, 17.807106781186548 ], [ 161.4, 18.1 ], [ 162.10710678118656, 17.807106781186548 ], [ 162.4, 17.1 ] ] ], [ [ [ 161.8, 17.0 ], [ 161.50710678118656, 16.292893218813454 ], [ 160.8, 16.0 ], [ 160.09289321881346, 16.292893218813454 ], [ 159.8, 17.0 ], [ 160.09289321881346, 17.707106781186546 ], [ 160.8, 18.0 ], [ 161.50710678118656, 17.707106781186546 ], [ 161.8, 17.0 ] ] ], [ [ [ 161.1, 17.0 ], [ 160.80710678118655, 16.292893218813454 ], [ 160.1, 16.0 ], [ 159.39289321881344, 16.292893218813454 ], [ 159.1, 17.0 ], [ 159.39289321881344, 17.707106781186546 ], [ 160.1, 18.0 ], [ 160.80710678118655, 17.707106781186546 ], [ 161.1, 17.0 ] ] ], [ [ [ 162.3, 16.9 ], [ 161.42132034355964, 14.778679656440357 ], [ 159.3, 13.899999999999999 ], [ 157.17867965644038, 14.778679656440357 ], [ 156.3, 16.9 ], [ 157.17867965644038, 19.02132034355964 ], [ 159.3, 19.9 ], [ 161.42132034355964, 19.02132034355964 ], [ 162.3, 16.9 ] ] ], [ [ [ 161.7, 16.8 ], [ 160.82132034355962, 14.678679656440359 ], [ 158.7, 13.8 ], [ 156.57867965644036, 14.678679656440359 ], [ 155.7, 16.8 ], [ 156.57867965644036, 18.921320343559643 ], [ 158.7, 19.8 ], [ 160.82132034355962, 18.921320343559643 ], [ 161.7, 16.8 ] ] ], [ [ [ 160.8, 17.0 ], [ 159.92132034355964, 14.878679656440358 ], [ 157.8, 14.0 ], [ 155.67867965644038, 14.878679656440358 ], [ 154.8, 17.0 ], [ 155.67867965644038, 19.121320343559642 ], [ 157.8, 20.0 ], [ 159.92132034355964, 19.121320343559642 ], [ 160.8, 17.0 ] ] ], [ [ [ 159.9, 17.7 ], [ 159.02132034355964, 15.578679656440357 ], [ 156.9, 14.7 ], [ 154.77867965644037, 15.578679656440357 ], [ 153.9, 17.7 ], [ 154.77867965644037, 19.82132034355964 ], [ 156.9, 20.7 ], [ 159.02132034355964, 19.82132034355964 ], [ 159.9, 17.7 ] ] ], [ [ [ 159.0, 18.0 ], [ 158.12132034355963, 15.878679656440358 ], [ 156.0, 15.0 ], [ 153.87867965644037, 15.878679656440358 ], [ 153.0, 18.0 ], [ 153.87867965644037, 20.121320343559642 ], [ 156.0, 21.0 ], [ 158.12132034355963, 20.121320343559642 ], [ 159.0, 18.0 ] ] ], [ [ [ 158.1, 18.6 ], [ 157.22132034355963, 16.47867965644036 ], [ 155.1, 15.600000000000001 ], [ 152.97867965644036, 16.47867965644036 ], [ 152.1, 18.6 ], [ 152.97867965644036, 20.721320343559643 ], [ 155.1, 21.6 ], [ 157.22132034355963, 20.721320343559643 ], [ 158.1, 18.6 ] ] ], [ [ [ 157.4, 18.9 ], [ 156.52132034355964, 16.778679656440357 ], [ 154.4, 15.899999999999999 ], [ 152.27867965644037, 16.778679656440357 ], [ 151.4, 18.9 ], [ 152.27867965644037, 21.02132034355964 ], [ 154.4, 21.9 ], [ 156.52132034355964, 21.02132034355964 ], [ 157.4, 18.9 ] ] ], [ [ [ 157.0, 19.6 ], [ 156.12132034355963, 17.47867965644036 ], [ 154.0, 16.6 ], [ 151.87867965644037, 17.47867965644036 ], [ 151.0, 19.6 ], [ 151.87867965644037, 21.721320343559643 ], [ 154.0, 22.6 ], [ 156.12132034355963, 21.721320343559643 ], [ 157.0, 19.6 ] ] ], [ [ [ 156.6, 20.0 ], [ 155.72132034355963, 17.878679656440358 ], [ 153.6, 17.0 ], [ 151.47867965644036, 17.878679656440358 ], [ 150.6, 20.0 ], [ 151.47867965644036, 22.121320343559642 ], [ 153.6, 23.0 ], [ 155.72132034355963, 22.121320343559642 ], [ 156.6, 20.0 ] ] ], [ [ [ 157.0, 20.5 ], [ 156.12132034355963, 18.378679656440358 ], [ 154.0, 17.5 ], [ 151.87867965644037, 18.378679656440358 ], [ 151.0, 20.5 ], [ 151.87867965644037, 22.621320343559642 ], [ 154.0, 23.5 ], [ 156.12132034355963, 22.621320343559642 ], [ 157.0, 20.5 ] ] ], [ [ [ 157.3, 21.9 ], [ 156.42132034355964, 19.778679656440357 ], [ 154.3, 18.9 ], [ 152.17867965644038, 19.778679656440357 ], [ 151.3, 21.9 ], [ 152.17867965644038, 24.02132034355964 ], [ 154.3, 24.9 ], [ 156.42132034355964, 24.02132034355964 ], [ 157.3, 21.9 ] ] ], [ [ [ 158.0, 23.5 ], [ 157.12132034355963, 21.378679656440358 ], [ 155.0, 20.5 ], [ 152.87867965644037, 21.378679656440358 ], [ 152.0, 23.5 ], [ 152.87867965644037, 25.621320343559642 ], [ 155.0, 26.5 ], [ 157.12132034355963, 25.621320343559642 ], [ 158.0, 23.5 ] ] ], [ [ [ 158.5, 25.2 ], [ 157.62132034355963, 23.078679656440357 ], [ 155.5, 22.2 ], [ 153.37867965644037, 23.078679656440357 ], [ 152.5, 25.2 ], [ 153.37867965644037, 27.32132034355964 ], [ 155.5, 28.2 ], [ 157.62132034355963, 27.32132034355964 ], [ 158.5, 25.2 ] ] ], [ [ [ 158.7, 26.2 ], [ 157.82132034355962, 24.078679656440357 ], [ 155.7, 23.2 ], [ 153.57867965644036, 24.078679656440357 ], [ 152.7, 26.2 ], [ 153.57867965644036, 28.32132034355964 ], [ 155.7, 29.2 ], [ 157.82132034355962, 28.32132034355964 ], [ 158.7, 26.2 ] ] ], [ [ [ 159.4, 28.0 ], [ 158.52132034355964, 25.878679656440358 ], [ 156.4, 25.0 ], [ 154.27867965644037, 25.878679656440358 ], [ 153.4, 28.0 ], [ 154.27867965644037, 30.121320343559642 ], [ 156.4, 31.0 ], [ 158.52132034355964, 30.121320343559642 ], [ 159.4, 28.0 ] ] ], [ [ [ 159.6, 28.9 ], [ 158.72132034355963, 26.778679656440357 ], [ 156.6, 25.9 ], [ 154.47867965644036, 26.778679656440357 ], [ 153.6, 28.9 ], [ 154.47867965644036, 31.02132034355964 ], [ 156.6, 31.9 ], [ 158.72132034355963, 31.02132034355964 ], [ 159.6, 28.9 ] ] ], [ [ [ 158.5, 29.9 ], [ 157.62132034355963, 27.778679656440357 ], [ 155.5, 26.9 ], [ 153.37867965644037, 27.778679656440357 ], [ 152.5, 29.9 ], [ 153.37867965644037, 32.021320343559644 ], [ 155.5, 32.9 ], [ 157.62132034355963, 32.021320343559644 ], [ 158.5, 29.9 ] ] ], [ [ [ 157.3, 31.6 ], [ 156.42132034355964, 29.47867965644036 ], [ 154.3, 28.6 ], [ 152.17867965644038, 29.47867965644036 ], [ 151.3, 31.6 ], [ 152.17867965644038, 33.72132034355965 ], [ 154.3, 34.6 ], [ 156.42132034355964, 33.72132034355965 ], [ 157.3, 31.6 ] ] ], [ [ [ 156.1, 32.6 ], [ 155.22132034355963, 30.47867965644036 ], [ 153.1, 29.6 ], [ 150.97867965644036, 30.47867965644036 ], [ 150.1, 32.6 ], [ 150.97867965644036, 34.72132034355965 ], [ 153.1, 35.6 ], [ 155.22132034355963, 34.72132034355965 ], [ 156.1, 32.6 ] ] ], [ [ [ 155.2, 33.9 ], [ 154.32132034355962, 31.778679656440357 ], [ 152.2, 30.9 ], [ 150.07867965644036, 31.778679656440357 ], [ 149.2, 33.9 ], [ 150.07867965644036, 36.021320343559644 ], [ 152.2, 36.9 ], [ 154.32132034355962, 36.021320343559644 ], [ 155.2, 33.9 ] ] ], [ [ [ 154.1, 35.7 ], [ 153.22132034355963, 33.57867965644036 ], [ 151.1, 32.7 ], [ 148.97867965644036, 33.57867965644036 ], [ 148.1, 35.7 ], [ 148.97867965644036, 37.82132034355965 ], [ 151.1, 38.7 ], [ 153.22132034355963, 37.82132034355965 ], [ 154.1, 35.7 ] ] ], [ [ [ 152.5, 38.1 ], [ 151.62132034355963, 35.978679656440356 ], [ 149.5, 35.1 ], [ 147.37867965644037, 35.978679656440356 ], [ 146.5, 38.1 ], [ 147.37867965644037, 40.22132034355965 ], [ 149.5, 41.1 ], [ 151.62132034355963, 40.22132034355965 ], [ 152.5, 38.1 ] ] ], [ [ [ 151.0, 40.2 ], [ 150.12132034355963, 38.07867965644036 ], [ 148.0, 37.2 ], [ 145.87867965644037, 38.07867965644036 ], [ 145.0, 40.2 ], [ 145.87867965644037, 42.32132034355965 ], [ 148.0, 43.2 ], [ 150.12132034355963, 42.32132034355965 ], [ 151.0, 40.2 ] ] ], [ [ [ 148.9, 42.1 ], [ 148.02132034355964, 39.978679656440356 ], [ 145.9, 39.1 ], [ 143.77867965644037, 39.978679656440356 ], [ 142.9, 42.1 ], [ 143.77867965644037, 44.22132034355965 ], [ 145.9, 45.1 ], [ 148.02132034355964, 44.22132034355965 ], [ 148.9, 42.1 ] ] ], [ [ [ 148.5, 43.3 ], [ 147.62132034355963, 41.17867965644035 ], [ 145.5, 40.3 ], [ 143.37867965644037, 41.17867965644035 ], [ 142.5, 43.3 ], [ 143.37867965644037, 45.42132034355964 ], [ 145.5, 46.3 ], [ 147.62132034355963, 45.42132034355964 ], [ 148.5, 43.3 ] ] ], [ [ [ 148.6, 43.6 ], [ 147.72132034355963, 41.478679656440356 ], [ 145.6, 40.6 ], [ 143.47867965644036, 41.478679656440356 ], [ 142.6, 43.6 ], [ 143.47867965644036, 45.72132034355965 ], [ 145.6, 46.6 ], [ 147.72132034355963, 45.72132034355965 ], [ 148.6, 43.6 ] ] ], [ [ [ 148.4, 46.3 ], [ 147.52132034355964, 44.17867965644035 ], [ 145.4, 43.3 ], [ 143.27867965644037, 44.17867965644035 ], [ 142.4, 46.3 ], [ 143.27867965644037, 48.42132034355964 ], [ 145.4, 49.3 ], [ 147.52132034355964, 48.42132034355964 ], [ 148.4, 46.3 ] ] ], [ [ [ 149.1, 48.8 ], [ 148.22132034355963, 46.67867965644035 ], [ 146.1, 45.8 ], [ 143.97867965644036, 46.67867965644035 ], [ 143.1, 48.8 ], [ 143.97867965644036, 50.92132034355964 ], [ 146.1, 51.8 ], [ 148.22132034355963, 50.92132034355964 ], [ 149.1, 48.8 ] ] ], [ [ [ 148.2, 53.2 ], [ 147.32132034355962, 51.07867965644036 ], [ 145.2, 50.2 ], [ 143.07867965644036, 51.07867965644036 ], [ 142.2, 53.2 ], [ 143.07867965644036, 55.32132034355965 ], [ 145.2, 56.2 ], [ 147.32132034355962, 55.32132034355965 ], [ 148.2, 53.2 ] ] ], [ [ [ 145.6, 56.1 ], [ 144.72132034355963, 53.978679656440356 ], [ 142.6, 53.1 ], [ 140.47867965644036, 53.978679656440356 ], [ 139.6, 56.1 ], [ 140.47867965644036, 58.22132034355965 ], [ 142.6, 59.1 ], [ 144.72132034355963, 58.22132034355965 ], [ 145.6, 56.1 ] ] ], [ [ [ 145.0, 57.2 ], [ 144.12132034355963, 55.07867965644036 ], [ 142.0, 54.2 ], [ 139.87867965644037, 55.07867965644036 ], [ 139.0, 57.2 ], [ 139.87867965644037, 59.32132034355965 ], [ 142.0, 60.2 ], [ 144.12132034355963, 59.32132034355965 ], [ 145.0, 57.2 ] ] ], [ [ [ 146.1, 58.7 ], [ 145.22132034355963, 56.57867965644036 ], [ 143.1, 55.7 ], [ 140.97867965644036, 56.57867965644036 ], [ 140.1, 58.7 ], [ 140.97867965644036, 60.82132034355965 ], [ 143.1, 61.7 ], [ 145.22132034355963, 60.82132034355965 ], [ 146.1, 58.7 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-07T21:00:00Z", "2016-08-08T03:00:00Z", "2016-08-08T09:00:00Z", "2016-08-08T15:00:00Z", "2016-08-08T21:00:00Z", "2016-08-09T03:00:00Z", "2016-08-09T09:00:00Z", "2016-08-09T15:00:00Z", "2016-08-09T21:00:00Z", "2016-08-10T03:00:00Z", "2016-08-10T09:00:00Z", "2016-08-10T15:00:00Z", "2016-08-10T21:00:00Z", "2016-08-11T03:00:00Z", "2016-08-11T09:00:00Z", "2016-08-11T15:00:00Z", "2016-08-11T21:00:00Z", "2016-08-12T03:00:00Z", "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T08:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1010.0, 1008.0, 1008.0, 1006.0, 1006.0, 1002.0, 1000.0, 996.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 990.0, 990.0, 988.0, 990.0, 992.0, 996.0, 996.0, 996.0, 998.0, 1000.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 40.0, 45.0, 45.0, 45.0, 45.0, 45.0, 40.0, 40.0, 40.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201607_CHANTHU_feature.json b/samples/Typhoon201607_CHANTHU_feature.json
index cf8eee6..403863f 100644
--- a/samples/Typhoon201607_CHANTHU_feature.json
+++ b/samples/Typhoon201607_CHANTHU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201607号 (CHANTHU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T12:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T17:00:00Z", "2016-08-17T18:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z" ],
- "coordinates" : [ [ [ [ 138.6, 16.0 ], [ 138.30710678118655, 15.292893218813452 ], [ 137.6, 15.0 ], [ 136.89289321881344, 15.292893218813452 ], [ 136.6, 16.0 ], [ 136.89289321881344, 16.707106781186546 ], [ 137.6, 17.0 ], [ 138.30710678118655, 16.707106781186546 ], [ 138.6, 16.0 ] ] ], [ [ [ 139.0, 16.3 ], [ 138.70710678118655, 15.592893218813453 ], [ 138.0, 15.3 ], [ 137.29289321881345, 15.592893218813453 ], [ 137.0, 16.3 ], [ 137.29289321881345, 17.007106781186547 ], [ 138.0, 17.3 ], [ 138.70710678118655, 17.007106781186547 ], [ 139.0, 16.3 ] ] ], [ [ [ 139.6, 16.8 ], [ 139.30710678118655, 16.092893218813455 ], [ 138.6, 15.8 ], [ 137.89289321881344, 16.092893218813455 ], [ 137.6, 16.8 ], [ 137.89289321881344, 17.507106781186547 ], [ 138.6, 17.8 ], [ 139.30710678118655, 17.507106781186547 ], [ 139.6, 16.8 ] ] ], [ [ [ 140.4, 17.2 ], [ 140.10710678118656, 16.492893218813453 ], [ 139.4, 16.2 ], [ 138.69289321881345, 16.492893218813453 ], [ 138.4, 17.2 ], [ 138.69289321881345, 17.907106781186545 ], [ 139.4, 18.2 ], [ 140.10710678118656, 17.907106781186545 ], [ 140.4, 17.2 ] ] ], [ [ [ 140.9, 17.7 ], [ 140.60710678118656, 16.992893218813453 ], [ 139.9, 16.7 ], [ 139.19289321881345, 16.992893218813453 ], [ 138.9, 17.7 ], [ 139.19289321881345, 18.407106781186545 ], [ 139.9, 18.7 ], [ 140.60710678118656, 18.407106781186545 ], [ 140.9, 17.7 ] ] ], [ [ [ 143.7, 18.8 ], [ 142.82132034355962, 16.67867965644036 ], [ 140.7, 15.8 ], [ 138.57867965644036, 16.67867965644036 ], [ 137.7, 18.8 ], [ 138.57867965644036, 20.921320343559643 ], [ 140.7, 21.8 ], [ 142.82132034355962, 20.921320343559643 ], [ 143.7, 18.8 ] ] ], [ [ [ 144.9, 19.8 ], [ 144.02132034355964, 17.67867965644036 ], [ 141.9, 16.8 ], [ 139.77867965644037, 17.67867965644036 ], [ 138.9, 19.8 ], [ 139.77867965644037, 21.921320343559643 ], [ 141.9, 22.8 ], [ 144.02132034355964, 21.921320343559643 ], [ 144.9, 19.8 ] ] ], [ [ [ 145.9, 20.9 ], [ 145.02132034355964, 18.778679656440357 ], [ 142.9, 17.9 ], [ 140.77867965644037, 18.778679656440357 ], [ 139.9, 20.9 ], [ 140.77867965644037, 23.02132034355964 ], [ 142.9, 23.9 ], [ 145.02132034355964, 23.02132034355964 ], [ 145.9, 20.9 ] ] ], [ [ [ 146.6, 22.0 ], [ 145.72132034355963, 19.878679656440358 ], [ 143.6, 19.0 ], [ 141.47867965644036, 19.878679656440358 ], [ 140.6, 22.0 ], [ 141.47867965644036, 24.121320343559642 ], [ 143.6, 25.0 ], [ 145.72132034355963, 24.121320343559642 ], [ 146.6, 22.0 ] ] ], [ [ [ 147.2, 23.4 ], [ 146.32132034355962, 21.278679656440357 ], [ 144.2, 20.4 ], [ 142.07867965644036, 21.278679656440357 ], [ 141.2, 23.4 ], [ 142.07867965644036, 25.52132034355964 ], [ 144.2, 26.4 ], [ 146.32132034355962, 25.52132034355964 ], [ 147.2, 23.4 ] ] ], [ [ [ 147.5, 24.6 ], [ 146.62132034355963, 22.47867965644036 ], [ 144.5, 21.6 ], [ 142.37867965644037, 22.47867965644036 ], [ 141.5, 24.6 ], [ 142.37867965644037, 26.721320343559643 ], [ 144.5, 27.6 ], [ 146.62132034355963, 26.721320343559643 ], [ 147.5, 24.6 ] ] ], [ [ [ 147.8, 25.7 ], [ 146.92132034355964, 23.578679656440357 ], [ 144.8, 22.7 ], [ 142.67867965644038, 23.578679656440357 ], [ 141.8, 25.7 ], [ 142.67867965644038, 27.82132034355964 ], [ 144.8, 28.7 ], [ 146.92132034355964, 27.82132034355964 ], [ 147.8, 25.7 ] ] ], [ [ [ 148.0, 27.1 ], [ 147.12132034355963, 24.97867965644036 ], [ 145.0, 24.1 ], [ 142.87867965644037, 24.97867965644036 ], [ 142.0, 27.1 ], [ 142.87867965644037, 29.221320343559643 ], [ 145.0, 30.1 ], [ 147.12132034355963, 29.221320343559643 ], [ 148.0, 27.1 ] ] ], [ [ [ 147.5, 28.1 ], [ 146.62132034355963, 25.97867965644036 ], [ 144.5, 25.1 ], [ 142.37867965644037, 25.97867965644036 ], [ 141.5, 28.1 ], [ 142.37867965644037, 30.221320343559643 ], [ 144.5, 31.1 ], [ 146.62132034355963, 30.221320343559643 ], [ 147.5, 28.1 ] ] ], [ [ [ 146.8, 29.4 ], [ 145.92132034355964, 27.278679656440357 ], [ 143.8, 26.4 ], [ 141.67867965644038, 27.278679656440357 ], [ 140.8, 29.4 ], [ 141.67867965644038, 31.52132034355964 ], [ 143.8, 32.4 ], [ 145.92132034355964, 31.52132034355964 ], [ 146.8, 29.4 ] ] ], [ [ [ 146.0, 30.5 ], [ 145.12132034355963, 28.378679656440358 ], [ 143.0, 27.5 ], [ 140.87867965644037, 28.378679656440358 ], [ 140.0, 30.5 ], [ 140.87867965644037, 32.621320343559645 ], [ 143.0, 33.5 ], [ 145.12132034355963, 32.621320343559645 ], [ 146.0, 30.5 ] ] ], [ [ [ 145.5, 31.6 ], [ 144.62132034355963, 29.47867965644036 ], [ 142.5, 28.6 ], [ 140.37867965644037, 29.47867965644036 ], [ 139.5, 31.6 ], [ 140.37867965644037, 33.72132034355965 ], [ 142.5, 34.6 ], [ 144.62132034355963, 33.72132034355965 ], [ 145.5, 31.6 ] ] ], [ [ [ 144.4, 33.4 ], [ 143.52132034355964, 31.278679656440357 ], [ 141.4, 30.4 ], [ 139.27867965644037, 31.278679656440357 ], [ 138.4, 33.4 ], [ 139.27867965644037, 35.521320343559644 ], [ 141.4, 36.4 ], [ 143.52132034355964, 35.521320343559644 ], [ 144.4, 33.4 ] ] ], [ [ [ 144.0, 34.4 ], [ 143.12132034355963, 32.27867965644035 ], [ 141.0, 31.4 ], [ 138.87867965644037, 32.27867965644035 ], [ 138.0, 34.4 ], [ 138.87867965644037, 36.521320343559644 ], [ 141.0, 37.4 ], [ 143.12132034355963, 36.521320343559644 ], [ 144.0, 34.4 ] ] ], [ [ [ 144.2, 35.8 ], [ 143.32132034355962, 33.67867965644035 ], [ 141.2, 32.8 ], [ 139.07867965644036, 33.67867965644035 ], [ 138.2, 35.8 ], [ 139.07867965644036, 37.92132034355964 ], [ 141.2, 38.8 ], [ 143.32132034355962, 37.92132034355964 ], [ 144.2, 35.8 ] ] ], [ [ [ 144.7, 37.8 ], [ 143.82132034355962, 35.67867965644035 ], [ 141.7, 34.8 ], [ 139.57867965644036, 35.67867965644035 ], [ 138.7, 37.8 ], [ 139.57867965644036, 39.92132034355964 ], [ 141.7, 40.8 ], [ 143.82132034355962, 39.92132034355964 ], [ 144.7, 37.8 ] ] ], [ [ [ 145.2, 39.0 ], [ 144.32132034355962, 36.878679656440355 ], [ 142.2, 36.0 ], [ 140.07867965644036, 36.878679656440355 ], [ 139.2, 39.0 ], [ 140.07867965644036, 41.121320343559645 ], [ 142.2, 42.0 ], [ 144.32132034355962, 41.121320343559645 ], [ 145.2, 39.0 ] ] ], [ [ [ 145.7, 40.8 ], [ 144.82132034355962, 38.67867965644035 ], [ 142.7, 37.8 ], [ 140.57867965644036, 38.67867965644035 ], [ 139.7, 40.8 ], [ 140.57867965644036, 42.92132034355964 ], [ 142.7, 43.8 ], [ 144.82132034355962, 42.92132034355964 ], [ 145.7, 40.8 ] ] ], [ [ [ 146.0, 41.8 ], [ 145.12132034355963, 39.67867965644035 ], [ 143.0, 38.8 ], [ 140.87867965644037, 39.67867965644035 ], [ 140.0, 41.8 ], [ 140.87867965644037, 43.92132034355964 ], [ 143.0, 44.8 ], [ 145.12132034355963, 43.92132034355964 ], [ 146.0, 41.8 ] ] ], [ [ [ 146.1, 42.3 ], [ 145.22132034355963, 40.17867965644035 ], [ 143.1, 39.3 ], [ 140.97867965644036, 40.17867965644035 ], [ 140.1, 42.3 ], [ 140.97867965644036, 44.42132034355964 ], [ 143.1, 45.3 ], [ 145.22132034355963, 44.42132034355964 ], [ 146.1, 42.3 ] ] ], [ [ [ 146.1, 44.3 ], [ 145.22132034355963, 42.17867965644035 ], [ 143.1, 41.3 ], [ 140.97867965644036, 42.17867965644035 ], [ 140.1, 44.3 ], [ 140.97867965644036, 46.42132034355964 ], [ 143.1, 47.3 ], [ 145.22132034355963, 46.42132034355964 ], [ 146.1, 44.3 ] ] ], [ [ [ 147.6, 47.7 ], [ 146.72132034355963, 45.57867965644036 ], [ 144.6, 44.7 ], [ 142.47867965644036, 45.57867965644036 ], [ 141.6, 47.7 ], [ 142.47867965644036, 49.82132034355965 ], [ 144.6, 50.7 ], [ 146.72132034355963, 49.82132034355965 ], [ 147.6, 47.7 ] ] ], [ [ [ 148.3, 51.2 ], [ 147.42132034355964, 49.07867965644036 ], [ 145.3, 48.2 ], [ 143.17867965644038, 49.07867965644036 ], [ 142.3, 51.2 ], [ 143.17867965644038, 53.32132034355965 ], [ 145.3, 54.2 ], [ 147.42132034355964, 53.32132034355965 ], [ 148.3, 51.2 ] ] ], [ [ [ 149.7, 54.6 ], [ 148.82132034355962, 52.478679656440356 ], [ 146.7, 51.6 ], [ 144.57867965644036, 52.478679656440356 ], [ 143.7, 54.6 ], [ 144.57867965644036, 56.72132034355965 ], [ 146.7, 57.6 ], [ 148.82132034355962, 56.72132034355965 ], [ 149.7, 54.6 ] ] ], [ [ [ 150.6, 58.1 ], [ 149.72132034355963, 55.978679656440356 ], [ 147.6, 55.1 ], [ 145.47867965644036, 55.978679656440356 ], [ 144.6, 58.1 ], [ 145.47867965644036, 60.22132034355965 ], [ 147.6, 61.1 ], [ 149.72132034355963, 60.22132034355965 ], [ 150.6, 58.1 ] ] ], [ [ [ 152.1, 60.7 ], [ 151.22132034355963, 58.57867965644036 ], [ 149.1, 57.7 ], [ 146.97867965644036, 58.57867965644036 ], [ 146.1, 60.7 ], [ 146.97867965644036, 62.82132034355965 ], [ 149.1, 63.7 ], [ 151.22132034355963, 62.82132034355965 ], [ 152.1, 60.7 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T12:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T17:00:00Z", "2016-08-17T18:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 994.0, 994.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 984.0, 984.0, 982.0, 980.0, 982.0, 986.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 45.0, 50.0, 50.0, 50.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 55.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201607号 (CHANTHU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T12:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T17:00:00Z", "2016-08-17T18:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 138.6, 16.0 ], [ 138.30710678118655, 15.292893218813452 ], [ 137.6, 15.0 ], [ 136.89289321881344, 15.292893218813452 ], [ 136.6, 16.0 ], [ 136.89289321881344, 16.707106781186546 ], [ 137.6, 17.0 ], [ 138.30710678118655, 16.707106781186546 ], [ 138.6, 16.0 ] ] ], [ [ [ 139.0, 16.3 ], [ 138.70710678118655, 15.592893218813453 ], [ 138.0, 15.3 ], [ 137.29289321881345, 15.592893218813453 ], [ 137.0, 16.3 ], [ 137.29289321881345, 17.007106781186547 ], [ 138.0, 17.3 ], [ 138.70710678118655, 17.007106781186547 ], [ 139.0, 16.3 ] ] ], [ [ [ 139.6, 16.8 ], [ 139.30710678118655, 16.092893218813455 ], [ 138.6, 15.8 ], [ 137.89289321881344, 16.092893218813455 ], [ 137.6, 16.8 ], [ 137.89289321881344, 17.507106781186547 ], [ 138.6, 17.8 ], [ 139.30710678118655, 17.507106781186547 ], [ 139.6, 16.8 ] ] ], [ [ [ 140.4, 17.2 ], [ 140.10710678118656, 16.492893218813453 ], [ 139.4, 16.2 ], [ 138.69289321881345, 16.492893218813453 ], [ 138.4, 17.2 ], [ 138.69289321881345, 17.907106781186545 ], [ 139.4, 18.2 ], [ 140.10710678118656, 17.907106781186545 ], [ 140.4, 17.2 ] ] ], [ [ [ 140.9, 17.7 ], [ 140.60710678118656, 16.992893218813453 ], [ 139.9, 16.7 ], [ 139.19289321881345, 16.992893218813453 ], [ 138.9, 17.7 ], [ 139.19289321881345, 18.407106781186545 ], [ 139.9, 18.7 ], [ 140.60710678118656, 18.407106781186545 ], [ 140.9, 17.7 ] ] ], [ [ [ 143.7, 18.8 ], [ 142.82132034355962, 16.67867965644036 ], [ 140.7, 15.8 ], [ 138.57867965644036, 16.67867965644036 ], [ 137.7, 18.8 ], [ 138.57867965644036, 20.921320343559643 ], [ 140.7, 21.8 ], [ 142.82132034355962, 20.921320343559643 ], [ 143.7, 18.8 ] ] ], [ [ [ 144.9, 19.8 ], [ 144.02132034355964, 17.67867965644036 ], [ 141.9, 16.8 ], [ 139.77867965644037, 17.67867965644036 ], [ 138.9, 19.8 ], [ 139.77867965644037, 21.921320343559643 ], [ 141.9, 22.8 ], [ 144.02132034355964, 21.921320343559643 ], [ 144.9, 19.8 ] ] ], [ [ [ 145.9, 20.9 ], [ 145.02132034355964, 18.778679656440357 ], [ 142.9, 17.9 ], [ 140.77867965644037, 18.778679656440357 ], [ 139.9, 20.9 ], [ 140.77867965644037, 23.02132034355964 ], [ 142.9, 23.9 ], [ 145.02132034355964, 23.02132034355964 ], [ 145.9, 20.9 ] ] ], [ [ [ 146.6, 22.0 ], [ 145.72132034355963, 19.878679656440358 ], [ 143.6, 19.0 ], [ 141.47867965644036, 19.878679656440358 ], [ 140.6, 22.0 ], [ 141.47867965644036, 24.121320343559642 ], [ 143.6, 25.0 ], [ 145.72132034355963, 24.121320343559642 ], [ 146.6, 22.0 ] ] ], [ [ [ 147.2, 23.4 ], [ 146.32132034355962, 21.278679656440357 ], [ 144.2, 20.4 ], [ 142.07867965644036, 21.278679656440357 ], [ 141.2, 23.4 ], [ 142.07867965644036, 25.52132034355964 ], [ 144.2, 26.4 ], [ 146.32132034355962, 25.52132034355964 ], [ 147.2, 23.4 ] ] ], [ [ [ 147.5, 24.6 ], [ 146.62132034355963, 22.47867965644036 ], [ 144.5, 21.6 ], [ 142.37867965644037, 22.47867965644036 ], [ 141.5, 24.6 ], [ 142.37867965644037, 26.721320343559643 ], [ 144.5, 27.6 ], [ 146.62132034355963, 26.721320343559643 ], [ 147.5, 24.6 ] ] ], [ [ [ 147.8, 25.7 ], [ 146.92132034355964, 23.578679656440357 ], [ 144.8, 22.7 ], [ 142.67867965644038, 23.578679656440357 ], [ 141.8, 25.7 ], [ 142.67867965644038, 27.82132034355964 ], [ 144.8, 28.7 ], [ 146.92132034355964, 27.82132034355964 ], [ 147.8, 25.7 ] ] ], [ [ [ 148.0, 27.1 ], [ 147.12132034355963, 24.97867965644036 ], [ 145.0, 24.1 ], [ 142.87867965644037, 24.97867965644036 ], [ 142.0, 27.1 ], [ 142.87867965644037, 29.221320343559643 ], [ 145.0, 30.1 ], [ 147.12132034355963, 29.221320343559643 ], [ 148.0, 27.1 ] ] ], [ [ [ 147.5, 28.1 ], [ 146.62132034355963, 25.97867965644036 ], [ 144.5, 25.1 ], [ 142.37867965644037, 25.97867965644036 ], [ 141.5, 28.1 ], [ 142.37867965644037, 30.221320343559643 ], [ 144.5, 31.1 ], [ 146.62132034355963, 30.221320343559643 ], [ 147.5, 28.1 ] ] ], [ [ [ 146.8, 29.4 ], [ 145.92132034355964, 27.278679656440357 ], [ 143.8, 26.4 ], [ 141.67867965644038, 27.278679656440357 ], [ 140.8, 29.4 ], [ 141.67867965644038, 31.52132034355964 ], [ 143.8, 32.4 ], [ 145.92132034355964, 31.52132034355964 ], [ 146.8, 29.4 ] ] ], [ [ [ 146.0, 30.5 ], [ 145.12132034355963, 28.378679656440358 ], [ 143.0, 27.5 ], [ 140.87867965644037, 28.378679656440358 ], [ 140.0, 30.5 ], [ 140.87867965644037, 32.621320343559645 ], [ 143.0, 33.5 ], [ 145.12132034355963, 32.621320343559645 ], [ 146.0, 30.5 ] ] ], [ [ [ 145.5, 31.6 ], [ 144.62132034355963, 29.47867965644036 ], [ 142.5, 28.6 ], [ 140.37867965644037, 29.47867965644036 ], [ 139.5, 31.6 ], [ 140.37867965644037, 33.72132034355965 ], [ 142.5, 34.6 ], [ 144.62132034355963, 33.72132034355965 ], [ 145.5, 31.6 ] ] ], [ [ [ 144.4, 33.4 ], [ 143.52132034355964, 31.278679656440357 ], [ 141.4, 30.4 ], [ 139.27867965644037, 31.278679656440357 ], [ 138.4, 33.4 ], [ 139.27867965644037, 35.521320343559644 ], [ 141.4, 36.4 ], [ 143.52132034355964, 35.521320343559644 ], [ 144.4, 33.4 ] ] ], [ [ [ 144.0, 34.4 ], [ 143.12132034355963, 32.27867965644035 ], [ 141.0, 31.4 ], [ 138.87867965644037, 32.27867965644035 ], [ 138.0, 34.4 ], [ 138.87867965644037, 36.521320343559644 ], [ 141.0, 37.4 ], [ 143.12132034355963, 36.521320343559644 ], [ 144.0, 34.4 ] ] ], [ [ [ 144.2, 35.8 ], [ 143.32132034355962, 33.67867965644035 ], [ 141.2, 32.8 ], [ 139.07867965644036, 33.67867965644035 ], [ 138.2, 35.8 ], [ 139.07867965644036, 37.92132034355964 ], [ 141.2, 38.8 ], [ 143.32132034355962, 37.92132034355964 ], [ 144.2, 35.8 ] ] ], [ [ [ 144.7, 37.8 ], [ 143.82132034355962, 35.67867965644035 ], [ 141.7, 34.8 ], [ 139.57867965644036, 35.67867965644035 ], [ 138.7, 37.8 ], [ 139.57867965644036, 39.92132034355964 ], [ 141.7, 40.8 ], [ 143.82132034355962, 39.92132034355964 ], [ 144.7, 37.8 ] ] ], [ [ [ 145.2, 39.0 ], [ 144.32132034355962, 36.878679656440355 ], [ 142.2, 36.0 ], [ 140.07867965644036, 36.878679656440355 ], [ 139.2, 39.0 ], [ 140.07867965644036, 41.121320343559645 ], [ 142.2, 42.0 ], [ 144.32132034355962, 41.121320343559645 ], [ 145.2, 39.0 ] ] ], [ [ [ 145.7, 40.8 ], [ 144.82132034355962, 38.67867965644035 ], [ 142.7, 37.8 ], [ 140.57867965644036, 38.67867965644035 ], [ 139.7, 40.8 ], [ 140.57867965644036, 42.92132034355964 ], [ 142.7, 43.8 ], [ 144.82132034355962, 42.92132034355964 ], [ 145.7, 40.8 ] ] ], [ [ [ 146.0, 41.8 ], [ 145.12132034355963, 39.67867965644035 ], [ 143.0, 38.8 ], [ 140.87867965644037, 39.67867965644035 ], [ 140.0, 41.8 ], [ 140.87867965644037, 43.92132034355964 ], [ 143.0, 44.8 ], [ 145.12132034355963, 43.92132034355964 ], [ 146.0, 41.8 ] ] ], [ [ [ 146.1, 42.3 ], [ 145.22132034355963, 40.17867965644035 ], [ 143.1, 39.3 ], [ 140.97867965644036, 40.17867965644035 ], [ 140.1, 42.3 ], [ 140.97867965644036, 44.42132034355964 ], [ 143.1, 45.3 ], [ 145.22132034355963, 44.42132034355964 ], [ 146.1, 42.3 ] ] ], [ [ [ 146.1, 44.3 ], [ 145.22132034355963, 42.17867965644035 ], [ 143.1, 41.3 ], [ 140.97867965644036, 42.17867965644035 ], [ 140.1, 44.3 ], [ 140.97867965644036, 46.42132034355964 ], [ 143.1, 47.3 ], [ 145.22132034355963, 46.42132034355964 ], [ 146.1, 44.3 ] ] ], [ [ [ 147.6, 47.7 ], [ 146.72132034355963, 45.57867965644036 ], [ 144.6, 44.7 ], [ 142.47867965644036, 45.57867965644036 ], [ 141.6, 47.7 ], [ 142.47867965644036, 49.82132034355965 ], [ 144.6, 50.7 ], [ 146.72132034355963, 49.82132034355965 ], [ 147.6, 47.7 ] ] ], [ [ [ 148.3, 51.2 ], [ 147.42132034355964, 49.07867965644036 ], [ 145.3, 48.2 ], [ 143.17867965644038, 49.07867965644036 ], [ 142.3, 51.2 ], [ 143.17867965644038, 53.32132034355965 ], [ 145.3, 54.2 ], [ 147.42132034355964, 53.32132034355965 ], [ 148.3, 51.2 ] ] ], [ [ [ 149.7, 54.6 ], [ 148.82132034355962, 52.478679656440356 ], [ 146.7, 51.6 ], [ 144.57867965644036, 52.478679656440356 ], [ 143.7, 54.6 ], [ 144.57867965644036, 56.72132034355965 ], [ 146.7, 57.6 ], [ 148.82132034355962, 56.72132034355965 ], [ 149.7, 54.6 ] ] ], [ [ [ 150.6, 58.1 ], [ 149.72132034355963, 55.978679656440356 ], [ 147.6, 55.1 ], [ 145.47867965644036, 55.978679656440356 ], [ 144.6, 58.1 ], [ 145.47867965644036, 60.22132034355965 ], [ 147.6, 61.1 ], [ 149.72132034355963, 60.22132034355965 ], [ 150.6, 58.1 ] ] ], [ [ [ 152.1, 60.7 ], [ 151.22132034355963, 58.57867965644036 ], [ 149.1, 57.7 ], [ 146.97867965644036, 58.57867965644036 ], [ 146.1, 60.7 ], [ 146.97867965644036, 62.82132034355965 ], [ 149.1, 63.7 ], [ 151.22132034355963, 62.82132034355965 ], [ 152.1, 60.7 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-12T09:00:00Z", "2016-08-12T15:00:00Z", "2016-08-12T21:00:00Z", "2016-08-13T03:00:00Z", "2016-08-13T09:00:00Z", "2016-08-13T15:00:00Z", "2016-08-13T21:00:00Z", "2016-08-14T03:00:00Z", "2016-08-14T09:00:00Z", "2016-08-14T15:00:00Z", "2016-08-14T21:00:00Z", "2016-08-15T03:00:00Z", "2016-08-15T09:00:00Z", "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T12:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T17:00:00Z", "2016-08-17T18:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 994.0, 994.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 980.0, 984.0, 984.0, 982.0, 980.0, 982.0, 986.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 45.0, 50.0, 50.0, 50.0, 45.0, 45.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 55.0, 55.0, 55.0, 55.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201608_DIANMU_feature.json b/samples/Typhoon201608_DIANMU_feature.json
index 9eb18f8..73ff783 100644
--- a/samples/Typhoon201608_DIANMU_feature.json
+++ b/samples/Typhoon201608_DIANMU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201608号 (DIANMU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z" ],
- "coordinates" : [ [ [ [ 120.0, 21.7 ], [ 119.12132034355965, 19.578679656440357 ], [ 117.0, 18.7 ], [ 114.87867965644035, 19.578679656440357 ], [ 114.0, 21.7 ], [ 114.87867965644035, 23.82132034355964 ], [ 117.0, 24.7 ], [ 119.12132034355965, 23.82132034355964 ], [ 120.0, 21.7 ] ] ], [ [ [ 119.3, 21.7 ], [ 118.42132034355964, 19.578679656440357 ], [ 116.3, 18.7 ], [ 114.17867965644035, 19.578679656440357 ], [ 113.3, 21.7 ], [ 114.17867965644035, 23.82132034355964 ], [ 116.3, 24.7 ], [ 118.42132034355964, 23.82132034355964 ], [ 119.3, 21.7 ] ] ], [ [ [ 118.4, 21.7 ], [ 117.52132034355965, 19.578679656440357 ], [ 115.4, 18.7 ], [ 113.27867965644036, 19.578679656440357 ], [ 112.4, 21.7 ], [ 113.27867965644036, 23.82132034355964 ], [ 115.4, 24.7 ], [ 117.52132034355965, 23.82132034355964 ], [ 118.4, 21.7 ] ] ], [ [ [ 117.7, 21.8 ], [ 116.82132034355965, 19.67867965644036 ], [ 114.7, 18.8 ], [ 112.57867965644036, 19.67867965644036 ], [ 111.7, 21.8 ], [ 112.57867965644036, 23.921320343559643 ], [ 114.7, 24.8 ], [ 116.82132034355965, 23.921320343559643 ], [ 117.7, 21.8 ] ] ], [ [ [ 117.0, 21.7 ], [ 116.12132034355965, 19.578679656440357 ], [ 114.0, 18.7 ], [ 111.87867965644035, 19.578679656440357 ], [ 111.0, 21.7 ], [ 111.87867965644035, 23.82132034355964 ], [ 114.0, 24.7 ], [ 116.12132034355965, 23.82132034355964 ], [ 117.0, 21.7 ] ] ], [ [ [ 116.5, 21.6 ], [ 115.62132034355965, 19.47867965644036 ], [ 113.5, 18.6 ], [ 111.37867965644035, 19.47867965644036 ], [ 110.5, 21.6 ], [ 111.37867965644035, 23.721320343559643 ], [ 113.5, 24.6 ], [ 115.62132034355965, 23.721320343559643 ], [ 116.5, 21.6 ] ] ], [ [ [ 116.3, 21.5 ], [ 115.42132034355964, 19.378679656440358 ], [ 113.3, 18.5 ], [ 111.17867965644035, 19.378679656440358 ], [ 110.3, 21.5 ], [ 111.17867965644035, 23.621320343559642 ], [ 113.3, 24.5 ], [ 115.42132034355964, 23.621320343559642 ], [ 116.3, 21.5 ] ] ], [ [ [ 116.2, 21.5 ], [ 115.32132034355965, 19.378679656440358 ], [ 113.2, 18.5 ], [ 111.07867965644036, 19.378679656440358 ], [ 110.2, 21.5 ], [ 111.07867965644036, 23.621320343559642 ], [ 113.2, 24.5 ], [ 115.32132034355965, 23.621320343559642 ], [ 116.2, 21.5 ] ] ], [ [ [ 116.1, 21.5 ], [ 115.22132034355964, 19.378679656440358 ], [ 113.1, 18.5 ], [ 110.97867965644035, 19.378679656440358 ], [ 110.1, 21.5 ], [ 110.97867965644035, 23.621320343559642 ], [ 113.1, 24.5 ], [ 115.22132034355964, 23.621320343559642 ], [ 116.1, 21.5 ] ] ], [ [ [ 115.9, 21.4 ], [ 115.02132034355965, 19.278679656440357 ], [ 112.9, 18.4 ], [ 110.77867965644036, 19.278679656440357 ], [ 109.9, 21.4 ], [ 110.77867965644036, 23.52132034355964 ], [ 112.9, 24.4 ], [ 115.02132034355965, 23.52132034355964 ], [ 115.9, 21.4 ] ] ], [ [ [ 115.2, 21.1 ], [ 114.32132034355965, 18.97867965644036 ], [ 112.2, 18.1 ], [ 110.07867965644036, 18.97867965644036 ], [ 109.2, 21.1 ], [ 110.07867965644036, 23.221320343559643 ], [ 112.2, 24.1 ], [ 114.32132034355965, 23.221320343559643 ], [ 115.2, 21.1 ] ] ], [ [ [ 114.3, 20.9 ], [ 113.42132034355964, 18.778679656440357 ], [ 111.3, 17.9 ], [ 109.17867965644035, 18.778679656440357 ], [ 108.3, 20.9 ], [ 109.17867965644035, 23.02132034355964 ], [ 111.3, 23.9 ], [ 113.42132034355964, 23.02132034355964 ], [ 114.3, 20.9 ] ] ], [ [ [ 113.3, 20.8 ], [ 112.42132034355964, 18.67867965644036 ], [ 110.3, 17.8 ], [ 108.17867965644035, 18.67867965644036 ], [ 107.3, 20.8 ], [ 108.17867965644035, 22.921320343559643 ], [ 110.3, 23.8 ], [ 112.42132034355964, 22.921320343559643 ], [ 113.3, 20.8 ] ] ], [ [ [ 112.2, 20.5 ], [ 111.32132034355965, 18.378679656440358 ], [ 109.2, 17.5 ], [ 107.07867965644036, 18.378679656440358 ], [ 106.2, 20.5 ], [ 107.07867965644036, 22.621320343559642 ], [ 109.2, 23.5 ], [ 111.32132034355965, 22.621320343559642 ], [ 112.2, 20.5 ] ] ], [ [ [ 111.2, 20.5 ], [ 110.32132034355965, 18.378679656440358 ], [ 108.2, 17.5 ], [ 106.07867965644036, 18.378679656440358 ], [ 105.2, 20.5 ], [ 106.07867965644036, 22.621320343559642 ], [ 108.2, 23.5 ], [ 110.32132034355965, 22.621320343559642 ], [ 111.2, 20.5 ] ] ], [ [ [ 110.3, 20.5 ], [ 109.42132034355964, 18.378679656440358 ], [ 107.3, 17.5 ], [ 105.17867965644035, 18.378679656440358 ], [ 104.3, 20.5 ], [ 105.17867965644035, 22.621320343559642 ], [ 107.3, 23.5 ], [ 109.42132034355964, 22.621320343559642 ], [ 110.3, 20.5 ] ] ], [ [ [ 109.4, 20.6 ], [ 108.52132034355965, 18.47867965644036 ], [ 106.4, 17.6 ], [ 104.27867965644036, 18.47867965644036 ], [ 103.4, 20.6 ], [ 104.27867965644036, 22.721320343559643 ], [ 106.4, 23.6 ], [ 108.52132034355965, 22.721320343559643 ], [ 109.4, 20.6 ] ] ], [ [ [ 107.8, 20.8 ], [ 106.92132034355964, 18.67867965644036 ], [ 104.8, 17.8 ], [ 102.67867965644035, 18.67867965644036 ], [ 101.8, 20.8 ], [ 102.67867965644035, 22.921320343559643 ], [ 104.8, 23.8 ], [ 106.92132034355964, 22.921320343559643 ], [ 107.8, 20.8 ] ] ], [ [ [ 105.5, 21.2 ], [ 104.62132034355965, 19.078679656440357 ], [ 102.5, 18.2 ], [ 100.37867965644035, 19.078679656440357 ], [ 99.5, 21.2 ], [ 100.37867965644035, 23.32132034355964 ], [ 102.5, 24.2 ], [ 104.62132034355965, 23.32132034355964 ], [ 105.5, 21.2 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 990.0, 994.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201608号 (DIANMU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 120.0, 21.7 ], [ 119.12132034355965, 19.578679656440357 ], [ 117.0, 18.7 ], [ 114.87867965644035, 19.578679656440357 ], [ 114.0, 21.7 ], [ 114.87867965644035, 23.82132034355964 ], [ 117.0, 24.7 ], [ 119.12132034355965, 23.82132034355964 ], [ 120.0, 21.7 ] ] ], [ [ [ 119.3, 21.7 ], [ 118.42132034355964, 19.578679656440357 ], [ 116.3, 18.7 ], [ 114.17867965644035, 19.578679656440357 ], [ 113.3, 21.7 ], [ 114.17867965644035, 23.82132034355964 ], [ 116.3, 24.7 ], [ 118.42132034355964, 23.82132034355964 ], [ 119.3, 21.7 ] ] ], [ [ [ 118.4, 21.7 ], [ 117.52132034355965, 19.578679656440357 ], [ 115.4, 18.7 ], [ 113.27867965644036, 19.578679656440357 ], [ 112.4, 21.7 ], [ 113.27867965644036, 23.82132034355964 ], [ 115.4, 24.7 ], [ 117.52132034355965, 23.82132034355964 ], [ 118.4, 21.7 ] ] ], [ [ [ 117.7, 21.8 ], [ 116.82132034355965, 19.67867965644036 ], [ 114.7, 18.8 ], [ 112.57867965644036, 19.67867965644036 ], [ 111.7, 21.8 ], [ 112.57867965644036, 23.921320343559643 ], [ 114.7, 24.8 ], [ 116.82132034355965, 23.921320343559643 ], [ 117.7, 21.8 ] ] ], [ [ [ 117.0, 21.7 ], [ 116.12132034355965, 19.578679656440357 ], [ 114.0, 18.7 ], [ 111.87867965644035, 19.578679656440357 ], [ 111.0, 21.7 ], [ 111.87867965644035, 23.82132034355964 ], [ 114.0, 24.7 ], [ 116.12132034355965, 23.82132034355964 ], [ 117.0, 21.7 ] ] ], [ [ [ 116.5, 21.6 ], [ 115.62132034355965, 19.47867965644036 ], [ 113.5, 18.6 ], [ 111.37867965644035, 19.47867965644036 ], [ 110.5, 21.6 ], [ 111.37867965644035, 23.721320343559643 ], [ 113.5, 24.6 ], [ 115.62132034355965, 23.721320343559643 ], [ 116.5, 21.6 ] ] ], [ [ [ 116.3, 21.5 ], [ 115.42132034355964, 19.378679656440358 ], [ 113.3, 18.5 ], [ 111.17867965644035, 19.378679656440358 ], [ 110.3, 21.5 ], [ 111.17867965644035, 23.621320343559642 ], [ 113.3, 24.5 ], [ 115.42132034355964, 23.621320343559642 ], [ 116.3, 21.5 ] ] ], [ [ [ 116.2, 21.5 ], [ 115.32132034355965, 19.378679656440358 ], [ 113.2, 18.5 ], [ 111.07867965644036, 19.378679656440358 ], [ 110.2, 21.5 ], [ 111.07867965644036, 23.621320343559642 ], [ 113.2, 24.5 ], [ 115.32132034355965, 23.621320343559642 ], [ 116.2, 21.5 ] ] ], [ [ [ 116.1, 21.5 ], [ 115.22132034355964, 19.378679656440358 ], [ 113.1, 18.5 ], [ 110.97867965644035, 19.378679656440358 ], [ 110.1, 21.5 ], [ 110.97867965644035, 23.621320343559642 ], [ 113.1, 24.5 ], [ 115.22132034355964, 23.621320343559642 ], [ 116.1, 21.5 ] ] ], [ [ [ 115.9, 21.4 ], [ 115.02132034355965, 19.278679656440357 ], [ 112.9, 18.4 ], [ 110.77867965644036, 19.278679656440357 ], [ 109.9, 21.4 ], [ 110.77867965644036, 23.52132034355964 ], [ 112.9, 24.4 ], [ 115.02132034355965, 23.52132034355964 ], [ 115.9, 21.4 ] ] ], [ [ [ 115.2, 21.1 ], [ 114.32132034355965, 18.97867965644036 ], [ 112.2, 18.1 ], [ 110.07867965644036, 18.97867965644036 ], [ 109.2, 21.1 ], [ 110.07867965644036, 23.221320343559643 ], [ 112.2, 24.1 ], [ 114.32132034355965, 23.221320343559643 ], [ 115.2, 21.1 ] ] ], [ [ [ 114.3, 20.9 ], [ 113.42132034355964, 18.778679656440357 ], [ 111.3, 17.9 ], [ 109.17867965644035, 18.778679656440357 ], [ 108.3, 20.9 ], [ 109.17867965644035, 23.02132034355964 ], [ 111.3, 23.9 ], [ 113.42132034355964, 23.02132034355964 ], [ 114.3, 20.9 ] ] ], [ [ [ 113.3, 20.8 ], [ 112.42132034355964, 18.67867965644036 ], [ 110.3, 17.8 ], [ 108.17867965644035, 18.67867965644036 ], [ 107.3, 20.8 ], [ 108.17867965644035, 22.921320343559643 ], [ 110.3, 23.8 ], [ 112.42132034355964, 22.921320343559643 ], [ 113.3, 20.8 ] ] ], [ [ [ 112.2, 20.5 ], [ 111.32132034355965, 18.378679656440358 ], [ 109.2, 17.5 ], [ 107.07867965644036, 18.378679656440358 ], [ 106.2, 20.5 ], [ 107.07867965644036, 22.621320343559642 ], [ 109.2, 23.5 ], [ 111.32132034355965, 22.621320343559642 ], [ 112.2, 20.5 ] ] ], [ [ [ 111.2, 20.5 ], [ 110.32132034355965, 18.378679656440358 ], [ 108.2, 17.5 ], [ 106.07867965644036, 18.378679656440358 ], [ 105.2, 20.5 ], [ 106.07867965644036, 22.621320343559642 ], [ 108.2, 23.5 ], [ 110.32132034355965, 22.621320343559642 ], [ 111.2, 20.5 ] ] ], [ [ [ 110.3, 20.5 ], [ 109.42132034355964, 18.378679656440358 ], [ 107.3, 17.5 ], [ 105.17867965644035, 18.378679656440358 ], [ 104.3, 20.5 ], [ 105.17867965644035, 22.621320343559642 ], [ 107.3, 23.5 ], [ 109.42132034355964, 22.621320343559642 ], [ 110.3, 20.5 ] ] ], [ [ [ 109.4, 20.6 ], [ 108.52132034355965, 18.47867965644036 ], [ 106.4, 17.6 ], [ 104.27867965644036, 18.47867965644036 ], [ 103.4, 20.6 ], [ 104.27867965644036, 22.721320343559643 ], [ 106.4, 23.6 ], [ 108.52132034355965, 22.721320343559643 ], [ 109.4, 20.6 ] ] ], [ [ [ 107.8, 20.8 ], [ 106.92132034355964, 18.67867965644036 ], [ 104.8, 17.8 ], [ 102.67867965644035, 18.67867965644036 ], [ 101.8, 20.8 ], [ 102.67867965644035, 22.921320343559643 ], [ 104.8, 23.8 ], [ 106.92132034355964, 22.921320343559643 ], [ 107.8, 20.8 ] ] ], [ [ [ 105.5, 21.2 ], [ 104.62132034355965, 19.078679656440357 ], [ 102.5, 18.2 ], [ 100.37867965644035, 19.078679656440357 ], [ 99.5, 21.2 ], [ 100.37867965644035, 23.32132034355964 ], [ 102.5, 24.2 ], [ 104.62132034355965, 23.32132034355964 ], [ 105.5, 21.2 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-15T15:00:00Z", "2016-08-15T21:00:00Z", "2016-08-16T03:00:00Z", "2016-08-16T09:00:00Z", "2016-08-16T15:00:00Z", "2016-08-16T21:00:00Z", "2016-08-17T03:00:00Z", "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 980.0, 990.0, 994.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201609_MINDULLE_feature.json b/samples/Typhoon201609_MINDULLE_feature.json
index 713a265..a302eb8 100644
--- a/samples/Typhoon201609_MINDULLE_feature.json
+++ b/samples/Typhoon201609_MINDULLE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201609号 (MINDULLE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T00:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T06:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T12:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T18:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T00:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T05:00:00Z", "2016-08-23T06:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T12:00:00Z" ],
- "coordinates" : [ [ [ [ 139.9, 15.3 ], [ 139.60710678118656, 14.592893218813453 ], [ 138.9, 14.3 ], [ 138.19289321881345, 14.592893218813453 ], [ 137.9, 15.3 ], [ 138.19289321881345, 16.007106781186547 ], [ 138.9, 16.3 ], [ 139.60710678118656, 16.007106781186547 ], [ 139.9, 15.3 ] ] ], [ [ [ 142.9, 15.2 ], [ 142.02132034355964, 13.078679656440357 ], [ 139.9, 12.2 ], [ 137.77867965644037, 13.078679656440357 ], [ 136.9, 15.2 ], [ 137.77867965644037, 17.32132034355964 ], [ 139.9, 18.2 ], [ 142.02132034355964, 17.32132034355964 ], [ 142.9, 15.2 ] ] ], [ [ [ 143.7, 15.2 ], [ 142.82132034355962, 13.078679656440357 ], [ 140.7, 12.2 ], [ 138.57867965644036, 13.078679656440357 ], [ 137.7, 15.2 ], [ 138.57867965644036, 17.32132034355964 ], [ 140.7, 18.2 ], [ 142.82132034355962, 17.32132034355964 ], [ 143.7, 15.2 ] ] ], [ [ [ 144.3, 15.1 ], [ 143.42132034355964, 12.978679656440358 ], [ 141.3, 12.1 ], [ 139.17867965644038, 12.978679656440356 ], [ 138.3, 15.1 ], [ 139.17867965644038, 17.221320343559643 ], [ 141.3, 18.1 ], [ 143.42132034355964, 17.221320343559643 ], [ 144.3, 15.1 ] ] ], [ [ [ 145.0, 15.2 ], [ 144.12132034355963, 13.078679656440357 ], [ 142.0, 12.2 ], [ 139.87867965644037, 13.078679656440357 ], [ 139.0, 15.2 ], [ 139.87867965644037, 17.32132034355964 ], [ 142.0, 18.2 ], [ 144.12132034355963, 17.32132034355964 ], [ 145.0, 15.2 ] ] ], [ [ [ 145.8, 15.6 ], [ 144.92132034355964, 13.478679656440358 ], [ 142.8, 12.6 ], [ 140.67867965644038, 13.478679656440356 ], [ 139.8, 15.6 ], [ 140.67867965644038, 17.721320343559643 ], [ 142.8, 18.6 ], [ 144.92132034355964, 17.721320343559643 ], [ 145.8, 15.6 ] ] ], [ [ [ 146.1, 16.1 ], [ 145.22132034355963, 13.97867965644036 ], [ 143.1, 13.100000000000001 ], [ 140.97867965644036, 13.97867965644036 ], [ 140.1, 16.1 ], [ 140.97867965644036, 18.221320343559643 ], [ 143.1, 19.1 ], [ 145.22132034355963, 18.221320343559643 ], [ 146.1, 16.1 ] ] ], [ [ [ 146.1, 16.6 ], [ 145.22132034355963, 14.47867965644036 ], [ 143.1, 13.600000000000001 ], [ 140.97867965644036, 14.47867965644036 ], [ 140.1, 16.6 ], [ 140.97867965644036, 18.721320343559643 ], [ 143.1, 19.6 ], [ 145.22132034355963, 18.721320343559643 ], [ 146.1, 16.6 ] ] ], [ [ [ 145.5, 17.2 ], [ 144.62132034355963, 15.078679656440357 ], [ 142.5, 14.2 ], [ 140.37867965644037, 15.078679656440357 ], [ 139.5, 17.2 ], [ 140.37867965644037, 19.32132034355964 ], [ 142.5, 20.2 ], [ 144.62132034355963, 19.32132034355964 ], [ 145.5, 17.2 ] ] ], [ [ [ 144.8, 17.8 ], [ 143.92132034355964, 15.678679656440359 ], [ 141.8, 14.8 ], [ 139.67867965644038, 15.678679656440359 ], [ 138.8, 17.8 ], [ 139.67867965644038, 19.921320343559643 ], [ 141.8, 20.8 ], [ 143.92132034355964, 19.921320343559643 ], [ 144.8, 17.8 ] ] ], [ [ [ 143.9, 18.7 ], [ 143.02132034355964, 16.578679656440357 ], [ 140.9, 15.7 ], [ 138.77867965644037, 16.578679656440357 ], [ 137.9, 18.7 ], [ 138.77867965644037, 20.82132034355964 ], [ 140.9, 21.7 ], [ 143.02132034355964, 20.82132034355964 ], [ 143.9, 18.7 ] ] ], [ [ [ 143.6, 19.4 ], [ 142.72132034355963, 17.278679656440357 ], [ 140.6, 16.4 ], [ 138.47867965644036, 17.278679656440357 ], [ 137.6, 19.4 ], [ 138.47867965644036, 21.52132034355964 ], [ 140.6, 22.4 ], [ 142.72132034355963, 21.52132034355964 ], [ 143.6, 19.4 ] ] ], [ [ [ 143.8, 20.4 ], [ 142.92132034355964, 18.278679656440357 ], [ 140.8, 17.4 ], [ 138.67867965644038, 18.278679656440357 ], [ 137.8, 20.4 ], [ 138.67867965644038, 22.52132034355964 ], [ 140.8, 23.4 ], [ 142.92132034355964, 22.52132034355964 ], [ 143.8, 20.4 ] ] ], [ [ [ 144.0, 22.1 ], [ 143.12132034355963, 19.97867965644036 ], [ 141.0, 19.1 ], [ 138.87867965644037, 19.97867965644036 ], [ 138.0, 22.1 ], [ 138.87867965644037, 24.221320343559643 ], [ 141.0, 25.1 ], [ 143.12132034355963, 24.221320343559643 ], [ 144.0, 22.1 ] ] ], [ [ [ 144.1, 24.4 ], [ 143.22132034355963, 22.278679656440357 ], [ 141.1, 21.4 ], [ 138.97867965644036, 22.278679656440357 ], [ 138.1, 24.4 ], [ 138.97867965644036, 26.52132034355964 ], [ 141.1, 27.4 ], [ 143.22132034355963, 26.52132034355964 ], [ 144.1, 24.4 ] ] ], [ [ [ 143.8, 26.2 ], [ 142.92132034355964, 24.078679656440357 ], [ 140.8, 23.2 ], [ 138.67867965644038, 24.078679656440357 ], [ 137.8, 26.2 ], [ 138.67867965644038, 28.32132034355964 ], [ 140.8, 29.2 ], [ 142.92132034355964, 28.32132034355964 ], [ 143.8, 26.2 ] ] ], [ [ [ 143.6, 28.0 ], [ 142.72132034355963, 25.878679656440358 ], [ 140.6, 25.0 ], [ 138.47867965644036, 25.878679656440358 ], [ 137.6, 28.0 ], [ 138.47867965644036, 30.121320343559642 ], [ 140.6, 31.0 ], [ 142.72132034355963, 30.121320343559642 ], [ 143.6, 28.0 ] ] ], [ [ [ 142.9, 29.8 ], [ 142.02132034355964, 27.67867965644036 ], [ 139.9, 26.8 ], [ 137.77867965644037, 27.67867965644036 ], [ 136.9, 29.8 ], [ 137.77867965644037, 31.921320343559643 ], [ 139.9, 32.8 ], [ 142.02132034355964, 31.921320343559643 ], [ 142.9, 29.8 ] ] ], [ [ [ 142.5, 31.5 ], [ 141.62132034355963, 29.378679656440358 ], [ 139.5, 28.5 ], [ 137.37867965644037, 29.378679656440358 ], [ 136.5, 31.5 ], [ 137.37867965644037, 33.621320343559645 ], [ 139.5, 34.5 ], [ 141.62132034355963, 33.621320343559645 ], [ 142.5, 31.5 ] ] ], [ [ [ 142.2, 32.3 ], [ 141.32132034355962, 30.178679656440355 ], [ 139.2, 29.299999999999997 ], [ 137.07867965644036, 30.178679656440355 ], [ 136.2, 32.3 ], [ 137.07867965644036, 34.42132034355964 ], [ 139.2, 35.3 ], [ 141.32132034355962, 34.42132034355964 ], [ 142.2, 32.3 ] ] ], [ [ [ 142.4, 33.1 ], [ 141.52132034355964, 30.97867965644036 ], [ 139.4, 30.1 ], [ 137.27867965644037, 30.97867965644036 ], [ 136.4, 33.1 ], [ 137.27867965644037, 35.22132034355965 ], [ 139.4, 36.1 ], [ 141.52132034355964, 35.22132034355965 ], [ 142.4, 33.1 ] ] ], [ [ [ 142.3, 33.8 ], [ 141.42132034355964, 31.678679656440355 ], [ 139.3, 30.799999999999997 ], [ 137.17867965644038, 31.678679656440355 ], [ 136.3, 33.8 ], [ 137.17867965644038, 35.92132034355964 ], [ 139.3, 36.8 ], [ 141.42132034355964, 35.92132034355964 ], [ 142.3, 33.8 ] ] ], [ [ [ 142.5, 34.2 ], [ 141.62132034355963, 32.07867965644036 ], [ 139.5, 31.200000000000003 ], [ 137.37867965644037, 32.07867965644036 ], [ 136.5, 34.2 ], [ 137.37867965644037, 36.32132034355965 ], [ 139.5, 37.2 ], [ 141.62132034355963, 36.32132034355965 ], [ 142.5, 34.2 ] ] ], [ [ [ 142.8, 34.8 ], [ 141.92132034355964, 32.67867965644035 ], [ 139.8, 31.799999999999997 ], [ 137.67867965644038, 32.67867965644035 ], [ 136.8, 34.8 ], [ 137.67867965644038, 36.92132034355964 ], [ 139.8, 37.8 ], [ 141.92132034355964, 36.92132034355964 ], [ 142.8, 34.8 ] ] ], [ [ [ 143.0, 35.9 ], [ 142.12132034355963, 33.77867965644035 ], [ 140.0, 32.9 ], [ 137.87867965644037, 33.77867965644035 ], [ 137.0, 35.9 ], [ 137.87867965644037, 38.021320343559644 ], [ 140.0, 38.9 ], [ 142.12132034355963, 38.021320343559644 ], [ 143.0, 35.9 ] ] ], [ [ [ 143.3, 36.6 ], [ 142.42132034355964, 34.478679656440356 ], [ 140.3, 33.6 ], [ 138.17867965644038, 34.478679656440356 ], [ 137.3, 36.6 ], [ 138.17867965644038, 38.72132034355965 ], [ 140.3, 39.6 ], [ 142.42132034355964, 38.72132034355965 ], [ 143.3, 36.6 ] ] ], [ [ [ 143.8, 37.8 ], [ 142.92132034355964, 35.67867965644035 ], [ 140.8, 34.8 ], [ 138.67867965644038, 35.67867965644035 ], [ 137.8, 37.8 ], [ 138.67867965644038, 39.92132034355964 ], [ 140.8, 40.8 ], [ 142.92132034355964, 39.92132034355964 ], [ 143.8, 37.8 ] ] ], [ [ [ 144.1, 38.9 ], [ 143.22132034355963, 36.77867965644035 ], [ 141.1, 35.9 ], [ 138.97867965644036, 36.77867965644035 ], [ 138.1, 38.9 ], [ 138.97867965644036, 41.021320343559644 ], [ 141.1, 41.9 ], [ 143.22132034355963, 41.021320343559644 ], [ 144.1, 38.9 ] ] ], [ [ [ 144.9, 40.4 ], [ 144.02132034355964, 38.27867965644035 ], [ 141.9, 37.4 ], [ 139.77867965644037, 38.27867965644035 ], [ 138.9, 40.4 ], [ 139.77867965644037, 42.521320343559644 ], [ 141.9, 43.4 ], [ 144.02132034355964, 42.521320343559644 ], [ 144.9, 40.4 ] ] ], [ [ [ 145.3, 41.8 ], [ 144.42132034355964, 39.67867965644035 ], [ 142.3, 38.8 ], [ 140.17867965644038, 39.67867965644035 ], [ 139.3, 41.8 ], [ 140.17867965644038, 43.92132034355964 ], [ 142.3, 44.8 ], [ 144.42132034355964, 43.92132034355964 ], [ 145.3, 41.8 ] ] ], [ [ [ 145.6, 42.4 ], [ 144.72132034355963, 40.27867965644035 ], [ 142.6, 39.4 ], [ 140.47867965644036, 40.27867965644035 ], [ 139.6, 42.4 ], [ 140.47867965644036, 44.521320343559644 ], [ 142.6, 45.4 ], [ 144.72132034355963, 44.521320343559644 ], [ 145.6, 42.4 ] ] ], [ [ [ 146.8, 43.6 ], [ 145.92132034355964, 41.478679656440356 ], [ 143.8, 40.6 ], [ 141.67867965644038, 41.478679656440356 ], [ 140.8, 43.6 ], [ 141.67867965644038, 45.72132034355965 ], [ 143.8, 46.6 ], [ 145.92132034355964, 45.72132034355965 ], [ 146.8, 43.6 ] ] ], [ [ [ 148.3, 45.1 ], [ 147.42132034355964, 42.978679656440356 ], [ 145.3, 42.1 ], [ 143.17867965644038, 42.978679656440356 ], [ 142.3, 45.1 ], [ 143.17867965644038, 47.22132034355965 ], [ 145.3, 48.1 ], [ 147.42132034355964, 47.22132034355965 ], [ 148.3, 45.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T00:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T06:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T12:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T18:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T00:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T05:00:00Z", "2016-08-23T06:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T12:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 998.0, 998.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 980.0, 985.0, 990.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 65.0, 65.0, 65.0, 65.0, 60.0, 55.0, 55.0, 55.0, 50.0, 50.0, 50.0, 50.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201609号 (MINDULLE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T00:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T06:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T12:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T18:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T00:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T05:00:00Z", "2016-08-23T06:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T12:00:00Z" ],
+ "coordinates" : [ [ [ [ 139.9, 15.3 ], [ 139.60710678118656, 14.592893218813453 ], [ 138.9, 14.3 ], [ 138.19289321881345, 14.592893218813453 ], [ 137.9, 15.3 ], [ 138.19289321881345, 16.007106781186547 ], [ 138.9, 16.3 ], [ 139.60710678118656, 16.007106781186547 ], [ 139.9, 15.3 ] ] ], [ [ [ 142.9, 15.2 ], [ 142.02132034355964, 13.078679656440357 ], [ 139.9, 12.2 ], [ 137.77867965644037, 13.078679656440357 ], [ 136.9, 15.2 ], [ 137.77867965644037, 17.32132034355964 ], [ 139.9, 18.2 ], [ 142.02132034355964, 17.32132034355964 ], [ 142.9, 15.2 ] ] ], [ [ [ 143.7, 15.2 ], [ 142.82132034355962, 13.078679656440357 ], [ 140.7, 12.2 ], [ 138.57867965644036, 13.078679656440357 ], [ 137.7, 15.2 ], [ 138.57867965644036, 17.32132034355964 ], [ 140.7, 18.2 ], [ 142.82132034355962, 17.32132034355964 ], [ 143.7, 15.2 ] ] ], [ [ [ 144.3, 15.1 ], [ 143.42132034355964, 12.978679656440358 ], [ 141.3, 12.1 ], [ 139.17867965644038, 12.978679656440356 ], [ 138.3, 15.1 ], [ 139.17867965644038, 17.221320343559643 ], [ 141.3, 18.1 ], [ 143.42132034355964, 17.221320343559643 ], [ 144.3, 15.1 ] ] ], [ [ [ 145.0, 15.2 ], [ 144.12132034355963, 13.078679656440357 ], [ 142.0, 12.2 ], [ 139.87867965644037, 13.078679656440357 ], [ 139.0, 15.2 ], [ 139.87867965644037, 17.32132034355964 ], [ 142.0, 18.2 ], [ 144.12132034355963, 17.32132034355964 ], [ 145.0, 15.2 ] ] ], [ [ [ 145.8, 15.6 ], [ 144.92132034355964, 13.478679656440358 ], [ 142.8, 12.6 ], [ 140.67867965644038, 13.478679656440356 ], [ 139.8, 15.6 ], [ 140.67867965644038, 17.721320343559643 ], [ 142.8, 18.6 ], [ 144.92132034355964, 17.721320343559643 ], [ 145.8, 15.6 ] ] ], [ [ [ 146.1, 16.1 ], [ 145.22132034355963, 13.97867965644036 ], [ 143.1, 13.100000000000001 ], [ 140.97867965644036, 13.97867965644036 ], [ 140.1, 16.1 ], [ 140.97867965644036, 18.221320343559643 ], [ 143.1, 19.1 ], [ 145.22132034355963, 18.221320343559643 ], [ 146.1, 16.1 ] ] ], [ [ [ 146.1, 16.6 ], [ 145.22132034355963, 14.47867965644036 ], [ 143.1, 13.600000000000001 ], [ 140.97867965644036, 14.47867965644036 ], [ 140.1, 16.6 ], [ 140.97867965644036, 18.721320343559643 ], [ 143.1, 19.6 ], [ 145.22132034355963, 18.721320343559643 ], [ 146.1, 16.6 ] ] ], [ [ [ 145.5, 17.2 ], [ 144.62132034355963, 15.078679656440357 ], [ 142.5, 14.2 ], [ 140.37867965644037, 15.078679656440357 ], [ 139.5, 17.2 ], [ 140.37867965644037, 19.32132034355964 ], [ 142.5, 20.2 ], [ 144.62132034355963, 19.32132034355964 ], [ 145.5, 17.2 ] ] ], [ [ [ 144.8, 17.8 ], [ 143.92132034355964, 15.678679656440359 ], [ 141.8, 14.8 ], [ 139.67867965644038, 15.678679656440359 ], [ 138.8, 17.8 ], [ 139.67867965644038, 19.921320343559643 ], [ 141.8, 20.8 ], [ 143.92132034355964, 19.921320343559643 ], [ 144.8, 17.8 ] ] ], [ [ [ 143.9, 18.7 ], [ 143.02132034355964, 16.578679656440357 ], [ 140.9, 15.7 ], [ 138.77867965644037, 16.578679656440357 ], [ 137.9, 18.7 ], [ 138.77867965644037, 20.82132034355964 ], [ 140.9, 21.7 ], [ 143.02132034355964, 20.82132034355964 ], [ 143.9, 18.7 ] ] ], [ [ [ 143.6, 19.4 ], [ 142.72132034355963, 17.278679656440357 ], [ 140.6, 16.4 ], [ 138.47867965644036, 17.278679656440357 ], [ 137.6, 19.4 ], [ 138.47867965644036, 21.52132034355964 ], [ 140.6, 22.4 ], [ 142.72132034355963, 21.52132034355964 ], [ 143.6, 19.4 ] ] ], [ [ [ 143.8, 20.4 ], [ 142.92132034355964, 18.278679656440357 ], [ 140.8, 17.4 ], [ 138.67867965644038, 18.278679656440357 ], [ 137.8, 20.4 ], [ 138.67867965644038, 22.52132034355964 ], [ 140.8, 23.4 ], [ 142.92132034355964, 22.52132034355964 ], [ 143.8, 20.4 ] ] ], [ [ [ 144.0, 22.1 ], [ 143.12132034355963, 19.97867965644036 ], [ 141.0, 19.1 ], [ 138.87867965644037, 19.97867965644036 ], [ 138.0, 22.1 ], [ 138.87867965644037, 24.221320343559643 ], [ 141.0, 25.1 ], [ 143.12132034355963, 24.221320343559643 ], [ 144.0, 22.1 ] ] ], [ [ [ 144.1, 24.4 ], [ 143.22132034355963, 22.278679656440357 ], [ 141.1, 21.4 ], [ 138.97867965644036, 22.278679656440357 ], [ 138.1, 24.4 ], [ 138.97867965644036, 26.52132034355964 ], [ 141.1, 27.4 ], [ 143.22132034355963, 26.52132034355964 ], [ 144.1, 24.4 ] ] ], [ [ [ 143.8, 26.2 ], [ 142.92132034355964, 24.078679656440357 ], [ 140.8, 23.2 ], [ 138.67867965644038, 24.078679656440357 ], [ 137.8, 26.2 ], [ 138.67867965644038, 28.32132034355964 ], [ 140.8, 29.2 ], [ 142.92132034355964, 28.32132034355964 ], [ 143.8, 26.2 ] ] ], [ [ [ 143.6, 28.0 ], [ 142.72132034355963, 25.878679656440358 ], [ 140.6, 25.0 ], [ 138.47867965644036, 25.878679656440358 ], [ 137.6, 28.0 ], [ 138.47867965644036, 30.121320343559642 ], [ 140.6, 31.0 ], [ 142.72132034355963, 30.121320343559642 ], [ 143.6, 28.0 ] ] ], [ [ [ 142.9, 29.8 ], [ 142.02132034355964, 27.67867965644036 ], [ 139.9, 26.8 ], [ 137.77867965644037, 27.67867965644036 ], [ 136.9, 29.8 ], [ 137.77867965644037, 31.921320343559643 ], [ 139.9, 32.8 ], [ 142.02132034355964, 31.921320343559643 ], [ 142.9, 29.8 ] ] ], [ [ [ 142.5, 31.5 ], [ 141.62132034355963, 29.378679656440358 ], [ 139.5, 28.5 ], [ 137.37867965644037, 29.378679656440358 ], [ 136.5, 31.5 ], [ 137.37867965644037, 33.621320343559645 ], [ 139.5, 34.5 ], [ 141.62132034355963, 33.621320343559645 ], [ 142.5, 31.5 ] ] ], [ [ [ 142.2, 32.3 ], [ 141.32132034355962, 30.178679656440355 ], [ 139.2, 29.299999999999997 ], [ 137.07867965644036, 30.178679656440355 ], [ 136.2, 32.3 ], [ 137.07867965644036, 34.42132034355964 ], [ 139.2, 35.3 ], [ 141.32132034355962, 34.42132034355964 ], [ 142.2, 32.3 ] ] ], [ [ [ 142.4, 33.1 ], [ 141.52132034355964, 30.97867965644036 ], [ 139.4, 30.1 ], [ 137.27867965644037, 30.97867965644036 ], [ 136.4, 33.1 ], [ 137.27867965644037, 35.22132034355965 ], [ 139.4, 36.1 ], [ 141.52132034355964, 35.22132034355965 ], [ 142.4, 33.1 ] ] ], [ [ [ 142.3, 33.8 ], [ 141.42132034355964, 31.678679656440355 ], [ 139.3, 30.799999999999997 ], [ 137.17867965644038, 31.678679656440355 ], [ 136.3, 33.8 ], [ 137.17867965644038, 35.92132034355964 ], [ 139.3, 36.8 ], [ 141.42132034355964, 35.92132034355964 ], [ 142.3, 33.8 ] ] ], [ [ [ 142.5, 34.2 ], [ 141.62132034355963, 32.07867965644036 ], [ 139.5, 31.200000000000003 ], [ 137.37867965644037, 32.07867965644036 ], [ 136.5, 34.2 ], [ 137.37867965644037, 36.32132034355965 ], [ 139.5, 37.2 ], [ 141.62132034355963, 36.32132034355965 ], [ 142.5, 34.2 ] ] ], [ [ [ 142.8, 34.8 ], [ 141.92132034355964, 32.67867965644035 ], [ 139.8, 31.799999999999997 ], [ 137.67867965644038, 32.67867965644035 ], [ 136.8, 34.8 ], [ 137.67867965644038, 36.92132034355964 ], [ 139.8, 37.8 ], [ 141.92132034355964, 36.92132034355964 ], [ 142.8, 34.8 ] ] ], [ [ [ 143.0, 35.9 ], [ 142.12132034355963, 33.77867965644035 ], [ 140.0, 32.9 ], [ 137.87867965644037, 33.77867965644035 ], [ 137.0, 35.9 ], [ 137.87867965644037, 38.021320343559644 ], [ 140.0, 38.9 ], [ 142.12132034355963, 38.021320343559644 ], [ 143.0, 35.9 ] ] ], [ [ [ 143.3, 36.6 ], [ 142.42132034355964, 34.478679656440356 ], [ 140.3, 33.6 ], [ 138.17867965644038, 34.478679656440356 ], [ 137.3, 36.6 ], [ 138.17867965644038, 38.72132034355965 ], [ 140.3, 39.6 ], [ 142.42132034355964, 38.72132034355965 ], [ 143.3, 36.6 ] ] ], [ [ [ 143.8, 37.8 ], [ 142.92132034355964, 35.67867965644035 ], [ 140.8, 34.8 ], [ 138.67867965644038, 35.67867965644035 ], [ 137.8, 37.8 ], [ 138.67867965644038, 39.92132034355964 ], [ 140.8, 40.8 ], [ 142.92132034355964, 39.92132034355964 ], [ 143.8, 37.8 ] ] ], [ [ [ 144.1, 38.9 ], [ 143.22132034355963, 36.77867965644035 ], [ 141.1, 35.9 ], [ 138.97867965644036, 36.77867965644035 ], [ 138.1, 38.9 ], [ 138.97867965644036, 41.021320343559644 ], [ 141.1, 41.9 ], [ 143.22132034355963, 41.021320343559644 ], [ 144.1, 38.9 ] ] ], [ [ [ 144.9, 40.4 ], [ 144.02132034355964, 38.27867965644035 ], [ 141.9, 37.4 ], [ 139.77867965644037, 38.27867965644035 ], [ 138.9, 40.4 ], [ 139.77867965644037, 42.521320343559644 ], [ 141.9, 43.4 ], [ 144.02132034355964, 42.521320343559644 ], [ 144.9, 40.4 ] ] ], [ [ [ 145.3, 41.8 ], [ 144.42132034355964, 39.67867965644035 ], [ 142.3, 38.8 ], [ 140.17867965644038, 39.67867965644035 ], [ 139.3, 41.8 ], [ 140.17867965644038, 43.92132034355964 ], [ 142.3, 44.8 ], [ 144.42132034355964, 43.92132034355964 ], [ 145.3, 41.8 ] ] ], [ [ [ 145.6, 42.4 ], [ 144.72132034355963, 40.27867965644035 ], [ 142.6, 39.4 ], [ 140.47867965644036, 40.27867965644035 ], [ 139.6, 42.4 ], [ 140.47867965644036, 44.521320343559644 ], [ 142.6, 45.4 ], [ 144.72132034355963, 44.521320343559644 ], [ 145.6, 42.4 ] ] ], [ [ [ 146.8, 43.6 ], [ 145.92132034355964, 41.478679656440356 ], [ 143.8, 40.6 ], [ 141.67867965644038, 41.478679656440356 ], [ 140.8, 43.6 ], [ 141.67867965644038, 45.72132034355965 ], [ 143.8, 46.6 ], [ 145.92132034355964, 45.72132034355965 ], [ 146.8, 43.6 ] ] ], [ [ [ 148.3, 45.1 ], [ 147.42132034355964, 42.978679656440356 ], [ 145.3, 42.1 ], [ 143.17867965644038, 42.978679656440356 ], [ 142.3, 45.1 ], [ 143.17867965644038, 47.22132034355965 ], [ 145.3, 48.1 ], [ 147.42132034355964, 47.22132034355965 ], [ 148.3, 45.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T00:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T06:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T12:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T18:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T00:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T05:00:00Z", "2016-08-23T06:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T12:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 998.0, 998.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 992.0, 992.0, 990.0, 985.0, 985.0, 985.0, 985.0, 980.0, 980.0, 975.0, 975.0, 975.0, 975.0, 980.0, 985.0, 990.0, 990.0, 992.0, 992.0, 992.0, 992.0, 992.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 40.0, 40.0, 45.0, 50.0, 50.0, 50.0, 50.0, 55.0, 55.0, 65.0, 65.0, 65.0, 65.0, 60.0, 55.0, 55.0, 55.0, 50.0, 50.0, 50.0, 50.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201610_LIONROCK_feature.json b/samples/Typhoon201610_LIONROCK_feature.json
index 0c8cccb..dc03192 100644
--- a/samples/Typhoon201610_LIONROCK_feature.json
+++ b/samples/Typhoon201610_LIONROCK_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201610号 (LIONROCK)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T15:00:00Z", "2016-08-23T21:00:00Z", "2016-08-24T03:00:00Z", "2016-08-24T09:00:00Z", "2016-08-24T15:00:00Z", "2016-08-24T21:00:00Z", "2016-08-25T03:00:00Z", "2016-08-25T09:00:00Z", "2016-08-25T15:00:00Z", "2016-08-25T21:00:00Z", "2016-08-26T03:00:00Z", "2016-08-26T09:00:00Z", "2016-08-26T15:00:00Z", "2016-08-26T21:00:00Z", "2016-08-27T03:00:00Z", "2016-08-27T09:00:00Z", "2016-08-27T15:00:00Z", "2016-08-27T21:00:00Z", "2016-08-28T03:00:00Z", "2016-08-28T09:00:00Z", "2016-08-28T15:00:00Z", "2016-08-28T21:00:00Z", "2016-08-29T03:00:00Z", "2016-08-29T09:00:00Z", "2016-08-29T15:00:00Z", "2016-08-29T21:00:00Z", "2016-08-30T03:00:00Z", "2016-08-30T06:00:00Z", "2016-08-30T09:00:00Z", "2016-08-30T12:00:00Z", "2016-08-30T15:00:00Z", "2016-08-30T17:00:00Z", "2016-08-30T18:00:00Z", "2016-08-30T21:00:00Z", "2016-08-31T00:00:00Z", "2016-08-31T03:00:00Z" ],
- "coordinates" : [ [ [ [ 162.1, 26.4 ], [ 161.22132034355963, 24.278679656440357 ], [ 159.1, 23.4 ], [ 156.97867965644036, 24.278679656440357 ], [ 156.1, 26.4 ], [ 156.97867965644036, 28.52132034355964 ], [ 159.1, 29.4 ], [ 161.22132034355963, 28.52132034355964 ], [ 162.1, 26.4 ] ] ], [ [ [ 160.0, 27.0 ], [ 159.12132034355963, 24.878679656440358 ], [ 157.0, 24.0 ], [ 154.87867965644037, 24.878679656440358 ], [ 154.0, 27.0 ], [ 154.87867965644037, 29.121320343559642 ], [ 157.0, 30.0 ], [ 159.12132034355963, 29.121320343559642 ], [ 160.0, 27.0 ] ] ], [ [ [ 158.4, 27.4 ], [ 157.52132034355964, 25.278679656440357 ], [ 155.4, 24.4 ], [ 153.27867965644037, 25.278679656440357 ], [ 152.4, 27.4 ], [ 153.27867965644037, 29.52132034355964 ], [ 155.4, 30.4 ], [ 157.52132034355964, 29.52132034355964 ], [ 158.4, 27.4 ] ] ], [ [ [ 156.6, 28.3 ], [ 155.72132034355963, 26.17867965644036 ], [ 153.6, 25.3 ], [ 151.47867965644036, 26.17867965644036 ], [ 150.6, 28.3 ], [ 151.47867965644036, 30.421320343559643 ], [ 153.6, 31.3 ], [ 155.72132034355963, 30.421320343559643 ], [ 156.6, 28.3 ] ] ], [ [ [ 155.0, 29.3 ], [ 154.12132034355963, 27.17867965644036 ], [ 152.0, 26.3 ], [ 149.87867965644037, 27.17867965644036 ], [ 149.0, 29.3 ], [ 149.87867965644037, 31.421320343559643 ], [ 152.0, 32.3 ], [ 154.12132034355963, 31.421320343559643 ], [ 155.0, 29.3 ] ] ], [ [ [ 153.4, 30.4 ], [ 152.52132034355964, 28.278679656440357 ], [ 150.4, 27.4 ], [ 148.27867965644037, 28.278679656440357 ], [ 147.4, 30.4 ], [ 148.27867965644037, 32.521320343559644 ], [ 150.4, 33.4 ], [ 152.52132034355964, 32.521320343559644 ], [ 153.4, 30.4 ] ] ], [ [ [ 151.6, 31.4 ], [ 150.72132034355963, 29.278679656440357 ], [ 148.6, 28.4 ], [ 146.47867965644036, 29.278679656440357 ], [ 145.6, 31.4 ], [ 146.47867965644036, 33.521320343559644 ], [ 148.6, 34.4 ], [ 150.72132034355963, 33.521320343559644 ], [ 151.6, 31.4 ] ] ], [ [ [ 149.8, 32.2 ], [ 148.92132034355964, 30.07867965644036 ], [ 146.8, 29.200000000000003 ], [ 144.67867965644038, 30.07867965644036 ], [ 143.8, 32.2 ], [ 144.67867965644038, 34.32132034355965 ], [ 146.8, 35.2 ], [ 148.92132034355964, 34.32132034355965 ], [ 149.8, 32.2 ] ] ], [ [ [ 147.9, 32.9 ], [ 147.02132034355964, 30.778679656440357 ], [ 144.9, 29.9 ], [ 142.77867965644037, 30.778679656440357 ], [ 141.9, 32.9 ], [ 142.77867965644037, 35.021320343559644 ], [ 144.9, 35.9 ], [ 147.02132034355964, 35.021320343559644 ], [ 147.9, 32.9 ] ] ], [ [ [ 145.8, 33.1 ], [ 144.92132034355964, 30.97867965644036 ], [ 142.8, 30.1 ], [ 140.67867965644038, 30.97867965644036 ], [ 139.8, 33.1 ], [ 140.67867965644038, 35.22132034355965 ], [ 142.8, 36.1 ], [ 144.92132034355964, 35.22132034355965 ], [ 145.8, 33.1 ] ] ], [ [ [ 144.3, 33.1 ], [ 143.42132034355964, 30.97867965644036 ], [ 141.3, 30.1 ], [ 139.17867965644038, 30.97867965644036 ], [ 138.3, 33.1 ], [ 139.17867965644038, 35.22132034355965 ], [ 141.3, 36.1 ], [ 143.42132034355964, 35.22132034355965 ], [ 144.3, 33.1 ] ] ], [ [ [ 142.7, 32.3 ], [ 141.82132034355962, 30.178679656440355 ], [ 139.7, 29.299999999999997 ], [ 137.57867965644036, 30.178679656440355 ], [ 136.7, 32.3 ], [ 137.57867965644036, 34.42132034355964 ], [ 139.7, 35.3 ], [ 141.82132034355962, 34.42132034355964 ], [ 142.7, 32.3 ] ] ], [ [ [ 141.5, 31.5 ], [ 140.62132034355963, 29.378679656440358 ], [ 138.5, 28.5 ], [ 136.37867965644037, 29.378679656440358 ], [ 135.5, 31.5 ], [ 136.37867965644037, 33.621320343559645 ], [ 138.5, 34.5 ], [ 140.62132034355963, 33.621320343559645 ], [ 141.5, 31.5 ] ] ], [ [ [ 140.6, 31.0 ], [ 139.72132034355963, 28.878679656440358 ], [ 137.6, 28.0 ], [ 135.47867965644036, 28.878679656440358 ], [ 134.6, 31.0 ], [ 135.47867965644036, 33.121320343559645 ], [ 137.6, 34.0 ], [ 139.72132034355963, 33.121320343559645 ], [ 140.6, 31.0 ] ] ], [ [ [ 139.7, 30.5 ], [ 138.82132034355962, 28.378679656440358 ], [ 136.7, 27.5 ], [ 134.57867965644036, 28.378679656440358 ], [ 133.7, 30.5 ], [ 134.57867965644036, 32.621320343559645 ], [ 136.7, 33.5 ], [ 138.82132034355962, 32.621320343559645 ], [ 139.7, 30.5 ] ] ], [ [ [ 138.5, 30.1 ], [ 137.62132034355963, 27.97867965644036 ], [ 135.5, 27.1 ], [ 133.37867965644037, 27.97867965644036 ], [ 132.5, 30.1 ], [ 133.37867965644037, 32.22132034355965 ], [ 135.5, 33.1 ], [ 137.62132034355963, 32.22132034355965 ], [ 138.5, 30.1 ] ] ], [ [ [ 137.3, 29.8 ], [ 136.42132034355964, 27.67867965644036 ], [ 134.3, 26.8 ], [ 132.17867965644038, 27.67867965644036 ], [ 131.3, 29.8 ], [ 132.17867965644038, 31.921320343559643 ], [ 134.3, 32.8 ], [ 136.42132034355964, 31.921320343559643 ], [ 137.3, 29.8 ] ] ], [ [ [ 136.7, 29.5 ], [ 135.82132034355962, 27.378679656440358 ], [ 133.7, 26.5 ], [ 131.57867965644036, 27.378679656440358 ], [ 130.7, 29.5 ], [ 131.57867965644036, 31.621320343559642 ], [ 133.7, 32.5 ], [ 135.82132034355962, 31.621320343559642 ], [ 136.7, 29.5 ] ] ], [ [ [ 136.3, 29.2 ], [ 135.42132034355964, 27.078679656440357 ], [ 133.3, 26.2 ], [ 131.17867965644038, 27.078679656440357 ], [ 130.3, 29.2 ], [ 131.17867965644038, 31.32132034355964 ], [ 133.3, 32.2 ], [ 135.42132034355964, 31.32132034355964 ], [ 136.3, 29.2 ] ] ], [ [ [ 136.2, 28.8 ], [ 135.32132034355962, 26.67867965644036 ], [ 133.2, 25.8 ], [ 131.07867965644036, 26.67867965644036 ], [ 130.2, 28.8 ], [ 131.07867965644036, 30.921320343559643 ], [ 133.2, 31.8 ], [ 135.32132034355962, 30.921320343559643 ], [ 136.2, 28.8 ] ] ], [ [ [ 136.4, 28.8 ], [ 135.52132034355964, 26.67867965644036 ], [ 133.4, 25.8 ], [ 131.27867965644037, 26.67867965644036 ], [ 130.4, 28.8 ], [ 131.27867965644037, 30.921320343559643 ], [ 133.4, 31.8 ], [ 135.52132034355964, 30.921320343559643 ], [ 136.4, 28.8 ] ] ], [ [ [ 136.7, 28.7 ], [ 135.82132034355962, 26.578679656440357 ], [ 133.7, 25.7 ], [ 131.57867965644036, 26.578679656440357 ], [ 130.7, 28.7 ], [ 131.57867965644036, 30.82132034355964 ], [ 133.7, 31.7 ], [ 135.82132034355962, 30.82132034355964 ], [ 136.7, 28.7 ] ] ], [ [ [ 137.1, 28.5 ], [ 136.22132034355963, 26.378679656440358 ], [ 134.1, 25.5 ], [ 131.97867965644036, 26.378679656440358 ], [ 131.1, 28.5 ], [ 131.97867965644036, 30.621320343559642 ], [ 134.1, 31.5 ], [ 136.22132034355963, 30.621320343559642 ], [ 137.1, 28.5 ] ] ], [ [ [ 137.3, 28.2 ], [ 136.42132034355964, 26.078679656440357 ], [ 134.3, 25.2 ], [ 132.17867965644038, 26.078679656440357 ], [ 131.3, 28.2 ], [ 132.17867965644038, 30.32132034355964 ], [ 134.3, 31.2 ], [ 136.42132034355964, 30.32132034355964 ], [ 137.3, 28.2 ] ] ], [ [ [ 137.4, 28.0 ], [ 136.52132034355964, 25.878679656440358 ], [ 134.4, 25.0 ], [ 132.27867965644037, 25.878679656440358 ], [ 131.4, 28.0 ], [ 132.27867965644037, 30.121320343559642 ], [ 134.4, 31.0 ], [ 136.52132034355964, 30.121320343559642 ], [ 137.4, 28.0 ] ] ], [ [ [ 137.2, 27.3 ], [ 136.32132034355962, 25.17867965644036 ], [ 134.2, 24.3 ], [ 132.07867965644036, 25.17867965644036 ], [ 131.2, 27.3 ], [ 132.07867965644036, 29.421320343559643 ], [ 134.2, 30.3 ], [ 136.32132034355962, 29.421320343559643 ], [ 137.2, 27.3 ] ] ], [ [ [ 137.0, 26.6 ], [ 136.12132034355963, 24.47867965644036 ], [ 134.0, 23.6 ], [ 131.87867965644037, 24.47867965644036 ], [ 131.0, 26.6 ], [ 131.87867965644037, 28.721320343559643 ], [ 134.0, 29.6 ], [ 136.12132034355963, 28.721320343559643 ], [ 137.0, 26.6 ] ] ], [ [ [ 136.3, 25.8 ], [ 135.42132034355964, 23.67867965644036 ], [ 133.3, 22.8 ], [ 131.17867965644038, 23.67867965644036 ], [ 130.3, 25.8 ], [ 131.17867965644038, 27.921320343559643 ], [ 133.3, 28.8 ], [ 135.42132034355964, 27.921320343559643 ], [ 136.3, 25.8 ] ] ], [ [ [ 135.8, 25.3 ], [ 134.92132034355964, 23.17867965644036 ], [ 132.8, 22.3 ], [ 130.67867965644038, 23.17867965644036 ], [ 129.8, 25.3 ], [ 130.67867965644038, 27.421320343559643 ], [ 132.8, 28.3 ], [ 134.92132034355964, 27.421320343559643 ], [ 135.8, 25.3 ] ] ], [ [ [ 135.3, 24.8 ], [ 134.42132034355964, 22.67867965644036 ], [ 132.3, 21.8 ], [ 130.17867965644038, 22.67867965644036 ], [ 129.3, 24.8 ], [ 130.17867965644038, 26.921320343559643 ], [ 132.3, 27.8 ], [ 134.42132034355964, 26.921320343559643 ], [ 135.3, 24.8 ] ] ], [ [ [ 134.8, 24.4 ], [ 133.92132034355964, 22.278679656440357 ], [ 131.8, 21.4 ], [ 129.67867965644038, 22.278679656440357 ], [ 128.8, 24.4 ], [ 129.67867965644038, 26.52132034355964 ], [ 131.8, 27.4 ], [ 133.92132034355964, 26.52132034355964 ], [ 134.8, 24.4 ] ] ], [ [ [ 134.4, 23.9 ], [ 133.52132034355964, 21.778679656440357 ], [ 131.4, 20.9 ], [ 129.27867965644037, 21.778679656440357 ], [ 128.4, 23.9 ], [ 129.27867965644037, 26.02132034355964 ], [ 131.4, 26.9 ], [ 133.52132034355964, 26.02132034355964 ], [ 134.4, 23.9 ] ] ], [ [ [ 134.1, 23.6 ], [ 133.22132034355963, 21.47867965644036 ], [ 131.1, 20.6 ], [ 128.97867965644036, 21.47867965644036 ], [ 128.1, 23.6 ], [ 128.97867965644036, 25.721320343559643 ], [ 131.1, 26.6 ], [ 133.22132034355963, 25.721320343559643 ], [ 134.1, 23.6 ] ] ], [ [ [ 133.9, 23.5 ], [ 133.02132034355964, 21.378679656440358 ], [ 130.9, 20.5 ], [ 128.77867965644037, 21.378679656440358 ], [ 127.9, 23.5 ], [ 128.77867965644037, 25.621320343559642 ], [ 130.9, 26.5 ], [ 133.02132034355964, 25.621320343559642 ], [ 133.9, 23.5 ] ] ], [ [ [ 133.8, 23.5 ], [ 132.92132034355964, 21.378679656440358 ], [ 130.8, 20.5 ], [ 128.67867965644038, 21.378679656440358 ], [ 127.80000000000001, 23.5 ], [ 128.67867965644038, 25.621320343559642 ], [ 130.8, 26.5 ], [ 132.92132034355964, 25.621320343559642 ], [ 133.8, 23.5 ] ] ], [ [ [ 133.5, 23.1 ], [ 132.62132034355963, 20.97867965644036 ], [ 130.5, 20.1 ], [ 128.37867965644037, 20.97867965644036 ], [ 127.5, 23.1 ], [ 128.37867965644037, 25.221320343559643 ], [ 130.5, 26.1 ], [ 132.62132034355963, 25.221320343559643 ], [ 133.5, 23.1 ] ] ], [ [ [ 134.0, 23.2 ], [ 133.12132034355963, 21.078679656440357 ], [ 131.0, 20.2 ], [ 128.87867965644037, 21.078679656440357 ], [ 128.0, 23.2 ], [ 128.87867965644037, 25.32132034355964 ], [ 131.0, 26.2 ], [ 133.12132034355963, 25.32132034355964 ], [ 134.0, 23.2 ] ] ], [ [ [ 134.3, 23.1 ], [ 133.42132034355964, 20.97867965644036 ], [ 131.3, 20.1 ], [ 129.17867965644038, 20.97867965644036 ], [ 128.3, 23.1 ], [ 129.17867965644038, 25.221320343559643 ], [ 131.3, 26.1 ], [ 133.42132034355964, 25.221320343559643 ], [ 134.3, 23.1 ] ] ], [ [ [ 135.1, 23.2 ], [ 134.22132034355963, 21.078679656440357 ], [ 132.1, 20.2 ], [ 129.97867965644036, 21.078679656440357 ], [ 129.1, 23.2 ], [ 129.97867965644036, 25.32132034355964 ], [ 132.1, 26.2 ], [ 134.22132034355963, 25.32132034355964 ], [ 135.1, 23.2 ] ] ], [ [ [ 135.5, 23.5 ], [ 134.62132034355963, 21.378679656440358 ], [ 132.5, 20.5 ], [ 130.37867965644037, 21.378679656440358 ], [ 129.5, 23.5 ], [ 130.37867965644037, 25.621320343559642 ], [ 132.5, 26.5 ], [ 134.62132034355963, 25.621320343559642 ], [ 135.5, 23.5 ] ] ], [ [ [ 136.1, 23.7 ], [ 135.22132034355963, 21.578679656440357 ], [ 133.1, 20.7 ], [ 130.97867965644036, 21.578679656440357 ], [ 130.1, 23.7 ], [ 130.97867965644036, 25.82132034355964 ], [ 133.1, 26.7 ], [ 135.22132034355963, 25.82132034355964 ], [ 136.1, 23.7 ] ] ], [ [ [ 136.9, 24.0 ], [ 136.02132034355964, 21.878679656440358 ], [ 133.9, 21.0 ], [ 131.77867965644037, 21.878679656440358 ], [ 130.9, 24.0 ], [ 131.77867965644037, 26.121320343559642 ], [ 133.9, 27.0 ], [ 136.02132034355964, 26.121320343559642 ], [ 136.9, 24.0 ] ] ], [ [ [ 137.6, 24.5 ], [ 136.72132034355963, 22.378679656440358 ], [ 134.6, 21.5 ], [ 132.47867965644036, 22.378679656440358 ], [ 131.6, 24.5 ], [ 132.47867965644036, 26.621320343559642 ], [ 134.6, 27.5 ], [ 136.72132034355963, 26.621320343559642 ], [ 137.6, 24.5 ] ] ], [ [ [ 138.6, 25.1 ], [ 137.72132034355963, 22.97867965644036 ], [ 135.6, 22.1 ], [ 133.47867965644036, 22.97867965644036 ], [ 132.6, 25.1 ], [ 133.47867965644036, 27.221320343559643 ], [ 135.6, 28.1 ], [ 137.72132034355963, 27.221320343559643 ], [ 138.6, 25.1 ] ] ], [ [ [ 139.6, 26.1 ], [ 138.72132034355963, 23.97867965644036 ], [ 136.6, 23.1 ], [ 134.47867965644036, 23.97867965644036 ], [ 133.6, 26.1 ], [ 134.47867965644036, 28.221320343559643 ], [ 136.6, 29.1 ], [ 138.72132034355963, 28.221320343559643 ], [ 139.6, 26.1 ] ] ], [ [ [ 140.9, 27.7 ], [ 140.02132034355964, 25.578679656440357 ], [ 137.9, 24.7 ], [ 135.77867965644037, 25.578679656440357 ], [ 134.9, 27.7 ], [ 135.77867965644037, 29.82132034355964 ], [ 137.9, 30.7 ], [ 140.02132034355964, 29.82132034355964 ], [ 140.9, 27.7 ] ] ], [ [ [ 141.8, 28.5 ], [ 140.92132034355964, 26.378679656440358 ], [ 138.8, 25.5 ], [ 136.67867965644038, 26.378679656440358 ], [ 135.8, 28.5 ], [ 136.67867965644038, 30.621320343559642 ], [ 138.8, 31.5 ], [ 140.92132034355964, 30.621320343559642 ], [ 141.8, 28.5 ] ] ], [ [ [ 143.5, 29.4 ], [ 142.62132034355963, 27.278679656440357 ], [ 140.5, 26.4 ], [ 138.37867965644037, 27.278679656440357 ], [ 137.5, 29.4 ], [ 138.37867965644037, 31.52132034355964 ], [ 140.5, 32.4 ], [ 142.62132034355963, 31.52132034355964 ], [ 143.5, 29.4 ] ] ], [ [ [ 144.7, 30.4 ], [ 143.82132034355962, 28.278679656440357 ], [ 141.7, 27.4 ], [ 139.57867965644036, 28.278679656440357 ], [ 138.7, 30.4 ], [ 139.57867965644036, 32.521320343559644 ], [ 141.7, 33.4 ], [ 143.82132034355962, 32.521320343559644 ], [ 144.7, 30.4 ] ] ], [ [ [ 145.7, 31.3 ], [ 144.82132034355962, 29.17867965644036 ], [ 142.7, 28.3 ], [ 140.57867965644036, 29.17867965644036 ], [ 139.7, 31.3 ], [ 140.57867965644036, 33.42132034355964 ], [ 142.7, 34.3 ], [ 144.82132034355962, 33.42132034355964 ], [ 145.7, 31.3 ] ] ], [ [ [ 146.4, 32.3 ], [ 145.52132034355964, 30.178679656440355 ], [ 143.4, 29.299999999999997 ], [ 141.27867965644037, 30.178679656440355 ], [ 140.4, 32.3 ], [ 141.27867965644037, 34.42132034355964 ], [ 143.4, 35.3 ], [ 145.52132034355964, 34.42132034355964 ], [ 146.4, 32.3 ] ] ], [ [ [ 146.6, 34.0 ], [ 145.72132034355963, 31.878679656440358 ], [ 143.6, 31.0 ], [ 141.47867965644036, 31.878679656440358 ], [ 140.6, 34.0 ], [ 141.47867965644036, 36.121320343559645 ], [ 143.6, 37.0 ], [ 145.72132034355963, 36.121320343559645 ], [ 146.6, 34.0 ] ] ], [ [ [ 146.4, 34.8 ], [ 145.52132034355964, 32.67867965644035 ], [ 143.4, 31.799999999999997 ], [ 141.27867965644037, 32.67867965644035 ], [ 140.4, 34.8 ], [ 141.27867965644037, 36.92132034355964 ], [ 143.4, 37.8 ], [ 145.52132034355964, 36.92132034355964 ], [ 146.4, 34.8 ] ] ], [ [ [ 146.0, 35.6 ], [ 145.12132034355963, 33.478679656440356 ], [ 143.0, 32.6 ], [ 140.87867965644037, 33.478679656440356 ], [ 140.0, 35.6 ], [ 140.87867965644037, 37.72132034355965 ], [ 143.0, 38.6 ], [ 145.12132034355963, 37.72132034355965 ], [ 146.0, 35.6 ] ] ], [ [ [ 145.4, 36.6 ], [ 144.52132034355964, 34.478679656440356 ], [ 142.4, 33.6 ], [ 140.27867965644037, 34.478679656440356 ], [ 139.4, 36.6 ], [ 140.27867965644037, 38.72132034355965 ], [ 142.4, 39.6 ], [ 144.52132034355964, 38.72132034355965 ], [ 145.4, 36.6 ] ] ], [ [ [ 145.2, 37.8 ], [ 144.32132034355962, 35.67867965644035 ], [ 142.2, 34.8 ], [ 140.07867965644036, 35.67867965644035 ], [ 139.2, 37.8 ], [ 140.07867965644036, 39.92132034355964 ], [ 142.2, 40.8 ], [ 144.32132034355962, 39.92132034355964 ], [ 145.2, 37.8 ] ] ], [ [ [ 145.0, 38.8 ], [ 144.12132034355963, 36.67867965644035 ], [ 142.0, 35.8 ], [ 139.87867965644037, 36.67867965644035 ], [ 139.0, 38.8 ], [ 139.87867965644037, 40.92132034355964 ], [ 142.0, 41.8 ], [ 144.12132034355963, 40.92132034355964 ], [ 145.0, 38.8 ] ] ], [ [ [ 144.7, 39.3 ], [ 143.82132034355962, 37.17867965644035 ], [ 141.7, 36.3 ], [ 139.57867965644036, 37.17867965644035 ], [ 138.7, 39.3 ], [ 139.57867965644036, 41.42132034355964 ], [ 141.7, 42.3 ], [ 143.82132034355962, 41.42132034355964 ], [ 144.7, 39.3 ] ] ], [ [ [ 143.0, 41.3 ], [ 142.12132034355963, 39.17867965644035 ], [ 140.0, 38.3 ], [ 137.87867965644037, 39.17867965644035 ], [ 137.0, 41.3 ], [ 137.87867965644037, 43.42132034355964 ], [ 140.0, 44.3 ], [ 142.12132034355963, 43.42132034355964 ], [ 143.0, 41.3 ] ] ], [ [ [ 141.0, 42.0 ], [ 140.12132034355963, 39.878679656440355 ], [ 138.0, 39.0 ], [ 135.87867965644037, 39.878679656440355 ], [ 135.0, 42.0 ], [ 135.87867965644037, 44.121320343559645 ], [ 138.0, 45.0 ], [ 140.12132034355963, 44.121320343559645 ], [ 141.0, 42.0 ] ] ], [ [ [ 138.7, 43.9 ], [ 137.82132034355962, 41.77867965644035 ], [ 135.7, 40.9 ], [ 133.57867965644036, 41.77867965644035 ], [ 132.7, 43.9 ], [ 133.57867965644036, 46.021320343559644 ], [ 135.7, 46.9 ], [ 137.82132034355962, 46.021320343559644 ], [ 138.7, 43.9 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T15:00:00Z", "2016-08-23T21:00:00Z", "2016-08-24T03:00:00Z", "2016-08-24T09:00:00Z", "2016-08-24T15:00:00Z", "2016-08-24T21:00:00Z", "2016-08-25T03:00:00Z", "2016-08-25T09:00:00Z", "2016-08-25T15:00:00Z", "2016-08-25T21:00:00Z", "2016-08-26T03:00:00Z", "2016-08-26T09:00:00Z", "2016-08-26T15:00:00Z", "2016-08-26T21:00:00Z", "2016-08-27T03:00:00Z", "2016-08-27T09:00:00Z", "2016-08-27T15:00:00Z", "2016-08-27T21:00:00Z", "2016-08-28T03:00:00Z", "2016-08-28T09:00:00Z", "2016-08-28T15:00:00Z", "2016-08-28T21:00:00Z", "2016-08-29T03:00:00Z", "2016-08-29T09:00:00Z", "2016-08-29T15:00:00Z", "2016-08-29T21:00:00Z", "2016-08-30T03:00:00Z", "2016-08-30T06:00:00Z", "2016-08-30T09:00:00Z", "2016-08-30T12:00:00Z", "2016-08-30T15:00:00Z", "2016-08-30T17:00:00Z", "2016-08-30T18:00:00Z", "2016-08-30T21:00:00Z", "2016-08-31T00:00:00Z", "2016-08-31T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 992.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 980.0, 975.0, 965.0, 960.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 945.0, 945.0, 945.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 945.0, 940.0, 940.0, 940.0, 945.0, 950.0, 960.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 972.0, 976.0, 980.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 40.0, 45.0, 50.0, 55.0, 60.0, 70.0, 75.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 90.0, 90.0, 90.0, 85.0, 80.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 60.0, 60.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201610号 (LIONROCK)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T15:00:00Z", "2016-08-23T21:00:00Z", "2016-08-24T03:00:00Z", "2016-08-24T09:00:00Z", "2016-08-24T15:00:00Z", "2016-08-24T21:00:00Z", "2016-08-25T03:00:00Z", "2016-08-25T09:00:00Z", "2016-08-25T15:00:00Z", "2016-08-25T21:00:00Z", "2016-08-26T03:00:00Z", "2016-08-26T09:00:00Z", "2016-08-26T15:00:00Z", "2016-08-26T21:00:00Z", "2016-08-27T03:00:00Z", "2016-08-27T09:00:00Z", "2016-08-27T15:00:00Z", "2016-08-27T21:00:00Z", "2016-08-28T03:00:00Z", "2016-08-28T09:00:00Z", "2016-08-28T15:00:00Z", "2016-08-28T21:00:00Z", "2016-08-29T03:00:00Z", "2016-08-29T09:00:00Z", "2016-08-29T15:00:00Z", "2016-08-29T21:00:00Z", "2016-08-30T03:00:00Z", "2016-08-30T06:00:00Z", "2016-08-30T09:00:00Z", "2016-08-30T12:00:00Z", "2016-08-30T15:00:00Z", "2016-08-30T17:00:00Z", "2016-08-30T18:00:00Z", "2016-08-30T21:00:00Z", "2016-08-31T00:00:00Z", "2016-08-31T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 162.1, 26.4 ], [ 161.22132034355963, 24.278679656440357 ], [ 159.1, 23.4 ], [ 156.97867965644036, 24.278679656440357 ], [ 156.1, 26.4 ], [ 156.97867965644036, 28.52132034355964 ], [ 159.1, 29.4 ], [ 161.22132034355963, 28.52132034355964 ], [ 162.1, 26.4 ] ] ], [ [ [ 160.0, 27.0 ], [ 159.12132034355963, 24.878679656440358 ], [ 157.0, 24.0 ], [ 154.87867965644037, 24.878679656440358 ], [ 154.0, 27.0 ], [ 154.87867965644037, 29.121320343559642 ], [ 157.0, 30.0 ], [ 159.12132034355963, 29.121320343559642 ], [ 160.0, 27.0 ] ] ], [ [ [ 158.4, 27.4 ], [ 157.52132034355964, 25.278679656440357 ], [ 155.4, 24.4 ], [ 153.27867965644037, 25.278679656440357 ], [ 152.4, 27.4 ], [ 153.27867965644037, 29.52132034355964 ], [ 155.4, 30.4 ], [ 157.52132034355964, 29.52132034355964 ], [ 158.4, 27.4 ] ] ], [ [ [ 156.6, 28.3 ], [ 155.72132034355963, 26.17867965644036 ], [ 153.6, 25.3 ], [ 151.47867965644036, 26.17867965644036 ], [ 150.6, 28.3 ], [ 151.47867965644036, 30.421320343559643 ], [ 153.6, 31.3 ], [ 155.72132034355963, 30.421320343559643 ], [ 156.6, 28.3 ] ] ], [ [ [ 155.0, 29.3 ], [ 154.12132034355963, 27.17867965644036 ], [ 152.0, 26.3 ], [ 149.87867965644037, 27.17867965644036 ], [ 149.0, 29.3 ], [ 149.87867965644037, 31.421320343559643 ], [ 152.0, 32.3 ], [ 154.12132034355963, 31.421320343559643 ], [ 155.0, 29.3 ] ] ], [ [ [ 153.4, 30.4 ], [ 152.52132034355964, 28.278679656440357 ], [ 150.4, 27.4 ], [ 148.27867965644037, 28.278679656440357 ], [ 147.4, 30.4 ], [ 148.27867965644037, 32.521320343559644 ], [ 150.4, 33.4 ], [ 152.52132034355964, 32.521320343559644 ], [ 153.4, 30.4 ] ] ], [ [ [ 151.6, 31.4 ], [ 150.72132034355963, 29.278679656440357 ], [ 148.6, 28.4 ], [ 146.47867965644036, 29.278679656440357 ], [ 145.6, 31.4 ], [ 146.47867965644036, 33.521320343559644 ], [ 148.6, 34.4 ], [ 150.72132034355963, 33.521320343559644 ], [ 151.6, 31.4 ] ] ], [ [ [ 149.8, 32.2 ], [ 148.92132034355964, 30.07867965644036 ], [ 146.8, 29.200000000000003 ], [ 144.67867965644038, 30.07867965644036 ], [ 143.8, 32.2 ], [ 144.67867965644038, 34.32132034355965 ], [ 146.8, 35.2 ], [ 148.92132034355964, 34.32132034355965 ], [ 149.8, 32.2 ] ] ], [ [ [ 147.9, 32.9 ], [ 147.02132034355964, 30.778679656440357 ], [ 144.9, 29.9 ], [ 142.77867965644037, 30.778679656440357 ], [ 141.9, 32.9 ], [ 142.77867965644037, 35.021320343559644 ], [ 144.9, 35.9 ], [ 147.02132034355964, 35.021320343559644 ], [ 147.9, 32.9 ] ] ], [ [ [ 145.8, 33.1 ], [ 144.92132034355964, 30.97867965644036 ], [ 142.8, 30.1 ], [ 140.67867965644038, 30.97867965644036 ], [ 139.8, 33.1 ], [ 140.67867965644038, 35.22132034355965 ], [ 142.8, 36.1 ], [ 144.92132034355964, 35.22132034355965 ], [ 145.8, 33.1 ] ] ], [ [ [ 144.3, 33.1 ], [ 143.42132034355964, 30.97867965644036 ], [ 141.3, 30.1 ], [ 139.17867965644038, 30.97867965644036 ], [ 138.3, 33.1 ], [ 139.17867965644038, 35.22132034355965 ], [ 141.3, 36.1 ], [ 143.42132034355964, 35.22132034355965 ], [ 144.3, 33.1 ] ] ], [ [ [ 142.7, 32.3 ], [ 141.82132034355962, 30.178679656440355 ], [ 139.7, 29.299999999999997 ], [ 137.57867965644036, 30.178679656440355 ], [ 136.7, 32.3 ], [ 137.57867965644036, 34.42132034355964 ], [ 139.7, 35.3 ], [ 141.82132034355962, 34.42132034355964 ], [ 142.7, 32.3 ] ] ], [ [ [ 141.5, 31.5 ], [ 140.62132034355963, 29.378679656440358 ], [ 138.5, 28.5 ], [ 136.37867965644037, 29.378679656440358 ], [ 135.5, 31.5 ], [ 136.37867965644037, 33.621320343559645 ], [ 138.5, 34.5 ], [ 140.62132034355963, 33.621320343559645 ], [ 141.5, 31.5 ] ] ], [ [ [ 140.6, 31.0 ], [ 139.72132034355963, 28.878679656440358 ], [ 137.6, 28.0 ], [ 135.47867965644036, 28.878679656440358 ], [ 134.6, 31.0 ], [ 135.47867965644036, 33.121320343559645 ], [ 137.6, 34.0 ], [ 139.72132034355963, 33.121320343559645 ], [ 140.6, 31.0 ] ] ], [ [ [ 139.7, 30.5 ], [ 138.82132034355962, 28.378679656440358 ], [ 136.7, 27.5 ], [ 134.57867965644036, 28.378679656440358 ], [ 133.7, 30.5 ], [ 134.57867965644036, 32.621320343559645 ], [ 136.7, 33.5 ], [ 138.82132034355962, 32.621320343559645 ], [ 139.7, 30.5 ] ] ], [ [ [ 138.5, 30.1 ], [ 137.62132034355963, 27.97867965644036 ], [ 135.5, 27.1 ], [ 133.37867965644037, 27.97867965644036 ], [ 132.5, 30.1 ], [ 133.37867965644037, 32.22132034355965 ], [ 135.5, 33.1 ], [ 137.62132034355963, 32.22132034355965 ], [ 138.5, 30.1 ] ] ], [ [ [ 137.3, 29.8 ], [ 136.42132034355964, 27.67867965644036 ], [ 134.3, 26.8 ], [ 132.17867965644038, 27.67867965644036 ], [ 131.3, 29.8 ], [ 132.17867965644038, 31.921320343559643 ], [ 134.3, 32.8 ], [ 136.42132034355964, 31.921320343559643 ], [ 137.3, 29.8 ] ] ], [ [ [ 136.7, 29.5 ], [ 135.82132034355962, 27.378679656440358 ], [ 133.7, 26.5 ], [ 131.57867965644036, 27.378679656440358 ], [ 130.7, 29.5 ], [ 131.57867965644036, 31.621320343559642 ], [ 133.7, 32.5 ], [ 135.82132034355962, 31.621320343559642 ], [ 136.7, 29.5 ] ] ], [ [ [ 136.3, 29.2 ], [ 135.42132034355964, 27.078679656440357 ], [ 133.3, 26.2 ], [ 131.17867965644038, 27.078679656440357 ], [ 130.3, 29.2 ], [ 131.17867965644038, 31.32132034355964 ], [ 133.3, 32.2 ], [ 135.42132034355964, 31.32132034355964 ], [ 136.3, 29.2 ] ] ], [ [ [ 136.2, 28.8 ], [ 135.32132034355962, 26.67867965644036 ], [ 133.2, 25.8 ], [ 131.07867965644036, 26.67867965644036 ], [ 130.2, 28.8 ], [ 131.07867965644036, 30.921320343559643 ], [ 133.2, 31.8 ], [ 135.32132034355962, 30.921320343559643 ], [ 136.2, 28.8 ] ] ], [ [ [ 136.4, 28.8 ], [ 135.52132034355964, 26.67867965644036 ], [ 133.4, 25.8 ], [ 131.27867965644037, 26.67867965644036 ], [ 130.4, 28.8 ], [ 131.27867965644037, 30.921320343559643 ], [ 133.4, 31.8 ], [ 135.52132034355964, 30.921320343559643 ], [ 136.4, 28.8 ] ] ], [ [ [ 136.7, 28.7 ], [ 135.82132034355962, 26.578679656440357 ], [ 133.7, 25.7 ], [ 131.57867965644036, 26.578679656440357 ], [ 130.7, 28.7 ], [ 131.57867965644036, 30.82132034355964 ], [ 133.7, 31.7 ], [ 135.82132034355962, 30.82132034355964 ], [ 136.7, 28.7 ] ] ], [ [ [ 137.1, 28.5 ], [ 136.22132034355963, 26.378679656440358 ], [ 134.1, 25.5 ], [ 131.97867965644036, 26.378679656440358 ], [ 131.1, 28.5 ], [ 131.97867965644036, 30.621320343559642 ], [ 134.1, 31.5 ], [ 136.22132034355963, 30.621320343559642 ], [ 137.1, 28.5 ] ] ], [ [ [ 137.3, 28.2 ], [ 136.42132034355964, 26.078679656440357 ], [ 134.3, 25.2 ], [ 132.17867965644038, 26.078679656440357 ], [ 131.3, 28.2 ], [ 132.17867965644038, 30.32132034355964 ], [ 134.3, 31.2 ], [ 136.42132034355964, 30.32132034355964 ], [ 137.3, 28.2 ] ] ], [ [ [ 137.4, 28.0 ], [ 136.52132034355964, 25.878679656440358 ], [ 134.4, 25.0 ], [ 132.27867965644037, 25.878679656440358 ], [ 131.4, 28.0 ], [ 132.27867965644037, 30.121320343559642 ], [ 134.4, 31.0 ], [ 136.52132034355964, 30.121320343559642 ], [ 137.4, 28.0 ] ] ], [ [ [ 137.2, 27.3 ], [ 136.32132034355962, 25.17867965644036 ], [ 134.2, 24.3 ], [ 132.07867965644036, 25.17867965644036 ], [ 131.2, 27.3 ], [ 132.07867965644036, 29.421320343559643 ], [ 134.2, 30.3 ], [ 136.32132034355962, 29.421320343559643 ], [ 137.2, 27.3 ] ] ], [ [ [ 137.0, 26.6 ], [ 136.12132034355963, 24.47867965644036 ], [ 134.0, 23.6 ], [ 131.87867965644037, 24.47867965644036 ], [ 131.0, 26.6 ], [ 131.87867965644037, 28.721320343559643 ], [ 134.0, 29.6 ], [ 136.12132034355963, 28.721320343559643 ], [ 137.0, 26.6 ] ] ], [ [ [ 136.3, 25.8 ], [ 135.42132034355964, 23.67867965644036 ], [ 133.3, 22.8 ], [ 131.17867965644038, 23.67867965644036 ], [ 130.3, 25.8 ], [ 131.17867965644038, 27.921320343559643 ], [ 133.3, 28.8 ], [ 135.42132034355964, 27.921320343559643 ], [ 136.3, 25.8 ] ] ], [ [ [ 135.8, 25.3 ], [ 134.92132034355964, 23.17867965644036 ], [ 132.8, 22.3 ], [ 130.67867965644038, 23.17867965644036 ], [ 129.8, 25.3 ], [ 130.67867965644038, 27.421320343559643 ], [ 132.8, 28.3 ], [ 134.92132034355964, 27.421320343559643 ], [ 135.8, 25.3 ] ] ], [ [ [ 135.3, 24.8 ], [ 134.42132034355964, 22.67867965644036 ], [ 132.3, 21.8 ], [ 130.17867965644038, 22.67867965644036 ], [ 129.3, 24.8 ], [ 130.17867965644038, 26.921320343559643 ], [ 132.3, 27.8 ], [ 134.42132034355964, 26.921320343559643 ], [ 135.3, 24.8 ] ] ], [ [ [ 134.8, 24.4 ], [ 133.92132034355964, 22.278679656440357 ], [ 131.8, 21.4 ], [ 129.67867965644038, 22.278679656440357 ], [ 128.8, 24.4 ], [ 129.67867965644038, 26.52132034355964 ], [ 131.8, 27.4 ], [ 133.92132034355964, 26.52132034355964 ], [ 134.8, 24.4 ] ] ], [ [ [ 134.4, 23.9 ], [ 133.52132034355964, 21.778679656440357 ], [ 131.4, 20.9 ], [ 129.27867965644037, 21.778679656440357 ], [ 128.4, 23.9 ], [ 129.27867965644037, 26.02132034355964 ], [ 131.4, 26.9 ], [ 133.52132034355964, 26.02132034355964 ], [ 134.4, 23.9 ] ] ], [ [ [ 134.1, 23.6 ], [ 133.22132034355963, 21.47867965644036 ], [ 131.1, 20.6 ], [ 128.97867965644036, 21.47867965644036 ], [ 128.1, 23.6 ], [ 128.97867965644036, 25.721320343559643 ], [ 131.1, 26.6 ], [ 133.22132034355963, 25.721320343559643 ], [ 134.1, 23.6 ] ] ], [ [ [ 133.9, 23.5 ], [ 133.02132034355964, 21.378679656440358 ], [ 130.9, 20.5 ], [ 128.77867965644037, 21.378679656440358 ], [ 127.9, 23.5 ], [ 128.77867965644037, 25.621320343559642 ], [ 130.9, 26.5 ], [ 133.02132034355964, 25.621320343559642 ], [ 133.9, 23.5 ] ] ], [ [ [ 133.8, 23.5 ], [ 132.92132034355964, 21.378679656440358 ], [ 130.8, 20.5 ], [ 128.67867965644038, 21.378679656440358 ], [ 127.80000000000001, 23.5 ], [ 128.67867965644038, 25.621320343559642 ], [ 130.8, 26.5 ], [ 132.92132034355964, 25.621320343559642 ], [ 133.8, 23.5 ] ] ], [ [ [ 133.5, 23.1 ], [ 132.62132034355963, 20.97867965644036 ], [ 130.5, 20.1 ], [ 128.37867965644037, 20.97867965644036 ], [ 127.5, 23.1 ], [ 128.37867965644037, 25.221320343559643 ], [ 130.5, 26.1 ], [ 132.62132034355963, 25.221320343559643 ], [ 133.5, 23.1 ] ] ], [ [ [ 134.0, 23.2 ], [ 133.12132034355963, 21.078679656440357 ], [ 131.0, 20.2 ], [ 128.87867965644037, 21.078679656440357 ], [ 128.0, 23.2 ], [ 128.87867965644037, 25.32132034355964 ], [ 131.0, 26.2 ], [ 133.12132034355963, 25.32132034355964 ], [ 134.0, 23.2 ] ] ], [ [ [ 134.3, 23.1 ], [ 133.42132034355964, 20.97867965644036 ], [ 131.3, 20.1 ], [ 129.17867965644038, 20.97867965644036 ], [ 128.3, 23.1 ], [ 129.17867965644038, 25.221320343559643 ], [ 131.3, 26.1 ], [ 133.42132034355964, 25.221320343559643 ], [ 134.3, 23.1 ] ] ], [ [ [ 135.1, 23.2 ], [ 134.22132034355963, 21.078679656440357 ], [ 132.1, 20.2 ], [ 129.97867965644036, 21.078679656440357 ], [ 129.1, 23.2 ], [ 129.97867965644036, 25.32132034355964 ], [ 132.1, 26.2 ], [ 134.22132034355963, 25.32132034355964 ], [ 135.1, 23.2 ] ] ], [ [ [ 135.5, 23.5 ], [ 134.62132034355963, 21.378679656440358 ], [ 132.5, 20.5 ], [ 130.37867965644037, 21.378679656440358 ], [ 129.5, 23.5 ], [ 130.37867965644037, 25.621320343559642 ], [ 132.5, 26.5 ], [ 134.62132034355963, 25.621320343559642 ], [ 135.5, 23.5 ] ] ], [ [ [ 136.1, 23.7 ], [ 135.22132034355963, 21.578679656440357 ], [ 133.1, 20.7 ], [ 130.97867965644036, 21.578679656440357 ], [ 130.1, 23.7 ], [ 130.97867965644036, 25.82132034355964 ], [ 133.1, 26.7 ], [ 135.22132034355963, 25.82132034355964 ], [ 136.1, 23.7 ] ] ], [ [ [ 136.9, 24.0 ], [ 136.02132034355964, 21.878679656440358 ], [ 133.9, 21.0 ], [ 131.77867965644037, 21.878679656440358 ], [ 130.9, 24.0 ], [ 131.77867965644037, 26.121320343559642 ], [ 133.9, 27.0 ], [ 136.02132034355964, 26.121320343559642 ], [ 136.9, 24.0 ] ] ], [ [ [ 137.6, 24.5 ], [ 136.72132034355963, 22.378679656440358 ], [ 134.6, 21.5 ], [ 132.47867965644036, 22.378679656440358 ], [ 131.6, 24.5 ], [ 132.47867965644036, 26.621320343559642 ], [ 134.6, 27.5 ], [ 136.72132034355963, 26.621320343559642 ], [ 137.6, 24.5 ] ] ], [ [ [ 138.6, 25.1 ], [ 137.72132034355963, 22.97867965644036 ], [ 135.6, 22.1 ], [ 133.47867965644036, 22.97867965644036 ], [ 132.6, 25.1 ], [ 133.47867965644036, 27.221320343559643 ], [ 135.6, 28.1 ], [ 137.72132034355963, 27.221320343559643 ], [ 138.6, 25.1 ] ] ], [ [ [ 139.6, 26.1 ], [ 138.72132034355963, 23.97867965644036 ], [ 136.6, 23.1 ], [ 134.47867965644036, 23.97867965644036 ], [ 133.6, 26.1 ], [ 134.47867965644036, 28.221320343559643 ], [ 136.6, 29.1 ], [ 138.72132034355963, 28.221320343559643 ], [ 139.6, 26.1 ] ] ], [ [ [ 140.9, 27.7 ], [ 140.02132034355964, 25.578679656440357 ], [ 137.9, 24.7 ], [ 135.77867965644037, 25.578679656440357 ], [ 134.9, 27.7 ], [ 135.77867965644037, 29.82132034355964 ], [ 137.9, 30.7 ], [ 140.02132034355964, 29.82132034355964 ], [ 140.9, 27.7 ] ] ], [ [ [ 141.8, 28.5 ], [ 140.92132034355964, 26.378679656440358 ], [ 138.8, 25.5 ], [ 136.67867965644038, 26.378679656440358 ], [ 135.8, 28.5 ], [ 136.67867965644038, 30.621320343559642 ], [ 138.8, 31.5 ], [ 140.92132034355964, 30.621320343559642 ], [ 141.8, 28.5 ] ] ], [ [ [ 143.5, 29.4 ], [ 142.62132034355963, 27.278679656440357 ], [ 140.5, 26.4 ], [ 138.37867965644037, 27.278679656440357 ], [ 137.5, 29.4 ], [ 138.37867965644037, 31.52132034355964 ], [ 140.5, 32.4 ], [ 142.62132034355963, 31.52132034355964 ], [ 143.5, 29.4 ] ] ], [ [ [ 144.7, 30.4 ], [ 143.82132034355962, 28.278679656440357 ], [ 141.7, 27.4 ], [ 139.57867965644036, 28.278679656440357 ], [ 138.7, 30.4 ], [ 139.57867965644036, 32.521320343559644 ], [ 141.7, 33.4 ], [ 143.82132034355962, 32.521320343559644 ], [ 144.7, 30.4 ] ] ], [ [ [ 145.7, 31.3 ], [ 144.82132034355962, 29.17867965644036 ], [ 142.7, 28.3 ], [ 140.57867965644036, 29.17867965644036 ], [ 139.7, 31.3 ], [ 140.57867965644036, 33.42132034355964 ], [ 142.7, 34.3 ], [ 144.82132034355962, 33.42132034355964 ], [ 145.7, 31.3 ] ] ], [ [ [ 146.4, 32.3 ], [ 145.52132034355964, 30.178679656440355 ], [ 143.4, 29.299999999999997 ], [ 141.27867965644037, 30.178679656440355 ], [ 140.4, 32.3 ], [ 141.27867965644037, 34.42132034355964 ], [ 143.4, 35.3 ], [ 145.52132034355964, 34.42132034355964 ], [ 146.4, 32.3 ] ] ], [ [ [ 146.6, 34.0 ], [ 145.72132034355963, 31.878679656440358 ], [ 143.6, 31.0 ], [ 141.47867965644036, 31.878679656440358 ], [ 140.6, 34.0 ], [ 141.47867965644036, 36.121320343559645 ], [ 143.6, 37.0 ], [ 145.72132034355963, 36.121320343559645 ], [ 146.6, 34.0 ] ] ], [ [ [ 146.4, 34.8 ], [ 145.52132034355964, 32.67867965644035 ], [ 143.4, 31.799999999999997 ], [ 141.27867965644037, 32.67867965644035 ], [ 140.4, 34.8 ], [ 141.27867965644037, 36.92132034355964 ], [ 143.4, 37.8 ], [ 145.52132034355964, 36.92132034355964 ], [ 146.4, 34.8 ] ] ], [ [ [ 146.0, 35.6 ], [ 145.12132034355963, 33.478679656440356 ], [ 143.0, 32.6 ], [ 140.87867965644037, 33.478679656440356 ], [ 140.0, 35.6 ], [ 140.87867965644037, 37.72132034355965 ], [ 143.0, 38.6 ], [ 145.12132034355963, 37.72132034355965 ], [ 146.0, 35.6 ] ] ], [ [ [ 145.4, 36.6 ], [ 144.52132034355964, 34.478679656440356 ], [ 142.4, 33.6 ], [ 140.27867965644037, 34.478679656440356 ], [ 139.4, 36.6 ], [ 140.27867965644037, 38.72132034355965 ], [ 142.4, 39.6 ], [ 144.52132034355964, 38.72132034355965 ], [ 145.4, 36.6 ] ] ], [ [ [ 145.2, 37.8 ], [ 144.32132034355962, 35.67867965644035 ], [ 142.2, 34.8 ], [ 140.07867965644036, 35.67867965644035 ], [ 139.2, 37.8 ], [ 140.07867965644036, 39.92132034355964 ], [ 142.2, 40.8 ], [ 144.32132034355962, 39.92132034355964 ], [ 145.2, 37.8 ] ] ], [ [ [ 145.0, 38.8 ], [ 144.12132034355963, 36.67867965644035 ], [ 142.0, 35.8 ], [ 139.87867965644037, 36.67867965644035 ], [ 139.0, 38.8 ], [ 139.87867965644037, 40.92132034355964 ], [ 142.0, 41.8 ], [ 144.12132034355963, 40.92132034355964 ], [ 145.0, 38.8 ] ] ], [ [ [ 144.7, 39.3 ], [ 143.82132034355962, 37.17867965644035 ], [ 141.7, 36.3 ], [ 139.57867965644036, 37.17867965644035 ], [ 138.7, 39.3 ], [ 139.57867965644036, 41.42132034355964 ], [ 141.7, 42.3 ], [ 143.82132034355962, 41.42132034355964 ], [ 144.7, 39.3 ] ] ], [ [ [ 143.0, 41.3 ], [ 142.12132034355963, 39.17867965644035 ], [ 140.0, 38.3 ], [ 137.87867965644037, 39.17867965644035 ], [ 137.0, 41.3 ], [ 137.87867965644037, 43.42132034355964 ], [ 140.0, 44.3 ], [ 142.12132034355963, 43.42132034355964 ], [ 143.0, 41.3 ] ] ], [ [ [ 141.0, 42.0 ], [ 140.12132034355963, 39.878679656440355 ], [ 138.0, 39.0 ], [ 135.87867965644037, 39.878679656440355 ], [ 135.0, 42.0 ], [ 135.87867965644037, 44.121320343559645 ], [ 138.0, 45.0 ], [ 140.12132034355963, 44.121320343559645 ], [ 141.0, 42.0 ] ] ], [ [ [ 138.7, 43.9 ], [ 137.82132034355962, 41.77867965644035 ], [ 135.7, 40.9 ], [ 133.57867965644036, 41.77867965644035 ], [ 132.7, 43.9 ], [ 133.57867965644036, 46.021320343559644 ], [ 135.7, 46.9 ], [ 137.82132034355962, 46.021320343559644 ], [ 138.7, 43.9 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-17T09:00:00Z", "2016-08-17T15:00:00Z", "2016-08-17T21:00:00Z", "2016-08-18T03:00:00Z", "2016-08-18T09:00:00Z", "2016-08-18T15:00:00Z", "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z", "2016-08-22T21:00:00Z", "2016-08-23T03:00:00Z", "2016-08-23T09:00:00Z", "2016-08-23T15:00:00Z", "2016-08-23T21:00:00Z", "2016-08-24T03:00:00Z", "2016-08-24T09:00:00Z", "2016-08-24T15:00:00Z", "2016-08-24T21:00:00Z", "2016-08-25T03:00:00Z", "2016-08-25T09:00:00Z", "2016-08-25T15:00:00Z", "2016-08-25T21:00:00Z", "2016-08-26T03:00:00Z", "2016-08-26T09:00:00Z", "2016-08-26T15:00:00Z", "2016-08-26T21:00:00Z", "2016-08-27T03:00:00Z", "2016-08-27T09:00:00Z", "2016-08-27T15:00:00Z", "2016-08-27T21:00:00Z", "2016-08-28T03:00:00Z", "2016-08-28T09:00:00Z", "2016-08-28T15:00:00Z", "2016-08-28T21:00:00Z", "2016-08-29T03:00:00Z", "2016-08-29T09:00:00Z", "2016-08-29T15:00:00Z", "2016-08-29T21:00:00Z", "2016-08-30T03:00:00Z", "2016-08-30T06:00:00Z", "2016-08-30T09:00:00Z", "2016-08-30T12:00:00Z", "2016-08-30T15:00:00Z", "2016-08-30T17:00:00Z", "2016-08-30T18:00:00Z", "2016-08-30T21:00:00Z", "2016-08-31T00:00:00Z", "2016-08-31T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 996.0, 992.0, 990.0, 990.0, 990.0, 990.0, 990.0, 985.0, 980.0, 975.0, 965.0, 960.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 945.0, 945.0, 945.0, 950.0, 950.0, 945.0, 945.0, 945.0, 945.0, 945.0, 940.0, 940.0, 940.0, 945.0, 950.0, 960.0, 965.0, 965.0, 965.0, 965.0, 965.0, 965.0, 970.0, 972.0, 976.0, 980.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 40.0, 40.0, 45.0, 50.0, 55.0, 60.0, 70.0, 75.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 80.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 90.0, 90.0, 90.0, 85.0, 80.0, 75.0, 70.0, 70.0, 65.0, 65.0, 65.0, 65.0, 60.0, 60.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201611_KOMPASU_feature.json b/samples/Typhoon201611_KOMPASU_feature.json
index d9f33e4..e4a08fb 100644
--- a/samples/Typhoon201611_KOMPASU_feature.json
+++ b/samples/Typhoon201611_KOMPASU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201611号 (KOMPASU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-21T23:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z" ],
- "coordinates" : [ [ [ [ 155.8, 22.3 ], [ 154.92132034355964, 20.17867965644036 ], [ 152.8, 19.3 ], [ 150.67867965644038, 20.17867965644036 ], [ 149.8, 22.3 ], [ 150.67867965644038, 24.421320343559643 ], [ 152.8, 25.3 ], [ 154.92132034355964, 24.421320343559643 ], [ 155.8, 22.3 ] ] ], [ [ [ 156.4, 24.1 ], [ 155.52132034355964, 21.97867965644036 ], [ 153.4, 21.1 ], [ 151.27867965644037, 21.97867965644036 ], [ 150.4, 24.1 ], [ 151.27867965644037, 26.221320343559643 ], [ 153.4, 27.1 ], [ 155.52132034355964, 26.221320343559643 ], [ 156.4, 24.1 ] ] ], [ [ [ 155.8, 25.7 ], [ 154.92132034355964, 23.578679656440357 ], [ 152.8, 22.7 ], [ 150.67867965644038, 23.578679656440357 ], [ 149.8, 25.7 ], [ 150.67867965644038, 27.82132034355964 ], [ 152.8, 28.7 ], [ 154.92132034355964, 27.82132034355964 ], [ 155.8, 25.7 ] ] ], [ [ [ 155.2, 27.4 ], [ 154.32132034355962, 25.278679656440357 ], [ 152.2, 24.4 ], [ 150.07867965644036, 25.278679656440357 ], [ 149.2, 27.4 ], [ 150.07867965644036, 29.52132034355964 ], [ 152.2, 30.4 ], [ 154.32132034355962, 29.52132034355964 ], [ 155.2, 27.4 ] ] ], [ [ [ 154.5, 29.5 ], [ 153.62132034355963, 27.378679656440358 ], [ 151.5, 26.5 ], [ 149.37867965644037, 27.378679656440358 ], [ 148.5, 29.5 ], [ 149.37867965644037, 31.621320343559642 ], [ 151.5, 32.5 ], [ 153.62132034355963, 31.621320343559642 ], [ 154.5, 29.5 ] ] ], [ [ [ 152.3, 31.8 ], [ 151.42132034355964, 29.67867965644036 ], [ 149.3, 28.8 ], [ 147.17867965644038, 29.67867965644036 ], [ 146.3, 31.8 ], [ 147.17867965644038, 33.92132034355964 ], [ 149.3, 34.8 ], [ 151.42132034355964, 33.92132034355964 ], [ 152.3, 31.8 ] ] ], [ [ [ 150.3, 32.9 ], [ 149.42132034355964, 30.778679656440357 ], [ 147.3, 29.9 ], [ 145.17867965644038, 30.778679656440357 ], [ 144.3, 32.9 ], [ 145.17867965644038, 35.021320343559644 ], [ 147.3, 35.9 ], [ 149.42132034355964, 35.021320343559644 ], [ 150.3, 32.9 ] ] ], [ [ [ 148.7, 34.3 ], [ 147.82132034355962, 32.17867965644035 ], [ 145.7, 31.299999999999997 ], [ 143.57867965644036, 32.17867965644035 ], [ 142.7, 34.3 ], [ 143.57867965644036, 36.42132034355964 ], [ 145.7, 37.3 ], [ 147.82132034355962, 36.42132034355964 ], [ 148.7, 34.3 ] ] ], [ [ [ 146.7, 36.3 ], [ 145.82132034355962, 34.17867965644035 ], [ 143.7, 33.3 ], [ 141.57867965644036, 34.17867965644035 ], [ 140.7, 36.3 ], [ 141.57867965644036, 38.42132034355964 ], [ 143.7, 39.3 ], [ 145.82132034355962, 38.42132034355964 ], [ 146.7, 36.3 ] ] ], [ [ [ 145.8, 37.8 ], [ 144.92132034355964, 35.67867965644035 ], [ 142.8, 34.8 ], [ 140.67867965644038, 35.67867965644035 ], [ 139.8, 37.8 ], [ 140.67867965644038, 39.92132034355964 ], [ 142.8, 40.8 ], [ 144.92132034355964, 39.92132034355964 ], [ 145.8, 37.8 ] ] ], [ [ [ 145.9, 38.8 ], [ 145.02132034355964, 36.67867965644035 ], [ 142.9, 35.8 ], [ 140.77867965644037, 36.67867965644035 ], [ 139.9, 38.8 ], [ 140.77867965644037, 40.92132034355964 ], [ 142.9, 41.8 ], [ 145.02132034355964, 40.92132034355964 ], [ 145.9, 38.8 ] ] ], [ [ [ 145.9, 40.6 ], [ 145.02132034355964, 38.478679656440356 ], [ 142.9, 37.6 ], [ 140.77867965644037, 38.478679656440356 ], [ 139.9, 40.6 ], [ 140.77867965644037, 42.72132034355965 ], [ 142.9, 43.6 ], [ 145.02132034355964, 42.72132034355965 ], [ 145.9, 40.6 ] ] ], [ [ [ 146.9, 42.5 ], [ 146.02132034355964, 40.378679656440355 ], [ 143.9, 39.5 ], [ 141.77867965644037, 40.378679656440355 ], [ 140.9, 42.5 ], [ 141.77867965644037, 44.621320343559645 ], [ 143.9, 45.5 ], [ 146.02132034355964, 44.621320343559645 ], [ 146.9, 42.5 ] ] ], [ [ [ 145.1, 42.9 ], [ 144.80710678118655, 42.19289321881345 ], [ 144.1, 41.9 ], [ 143.39289321881344, 42.19289321881345 ], [ 143.1, 42.9 ], [ 143.39289321881344, 43.607106781186545 ], [ 144.1, 43.9 ], [ 144.80710678118655, 43.607106781186545 ], [ 145.1, 42.9 ] ] ], [ [ [ 146.0, 45.0 ], [ 145.70710678118655, 44.292893218813454 ], [ 145.0, 44.0 ], [ 144.29289321881345, 44.292893218813454 ], [ 144.0, 45.0 ], [ 144.29289321881345, 45.707106781186546 ], [ 145.0, 46.0 ], [ 145.70710678118655, 45.707106781186546 ], [ 146.0, 45.0 ] ] ], [ [ [ 146.8, 46.8 ], [ 146.50710678118656, 46.09289321881345 ], [ 145.8, 45.8 ], [ 145.09289321881346, 46.09289321881345 ], [ 144.8, 46.8 ], [ 145.09289321881346, 47.50710678118654 ], [ 145.8, 47.8 ], [ 146.50710678118656, 47.50710678118654 ], [ 146.8, 46.8 ] ] ], [ [ [ 148.0, 48.2 ], [ 147.70710678118655, 47.49289321881346 ], [ 147.0, 47.2 ], [ 146.29289321881345, 47.49289321881346 ], [ 146.0, 48.2 ], [ 146.29289321881345, 48.90710678118655 ], [ 147.0, 49.2 ], [ 147.70710678118655, 48.90710678118655 ], [ 148.0, 48.2 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-21T23:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 998.0, 996.0, 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 994.0, 996.0, 996.0, 996.0, 1000.0, 1002.0, 1002.0, 1002.0, 1002.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201611号 (KOMPASU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-21T23:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 155.8, 22.3 ], [ 154.92132034355964, 20.17867965644036 ], [ 152.8, 19.3 ], [ 150.67867965644038, 20.17867965644036 ], [ 149.8, 22.3 ], [ 150.67867965644038, 24.421320343559643 ], [ 152.8, 25.3 ], [ 154.92132034355964, 24.421320343559643 ], [ 155.8, 22.3 ] ] ], [ [ [ 156.4, 24.1 ], [ 155.52132034355964, 21.97867965644036 ], [ 153.4, 21.1 ], [ 151.27867965644037, 21.97867965644036 ], [ 150.4, 24.1 ], [ 151.27867965644037, 26.221320343559643 ], [ 153.4, 27.1 ], [ 155.52132034355964, 26.221320343559643 ], [ 156.4, 24.1 ] ] ], [ [ [ 155.8, 25.7 ], [ 154.92132034355964, 23.578679656440357 ], [ 152.8, 22.7 ], [ 150.67867965644038, 23.578679656440357 ], [ 149.8, 25.7 ], [ 150.67867965644038, 27.82132034355964 ], [ 152.8, 28.7 ], [ 154.92132034355964, 27.82132034355964 ], [ 155.8, 25.7 ] ] ], [ [ [ 155.2, 27.4 ], [ 154.32132034355962, 25.278679656440357 ], [ 152.2, 24.4 ], [ 150.07867965644036, 25.278679656440357 ], [ 149.2, 27.4 ], [ 150.07867965644036, 29.52132034355964 ], [ 152.2, 30.4 ], [ 154.32132034355962, 29.52132034355964 ], [ 155.2, 27.4 ] ] ], [ [ [ 154.5, 29.5 ], [ 153.62132034355963, 27.378679656440358 ], [ 151.5, 26.5 ], [ 149.37867965644037, 27.378679656440358 ], [ 148.5, 29.5 ], [ 149.37867965644037, 31.621320343559642 ], [ 151.5, 32.5 ], [ 153.62132034355963, 31.621320343559642 ], [ 154.5, 29.5 ] ] ], [ [ [ 152.3, 31.8 ], [ 151.42132034355964, 29.67867965644036 ], [ 149.3, 28.8 ], [ 147.17867965644038, 29.67867965644036 ], [ 146.3, 31.8 ], [ 147.17867965644038, 33.92132034355964 ], [ 149.3, 34.8 ], [ 151.42132034355964, 33.92132034355964 ], [ 152.3, 31.8 ] ] ], [ [ [ 150.3, 32.9 ], [ 149.42132034355964, 30.778679656440357 ], [ 147.3, 29.9 ], [ 145.17867965644038, 30.778679656440357 ], [ 144.3, 32.9 ], [ 145.17867965644038, 35.021320343559644 ], [ 147.3, 35.9 ], [ 149.42132034355964, 35.021320343559644 ], [ 150.3, 32.9 ] ] ], [ [ [ 148.7, 34.3 ], [ 147.82132034355962, 32.17867965644035 ], [ 145.7, 31.299999999999997 ], [ 143.57867965644036, 32.17867965644035 ], [ 142.7, 34.3 ], [ 143.57867965644036, 36.42132034355964 ], [ 145.7, 37.3 ], [ 147.82132034355962, 36.42132034355964 ], [ 148.7, 34.3 ] ] ], [ [ [ 146.7, 36.3 ], [ 145.82132034355962, 34.17867965644035 ], [ 143.7, 33.3 ], [ 141.57867965644036, 34.17867965644035 ], [ 140.7, 36.3 ], [ 141.57867965644036, 38.42132034355964 ], [ 143.7, 39.3 ], [ 145.82132034355962, 38.42132034355964 ], [ 146.7, 36.3 ] ] ], [ [ [ 145.8, 37.8 ], [ 144.92132034355964, 35.67867965644035 ], [ 142.8, 34.8 ], [ 140.67867965644038, 35.67867965644035 ], [ 139.8, 37.8 ], [ 140.67867965644038, 39.92132034355964 ], [ 142.8, 40.8 ], [ 144.92132034355964, 39.92132034355964 ], [ 145.8, 37.8 ] ] ], [ [ [ 145.9, 38.8 ], [ 145.02132034355964, 36.67867965644035 ], [ 142.9, 35.8 ], [ 140.77867965644037, 36.67867965644035 ], [ 139.9, 38.8 ], [ 140.77867965644037, 40.92132034355964 ], [ 142.9, 41.8 ], [ 145.02132034355964, 40.92132034355964 ], [ 145.9, 38.8 ] ] ], [ [ [ 145.9, 40.6 ], [ 145.02132034355964, 38.478679656440356 ], [ 142.9, 37.6 ], [ 140.77867965644037, 38.478679656440356 ], [ 139.9, 40.6 ], [ 140.77867965644037, 42.72132034355965 ], [ 142.9, 43.6 ], [ 145.02132034355964, 42.72132034355965 ], [ 145.9, 40.6 ] ] ], [ [ [ 146.9, 42.5 ], [ 146.02132034355964, 40.378679656440355 ], [ 143.9, 39.5 ], [ 141.77867965644037, 40.378679656440355 ], [ 140.9, 42.5 ], [ 141.77867965644037, 44.621320343559645 ], [ 143.9, 45.5 ], [ 146.02132034355964, 44.621320343559645 ], [ 146.9, 42.5 ] ] ], [ [ [ 145.1, 42.9 ], [ 144.80710678118655, 42.19289321881345 ], [ 144.1, 41.9 ], [ 143.39289321881344, 42.19289321881345 ], [ 143.1, 42.9 ], [ 143.39289321881344, 43.607106781186545 ], [ 144.1, 43.9 ], [ 144.80710678118655, 43.607106781186545 ], [ 145.1, 42.9 ] ] ], [ [ [ 146.0, 45.0 ], [ 145.70710678118655, 44.292893218813454 ], [ 145.0, 44.0 ], [ 144.29289321881345, 44.292893218813454 ], [ 144.0, 45.0 ], [ 144.29289321881345, 45.707106781186546 ], [ 145.0, 46.0 ], [ 145.70710678118655, 45.707106781186546 ], [ 146.0, 45.0 ] ] ], [ [ [ 146.8, 46.8 ], [ 146.50710678118656, 46.09289321881345 ], [ 145.8, 45.8 ], [ 145.09289321881346, 46.09289321881345 ], [ 144.8, 46.8 ], [ 145.09289321881346, 47.50710678118654 ], [ 145.8, 47.8 ], [ 146.50710678118656, 47.50710678118654 ], [ 146.8, 46.8 ] ] ], [ [ [ 148.0, 48.2 ], [ 147.70710678118655, 47.49289321881346 ], [ 147.0, 47.2 ], [ 146.29289321881345, 47.49289321881346 ], [ 146.0, 48.2 ], [ 146.29289321881345, 48.90710678118655 ], [ 147.0, 49.2 ], [ 147.70710678118655, 48.90710678118655 ], [ 148.0, 48.2 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-18T21:00:00Z", "2016-08-19T03:00:00Z", "2016-08-19T09:00:00Z", "2016-08-19T15:00:00Z", "2016-08-19T21:00:00Z", "2016-08-20T03:00:00Z", "2016-08-20T09:00:00Z", "2016-08-20T15:00:00Z", "2016-08-20T21:00:00Z", "2016-08-21T03:00:00Z", "2016-08-21T09:00:00Z", "2016-08-21T15:00:00Z", "2016-08-21T21:00:00Z", "2016-08-21T23:00:00Z", "2016-08-22T03:00:00Z", "2016-08-22T09:00:00Z", "2016-08-22T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 998.0, 996.0, 996.0, 996.0, 996.0, 996.0, 994.0, 994.0, 994.0, 996.0, 996.0, 996.0, 1000.0, 1002.0, 1002.0, 1002.0, 1002.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201612_NAMTHEUN_feature.json b/samples/Typhoon201612_NAMTHEUN_feature.json
index 763acbe..830bdf1 100644
--- a/samples/Typhoon201612_NAMTHEUN_feature.json
+++ b/samples/Typhoon201612_NAMTHEUN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201612号 (NAMTHEUN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-08-31T09:00:00Z", "2016-08-31T15:00:00Z", "2016-08-31T21:00:00Z", "2016-09-01T03:00:00Z", "2016-09-01T09:00:00Z", "2016-09-01T15:00:00Z", "2016-09-01T21:00:00Z", "2016-09-02T00:00:00Z", "2016-09-02T03:00:00Z", "2016-09-02T06:00:00Z", "2016-09-02T09:00:00Z", "2016-09-02T12:00:00Z", "2016-09-02T15:00:00Z", "2016-09-02T18:00:00Z", "2016-09-02T21:00:00Z", "2016-09-03T00:00:00Z", "2016-09-03T03:00:00Z", "2016-09-03T06:00:00Z", "2016-09-03T09:00:00Z", "2016-09-03T12:00:00Z", "2016-09-03T15:00:00Z", "2016-09-03T18:00:00Z", "2016-09-03T21:00:00Z", "2016-09-04T00:00:00Z", "2016-09-04T03:00:00Z", "2016-09-04T06:00:00Z", "2016-09-04T09:00:00Z", "2016-09-04T12:00:00Z", "2016-09-04T15:00:00Z", "2016-09-04T18:00:00Z", "2016-09-04T21:00:00Z", "2016-09-05T00:00:00Z", "2016-09-05T01:00:00Z", "2016-09-05T03:00:00Z", "2016-09-05T06:00:00Z", "2016-09-05T09:00:00Z", "2016-09-05T15:00:00Z", "2016-09-05T21:00:00Z" ],
- "coordinates" : [ [ [ [ 124.2, 21.1 ], [ 123.90710678118656, 20.392893218813455 ], [ 123.2, 20.1 ], [ 122.49289321881345, 20.392893218813455 ], [ 122.2, 21.1 ], [ 122.49289321881345, 21.807106781186548 ], [ 123.2, 22.1 ], [ 123.90710678118656, 21.807106781186548 ], [ 124.2, 21.1 ] ] ], [ [ [ 125.4, 21.3 ], [ 125.10710678118656, 20.592893218813455 ], [ 124.4, 20.3 ], [ 123.69289321881345, 20.592893218813455 ], [ 123.4, 21.3 ], [ 123.69289321881345, 22.007106781186547 ], [ 124.4, 22.3 ], [ 125.10710678118656, 22.007106781186547 ], [ 125.4, 21.3 ] ] ], [ [ [ 126.8, 22.0 ], [ 126.50710678118655, 21.292893218813454 ], [ 125.8, 21.0 ], [ 125.09289321881344, 21.292893218813454 ], [ 124.8, 22.0 ], [ 125.09289321881344, 22.707106781186546 ], [ 125.8, 23.0 ], [ 126.50710678118655, 22.707106781186546 ], [ 126.8, 22.0 ] ] ], [ [ [ 129.9, 23.0 ], [ 129.02132034355964, 20.878679656440358 ], [ 126.9, 20.0 ], [ 124.77867965644036, 20.878679656440358 ], [ 123.9, 23.0 ], [ 124.77867965644036, 25.121320343559642 ], [ 126.9, 26.0 ], [ 129.02132034355964, 25.121320343559642 ], [ 129.9, 23.0 ] ] ], [ [ [ 130.7, 23.8 ], [ 129.82132034355965, 21.67867965644036 ], [ 127.7, 20.8 ], [ 125.57867965644036, 21.67867965644036 ], [ 124.7, 23.8 ], [ 125.57867965644036, 25.921320343559643 ], [ 127.7, 26.8 ], [ 129.82132034355965, 25.921320343559643 ], [ 130.7, 23.8 ] ] ], [ [ [ 132.0, 24.4 ], [ 131.12132034355963, 22.278679656440357 ], [ 129.0, 21.4 ], [ 126.87867965644035, 22.278679656440357 ], [ 126.0, 24.4 ], [ 126.87867965644035, 26.52132034355964 ], [ 129.0, 27.4 ], [ 131.12132034355963, 26.52132034355964 ], [ 132.0, 24.4 ] ] ], [ [ [ 133.2, 25.0 ], [ 132.32132034355962, 22.878679656440358 ], [ 130.2, 22.0 ], [ 128.07867965644036, 22.878679656440358 ], [ 127.19999999999999, 25.0 ], [ 128.07867965644036, 27.121320343559642 ], [ 130.2, 28.0 ], [ 132.32132034355962, 27.121320343559642 ], [ 133.2, 25.0 ] ] ], [ [ [ 133.5, 25.3 ], [ 132.62132034355963, 23.17867965644036 ], [ 130.5, 22.3 ], [ 128.37867965644037, 23.17867965644036 ], [ 127.5, 25.3 ], [ 128.37867965644037, 27.421320343559643 ], [ 130.5, 28.3 ], [ 132.62132034355963, 27.421320343559643 ], [ 133.5, 25.3 ] ] ], [ [ [ 133.6, 25.7 ], [ 132.72132034355963, 23.578679656440357 ], [ 130.6, 22.7 ], [ 128.47867965644036, 23.578679656440357 ], [ 127.6, 25.7 ], [ 128.47867965644036, 27.82132034355964 ], [ 130.6, 28.7 ], [ 132.72132034355963, 27.82132034355964 ], [ 133.6, 25.7 ] ] ], [ [ [ 133.7, 26.1 ], [ 132.82132034355962, 23.97867965644036 ], [ 130.7, 23.1 ], [ 128.57867965644036, 23.97867965644036 ], [ 127.69999999999999, 26.1 ], [ 128.57867965644036, 28.221320343559643 ], [ 130.7, 29.1 ], [ 132.82132034355962, 28.221320343559643 ], [ 133.7, 26.1 ] ] ], [ [ [ 133.8, 26.4 ], [ 132.92132034355964, 24.278679656440357 ], [ 130.8, 23.4 ], [ 128.67867965644038, 24.278679656440357 ], [ 127.80000000000001, 26.4 ], [ 128.67867965644038, 28.52132034355964 ], [ 130.8, 29.4 ], [ 132.92132034355964, 28.52132034355964 ], [ 133.8, 26.4 ] ] ], [ [ [ 133.8, 26.8 ], [ 132.92132034355964, 24.67867965644036 ], [ 130.8, 23.8 ], [ 128.67867965644038, 24.67867965644036 ], [ 127.80000000000001, 26.8 ], [ 128.67867965644038, 28.921320343559643 ], [ 130.8, 29.8 ], [ 132.92132034355964, 28.921320343559643 ], [ 133.8, 26.8 ] ] ], [ [ [ 133.8, 27.2 ], [ 132.92132034355964, 25.078679656440357 ], [ 130.8, 24.2 ], [ 128.67867965644038, 25.078679656440357 ], [ 127.80000000000001, 27.2 ], [ 128.67867965644038, 29.32132034355964 ], [ 130.8, 30.2 ], [ 132.92132034355964, 29.32132034355964 ], [ 133.8, 27.2 ] ] ], [ [ [ 133.8, 27.5 ], [ 132.92132034355964, 25.378679656440358 ], [ 130.8, 24.5 ], [ 128.67867965644038, 25.378679656440358 ], [ 127.80000000000001, 27.5 ], [ 128.67867965644038, 29.621320343559642 ], [ 130.8, 30.5 ], [ 132.92132034355964, 29.621320343559642 ], [ 133.8, 27.5 ] ] ], [ [ [ 133.8, 27.8 ], [ 132.92132034355964, 25.67867965644036 ], [ 130.8, 24.8 ], [ 128.67867965644038, 25.67867965644036 ], [ 127.80000000000001, 27.8 ], [ 128.67867965644038, 29.921320343559643 ], [ 130.8, 30.8 ], [ 132.92132034355964, 29.921320343559643 ], [ 133.8, 27.8 ] ] ], [ [ [ 133.7, 28.1 ], [ 132.82132034355962, 25.97867965644036 ], [ 130.7, 25.1 ], [ 128.57867965644036, 25.97867965644036 ], [ 127.69999999999999, 28.1 ], [ 128.57867965644036, 30.221320343559643 ], [ 130.7, 31.1 ], [ 132.82132034355962, 30.221320343559643 ], [ 133.7, 28.1 ] ] ], [ [ [ 133.6, 28.5 ], [ 132.72132034355963, 26.378679656440358 ], [ 130.6, 25.5 ], [ 128.47867965644036, 26.378679656440358 ], [ 127.6, 28.5 ], [ 128.47867965644036, 30.621320343559642 ], [ 130.6, 31.5 ], [ 132.72132034355963, 30.621320343559642 ], [ 133.6, 28.5 ] ] ], [ [ [ 133.5, 28.9 ], [ 132.62132034355963, 26.778679656440357 ], [ 130.5, 25.9 ], [ 128.37867965644037, 26.778679656440357 ], [ 127.5, 28.9 ], [ 128.37867965644037, 31.02132034355964 ], [ 130.5, 31.9 ], [ 132.62132034355963, 31.02132034355964 ], [ 133.5, 28.9 ] ] ], [ [ [ 133.3, 29.3 ], [ 132.42132034355964, 27.17867965644036 ], [ 130.3, 26.3 ], [ 128.17867965644038, 27.17867965644036 ], [ 127.30000000000001, 29.3 ], [ 128.17867965644038, 31.421320343559643 ], [ 130.3, 32.3 ], [ 132.42132034355964, 31.421320343559643 ], [ 133.3, 29.3 ] ] ], [ [ [ 133.2, 29.7 ], [ 132.32132034355962, 27.578679656440357 ], [ 130.2, 26.7 ], [ 128.07867965644036, 27.578679656440357 ], [ 127.19999999999999, 29.7 ], [ 128.07867965644036, 31.82132034355964 ], [ 130.2, 32.7 ], [ 132.32132034355962, 31.82132034355964 ], [ 133.2, 29.7 ] ] ], [ [ [ 133.1, 30.0 ], [ 132.22132034355963, 27.878679656440358 ], [ 130.1, 27.0 ], [ 127.97867965644035, 27.878679656440358 ], [ 127.1, 30.0 ], [ 127.97867965644035, 32.121320343559645 ], [ 130.1, 33.0 ], [ 132.22132034355963, 32.121320343559645 ], [ 133.1, 30.0 ] ] ], [ [ [ 133.0, 30.3 ], [ 132.12132034355963, 28.17867965644036 ], [ 130.0, 27.3 ], [ 127.87867965644035, 28.17867965644036 ], [ 127.0, 30.3 ], [ 127.87867965644035, 32.42132034355964 ], [ 130.0, 33.3 ], [ 132.12132034355963, 32.42132034355964 ], [ 133.0, 30.3 ] ] ], [ [ [ 132.9, 30.5 ], [ 132.02132034355964, 28.378679656440358 ], [ 129.9, 27.5 ], [ 127.77867965644036, 28.378679656440358 ], [ 126.9, 30.5 ], [ 127.77867965644036, 32.621320343559645 ], [ 129.9, 33.5 ], [ 132.02132034355964, 32.621320343559645 ], [ 132.9, 30.5 ] ] ], [ [ [ 132.9, 30.7 ], [ 132.02132034355964, 28.578679656440357 ], [ 129.9, 27.7 ], [ 127.77867965644036, 28.578679656440357 ], [ 126.9, 30.7 ], [ 127.77867965644036, 32.82132034355964 ], [ 129.9, 33.7 ], [ 132.02132034355964, 32.82132034355964 ], [ 132.9, 30.7 ] ] ], [ [ [ 132.8, 31.0 ], [ 131.92132034355964, 28.878679656440358 ], [ 129.8, 28.0 ], [ 127.67867965644037, 28.878679656440358 ], [ 126.80000000000001, 31.0 ], [ 127.67867965644037, 33.121320343559645 ], [ 129.8, 34.0 ], [ 131.92132034355964, 33.121320343559645 ], [ 132.8, 31.0 ] ] ], [ [ [ 132.7, 31.2 ], [ 131.82132034355962, 29.078679656440357 ], [ 129.7, 28.2 ], [ 127.57867965644034, 29.078679656440357 ], [ 126.69999999999999, 31.2 ], [ 127.57867965644034, 33.32132034355964 ], [ 129.7, 34.2 ], [ 131.82132034355962, 33.32132034355964 ], [ 132.7, 31.2 ] ] ], [ [ [ 132.6, 31.4 ], [ 131.72132034355963, 29.278679656440357 ], [ 129.6, 28.4 ], [ 127.47867965644035, 29.278679656440357 ], [ 126.6, 31.4 ], [ 127.47867965644035, 33.521320343559644 ], [ 129.6, 34.4 ], [ 131.72132034355963, 33.521320343559644 ], [ 132.6, 31.4 ] ] ], [ [ [ 132.6, 31.6 ], [ 131.72132034355963, 29.47867965644036 ], [ 129.6, 28.6 ], [ 127.47867965644035, 29.47867965644036 ], [ 126.6, 31.6 ], [ 127.47867965644035, 33.72132034355965 ], [ 129.6, 34.6 ], [ 131.72132034355963, 33.72132034355965 ], [ 132.6, 31.6 ] ] ], [ [ [ 132.6, 31.8 ], [ 131.72132034355963, 29.67867965644036 ], [ 129.6, 28.8 ], [ 127.47867965644035, 29.67867965644036 ], [ 126.6, 31.8 ], [ 127.47867965644035, 33.92132034355964 ], [ 129.6, 34.8 ], [ 131.72132034355963, 33.92132034355964 ], [ 132.6, 31.8 ] ] ], [ [ [ 132.6, 32.1 ], [ 131.72132034355963, 29.97867965644036 ], [ 129.6, 29.1 ], [ 127.47867965644035, 29.97867965644036 ], [ 126.6, 32.1 ], [ 127.47867965644035, 34.22132034355965 ], [ 129.6, 35.1 ], [ 131.72132034355963, 34.22132034355965 ], [ 132.6, 32.1 ] ] ], [ [ [ 132.6, 32.4 ], [ 131.72132034355963, 30.278679656440357 ], [ 129.6, 29.4 ], [ 127.47867965644035, 30.278679656440357 ], [ 126.6, 32.4 ], [ 127.47867965644035, 34.521320343559644 ], [ 129.6, 35.4 ], [ 131.72132034355963, 34.521320343559644 ], [ 132.6, 32.4 ] ] ], [ [ [ 132.7, 32.7 ], [ 131.82132034355962, 30.57867965644036 ], [ 129.7, 29.700000000000003 ], [ 127.57867965644034, 30.57867965644036 ], [ 126.69999999999999, 32.7 ], [ 127.57867965644034, 34.82132034355965 ], [ 129.7, 35.7 ], [ 131.82132034355962, 34.82132034355965 ], [ 132.7, 32.7 ] ] ], [ [ [ 132.7, 32.8 ], [ 131.82132034355962, 30.678679656440355 ], [ 129.7, 29.799999999999997 ], [ 127.57867965644034, 30.678679656440355 ], [ 126.69999999999999, 32.8 ], [ 127.57867965644034, 34.92132034355964 ], [ 129.7, 35.8 ], [ 131.82132034355962, 34.92132034355964 ], [ 132.7, 32.8 ] ] ], [ [ [ 130.8, 33.1 ], [ 130.50710678118656, 32.392893218813455 ], [ 129.8, 32.1 ], [ 129.09289321881346, 32.392893218813455 ], [ 128.8, 33.1 ], [ 129.09289321881346, 33.80710678118655 ], [ 129.8, 34.1 ], [ 130.50710678118656, 33.80710678118655 ], [ 130.8, 33.1 ] ] ], [ [ [ 130.9, 33.5 ], [ 130.60710678118656, 32.792893218813454 ], [ 129.9, 32.5 ], [ 129.19289321881345, 32.792893218813454 ], [ 128.9, 33.5 ], [ 129.19289321881345, 34.207106781186546 ], [ 129.9, 34.5 ], [ 130.60710678118656, 34.207106781186546 ], [ 130.9, 33.5 ] ] ], [ [ [ 131.2, 33.9 ], [ 130.90710678118654, 33.19289321881345 ], [ 130.2, 32.9 ], [ 129.49289321881344, 33.19289321881345 ], [ 129.2, 33.9 ], [ 129.49289321881344, 34.607106781186545 ], [ 130.2, 34.9 ], [ 130.90710678118654, 34.607106781186545 ], [ 131.2, 33.9 ] ] ], [ [ [ 132.0, 34.8 ], [ 131.70710678118655, 34.09289321881345 ], [ 131.0, 33.8 ], [ 130.29289321881345, 34.09289321881345 ], [ 130.0, 34.8 ], [ 130.29289321881345, 35.50710678118654 ], [ 131.0, 35.8 ], [ 131.70710678118655, 35.50710678118654 ], [ 132.0, 34.8 ] ] ], [ [ [ 133.3, 35.9 ], [ 133.00710678118656, 35.19289321881345 ], [ 132.3, 34.9 ], [ 131.59289321881346, 35.19289321881345 ], [ 131.3, 35.9 ], [ 131.59289321881346, 36.607106781186545 ], [ 132.3, 36.9 ], [ 133.00710678118656, 36.607106781186545 ], [ 133.3, 35.9 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-08-31T09:00:00Z", "2016-08-31T15:00:00Z", "2016-08-31T21:00:00Z", "2016-09-01T03:00:00Z", "2016-09-01T09:00:00Z", "2016-09-01T15:00:00Z", "2016-09-01T21:00:00Z", "2016-09-02T00:00:00Z", "2016-09-02T03:00:00Z", "2016-09-02T06:00:00Z", "2016-09-02T09:00:00Z", "2016-09-02T12:00:00Z", "2016-09-02T15:00:00Z", "2016-09-02T18:00:00Z", "2016-09-02T21:00:00Z", "2016-09-03T00:00:00Z", "2016-09-03T03:00:00Z", "2016-09-03T06:00:00Z", "2016-09-03T09:00:00Z", "2016-09-03T12:00:00Z", "2016-09-03T15:00:00Z", "2016-09-03T18:00:00Z", "2016-09-03T21:00:00Z", "2016-09-04T00:00:00Z", "2016-09-04T03:00:00Z", "2016-09-04T06:00:00Z", "2016-09-04T09:00:00Z", "2016-09-04T12:00:00Z", "2016-09-04T15:00:00Z", "2016-09-04T18:00:00Z", "2016-09-04T21:00:00Z", "2016-09-05T00:00:00Z", "2016-09-05T01:00:00Z", "2016-09-05T03:00:00Z", "2016-09-05T06:00:00Z", "2016-09-05T09:00:00Z", "2016-09-05T15:00:00Z", "2016-09-05T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 994.0, 985.0, 985.0, 975.0, 975.0, 970.0, 970.0, 965.0, 965.0, 965.0, 960.0, 955.0, 955.0, 955.0, 955.0, 960.0, 960.0, 965.0, 970.0, 975.0, 980.0, 985.0, 990.0, 992.0, 994.0, 998.0, 1000.0, 1000.0, 1004.0, 1006.0, 1008.0, 1008.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 55.0, 55.0, 60.0, 60.0, 65.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 60.0, 60.0, 55.0, 55.0, 50.0, 50.0, 45.0, 45.0, 40.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201612号 (NAMTHEUN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-08-31T09:00:00Z", "2016-08-31T15:00:00Z", "2016-08-31T21:00:00Z", "2016-09-01T03:00:00Z", "2016-09-01T09:00:00Z", "2016-09-01T15:00:00Z", "2016-09-01T21:00:00Z", "2016-09-02T00:00:00Z", "2016-09-02T03:00:00Z", "2016-09-02T06:00:00Z", "2016-09-02T09:00:00Z", "2016-09-02T12:00:00Z", "2016-09-02T15:00:00Z", "2016-09-02T18:00:00Z", "2016-09-02T21:00:00Z", "2016-09-03T00:00:00Z", "2016-09-03T03:00:00Z", "2016-09-03T06:00:00Z", "2016-09-03T09:00:00Z", "2016-09-03T12:00:00Z", "2016-09-03T15:00:00Z", "2016-09-03T18:00:00Z", "2016-09-03T21:00:00Z", "2016-09-04T00:00:00Z", "2016-09-04T03:00:00Z", "2016-09-04T06:00:00Z", "2016-09-04T09:00:00Z", "2016-09-04T12:00:00Z", "2016-09-04T15:00:00Z", "2016-09-04T18:00:00Z", "2016-09-04T21:00:00Z", "2016-09-05T00:00:00Z", "2016-09-05T01:00:00Z", "2016-09-05T03:00:00Z", "2016-09-05T06:00:00Z", "2016-09-05T09:00:00Z", "2016-09-05T15:00:00Z", "2016-09-05T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 124.2, 21.1 ], [ 123.90710678118656, 20.392893218813455 ], [ 123.2, 20.1 ], [ 122.49289321881345, 20.392893218813455 ], [ 122.2, 21.1 ], [ 122.49289321881345, 21.807106781186548 ], [ 123.2, 22.1 ], [ 123.90710678118656, 21.807106781186548 ], [ 124.2, 21.1 ] ] ], [ [ [ 125.4, 21.3 ], [ 125.10710678118656, 20.592893218813455 ], [ 124.4, 20.3 ], [ 123.69289321881345, 20.592893218813455 ], [ 123.4, 21.3 ], [ 123.69289321881345, 22.007106781186547 ], [ 124.4, 22.3 ], [ 125.10710678118656, 22.007106781186547 ], [ 125.4, 21.3 ] ] ], [ [ [ 126.8, 22.0 ], [ 126.50710678118655, 21.292893218813454 ], [ 125.8, 21.0 ], [ 125.09289321881344, 21.292893218813454 ], [ 124.8, 22.0 ], [ 125.09289321881344, 22.707106781186546 ], [ 125.8, 23.0 ], [ 126.50710678118655, 22.707106781186546 ], [ 126.8, 22.0 ] ] ], [ [ [ 129.9, 23.0 ], [ 129.02132034355964, 20.878679656440358 ], [ 126.9, 20.0 ], [ 124.77867965644036, 20.878679656440358 ], [ 123.9, 23.0 ], [ 124.77867965644036, 25.121320343559642 ], [ 126.9, 26.0 ], [ 129.02132034355964, 25.121320343559642 ], [ 129.9, 23.0 ] ] ], [ [ [ 130.7, 23.8 ], [ 129.82132034355965, 21.67867965644036 ], [ 127.7, 20.8 ], [ 125.57867965644036, 21.67867965644036 ], [ 124.7, 23.8 ], [ 125.57867965644036, 25.921320343559643 ], [ 127.7, 26.8 ], [ 129.82132034355965, 25.921320343559643 ], [ 130.7, 23.8 ] ] ], [ [ [ 132.0, 24.4 ], [ 131.12132034355963, 22.278679656440357 ], [ 129.0, 21.4 ], [ 126.87867965644035, 22.278679656440357 ], [ 126.0, 24.4 ], [ 126.87867965644035, 26.52132034355964 ], [ 129.0, 27.4 ], [ 131.12132034355963, 26.52132034355964 ], [ 132.0, 24.4 ] ] ], [ [ [ 133.2, 25.0 ], [ 132.32132034355962, 22.878679656440358 ], [ 130.2, 22.0 ], [ 128.07867965644036, 22.878679656440358 ], [ 127.19999999999999, 25.0 ], [ 128.07867965644036, 27.121320343559642 ], [ 130.2, 28.0 ], [ 132.32132034355962, 27.121320343559642 ], [ 133.2, 25.0 ] ] ], [ [ [ 133.5, 25.3 ], [ 132.62132034355963, 23.17867965644036 ], [ 130.5, 22.3 ], [ 128.37867965644037, 23.17867965644036 ], [ 127.5, 25.3 ], [ 128.37867965644037, 27.421320343559643 ], [ 130.5, 28.3 ], [ 132.62132034355963, 27.421320343559643 ], [ 133.5, 25.3 ] ] ], [ [ [ 133.6, 25.7 ], [ 132.72132034355963, 23.578679656440357 ], [ 130.6, 22.7 ], [ 128.47867965644036, 23.578679656440357 ], [ 127.6, 25.7 ], [ 128.47867965644036, 27.82132034355964 ], [ 130.6, 28.7 ], [ 132.72132034355963, 27.82132034355964 ], [ 133.6, 25.7 ] ] ], [ [ [ 133.7, 26.1 ], [ 132.82132034355962, 23.97867965644036 ], [ 130.7, 23.1 ], [ 128.57867965644036, 23.97867965644036 ], [ 127.69999999999999, 26.1 ], [ 128.57867965644036, 28.221320343559643 ], [ 130.7, 29.1 ], [ 132.82132034355962, 28.221320343559643 ], [ 133.7, 26.1 ] ] ], [ [ [ 133.8, 26.4 ], [ 132.92132034355964, 24.278679656440357 ], [ 130.8, 23.4 ], [ 128.67867965644038, 24.278679656440357 ], [ 127.80000000000001, 26.4 ], [ 128.67867965644038, 28.52132034355964 ], [ 130.8, 29.4 ], [ 132.92132034355964, 28.52132034355964 ], [ 133.8, 26.4 ] ] ], [ [ [ 133.8, 26.8 ], [ 132.92132034355964, 24.67867965644036 ], [ 130.8, 23.8 ], [ 128.67867965644038, 24.67867965644036 ], [ 127.80000000000001, 26.8 ], [ 128.67867965644038, 28.921320343559643 ], [ 130.8, 29.8 ], [ 132.92132034355964, 28.921320343559643 ], [ 133.8, 26.8 ] ] ], [ [ [ 133.8, 27.2 ], [ 132.92132034355964, 25.078679656440357 ], [ 130.8, 24.2 ], [ 128.67867965644038, 25.078679656440357 ], [ 127.80000000000001, 27.2 ], [ 128.67867965644038, 29.32132034355964 ], [ 130.8, 30.2 ], [ 132.92132034355964, 29.32132034355964 ], [ 133.8, 27.2 ] ] ], [ [ [ 133.8, 27.5 ], [ 132.92132034355964, 25.378679656440358 ], [ 130.8, 24.5 ], [ 128.67867965644038, 25.378679656440358 ], [ 127.80000000000001, 27.5 ], [ 128.67867965644038, 29.621320343559642 ], [ 130.8, 30.5 ], [ 132.92132034355964, 29.621320343559642 ], [ 133.8, 27.5 ] ] ], [ [ [ 133.8, 27.8 ], [ 132.92132034355964, 25.67867965644036 ], [ 130.8, 24.8 ], [ 128.67867965644038, 25.67867965644036 ], [ 127.80000000000001, 27.8 ], [ 128.67867965644038, 29.921320343559643 ], [ 130.8, 30.8 ], [ 132.92132034355964, 29.921320343559643 ], [ 133.8, 27.8 ] ] ], [ [ [ 133.7, 28.1 ], [ 132.82132034355962, 25.97867965644036 ], [ 130.7, 25.1 ], [ 128.57867965644036, 25.97867965644036 ], [ 127.69999999999999, 28.1 ], [ 128.57867965644036, 30.221320343559643 ], [ 130.7, 31.1 ], [ 132.82132034355962, 30.221320343559643 ], [ 133.7, 28.1 ] ] ], [ [ [ 133.6, 28.5 ], [ 132.72132034355963, 26.378679656440358 ], [ 130.6, 25.5 ], [ 128.47867965644036, 26.378679656440358 ], [ 127.6, 28.5 ], [ 128.47867965644036, 30.621320343559642 ], [ 130.6, 31.5 ], [ 132.72132034355963, 30.621320343559642 ], [ 133.6, 28.5 ] ] ], [ [ [ 133.5, 28.9 ], [ 132.62132034355963, 26.778679656440357 ], [ 130.5, 25.9 ], [ 128.37867965644037, 26.778679656440357 ], [ 127.5, 28.9 ], [ 128.37867965644037, 31.02132034355964 ], [ 130.5, 31.9 ], [ 132.62132034355963, 31.02132034355964 ], [ 133.5, 28.9 ] ] ], [ [ [ 133.3, 29.3 ], [ 132.42132034355964, 27.17867965644036 ], [ 130.3, 26.3 ], [ 128.17867965644038, 27.17867965644036 ], [ 127.30000000000001, 29.3 ], [ 128.17867965644038, 31.421320343559643 ], [ 130.3, 32.3 ], [ 132.42132034355964, 31.421320343559643 ], [ 133.3, 29.3 ] ] ], [ [ [ 133.2, 29.7 ], [ 132.32132034355962, 27.578679656440357 ], [ 130.2, 26.7 ], [ 128.07867965644036, 27.578679656440357 ], [ 127.19999999999999, 29.7 ], [ 128.07867965644036, 31.82132034355964 ], [ 130.2, 32.7 ], [ 132.32132034355962, 31.82132034355964 ], [ 133.2, 29.7 ] ] ], [ [ [ 133.1, 30.0 ], [ 132.22132034355963, 27.878679656440358 ], [ 130.1, 27.0 ], [ 127.97867965644035, 27.878679656440358 ], [ 127.1, 30.0 ], [ 127.97867965644035, 32.121320343559645 ], [ 130.1, 33.0 ], [ 132.22132034355963, 32.121320343559645 ], [ 133.1, 30.0 ] ] ], [ [ [ 133.0, 30.3 ], [ 132.12132034355963, 28.17867965644036 ], [ 130.0, 27.3 ], [ 127.87867965644035, 28.17867965644036 ], [ 127.0, 30.3 ], [ 127.87867965644035, 32.42132034355964 ], [ 130.0, 33.3 ], [ 132.12132034355963, 32.42132034355964 ], [ 133.0, 30.3 ] ] ], [ [ [ 132.9, 30.5 ], [ 132.02132034355964, 28.378679656440358 ], [ 129.9, 27.5 ], [ 127.77867965644036, 28.378679656440358 ], [ 126.9, 30.5 ], [ 127.77867965644036, 32.621320343559645 ], [ 129.9, 33.5 ], [ 132.02132034355964, 32.621320343559645 ], [ 132.9, 30.5 ] ] ], [ [ [ 132.9, 30.7 ], [ 132.02132034355964, 28.578679656440357 ], [ 129.9, 27.7 ], [ 127.77867965644036, 28.578679656440357 ], [ 126.9, 30.7 ], [ 127.77867965644036, 32.82132034355964 ], [ 129.9, 33.7 ], [ 132.02132034355964, 32.82132034355964 ], [ 132.9, 30.7 ] ] ], [ [ [ 132.8, 31.0 ], [ 131.92132034355964, 28.878679656440358 ], [ 129.8, 28.0 ], [ 127.67867965644037, 28.878679656440358 ], [ 126.80000000000001, 31.0 ], [ 127.67867965644037, 33.121320343559645 ], [ 129.8, 34.0 ], [ 131.92132034355964, 33.121320343559645 ], [ 132.8, 31.0 ] ] ], [ [ [ 132.7, 31.2 ], [ 131.82132034355962, 29.078679656440357 ], [ 129.7, 28.2 ], [ 127.57867965644034, 29.078679656440357 ], [ 126.69999999999999, 31.2 ], [ 127.57867965644034, 33.32132034355964 ], [ 129.7, 34.2 ], [ 131.82132034355962, 33.32132034355964 ], [ 132.7, 31.2 ] ] ], [ [ [ 132.6, 31.4 ], [ 131.72132034355963, 29.278679656440357 ], [ 129.6, 28.4 ], [ 127.47867965644035, 29.278679656440357 ], [ 126.6, 31.4 ], [ 127.47867965644035, 33.521320343559644 ], [ 129.6, 34.4 ], [ 131.72132034355963, 33.521320343559644 ], [ 132.6, 31.4 ] ] ], [ [ [ 132.6, 31.6 ], [ 131.72132034355963, 29.47867965644036 ], [ 129.6, 28.6 ], [ 127.47867965644035, 29.47867965644036 ], [ 126.6, 31.6 ], [ 127.47867965644035, 33.72132034355965 ], [ 129.6, 34.6 ], [ 131.72132034355963, 33.72132034355965 ], [ 132.6, 31.6 ] ] ], [ [ [ 132.6, 31.8 ], [ 131.72132034355963, 29.67867965644036 ], [ 129.6, 28.8 ], [ 127.47867965644035, 29.67867965644036 ], [ 126.6, 31.8 ], [ 127.47867965644035, 33.92132034355964 ], [ 129.6, 34.8 ], [ 131.72132034355963, 33.92132034355964 ], [ 132.6, 31.8 ] ] ], [ [ [ 132.6, 32.1 ], [ 131.72132034355963, 29.97867965644036 ], [ 129.6, 29.1 ], [ 127.47867965644035, 29.97867965644036 ], [ 126.6, 32.1 ], [ 127.47867965644035, 34.22132034355965 ], [ 129.6, 35.1 ], [ 131.72132034355963, 34.22132034355965 ], [ 132.6, 32.1 ] ] ], [ [ [ 132.6, 32.4 ], [ 131.72132034355963, 30.278679656440357 ], [ 129.6, 29.4 ], [ 127.47867965644035, 30.278679656440357 ], [ 126.6, 32.4 ], [ 127.47867965644035, 34.521320343559644 ], [ 129.6, 35.4 ], [ 131.72132034355963, 34.521320343559644 ], [ 132.6, 32.4 ] ] ], [ [ [ 132.7, 32.7 ], [ 131.82132034355962, 30.57867965644036 ], [ 129.7, 29.700000000000003 ], [ 127.57867965644034, 30.57867965644036 ], [ 126.69999999999999, 32.7 ], [ 127.57867965644034, 34.82132034355965 ], [ 129.7, 35.7 ], [ 131.82132034355962, 34.82132034355965 ], [ 132.7, 32.7 ] ] ], [ [ [ 132.7, 32.8 ], [ 131.82132034355962, 30.678679656440355 ], [ 129.7, 29.799999999999997 ], [ 127.57867965644034, 30.678679656440355 ], [ 126.69999999999999, 32.8 ], [ 127.57867965644034, 34.92132034355964 ], [ 129.7, 35.8 ], [ 131.82132034355962, 34.92132034355964 ], [ 132.7, 32.8 ] ] ], [ [ [ 130.8, 33.1 ], [ 130.50710678118656, 32.392893218813455 ], [ 129.8, 32.1 ], [ 129.09289321881346, 32.392893218813455 ], [ 128.8, 33.1 ], [ 129.09289321881346, 33.80710678118655 ], [ 129.8, 34.1 ], [ 130.50710678118656, 33.80710678118655 ], [ 130.8, 33.1 ] ] ], [ [ [ 130.9, 33.5 ], [ 130.60710678118656, 32.792893218813454 ], [ 129.9, 32.5 ], [ 129.19289321881345, 32.792893218813454 ], [ 128.9, 33.5 ], [ 129.19289321881345, 34.207106781186546 ], [ 129.9, 34.5 ], [ 130.60710678118656, 34.207106781186546 ], [ 130.9, 33.5 ] ] ], [ [ [ 131.2, 33.9 ], [ 130.90710678118654, 33.19289321881345 ], [ 130.2, 32.9 ], [ 129.49289321881344, 33.19289321881345 ], [ 129.2, 33.9 ], [ 129.49289321881344, 34.607106781186545 ], [ 130.2, 34.9 ], [ 130.90710678118654, 34.607106781186545 ], [ 131.2, 33.9 ] ] ], [ [ [ 132.0, 34.8 ], [ 131.70710678118655, 34.09289321881345 ], [ 131.0, 33.8 ], [ 130.29289321881345, 34.09289321881345 ], [ 130.0, 34.8 ], [ 130.29289321881345, 35.50710678118654 ], [ 131.0, 35.8 ], [ 131.70710678118655, 35.50710678118654 ], [ 132.0, 34.8 ] ] ], [ [ [ 133.3, 35.9 ], [ 133.00710678118656, 35.19289321881345 ], [ 132.3, 34.9 ], [ 131.59289321881346, 35.19289321881345 ], [ 131.3, 35.9 ], [ 131.59289321881346, 36.607106781186545 ], [ 132.3, 36.9 ], [ 133.00710678118656, 36.607106781186545 ], [ 133.3, 35.9 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-08-31T09:00:00Z", "2016-08-31T15:00:00Z", "2016-08-31T21:00:00Z", "2016-09-01T03:00:00Z", "2016-09-01T09:00:00Z", "2016-09-01T15:00:00Z", "2016-09-01T21:00:00Z", "2016-09-02T00:00:00Z", "2016-09-02T03:00:00Z", "2016-09-02T06:00:00Z", "2016-09-02T09:00:00Z", "2016-09-02T12:00:00Z", "2016-09-02T15:00:00Z", "2016-09-02T18:00:00Z", "2016-09-02T21:00:00Z", "2016-09-03T00:00:00Z", "2016-09-03T03:00:00Z", "2016-09-03T06:00:00Z", "2016-09-03T09:00:00Z", "2016-09-03T12:00:00Z", "2016-09-03T15:00:00Z", "2016-09-03T18:00:00Z", "2016-09-03T21:00:00Z", "2016-09-04T00:00:00Z", "2016-09-04T03:00:00Z", "2016-09-04T06:00:00Z", "2016-09-04T09:00:00Z", "2016-09-04T12:00:00Z", "2016-09-04T15:00:00Z", "2016-09-04T18:00:00Z", "2016-09-04T21:00:00Z", "2016-09-05T00:00:00Z", "2016-09-05T01:00:00Z", "2016-09-05T03:00:00Z", "2016-09-05T06:00:00Z", "2016-09-05T09:00:00Z", "2016-09-05T15:00:00Z", "2016-09-05T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 1000.0, 998.0, 994.0, 985.0, 985.0, 975.0, 975.0, 970.0, 970.0, 965.0, 965.0, 965.0, 960.0, 955.0, 955.0, 955.0, 955.0, 960.0, 960.0, 965.0, 970.0, 975.0, 980.0, 985.0, 990.0, 992.0, 994.0, 998.0, 1000.0, 1000.0, 1004.0, 1006.0, 1008.0, 1008.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 55.0, 55.0, 60.0, 60.0, 65.0, 65.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0, 65.0, 65.0, 60.0, 60.0, 55.0, 55.0, 50.0, 50.0, 45.0, 45.0, 40.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201613_MALOU_feature.json b/samples/Typhoon201613_MALOU_feature.json
index a2d3064..6d1391c 100644
--- a/samples/Typhoon201613_MALOU_feature.json
+++ b/samples/Typhoon201613_MALOU_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201613号 (MALOU)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-05T21:00:00Z", "2016-09-06T03:00:00Z", "2016-09-06T09:00:00Z", "2016-09-06T15:00:00Z", "2016-09-06T21:00:00Z", "2016-09-07T03:00:00Z", "2016-09-07T09:00:00Z", "2016-09-07T15:00:00Z" ],
- "coordinates" : [ [ [ [ 125.8, 24.8 ], [ 125.50710678118655, 24.092893218813455 ], [ 124.8, 23.8 ], [ 124.09289321881344, 24.092893218813455 ], [ 123.8, 24.8 ], [ 124.09289321881344, 25.507106781186547 ], [ 124.8, 25.8 ], [ 125.50710678118655, 25.507106781186547 ], [ 125.8, 24.8 ] ] ], [ [ [ 125.8, 25.2 ], [ 125.50710678118655, 24.492893218813453 ], [ 124.8, 24.2 ], [ 124.09289321881344, 24.492893218813453 ], [ 123.8, 25.2 ], [ 124.09289321881344, 25.907106781186545 ], [ 124.8, 26.2 ], [ 125.50710678118655, 25.907106781186545 ], [ 125.8, 25.2 ] ] ], [ [ [ 126.8, 26.4 ], [ 126.50710678118655, 25.692893218813452 ], [ 125.8, 25.4 ], [ 125.09289321881344, 25.692893218813452 ], [ 124.8, 26.4 ], [ 125.09289321881344, 27.107106781186545 ], [ 125.8, 27.4 ], [ 126.50710678118655, 27.107106781186545 ], [ 126.8, 26.4 ] ] ], [ [ [ 129.8, 27.6 ], [ 128.92132034355964, 25.47867965644036 ], [ 126.8, 24.6 ], [ 124.67867965644035, 25.47867965644036 ], [ 123.8, 27.6 ], [ 124.67867965644035, 29.721320343559643 ], [ 126.8, 30.6 ], [ 128.92132034355964, 29.721320343559643 ], [ 129.8, 27.6 ] ] ], [ [ [ 129.1, 28.3 ], [ 128.80710678118655, 27.592893218813455 ], [ 128.1, 27.3 ], [ 127.39289321881344, 27.592893218813455 ], [ 127.1, 28.3 ], [ 127.39289321881344, 29.007106781186547 ], [ 128.1, 29.3 ], [ 128.80710678118655, 29.007106781186547 ], [ 129.1, 28.3 ] ] ], [ [ [ 132.1, 29.0 ], [ 131.22132034355963, 26.878679656440358 ], [ 129.1, 26.0 ], [ 126.97867965644035, 26.878679656440358 ], [ 126.1, 29.0 ], [ 126.97867965644035, 31.121320343559642 ], [ 129.1, 32.0 ], [ 131.22132034355963, 31.121320343559642 ], [ 132.1, 29.0 ] ] ], [ [ [ 131.3, 29.2 ], [ 131.00710678118656, 28.492893218813453 ], [ 130.3, 28.2 ], [ 129.59289321881346, 28.492893218813453 ], [ 129.3, 29.2 ], [ 129.59289321881346, 29.907106781186545 ], [ 130.3, 30.2 ], [ 131.00710678118656, 29.907106781186545 ], [ 131.3, 29.2 ] ] ], [ [ [ 133.1, 29.1 ], [ 132.80710678118655, 28.392893218813455 ], [ 132.1, 28.1 ], [ 131.39289321881344, 28.392893218813455 ], [ 131.1, 29.1 ], [ 131.39289321881344, 29.807106781186548 ], [ 132.1, 30.1 ], [ 132.80710678118655, 29.807106781186548 ], [ 133.1, 29.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-05T21:00:00Z", "2016-09-06T03:00:00Z", "2016-09-06T09:00:00Z", "2016-09-06T15:00:00Z", "2016-09-06T21:00:00Z", "2016-09-07T03:00:00Z", "2016-09-07T09:00:00Z", "2016-09-07T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 1002.0, 1000.0, 1002.0, 1002.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 40.0, 40.0, 40.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201613号 (MALOU)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-05T21:00:00Z", "2016-09-06T03:00:00Z", "2016-09-06T09:00:00Z", "2016-09-06T15:00:00Z", "2016-09-06T21:00:00Z", "2016-09-07T03:00:00Z", "2016-09-07T09:00:00Z", "2016-09-07T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 125.8, 24.8 ], [ 125.50710678118655, 24.092893218813455 ], [ 124.8, 23.8 ], [ 124.09289321881344, 24.092893218813455 ], [ 123.8, 24.8 ], [ 124.09289321881344, 25.507106781186547 ], [ 124.8, 25.8 ], [ 125.50710678118655, 25.507106781186547 ], [ 125.8, 24.8 ] ] ], [ [ [ 125.8, 25.2 ], [ 125.50710678118655, 24.492893218813453 ], [ 124.8, 24.2 ], [ 124.09289321881344, 24.492893218813453 ], [ 123.8, 25.2 ], [ 124.09289321881344, 25.907106781186545 ], [ 124.8, 26.2 ], [ 125.50710678118655, 25.907106781186545 ], [ 125.8, 25.2 ] ] ], [ [ [ 126.8, 26.4 ], [ 126.50710678118655, 25.692893218813452 ], [ 125.8, 25.4 ], [ 125.09289321881344, 25.692893218813452 ], [ 124.8, 26.4 ], [ 125.09289321881344, 27.107106781186545 ], [ 125.8, 27.4 ], [ 126.50710678118655, 27.107106781186545 ], [ 126.8, 26.4 ] ] ], [ [ [ 129.8, 27.6 ], [ 128.92132034355964, 25.47867965644036 ], [ 126.8, 24.6 ], [ 124.67867965644035, 25.47867965644036 ], [ 123.8, 27.6 ], [ 124.67867965644035, 29.721320343559643 ], [ 126.8, 30.6 ], [ 128.92132034355964, 29.721320343559643 ], [ 129.8, 27.6 ] ] ], [ [ [ 129.1, 28.3 ], [ 128.80710678118655, 27.592893218813455 ], [ 128.1, 27.3 ], [ 127.39289321881344, 27.592893218813455 ], [ 127.1, 28.3 ], [ 127.39289321881344, 29.007106781186547 ], [ 128.1, 29.3 ], [ 128.80710678118655, 29.007106781186547 ], [ 129.1, 28.3 ] ] ], [ [ [ 132.1, 29.0 ], [ 131.22132034355963, 26.878679656440358 ], [ 129.1, 26.0 ], [ 126.97867965644035, 26.878679656440358 ], [ 126.1, 29.0 ], [ 126.97867965644035, 31.121320343559642 ], [ 129.1, 32.0 ], [ 131.22132034355963, 31.121320343559642 ], [ 132.1, 29.0 ] ] ], [ [ [ 131.3, 29.2 ], [ 131.00710678118656, 28.492893218813453 ], [ 130.3, 28.2 ], [ 129.59289321881346, 28.492893218813453 ], [ 129.3, 29.2 ], [ 129.59289321881346, 29.907106781186545 ], [ 130.3, 30.2 ], [ 131.00710678118656, 29.907106781186545 ], [ 131.3, 29.2 ] ] ], [ [ [ 133.1, 29.1 ], [ 132.80710678118655, 28.392893218813455 ], [ 132.1, 28.1 ], [ 131.39289321881344, 28.392893218813455 ], [ 131.1, 29.1 ], [ 131.39289321881344, 29.807106781186548 ], [ 132.1, 30.1 ], [ 132.80710678118655, 29.807106781186548 ], [ 133.1, 29.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-05T21:00:00Z", "2016-09-06T03:00:00Z", "2016-09-06T09:00:00Z", "2016-09-06T15:00:00Z", "2016-09-06T21:00:00Z", "2016-09-07T03:00:00Z", "2016-09-07T09:00:00Z", "2016-09-07T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 1002.0, 1000.0, 1002.0, 1002.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 40.0, 40.0, 40.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201614_MERANTI_feature.json b/samples/Typhoon201614_MERANTI_feature.json
index ff3ec6e..887b616 100644
--- a/samples/Typhoon201614_MERANTI_feature.json
+++ b/samples/Typhoon201614_MERANTI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201614号 (MERANTI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-09T21:00:00Z", "2016-09-10T03:00:00Z", "2016-09-10T09:00:00Z", "2016-09-10T15:00:00Z", "2016-09-10T21:00:00Z", "2016-09-11T03:00:00Z", "2016-09-11T09:00:00Z", "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T21:00:00Z" ],
- "coordinates" : [ [ [ [ 142.7, 13.7 ], [ 142.40710678118654, 12.992893218813451 ], [ 141.7, 12.7 ], [ 140.99289321881344, 12.992893218813451 ], [ 140.7, 13.7 ], [ 140.99289321881344, 14.407106781186547 ], [ 141.7, 14.7 ], [ 142.40710678118654, 14.407106781186547 ], [ 142.7, 13.7 ] ] ], [ [ [ 142.2, 14.0 ], [ 141.90710678118654, 13.292893218813452 ], [ 141.2, 13.0 ], [ 140.49289321881344, 13.292893218813452 ], [ 140.2, 14.0 ], [ 140.49289321881344, 14.707106781186548 ], [ 141.2, 15.0 ], [ 141.90710678118654, 14.707106781186548 ], [ 142.2, 14.0 ] ] ], [ [ [ 141.2, 14.4 ], [ 140.90710678118654, 13.692893218813452 ], [ 140.2, 13.4 ], [ 139.49289321881344, 13.692893218813452 ], [ 139.2, 14.4 ], [ 139.49289321881344, 15.107106781186548 ], [ 140.2, 15.4 ], [ 140.90710678118654, 15.107106781186548 ], [ 141.2, 14.4 ] ] ], [ [ [ 142.2, 14.8 ], [ 141.32132034355962, 12.678679656440359 ], [ 139.2, 11.8 ], [ 137.07867965644036, 12.678679656440359 ], [ 136.2, 14.8 ], [ 137.07867965644036, 16.921320343559643 ], [ 139.2, 17.8 ], [ 141.32132034355962, 16.921320343559643 ], [ 142.2, 14.8 ] ] ], [ [ [ 140.9, 15.3 ], [ 140.02132034355964, 13.178679656440359 ], [ 137.9, 12.3 ], [ 135.77867965644037, 13.178679656440359 ], [ 134.9, 15.3 ], [ 135.77867965644037, 17.421320343559643 ], [ 137.9, 18.3 ], [ 140.02132034355964, 17.421320343559643 ], [ 140.9, 15.3 ] ] ], [ [ [ 139.9, 16.0 ], [ 139.02132034355964, 13.878679656440358 ], [ 136.9, 13.0 ], [ 134.77867965644037, 13.878679656440358 ], [ 133.9, 16.0 ], [ 134.77867965644037, 18.121320343559642 ], [ 136.9, 19.0 ], [ 139.02132034355964, 18.121320343559642 ], [ 139.9, 16.0 ] ] ], [ [ [ 138.7, 16.4 ], [ 137.82132034355962, 14.278679656440357 ], [ 135.7, 13.399999999999999 ], [ 133.57867965644036, 14.278679656440357 ], [ 132.7, 16.4 ], [ 133.57867965644036, 18.52132034355964 ], [ 135.7, 19.4 ], [ 137.82132034355962, 18.52132034355964 ], [ 138.7, 16.4 ] ] ], [ [ [ 137.5, 16.7 ], [ 136.62132034355963, 14.578679656440357 ], [ 134.5, 13.7 ], [ 132.37867965644037, 14.578679656440357 ], [ 131.5, 16.7 ], [ 132.37867965644037, 18.82132034355964 ], [ 134.5, 19.7 ], [ 136.62132034355963, 18.82132034355964 ], [ 137.5, 16.7 ] ] ], [ [ [ 136.2, 17.4 ], [ 135.32132034355962, 15.278679656440357 ], [ 133.2, 14.399999999999999 ], [ 131.07867965644036, 15.278679656440357 ], [ 130.2, 17.4 ], [ 131.07867965644036, 19.52132034355964 ], [ 133.2, 20.4 ], [ 135.32132034355962, 19.52132034355964 ], [ 136.2, 17.4 ] ] ], [ [ [ 134.7, 17.6 ], [ 133.82132034355962, 15.47867965644036 ], [ 131.7, 14.600000000000001 ], [ 129.57867965644036, 15.47867965644036 ], [ 128.7, 17.6 ], [ 129.57867965644036, 19.721320343559643 ], [ 131.7, 20.6 ], [ 133.82132034355962, 19.721320343559643 ], [ 134.7, 17.6 ] ] ], [ [ [ 133.4, 18.0 ], [ 132.52132034355964, 15.878679656440358 ], [ 130.4, 15.0 ], [ 128.27867965644037, 15.878679656440358 ], [ 127.4, 18.0 ], [ 128.27867965644037, 20.121320343559642 ], [ 130.4, 21.0 ], [ 132.52132034355964, 20.121320343559642 ], [ 133.4, 18.0 ] ] ], [ [ [ 132.4, 18.3 ], [ 131.52132034355964, 16.17867965644036 ], [ 129.4, 15.3 ], [ 127.27867965644036, 16.17867965644036 ], [ 126.4, 18.3 ], [ 127.27867965644036, 20.421320343559643 ], [ 129.4, 21.3 ], [ 131.52132034355964, 20.421320343559643 ], [ 132.4, 18.3 ] ] ], [ [ [ 131.2, 18.9 ], [ 130.32132034355962, 16.778679656440357 ], [ 128.2, 15.899999999999999 ], [ 126.07867965644034, 16.778679656440357 ], [ 125.19999999999999, 18.9 ], [ 126.07867965644034, 21.02132034355964 ], [ 128.2, 21.9 ], [ 130.32132034355962, 21.02132034355964 ], [ 131.2, 18.9 ] ] ], [ [ [ 129.7, 19.3 ], [ 128.82132034355965, 17.17867965644036 ], [ 126.7, 16.3 ], [ 124.57867965644036, 17.17867965644036 ], [ 123.7, 19.3 ], [ 124.57867965644036, 21.421320343559643 ], [ 126.7, 22.3 ], [ 128.82132034355965, 21.421320343559643 ], [ 129.7, 19.3 ] ] ], [ [ [ 130.5, 19.6 ], [ 129.03553390593274, 16.064466094067264 ], [ 125.5, 14.600000000000001 ], [ 121.96446609406726, 16.064466094067264 ], [ 120.5, 19.6 ], [ 121.96446609406726, 23.13553390593274 ], [ 125.5, 24.6 ], [ 129.03553390593274, 23.13553390593274 ], [ 130.5, 19.6 ] ] ], [ [ [ 129.1, 20.2 ], [ 127.63553390593273, 16.66446609406726 ], [ 124.1, 15.2 ], [ 120.56446609406726, 16.66446609406726 ], [ 119.1, 20.2 ], [ 120.56446609406726, 23.735533905932737 ], [ 124.1, 25.2 ], [ 127.63553390593273, 23.735533905932737 ], [ 129.1, 20.2 ] ] ], [ [ [ 127.9, 20.4 ], [ 126.43553390593274, 16.86446609406726 ], [ 122.9, 15.399999999999999 ], [ 119.36446609406727, 16.86446609406726 ], [ 117.9, 20.4 ], [ 119.36446609406727, 23.935533905932736 ], [ 122.9, 25.4 ], [ 126.43553390593274, 23.935533905932736 ], [ 127.9, 20.4 ] ] ], [ [ [ 126.8, 20.9 ], [ 125.33553390593273, 17.36446609406726 ], [ 121.8, 15.899999999999999 ], [ 118.26446609406726, 17.36446609406726 ], [ 116.8, 20.9 ], [ 118.26446609406726, 24.435533905932736 ], [ 121.8, 25.9 ], [ 125.33553390593273, 24.435533905932736 ], [ 126.8, 20.9 ] ] ], [ [ [ 123.8, 21.6 ], [ 122.92132034355964, 19.47867965644036 ], [ 120.8, 18.6 ], [ 118.67867965644035, 19.47867965644036 ], [ 117.8, 21.6 ], [ 118.67867965644035, 23.721320343559643 ], [ 120.8, 24.6 ], [ 122.92132034355964, 23.721320343559643 ], [ 123.8, 21.6 ] ] ], [ [ [ 122.8, 22.5 ], [ 121.92132034355964, 20.378679656440358 ], [ 119.8, 19.5 ], [ 117.67867965644035, 20.378679656440358 ], [ 116.8, 22.5 ], [ 117.67867965644035, 24.621320343559642 ], [ 119.8, 25.5 ], [ 121.92132034355964, 24.621320343559642 ], [ 122.8, 22.5 ] ] ], [ [ [ 121.9, 23.5 ], [ 121.02132034355965, 21.378679656440358 ], [ 118.9, 20.5 ], [ 116.77867965644036, 21.378679656440358 ], [ 115.9, 23.5 ], [ 116.77867965644036, 25.621320343559642 ], [ 118.9, 26.5 ], [ 121.02132034355965, 25.621320343559642 ], [ 121.9, 23.5 ] ] ], [ [ [ 121.3, 24.4 ], [ 120.42132034355964, 22.278679656440357 ], [ 118.3, 21.4 ], [ 116.17867965644035, 22.278679656440357 ], [ 115.3, 24.4 ], [ 116.17867965644035, 26.52132034355964 ], [ 118.3, 27.4 ], [ 120.42132034355964, 26.52132034355964 ], [ 121.3, 24.4 ] ] ], [ [ [ 120.7, 25.2 ], [ 119.82132034355965, 23.078679656440357 ], [ 117.7, 22.2 ], [ 115.57867965644036, 23.078679656440357 ], [ 114.7, 25.2 ], [ 115.57867965644036, 27.32132034355964 ], [ 117.7, 28.2 ], [ 119.82132034355965, 27.32132034355964 ], [ 120.7, 25.2 ] ] ], [ [ [ 119.9, 26.1 ], [ 119.02132034355965, 23.97867965644036 ], [ 116.9, 23.1 ], [ 114.77867965644036, 23.97867965644036 ], [ 113.9, 26.1 ], [ 114.77867965644036, 28.221320343559643 ], [ 116.9, 29.1 ], [ 119.02132034355965, 28.221320343559643 ], [ 119.9, 26.1 ] ] ], [ [ [ 118.1, 27.0 ], [ 117.80710678118655, 26.292893218813454 ], [ 117.1, 26.0 ], [ 116.39289321881344, 26.292893218813454 ], [ 116.1, 27.0 ], [ 116.39289321881344, 27.707106781186546 ], [ 117.1, 28.0 ], [ 117.80710678118655, 27.707106781186546 ], [ 118.1, 27.0 ] ] ], [ [ [ 118.5, 28.1 ], [ 118.20710678118655, 27.392893218813455 ], [ 117.5, 27.1 ], [ 116.79289321881345, 27.392893218813455 ], [ 116.5, 28.1 ], [ 116.79289321881345, 28.807106781186548 ], [ 117.5, 29.1 ], [ 118.20710678118655, 28.807106781186548 ], [ 118.5, 28.1 ] ] ], [ [ [ 119.9, 30.2 ], [ 119.60710678118656, 29.492893218813453 ], [ 118.9, 29.2 ], [ 118.19289321881345, 29.492893218813453 ], [ 117.9, 30.2 ], [ 118.19289321881345, 30.907106781186545 ], [ 118.9, 31.2 ], [ 119.60710678118656, 30.907106781186545 ], [ 119.9, 30.2 ] ] ], [ [ [ 121.1, 31.6 ], [ 120.80710678118655, 30.892893218813455 ], [ 120.1, 30.6 ], [ 119.39289321881344, 30.892893218813455 ], [ 119.1, 31.6 ], [ 119.39289321881344, 32.30710678118655 ], [ 120.1, 32.6 ], [ 120.80710678118655, 32.30710678118655 ], [ 121.1, 31.6 ] ] ], [ [ [ 122.5, 32.7 ], [ 122.20710678118655, 31.992893218813457 ], [ 121.5, 31.700000000000003 ], [ 120.79289321881345, 31.992893218813457 ], [ 120.5, 32.7 ], [ 120.79289321881345, 33.40710678118655 ], [ 121.5, 33.7 ], [ 122.20710678118655, 33.40710678118655 ], [ 122.5, 32.7 ] ] ], [ [ [ 124.4, 33.7 ], [ 124.10710678118656, 32.99289321881346 ], [ 123.4, 32.7 ], [ 122.69289321881345, 32.99289321881346 ], [ 122.4, 33.7 ], [ 122.69289321881345, 34.40710678118655 ], [ 123.4, 34.7 ], [ 124.10710678118656, 34.40710678118655 ], [ 124.4, 33.7 ] ] ], [ [ [ 124.8, 33.5 ], [ 124.50710678118655, 32.792893218813454 ], [ 123.8, 32.5 ], [ 123.09289321881344, 32.792893218813454 ], [ 122.8, 33.5 ], [ 123.09289321881344, 34.207106781186546 ], [ 123.8, 34.5 ], [ 124.50710678118655, 34.207106781186546 ], [ 124.8, 33.5 ] ] ], [ [ [ 125.4, 33.3 ], [ 125.10710678118656, 32.59289321881345 ], [ 124.4, 32.3 ], [ 123.69289321881345, 32.59289321881345 ], [ 123.4, 33.3 ], [ 123.69289321881345, 34.00710678118654 ], [ 124.4, 34.3 ], [ 125.10710678118656, 34.00710678118654 ], [ 125.4, 33.3 ] ] ], [ [ [ 126.2, 33.2 ], [ 125.90710678118656, 32.49289321881346 ], [ 125.2, 32.2 ], [ 124.49289321881345, 32.49289321881346 ], [ 124.2, 33.2 ], [ 124.49289321881345, 33.90710678118655 ], [ 125.2, 34.2 ], [ 125.90710678118656, 33.90710678118655 ], [ 126.2, 33.2 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-09T21:00:00Z", "2016-09-10T03:00:00Z", "2016-09-10T09:00:00Z", "2016-09-10T15:00:00Z", "2016-09-10T21:00:00Z", "2016-09-11T03:00:00Z", "2016-09-11T09:00:00Z", "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1000.0, 998.0, 990.0, 980.0, 970.0, 950.0, 940.0, 930.0, 920.0, 910.0, 910.0, 900.0, 900.0, 890.0, 900.0, 910.0, 930.0, 940.0, 965.0, 980.0, 996.0, 1002.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1006.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 55.0, 65.0, 80.0, 85.0, 95.0, 100.0, 105.0, 105.0, 115.0, 115.0, 120.0, 115.0, 105.0, 90.0, 85.0, 70.0, 55.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201614号 (MERANTI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-09T21:00:00Z", "2016-09-10T03:00:00Z", "2016-09-10T09:00:00Z", "2016-09-10T15:00:00Z", "2016-09-10T21:00:00Z", "2016-09-11T03:00:00Z", "2016-09-11T09:00:00Z", "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 142.7, 13.7 ], [ 142.40710678118654, 12.992893218813451 ], [ 141.7, 12.7 ], [ 140.99289321881344, 12.992893218813451 ], [ 140.7, 13.7 ], [ 140.99289321881344, 14.407106781186547 ], [ 141.7, 14.7 ], [ 142.40710678118654, 14.407106781186547 ], [ 142.7, 13.7 ] ] ], [ [ [ 142.2, 14.0 ], [ 141.90710678118654, 13.292893218813452 ], [ 141.2, 13.0 ], [ 140.49289321881344, 13.292893218813452 ], [ 140.2, 14.0 ], [ 140.49289321881344, 14.707106781186548 ], [ 141.2, 15.0 ], [ 141.90710678118654, 14.707106781186548 ], [ 142.2, 14.0 ] ] ], [ [ [ 141.2, 14.4 ], [ 140.90710678118654, 13.692893218813452 ], [ 140.2, 13.4 ], [ 139.49289321881344, 13.692893218813452 ], [ 139.2, 14.4 ], [ 139.49289321881344, 15.107106781186548 ], [ 140.2, 15.4 ], [ 140.90710678118654, 15.107106781186548 ], [ 141.2, 14.4 ] ] ], [ [ [ 142.2, 14.8 ], [ 141.32132034355962, 12.678679656440359 ], [ 139.2, 11.8 ], [ 137.07867965644036, 12.678679656440359 ], [ 136.2, 14.8 ], [ 137.07867965644036, 16.921320343559643 ], [ 139.2, 17.8 ], [ 141.32132034355962, 16.921320343559643 ], [ 142.2, 14.8 ] ] ], [ [ [ 140.9, 15.3 ], [ 140.02132034355964, 13.178679656440359 ], [ 137.9, 12.3 ], [ 135.77867965644037, 13.178679656440359 ], [ 134.9, 15.3 ], [ 135.77867965644037, 17.421320343559643 ], [ 137.9, 18.3 ], [ 140.02132034355964, 17.421320343559643 ], [ 140.9, 15.3 ] ] ], [ [ [ 139.9, 16.0 ], [ 139.02132034355964, 13.878679656440358 ], [ 136.9, 13.0 ], [ 134.77867965644037, 13.878679656440358 ], [ 133.9, 16.0 ], [ 134.77867965644037, 18.121320343559642 ], [ 136.9, 19.0 ], [ 139.02132034355964, 18.121320343559642 ], [ 139.9, 16.0 ] ] ], [ [ [ 138.7, 16.4 ], [ 137.82132034355962, 14.278679656440357 ], [ 135.7, 13.399999999999999 ], [ 133.57867965644036, 14.278679656440357 ], [ 132.7, 16.4 ], [ 133.57867965644036, 18.52132034355964 ], [ 135.7, 19.4 ], [ 137.82132034355962, 18.52132034355964 ], [ 138.7, 16.4 ] ] ], [ [ [ 137.5, 16.7 ], [ 136.62132034355963, 14.578679656440357 ], [ 134.5, 13.7 ], [ 132.37867965644037, 14.578679656440357 ], [ 131.5, 16.7 ], [ 132.37867965644037, 18.82132034355964 ], [ 134.5, 19.7 ], [ 136.62132034355963, 18.82132034355964 ], [ 137.5, 16.7 ] ] ], [ [ [ 136.2, 17.4 ], [ 135.32132034355962, 15.278679656440357 ], [ 133.2, 14.399999999999999 ], [ 131.07867965644036, 15.278679656440357 ], [ 130.2, 17.4 ], [ 131.07867965644036, 19.52132034355964 ], [ 133.2, 20.4 ], [ 135.32132034355962, 19.52132034355964 ], [ 136.2, 17.4 ] ] ], [ [ [ 134.7, 17.6 ], [ 133.82132034355962, 15.47867965644036 ], [ 131.7, 14.600000000000001 ], [ 129.57867965644036, 15.47867965644036 ], [ 128.7, 17.6 ], [ 129.57867965644036, 19.721320343559643 ], [ 131.7, 20.6 ], [ 133.82132034355962, 19.721320343559643 ], [ 134.7, 17.6 ] ] ], [ [ [ 133.4, 18.0 ], [ 132.52132034355964, 15.878679656440358 ], [ 130.4, 15.0 ], [ 128.27867965644037, 15.878679656440358 ], [ 127.4, 18.0 ], [ 128.27867965644037, 20.121320343559642 ], [ 130.4, 21.0 ], [ 132.52132034355964, 20.121320343559642 ], [ 133.4, 18.0 ] ] ], [ [ [ 132.4, 18.3 ], [ 131.52132034355964, 16.17867965644036 ], [ 129.4, 15.3 ], [ 127.27867965644036, 16.17867965644036 ], [ 126.4, 18.3 ], [ 127.27867965644036, 20.421320343559643 ], [ 129.4, 21.3 ], [ 131.52132034355964, 20.421320343559643 ], [ 132.4, 18.3 ] ] ], [ [ [ 131.2, 18.9 ], [ 130.32132034355962, 16.778679656440357 ], [ 128.2, 15.899999999999999 ], [ 126.07867965644034, 16.778679656440357 ], [ 125.19999999999999, 18.9 ], [ 126.07867965644034, 21.02132034355964 ], [ 128.2, 21.9 ], [ 130.32132034355962, 21.02132034355964 ], [ 131.2, 18.9 ] ] ], [ [ [ 129.7, 19.3 ], [ 128.82132034355965, 17.17867965644036 ], [ 126.7, 16.3 ], [ 124.57867965644036, 17.17867965644036 ], [ 123.7, 19.3 ], [ 124.57867965644036, 21.421320343559643 ], [ 126.7, 22.3 ], [ 128.82132034355965, 21.421320343559643 ], [ 129.7, 19.3 ] ] ], [ [ [ 130.5, 19.6 ], [ 129.03553390593274, 16.064466094067264 ], [ 125.5, 14.600000000000001 ], [ 121.96446609406726, 16.064466094067264 ], [ 120.5, 19.6 ], [ 121.96446609406726, 23.13553390593274 ], [ 125.5, 24.6 ], [ 129.03553390593274, 23.13553390593274 ], [ 130.5, 19.6 ] ] ], [ [ [ 129.1, 20.2 ], [ 127.63553390593273, 16.66446609406726 ], [ 124.1, 15.2 ], [ 120.56446609406726, 16.66446609406726 ], [ 119.1, 20.2 ], [ 120.56446609406726, 23.735533905932737 ], [ 124.1, 25.2 ], [ 127.63553390593273, 23.735533905932737 ], [ 129.1, 20.2 ] ] ], [ [ [ 127.9, 20.4 ], [ 126.43553390593274, 16.86446609406726 ], [ 122.9, 15.399999999999999 ], [ 119.36446609406727, 16.86446609406726 ], [ 117.9, 20.4 ], [ 119.36446609406727, 23.935533905932736 ], [ 122.9, 25.4 ], [ 126.43553390593274, 23.935533905932736 ], [ 127.9, 20.4 ] ] ], [ [ [ 126.8, 20.9 ], [ 125.33553390593273, 17.36446609406726 ], [ 121.8, 15.899999999999999 ], [ 118.26446609406726, 17.36446609406726 ], [ 116.8, 20.9 ], [ 118.26446609406726, 24.435533905932736 ], [ 121.8, 25.9 ], [ 125.33553390593273, 24.435533905932736 ], [ 126.8, 20.9 ] ] ], [ [ [ 123.8, 21.6 ], [ 122.92132034355964, 19.47867965644036 ], [ 120.8, 18.6 ], [ 118.67867965644035, 19.47867965644036 ], [ 117.8, 21.6 ], [ 118.67867965644035, 23.721320343559643 ], [ 120.8, 24.6 ], [ 122.92132034355964, 23.721320343559643 ], [ 123.8, 21.6 ] ] ], [ [ [ 122.8, 22.5 ], [ 121.92132034355964, 20.378679656440358 ], [ 119.8, 19.5 ], [ 117.67867965644035, 20.378679656440358 ], [ 116.8, 22.5 ], [ 117.67867965644035, 24.621320343559642 ], [ 119.8, 25.5 ], [ 121.92132034355964, 24.621320343559642 ], [ 122.8, 22.5 ] ] ], [ [ [ 121.9, 23.5 ], [ 121.02132034355965, 21.378679656440358 ], [ 118.9, 20.5 ], [ 116.77867965644036, 21.378679656440358 ], [ 115.9, 23.5 ], [ 116.77867965644036, 25.621320343559642 ], [ 118.9, 26.5 ], [ 121.02132034355965, 25.621320343559642 ], [ 121.9, 23.5 ] ] ], [ [ [ 121.3, 24.4 ], [ 120.42132034355964, 22.278679656440357 ], [ 118.3, 21.4 ], [ 116.17867965644035, 22.278679656440357 ], [ 115.3, 24.4 ], [ 116.17867965644035, 26.52132034355964 ], [ 118.3, 27.4 ], [ 120.42132034355964, 26.52132034355964 ], [ 121.3, 24.4 ] ] ], [ [ [ 120.7, 25.2 ], [ 119.82132034355965, 23.078679656440357 ], [ 117.7, 22.2 ], [ 115.57867965644036, 23.078679656440357 ], [ 114.7, 25.2 ], [ 115.57867965644036, 27.32132034355964 ], [ 117.7, 28.2 ], [ 119.82132034355965, 27.32132034355964 ], [ 120.7, 25.2 ] ] ], [ [ [ 119.9, 26.1 ], [ 119.02132034355965, 23.97867965644036 ], [ 116.9, 23.1 ], [ 114.77867965644036, 23.97867965644036 ], [ 113.9, 26.1 ], [ 114.77867965644036, 28.221320343559643 ], [ 116.9, 29.1 ], [ 119.02132034355965, 28.221320343559643 ], [ 119.9, 26.1 ] ] ], [ [ [ 118.1, 27.0 ], [ 117.80710678118655, 26.292893218813454 ], [ 117.1, 26.0 ], [ 116.39289321881344, 26.292893218813454 ], [ 116.1, 27.0 ], [ 116.39289321881344, 27.707106781186546 ], [ 117.1, 28.0 ], [ 117.80710678118655, 27.707106781186546 ], [ 118.1, 27.0 ] ] ], [ [ [ 118.5, 28.1 ], [ 118.20710678118655, 27.392893218813455 ], [ 117.5, 27.1 ], [ 116.79289321881345, 27.392893218813455 ], [ 116.5, 28.1 ], [ 116.79289321881345, 28.807106781186548 ], [ 117.5, 29.1 ], [ 118.20710678118655, 28.807106781186548 ], [ 118.5, 28.1 ] ] ], [ [ [ 119.9, 30.2 ], [ 119.60710678118656, 29.492893218813453 ], [ 118.9, 29.2 ], [ 118.19289321881345, 29.492893218813453 ], [ 117.9, 30.2 ], [ 118.19289321881345, 30.907106781186545 ], [ 118.9, 31.2 ], [ 119.60710678118656, 30.907106781186545 ], [ 119.9, 30.2 ] ] ], [ [ [ 121.1, 31.6 ], [ 120.80710678118655, 30.892893218813455 ], [ 120.1, 30.6 ], [ 119.39289321881344, 30.892893218813455 ], [ 119.1, 31.6 ], [ 119.39289321881344, 32.30710678118655 ], [ 120.1, 32.6 ], [ 120.80710678118655, 32.30710678118655 ], [ 121.1, 31.6 ] ] ], [ [ [ 122.5, 32.7 ], [ 122.20710678118655, 31.992893218813457 ], [ 121.5, 31.700000000000003 ], [ 120.79289321881345, 31.992893218813457 ], [ 120.5, 32.7 ], [ 120.79289321881345, 33.40710678118655 ], [ 121.5, 33.7 ], [ 122.20710678118655, 33.40710678118655 ], [ 122.5, 32.7 ] ] ], [ [ [ 124.4, 33.7 ], [ 124.10710678118656, 32.99289321881346 ], [ 123.4, 32.7 ], [ 122.69289321881345, 32.99289321881346 ], [ 122.4, 33.7 ], [ 122.69289321881345, 34.40710678118655 ], [ 123.4, 34.7 ], [ 124.10710678118656, 34.40710678118655 ], [ 124.4, 33.7 ] ] ], [ [ [ 124.8, 33.5 ], [ 124.50710678118655, 32.792893218813454 ], [ 123.8, 32.5 ], [ 123.09289321881344, 32.792893218813454 ], [ 122.8, 33.5 ], [ 123.09289321881344, 34.207106781186546 ], [ 123.8, 34.5 ], [ 124.50710678118655, 34.207106781186546 ], [ 124.8, 33.5 ] ] ], [ [ [ 125.4, 33.3 ], [ 125.10710678118656, 32.59289321881345 ], [ 124.4, 32.3 ], [ 123.69289321881345, 32.59289321881345 ], [ 123.4, 33.3 ], [ 123.69289321881345, 34.00710678118654 ], [ 124.4, 34.3 ], [ 125.10710678118656, 34.00710678118654 ], [ 125.4, 33.3 ] ] ], [ [ [ 126.2, 33.2 ], [ 125.90710678118656, 32.49289321881346 ], [ 125.2, 32.2 ], [ 124.49289321881345, 32.49289321881346 ], [ 124.2, 33.2 ], [ 124.49289321881345, 33.90710678118655 ], [ 125.2, 34.2 ], [ 125.90710678118656, 33.90710678118655 ], [ 126.2, 33.2 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-09T21:00:00Z", "2016-09-10T03:00:00Z", "2016-09-10T09:00:00Z", "2016-09-10T15:00:00Z", "2016-09-10T21:00:00Z", "2016-09-11T03:00:00Z", "2016-09-11T09:00:00Z", "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1000.0, 998.0, 990.0, 980.0, 970.0, 950.0, 940.0, 930.0, 920.0, 910.0, 910.0, 900.0, 900.0, 890.0, 900.0, 910.0, 930.0, 940.0, 965.0, 980.0, 996.0, 1002.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1006.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 55.0, 65.0, 80.0, 85.0, 95.0, 100.0, 105.0, 105.0, 115.0, 115.0, 120.0, 115.0, 105.0, 90.0, 85.0, 70.0, 55.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201615_RAI_feature.json b/samples/Typhoon201615_RAI_feature.json
index 94d34ba..f236521 100644
--- a/samples/Typhoon201615_RAI_feature.json
+++ b/samples/Typhoon201615_RAI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201615号 (RAI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z" ],
- "coordinates" : [ [ [ [ 115.3, 12.3 ], [ 115.00710678118655, 11.592893218813453 ], [ 114.3, 11.3 ], [ 113.59289321881344, 11.592893218813453 ], [ 113.3, 12.3 ], [ 113.59289321881344, 13.007106781186549 ], [ 114.3, 13.3 ], [ 115.00710678118655, 13.007106781186549 ], [ 115.3, 12.3 ] ] ], [ [ [ 114.9, 12.7 ], [ 114.60710678118656, 11.992893218813451 ], [ 113.9, 11.7 ], [ 113.19289321881345, 11.992893218813451 ], [ 112.9, 12.7 ], [ 113.19289321881345, 13.407106781186547 ], [ 113.9, 13.7 ], [ 114.60710678118656, 13.407106781186547 ], [ 114.9, 12.7 ] ] ], [ [ [ 114.2, 13.2 ], [ 113.90710678118656, 12.492893218813451 ], [ 113.2, 12.2 ], [ 112.49289321881345, 12.492893218813451 ], [ 112.2, 13.2 ], [ 112.49289321881345, 13.907106781186547 ], [ 113.2, 14.2 ], [ 113.90710678118656, 13.907106781186547 ], [ 114.2, 13.2 ] ] ], [ [ [ 113.1, 13.7 ], [ 112.80710678118655, 12.992893218813451 ], [ 112.1, 12.7 ], [ 111.39289321881344, 12.992893218813451 ], [ 111.1, 13.7 ], [ 111.39289321881344, 14.407106781186547 ], [ 112.1, 14.7 ], [ 112.80710678118655, 14.407106781186547 ], [ 113.1, 13.7 ] ] ], [ [ [ 112.0, 14.4 ], [ 111.70710678118655, 13.692893218813452 ], [ 111.0, 13.4 ], [ 110.29289321881345, 13.692893218813452 ], [ 110.0, 14.4 ], [ 110.29289321881345, 15.107106781186548 ], [ 111.0, 15.4 ], [ 111.70710678118655, 15.107106781186548 ], [ 112.0, 14.4 ] ] ], [ [ [ 112.9, 14.9 ], [ 112.02132034355965, 12.778679656440358 ], [ 109.9, 11.9 ], [ 107.77867965644036, 12.778679656440357 ], [ 106.9, 14.9 ], [ 107.77867965644036, 17.021320343559644 ], [ 109.9, 17.9 ], [ 112.02132034355965, 17.021320343559644 ], [ 112.9, 14.9 ] ] ], [ [ [ 111.9, 15.5 ], [ 111.02132034355965, 13.378679656440358 ], [ 108.9, 12.5 ], [ 106.77867965644036, 13.378679656440358 ], [ 105.9, 15.5 ], [ 106.77867965644036, 17.621320343559642 ], [ 108.9, 18.5 ], [ 111.02132034355965, 17.621320343559642 ], [ 111.9, 15.5 ] ] ], [ [ [ 110.3, 15.9 ], [ 109.42132034355964, 13.778679656440358 ], [ 107.3, 12.9 ], [ 105.17867965644035, 13.778679656440357 ], [ 104.3, 15.9 ], [ 105.17867965644035, 18.021320343559644 ], [ 107.3, 18.9 ], [ 109.42132034355964, 18.021320343559644 ], [ 110.3, 15.9 ] ] ], [ [ [ 108.9, 16.0 ], [ 108.02132034355965, 13.878679656440358 ], [ 105.9, 13.0 ], [ 103.77867965644036, 13.878679656440358 ], [ 102.9, 16.0 ], [ 103.77867965644036, 18.121320343559642 ], [ 105.9, 19.0 ], [ 108.02132034355965, 18.121320343559642 ], [ 108.9, 16.0 ] ] ], [ [ [ 107.7, 16.0 ], [ 106.82132034355965, 13.878679656440358 ], [ 104.7, 13.0 ], [ 102.57867965644036, 13.878679656440358 ], [ 101.7, 16.0 ], [ 102.57867965644036, 18.121320343559642 ], [ 104.7, 19.0 ], [ 106.82132034355965, 18.121320343559642 ], [ 107.7, 16.0 ] ] ], [ [ [ 104.5, 16.1 ], [ 104.20710678118655, 15.392893218813454 ], [ 103.5, 15.100000000000001 ], [ 102.79289321881345, 15.392893218813454 ], [ 102.5, 16.1 ], [ 102.79289321881345, 16.807106781186548 ], [ 103.5, 17.1 ], [ 104.20710678118655, 16.807106781186548 ], [ 104.5, 16.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 996.0, 996.0, 998.0, 1000.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201615号 (RAI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 115.3, 12.3 ], [ 115.00710678118655, 11.592893218813453 ], [ 114.3, 11.3 ], [ 113.59289321881344, 11.592893218813453 ], [ 113.3, 12.3 ], [ 113.59289321881344, 13.007106781186549 ], [ 114.3, 13.3 ], [ 115.00710678118655, 13.007106781186549 ], [ 115.3, 12.3 ] ] ], [ [ [ 114.9, 12.7 ], [ 114.60710678118656, 11.992893218813451 ], [ 113.9, 11.7 ], [ 113.19289321881345, 11.992893218813451 ], [ 112.9, 12.7 ], [ 113.19289321881345, 13.407106781186547 ], [ 113.9, 13.7 ], [ 114.60710678118656, 13.407106781186547 ], [ 114.9, 12.7 ] ] ], [ [ [ 114.2, 13.2 ], [ 113.90710678118656, 12.492893218813451 ], [ 113.2, 12.2 ], [ 112.49289321881345, 12.492893218813451 ], [ 112.2, 13.2 ], [ 112.49289321881345, 13.907106781186547 ], [ 113.2, 14.2 ], [ 113.90710678118656, 13.907106781186547 ], [ 114.2, 13.2 ] ] ], [ [ [ 113.1, 13.7 ], [ 112.80710678118655, 12.992893218813451 ], [ 112.1, 12.7 ], [ 111.39289321881344, 12.992893218813451 ], [ 111.1, 13.7 ], [ 111.39289321881344, 14.407106781186547 ], [ 112.1, 14.7 ], [ 112.80710678118655, 14.407106781186547 ], [ 113.1, 13.7 ] ] ], [ [ [ 112.0, 14.4 ], [ 111.70710678118655, 13.692893218813452 ], [ 111.0, 13.4 ], [ 110.29289321881345, 13.692893218813452 ], [ 110.0, 14.4 ], [ 110.29289321881345, 15.107106781186548 ], [ 111.0, 15.4 ], [ 111.70710678118655, 15.107106781186548 ], [ 112.0, 14.4 ] ] ], [ [ [ 112.9, 14.9 ], [ 112.02132034355965, 12.778679656440358 ], [ 109.9, 11.9 ], [ 107.77867965644036, 12.778679656440357 ], [ 106.9, 14.9 ], [ 107.77867965644036, 17.021320343559644 ], [ 109.9, 17.9 ], [ 112.02132034355965, 17.021320343559644 ], [ 112.9, 14.9 ] ] ], [ [ [ 111.9, 15.5 ], [ 111.02132034355965, 13.378679656440358 ], [ 108.9, 12.5 ], [ 106.77867965644036, 13.378679656440358 ], [ 105.9, 15.5 ], [ 106.77867965644036, 17.621320343559642 ], [ 108.9, 18.5 ], [ 111.02132034355965, 17.621320343559642 ], [ 111.9, 15.5 ] ] ], [ [ [ 110.3, 15.9 ], [ 109.42132034355964, 13.778679656440358 ], [ 107.3, 12.9 ], [ 105.17867965644035, 13.778679656440357 ], [ 104.3, 15.9 ], [ 105.17867965644035, 18.021320343559644 ], [ 107.3, 18.9 ], [ 109.42132034355964, 18.021320343559644 ], [ 110.3, 15.9 ] ] ], [ [ [ 108.9, 16.0 ], [ 108.02132034355965, 13.878679656440358 ], [ 105.9, 13.0 ], [ 103.77867965644036, 13.878679656440358 ], [ 102.9, 16.0 ], [ 103.77867965644036, 18.121320343559642 ], [ 105.9, 19.0 ], [ 108.02132034355965, 18.121320343559642 ], [ 108.9, 16.0 ] ] ], [ [ [ 107.7, 16.0 ], [ 106.82132034355965, 13.878679656440358 ], [ 104.7, 13.0 ], [ 102.57867965644036, 13.878679656440358 ], [ 101.7, 16.0 ], [ 102.57867965644036, 18.121320343559642 ], [ 104.7, 19.0 ], [ 106.82132034355965, 18.121320343559642 ], [ 107.7, 16.0 ] ] ], [ [ [ 104.5, 16.1 ], [ 104.20710678118655, 15.392893218813454 ], [ 103.5, 15.100000000000001 ], [ 102.79289321881345, 15.392893218813454 ], [ 102.5, 16.1 ], [ 102.79289321881345, 16.807106781186548 ], [ 103.5, 17.1 ], [ 104.20710678118655, 16.807106781186548 ], [ 104.5, 16.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-11T15:00:00Z", "2016-09-11T21:00:00Z", "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 996.0, 996.0, 998.0, 1000.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201616_MALAKAS_feature.json b/samples/Typhoon201616_MALAKAS_feature.json
index 1588c00..41327b9 100644
--- a/samples/Typhoon201616_MALAKAS_feature.json
+++ b/samples/Typhoon201616_MALAKAS_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201616号 (MALAKAS)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T18:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T00:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T06:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T12:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T18:00:00Z", "2016-09-17T21:00:00Z", "2016-09-18T03:00:00Z", "2016-09-18T09:00:00Z", "2016-09-18T15:00:00Z", "2016-09-18T21:00:00Z", "2016-09-19T03:00:00Z", "2016-09-19T09:00:00Z", "2016-09-19T12:00:00Z", "2016-09-19T15:00:00Z", "2016-09-19T18:00:00Z", "2016-09-19T21:00:00Z", "2016-09-20T00:00:00Z", "2016-09-20T03:00:00Z", "2016-09-20T06:00:00Z", "2016-09-20T09:00:00Z", "2016-09-20T11:00:00Z", "2016-09-20T12:00:00Z", "2016-09-20T13:00:00Z", "2016-09-20T15:00:00Z", "2016-09-20T17:00:00Z", "2016-09-20T18:00:00Z", "2016-09-20T21:00:00Z" ],
- "coordinates" : [ [ [ [ 145.8, 12.5 ], [ 145.50710678118656, 11.792893218813452 ], [ 144.8, 11.5 ], [ 144.09289321881346, 11.792893218813452 ], [ 143.8, 12.5 ], [ 144.09289321881346, 13.207106781186548 ], [ 144.8, 13.5 ], [ 145.50710678118656, 13.207106781186548 ], [ 145.8, 12.5 ] ] ], [ [ [ 144.1, 12.8 ], [ 143.80710678118655, 12.092893218813453 ], [ 143.1, 11.8 ], [ 142.39289321881344, 12.092893218813453 ], [ 142.1, 12.8 ], [ 142.39289321881344, 13.507106781186549 ], [ 143.1, 13.8 ], [ 143.80710678118655, 13.507106781186549 ], [ 144.1, 12.8 ] ] ], [ [ [ 142.9, 13.2 ], [ 142.60710678118656, 12.492893218813451 ], [ 141.9, 12.2 ], [ 141.19289321881345, 12.492893218813451 ], [ 140.9, 13.2 ], [ 141.19289321881345, 13.907106781186547 ], [ 141.9, 14.2 ], [ 142.60710678118656, 13.907106781186547 ], [ 142.9, 13.2 ] ] ], [ [ [ 141.8, 13.5 ], [ 141.50710678118656, 12.792893218813452 ], [ 140.8, 12.5 ], [ 140.09289321881346, 12.792893218813452 ], [ 139.8, 13.5 ], [ 140.09289321881346, 14.207106781186548 ], [ 140.8, 14.5 ], [ 141.50710678118656, 14.207106781186548 ], [ 141.8, 13.5 ] ] ], [ [ [ 142.4, 13.8 ], [ 141.52132034355964, 11.678679656440359 ], [ 139.4, 10.8 ], [ 137.27867965644037, 11.678679656440359 ], [ 136.4, 13.8 ], [ 137.27867965644037, 15.921320343559643 ], [ 139.4, 16.8 ], [ 141.52132034355964, 15.921320343559643 ], [ 142.4, 13.8 ] ] ], [ [ [ 141.1, 14.2 ], [ 140.22132034355963, 12.078679656440357 ], [ 138.1, 11.2 ], [ 135.97867965644036, 12.078679656440357 ], [ 135.1, 14.2 ], [ 135.97867965644036, 16.32132034355964 ], [ 138.1, 17.2 ], [ 140.22132034355963, 16.32132034355964 ], [ 141.1, 14.2 ] ] ], [ [ [ 140.0, 14.5 ], [ 139.12132034355963, 12.378679656440358 ], [ 137.0, 11.5 ], [ 134.87867965644037, 12.378679656440358 ], [ 134.0, 14.5 ], [ 134.87867965644037, 16.621320343559642 ], [ 137.0, 17.5 ], [ 139.12132034355963, 16.621320343559642 ], [ 140.0, 14.5 ] ] ], [ [ [ 138.9, 14.7 ], [ 138.02132034355964, 12.578679656440357 ], [ 135.9, 11.7 ], [ 133.77867965644037, 12.578679656440357 ], [ 132.9, 14.7 ], [ 133.77867965644037, 16.82132034355964 ], [ 135.9, 17.7 ], [ 138.02132034355964, 16.82132034355964 ], [ 138.9, 14.7 ] ] ], [ [ [ 137.6, 15.0 ], [ 136.72132034355963, 12.878679656440358 ], [ 134.6, 12.0 ], [ 132.47867965644036, 12.878679656440358 ], [ 131.6, 15.0 ], [ 132.47867965644036, 17.121320343559642 ], [ 134.6, 18.0 ], [ 136.72132034355963, 17.121320343559642 ], [ 137.6, 15.0 ] ] ], [ [ [ 136.4, 15.4 ], [ 135.52132034355964, 13.278679656440358 ], [ 133.4, 12.4 ], [ 131.27867965644037, 13.278679656440357 ], [ 130.4, 15.4 ], [ 131.27867965644037, 17.521320343559644 ], [ 133.4, 18.4 ], [ 135.52132034355964, 17.521320343559644 ], [ 136.4, 15.4 ] ] ], [ [ [ 135.2, 15.8 ], [ 134.32132034355962, 13.678679656440359 ], [ 132.2, 12.8 ], [ 130.07867965644036, 13.678679656440359 ], [ 129.2, 15.8 ], [ 130.07867965644036, 17.921320343559643 ], [ 132.2, 18.8 ], [ 134.32132034355962, 17.921320343559643 ], [ 135.2, 15.8 ] ] ], [ [ [ 134.2, 16.3 ], [ 133.32132034355962, 14.178679656440359 ], [ 131.2, 13.3 ], [ 129.07867965644036, 14.178679656440359 ], [ 128.2, 16.3 ], [ 129.07867965644036, 18.421320343559643 ], [ 131.2, 19.3 ], [ 133.32132034355962, 18.421320343559643 ], [ 134.2, 16.3 ] ] ], [ [ [ 133.0, 16.7 ], [ 132.12132034355963, 14.578679656440357 ], [ 130.0, 13.7 ], [ 127.87867965644035, 14.578679656440357 ], [ 127.0, 16.7 ], [ 127.87867965644035, 18.82132034355964 ], [ 130.0, 19.7 ], [ 132.12132034355963, 18.82132034355964 ], [ 133.0, 16.7 ] ] ], [ [ [ 131.8, 16.9 ], [ 130.92132034355964, 14.778679656440357 ], [ 128.8, 13.899999999999999 ], [ 126.67867965644037, 14.778679656440357 ], [ 125.80000000000001, 16.9 ], [ 126.67867965644037, 19.02132034355964 ], [ 128.8, 19.9 ], [ 130.92132034355964, 19.02132034355964 ], [ 131.8, 16.9 ] ] ], [ [ [ 130.7, 17.5 ], [ 129.82132034355965, 15.378679656440358 ], [ 127.7, 14.5 ], [ 125.57867965644036, 15.378679656440358 ], [ 124.7, 17.5 ], [ 125.57867965644036, 19.621320343559642 ], [ 127.7, 20.5 ], [ 129.82132034355965, 19.621320343559642 ], [ 130.7, 17.5 ] ] ], [ [ [ 129.7, 18.4 ], [ 128.82132034355965, 16.278679656440357 ], [ 126.7, 15.399999999999999 ], [ 124.57867965644036, 16.278679656440357 ], [ 123.7, 18.4 ], [ 124.57867965644036, 20.52132034355964 ], [ 126.7, 21.4 ], [ 128.82132034355965, 20.52132034355964 ], [ 129.7, 18.4 ] ] ], [ [ [ 128.7, 19.2 ], [ 127.82132034355965, 17.078679656440357 ], [ 125.7, 16.2 ], [ 123.57867965644036, 17.078679656440357 ], [ 122.7, 19.2 ], [ 123.57867965644036, 21.32132034355964 ], [ 125.7, 22.2 ], [ 127.82132034355965, 21.32132034355964 ], [ 128.7, 19.2 ] ] ], [ [ [ 127.7, 20.1 ], [ 126.82132034355965, 17.97867965644036 ], [ 124.7, 17.1 ], [ 122.57867965644036, 17.97867965644036 ], [ 121.7, 20.1 ], [ 122.57867965644036, 22.221320343559643 ], [ 124.7, 23.1 ], [ 126.82132034355965, 22.221320343559643 ], [ 127.7, 20.1 ] ] ], [ [ [ 126.9, 21.1 ], [ 126.02132034355965, 18.97867965644036 ], [ 123.9, 18.1 ], [ 121.77867965644036, 18.97867965644036 ], [ 120.9, 21.1 ], [ 121.77867965644036, 23.221320343559643 ], [ 123.9, 24.1 ], [ 126.02132034355965, 23.221320343559643 ], [ 126.9, 21.1 ] ] ], [ [ [ 126.7, 21.5 ], [ 125.82132034355965, 19.378679656440358 ], [ 123.7, 18.5 ], [ 121.57867965644036, 19.378679656440358 ], [ 120.7, 21.5 ], [ 121.57867965644036, 23.621320343559642 ], [ 123.7, 24.5 ], [ 125.82132034355965, 23.621320343559642 ], [ 126.7, 21.5 ] ] ], [ [ [ 126.4, 22.1 ], [ 125.52132034355965, 19.97867965644036 ], [ 123.4, 19.1 ], [ 121.27867965644036, 19.97867965644036 ], [ 120.4, 22.1 ], [ 121.27867965644036, 24.221320343559643 ], [ 123.4, 25.1 ], [ 125.52132034355965, 24.221320343559643 ], [ 126.4, 22.1 ] ] ], [ [ [ 126.1, 22.5 ], [ 125.22132034355964, 20.378679656440358 ], [ 123.1, 19.5 ], [ 120.97867965644035, 20.378679656440358 ], [ 120.1, 22.5 ], [ 120.97867965644035, 24.621320343559642 ], [ 123.1, 25.5 ], [ 125.22132034355964, 24.621320343559642 ], [ 126.1, 22.5 ] ] ], [ [ [ 126.1, 23.0 ], [ 125.22132034355964, 20.878679656440358 ], [ 123.1, 20.0 ], [ 120.97867965644035, 20.878679656440358 ], [ 120.1, 23.0 ], [ 120.97867965644035, 25.121320343559642 ], [ 123.1, 26.0 ], [ 125.22132034355964, 25.121320343559642 ], [ 126.1, 23.0 ] ] ], [ [ [ 126.0, 23.6 ], [ 125.12132034355965, 21.47867965644036 ], [ 123.0, 20.6 ], [ 120.87867965644035, 21.47867965644036 ], [ 120.0, 23.6 ], [ 120.87867965644035, 25.721320343559643 ], [ 123.0, 26.6 ], [ 125.12132034355965, 25.721320343559643 ], [ 126.0, 23.6 ] ] ], [ [ [ 126.0, 24.1 ], [ 125.12132034355965, 21.97867965644036 ], [ 123.0, 21.1 ], [ 120.87867965644035, 21.97867965644036 ], [ 120.0, 24.1 ], [ 120.87867965644035, 26.221320343559643 ], [ 123.0, 27.1 ], [ 125.12132034355965, 26.221320343559643 ], [ 126.0, 24.1 ] ] ], [ [ [ 125.9, 24.7 ], [ 125.02132034355965, 22.578679656440357 ], [ 122.9, 21.7 ], [ 120.77867965644036, 22.578679656440357 ], [ 119.9, 24.7 ], [ 120.77867965644036, 26.82132034355964 ], [ 122.9, 27.7 ], [ 125.02132034355965, 26.82132034355964 ], [ 125.9, 24.7 ] ] ], [ [ [ 125.8, 25.3 ], [ 124.92132034355964, 23.17867965644036 ], [ 122.8, 22.3 ], [ 120.67867965644035, 23.17867965644036 ], [ 119.8, 25.3 ], [ 120.67867965644035, 27.421320343559643 ], [ 122.8, 28.3 ], [ 124.92132034355964, 27.421320343559643 ], [ 125.8, 25.3 ] ] ], [ [ [ 125.7, 25.6 ], [ 124.82132034355965, 23.47867965644036 ], [ 122.7, 22.6 ], [ 120.57867965644036, 23.47867965644036 ], [ 119.7, 25.6 ], [ 120.57867965644036, 27.721320343559643 ], [ 122.7, 28.6 ], [ 124.82132034355965, 27.721320343559643 ], [ 125.7, 25.6 ] ] ], [ [ [ 125.7, 25.9 ], [ 124.82132034355965, 23.778679656440357 ], [ 122.7, 22.9 ], [ 120.57867965644036, 23.778679656440357 ], [ 119.7, 25.9 ], [ 120.57867965644036, 28.02132034355964 ], [ 122.7, 28.9 ], [ 124.82132034355965, 28.02132034355964 ], [ 125.7, 25.9 ] ] ], [ [ [ 125.8, 26.3 ], [ 124.92132034355964, 24.17867965644036 ], [ 122.8, 23.3 ], [ 120.67867965644035, 24.17867965644036 ], [ 119.8, 26.3 ], [ 120.67867965644035, 28.421320343559643 ], [ 122.8, 29.3 ], [ 124.92132034355964, 28.421320343559643 ], [ 125.8, 26.3 ] ] ], [ [ [ 126.5, 26.9 ], [ 125.62132034355965, 24.778679656440357 ], [ 123.5, 23.9 ], [ 121.37867965644035, 24.778679656440357 ], [ 120.5, 26.9 ], [ 121.37867965644035, 29.02132034355964 ], [ 123.5, 29.9 ], [ 125.62132034355965, 29.02132034355964 ], [ 126.5, 26.9 ] ] ], [ [ [ 127.2, 27.4 ], [ 126.32132034355965, 25.278679656440357 ], [ 124.2, 24.4 ], [ 122.07867965644036, 25.278679656440357 ], [ 121.2, 27.4 ], [ 122.07867965644036, 29.52132034355964 ], [ 124.2, 30.4 ], [ 126.32132034355965, 29.52132034355964 ], [ 127.2, 27.4 ] ] ], [ [ [ 128.1, 28.0 ], [ 127.22132034355964, 25.878679656440358 ], [ 125.1, 25.0 ], [ 122.97867965644035, 25.878679656440358 ], [ 122.1, 28.0 ], [ 122.97867965644035, 30.121320343559642 ], [ 125.1, 31.0 ], [ 127.22132034355964, 30.121320343559642 ], [ 128.1, 28.0 ] ] ], [ [ [ 129.1, 28.7 ], [ 128.22132034355963, 26.578679656440357 ], [ 126.1, 25.7 ], [ 123.97867965644035, 26.578679656440357 ], [ 123.1, 28.7 ], [ 123.97867965644035, 30.82132034355964 ], [ 126.1, 31.7 ], [ 128.22132034355963, 30.82132034355964 ], [ 129.1, 28.7 ] ] ], [ [ [ 130.1, 29.4 ], [ 129.22132034355963, 27.278679656440357 ], [ 127.1, 26.4 ], [ 124.97867965644035, 27.278679656440357 ], [ 124.1, 29.4 ], [ 124.97867965644035, 31.52132034355964 ], [ 127.1, 32.4 ], [ 129.22132034355963, 31.52132034355964 ], [ 130.1, 29.4 ] ] ], [ [ [ 130.6, 29.7 ], [ 129.72132034355963, 27.578679656440357 ], [ 127.6, 26.7 ], [ 125.47867965644035, 27.578679656440357 ], [ 124.6, 29.7 ], [ 125.47867965644035, 31.82132034355964 ], [ 127.6, 32.7 ], [ 129.72132034355963, 31.82132034355964 ], [ 130.6, 29.7 ] ] ], [ [ [ 131.3, 30.2 ], [ 130.42132034355964, 28.078679656440357 ], [ 128.3, 27.2 ], [ 126.17867965644037, 28.078679656440357 ], [ 125.30000000000001, 30.2 ], [ 126.17867965644037, 32.32132034355964 ], [ 128.3, 33.2 ], [ 130.42132034355964, 32.32132034355964 ], [ 131.3, 30.2 ] ] ], [ [ [ 132.1, 30.5 ], [ 131.22132034355963, 28.378679656440358 ], [ 129.1, 27.5 ], [ 126.97867965644035, 28.378679656440358 ], [ 126.1, 30.5 ], [ 126.97867965644035, 32.621320343559645 ], [ 129.1, 33.5 ], [ 131.22132034355963, 32.621320343559645 ], [ 132.1, 30.5 ] ] ], [ [ [ 132.7, 30.8 ], [ 131.82132034355962, 28.67867965644036 ], [ 129.7, 27.8 ], [ 127.57867965644034, 28.67867965644036 ], [ 126.69999999999999, 30.8 ], [ 127.57867965644034, 32.92132034355964 ], [ 129.7, 33.8 ], [ 131.82132034355962, 32.92132034355964 ], [ 132.7, 30.8 ] ] ], [ [ [ 133.5, 31.1 ], [ 132.62132034355963, 28.97867965644036 ], [ 130.5, 28.1 ], [ 128.37867965644037, 28.97867965644036 ], [ 127.5, 31.1 ], [ 128.37867965644037, 33.22132034355965 ], [ 130.5, 34.1 ], [ 132.62132034355963, 33.22132034355965 ], [ 133.5, 31.1 ] ] ], [ [ [ 134.5, 31.6 ], [ 133.62132034355963, 29.47867965644036 ], [ 131.5, 28.6 ], [ 129.37867965644037, 29.47867965644036 ], [ 128.5, 31.6 ], [ 129.37867965644037, 33.72132034355965 ], [ 131.5, 34.6 ], [ 133.62132034355963, 33.72132034355965 ], [ 134.5, 31.6 ] ] ], [ [ [ 135.5, 32.2 ], [ 134.62132034355963, 30.07867965644036 ], [ 132.5, 29.200000000000003 ], [ 130.37867965644037, 30.07867965644036 ], [ 129.5, 32.2 ], [ 130.37867965644037, 34.32132034355965 ], [ 132.5, 35.2 ], [ 134.62132034355963, 34.32132034355965 ], [ 135.5, 32.2 ] ] ], [ [ [ 136.4, 32.9 ], [ 135.52132034355964, 30.778679656440357 ], [ 133.4, 29.9 ], [ 131.27867965644037, 30.778679656440357 ], [ 130.4, 32.9 ], [ 131.27867965644037, 35.021320343559644 ], [ 133.4, 35.9 ], [ 135.52132034355964, 35.021320343559644 ], [ 136.4, 32.9 ] ] ], [ [ [ 137.1, 33.3 ], [ 136.22132034355963, 31.178679656440355 ], [ 134.1, 30.299999999999997 ], [ 131.97867965644036, 31.178679656440355 ], [ 131.1, 33.3 ], [ 131.97867965644036, 35.42132034355964 ], [ 134.1, 36.3 ], [ 136.22132034355963, 35.42132034355964 ], [ 137.1, 33.3 ] ] ], [ [ [ 137.6, 33.5 ], [ 136.72132034355963, 31.378679656440358 ], [ 134.6, 30.5 ], [ 132.47867965644036, 31.378679656440358 ], [ 131.6, 33.5 ], [ 132.47867965644036, 35.621320343559645 ], [ 134.6, 36.5 ], [ 136.72132034355963, 35.621320343559645 ], [ 137.6, 33.5 ] ] ], [ [ [ 138.1, 33.7 ], [ 137.22132034355963, 31.57867965644036 ], [ 135.1, 30.700000000000003 ], [ 132.97867965644036, 31.57867965644036 ], [ 132.1, 33.7 ], [ 132.97867965644036, 35.82132034355965 ], [ 135.1, 36.7 ], [ 137.22132034355963, 35.82132034355965 ], [ 138.1, 33.7 ] ] ], [ [ [ 139.1, 34.3 ], [ 138.22132034355963, 32.17867965644035 ], [ 136.1, 31.299999999999997 ], [ 133.97867965644036, 32.17867965644035 ], [ 133.1, 34.3 ], [ 133.97867965644036, 36.42132034355964 ], [ 136.1, 37.3 ], [ 138.22132034355963, 36.42132034355964 ], [ 139.1, 34.3 ] ] ], [ [ [ 139.8, 34.9 ], [ 138.92132034355964, 32.77867965644035 ], [ 136.8, 31.9 ], [ 134.67867965644038, 32.77867965644035 ], [ 133.8, 34.9 ], [ 134.67867965644038, 37.021320343559644 ], [ 136.8, 37.9 ], [ 138.92132034355964, 37.021320343559644 ], [ 139.8, 34.9 ] ] ], [ [ [ 140.1, 34.8 ], [ 139.22132034355963, 32.67867965644035 ], [ 137.1, 31.799999999999997 ], [ 134.97867965644036, 32.67867965644035 ], [ 134.1, 34.8 ], [ 134.97867965644036, 36.92132034355964 ], [ 137.1, 37.8 ], [ 139.22132034355963, 36.92132034355964 ], [ 140.1, 34.8 ] ] ], [ [ [ 139.1, 34.5 ], [ 138.80710678118655, 33.792893218813454 ], [ 138.1, 33.5 ], [ 137.39289321881344, 33.792893218813454 ], [ 137.1, 34.5 ], [ 137.39289321881344, 35.207106781186546 ], [ 138.1, 35.5 ], [ 138.80710678118655, 35.207106781186546 ], [ 139.1, 34.5 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T18:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T00:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T06:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T12:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T18:00:00Z", "2016-09-17T21:00:00Z", "2016-09-18T03:00:00Z", "2016-09-18T09:00:00Z", "2016-09-18T15:00:00Z", "2016-09-18T21:00:00Z", "2016-09-19T03:00:00Z", "2016-09-19T09:00:00Z", "2016-09-19T12:00:00Z", "2016-09-19T15:00:00Z", "2016-09-19T18:00:00Z", "2016-09-19T21:00:00Z", "2016-09-20T00:00:00Z", "2016-09-20T03:00:00Z", "2016-09-20T06:00:00Z", "2016-09-20T09:00:00Z", "2016-09-20T11:00:00Z", "2016-09-20T12:00:00Z", "2016-09-20T13:00:00Z", "2016-09-20T15:00:00Z", "2016-09-20T17:00:00Z", "2016-09-20T18:00:00Z", "2016-09-20T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1008.0, 1006.0, 1006.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 975.0, 965.0, 965.0, 965.0, 965.0, 950.0, 940.0, 940.0, 940.0, 940.0, 940.0, 940.0, 940.0, 930.0, 930.0, 930.0, 930.0, 940.0, 940.0, 950.0, 950.0, 950.0, 950.0, 945.0, 940.0, 940.0, 940.0, 940.0, 940.0, 950.0, 955.0, 960.0, 960.0, 965.0, 970.0, 970.0, 980.0, 985.0, 992.0, 992.0, 1006.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 55.0, 65.0, 70.0, 70.0, 70.0, 70.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 95.0, 95.0, 95.0, 95.0, 90.0, 90.0, 80.0, 80.0, 80.0, 80.0, 85.0, 95.0, 95.0, 95.0, 95.0, 95.0, 80.0, 75.0, 75.0, 75.0, 70.0, 70.0, 65.0, 55.0, 50.0, 45.0, 45.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201616号 (MALAKAS)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T18:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T00:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T06:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T12:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T18:00:00Z", "2016-09-17T21:00:00Z", "2016-09-18T03:00:00Z", "2016-09-18T09:00:00Z", "2016-09-18T15:00:00Z", "2016-09-18T21:00:00Z", "2016-09-19T03:00:00Z", "2016-09-19T09:00:00Z", "2016-09-19T12:00:00Z", "2016-09-19T15:00:00Z", "2016-09-19T18:00:00Z", "2016-09-19T21:00:00Z", "2016-09-20T00:00:00Z", "2016-09-20T03:00:00Z", "2016-09-20T06:00:00Z", "2016-09-20T09:00:00Z", "2016-09-20T11:00:00Z", "2016-09-20T12:00:00Z", "2016-09-20T13:00:00Z", "2016-09-20T15:00:00Z", "2016-09-20T17:00:00Z", "2016-09-20T18:00:00Z", "2016-09-20T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 145.8, 12.5 ], [ 145.50710678118656, 11.792893218813452 ], [ 144.8, 11.5 ], [ 144.09289321881346, 11.792893218813452 ], [ 143.8, 12.5 ], [ 144.09289321881346, 13.207106781186548 ], [ 144.8, 13.5 ], [ 145.50710678118656, 13.207106781186548 ], [ 145.8, 12.5 ] ] ], [ [ [ 144.1, 12.8 ], [ 143.80710678118655, 12.092893218813453 ], [ 143.1, 11.8 ], [ 142.39289321881344, 12.092893218813453 ], [ 142.1, 12.8 ], [ 142.39289321881344, 13.507106781186549 ], [ 143.1, 13.8 ], [ 143.80710678118655, 13.507106781186549 ], [ 144.1, 12.8 ] ] ], [ [ [ 142.9, 13.2 ], [ 142.60710678118656, 12.492893218813451 ], [ 141.9, 12.2 ], [ 141.19289321881345, 12.492893218813451 ], [ 140.9, 13.2 ], [ 141.19289321881345, 13.907106781186547 ], [ 141.9, 14.2 ], [ 142.60710678118656, 13.907106781186547 ], [ 142.9, 13.2 ] ] ], [ [ [ 141.8, 13.5 ], [ 141.50710678118656, 12.792893218813452 ], [ 140.8, 12.5 ], [ 140.09289321881346, 12.792893218813452 ], [ 139.8, 13.5 ], [ 140.09289321881346, 14.207106781186548 ], [ 140.8, 14.5 ], [ 141.50710678118656, 14.207106781186548 ], [ 141.8, 13.5 ] ] ], [ [ [ 142.4, 13.8 ], [ 141.52132034355964, 11.678679656440359 ], [ 139.4, 10.8 ], [ 137.27867965644037, 11.678679656440359 ], [ 136.4, 13.8 ], [ 137.27867965644037, 15.921320343559643 ], [ 139.4, 16.8 ], [ 141.52132034355964, 15.921320343559643 ], [ 142.4, 13.8 ] ] ], [ [ [ 141.1, 14.2 ], [ 140.22132034355963, 12.078679656440357 ], [ 138.1, 11.2 ], [ 135.97867965644036, 12.078679656440357 ], [ 135.1, 14.2 ], [ 135.97867965644036, 16.32132034355964 ], [ 138.1, 17.2 ], [ 140.22132034355963, 16.32132034355964 ], [ 141.1, 14.2 ] ] ], [ [ [ 140.0, 14.5 ], [ 139.12132034355963, 12.378679656440358 ], [ 137.0, 11.5 ], [ 134.87867965644037, 12.378679656440358 ], [ 134.0, 14.5 ], [ 134.87867965644037, 16.621320343559642 ], [ 137.0, 17.5 ], [ 139.12132034355963, 16.621320343559642 ], [ 140.0, 14.5 ] ] ], [ [ [ 138.9, 14.7 ], [ 138.02132034355964, 12.578679656440357 ], [ 135.9, 11.7 ], [ 133.77867965644037, 12.578679656440357 ], [ 132.9, 14.7 ], [ 133.77867965644037, 16.82132034355964 ], [ 135.9, 17.7 ], [ 138.02132034355964, 16.82132034355964 ], [ 138.9, 14.7 ] ] ], [ [ [ 137.6, 15.0 ], [ 136.72132034355963, 12.878679656440358 ], [ 134.6, 12.0 ], [ 132.47867965644036, 12.878679656440358 ], [ 131.6, 15.0 ], [ 132.47867965644036, 17.121320343559642 ], [ 134.6, 18.0 ], [ 136.72132034355963, 17.121320343559642 ], [ 137.6, 15.0 ] ] ], [ [ [ 136.4, 15.4 ], [ 135.52132034355964, 13.278679656440358 ], [ 133.4, 12.4 ], [ 131.27867965644037, 13.278679656440357 ], [ 130.4, 15.4 ], [ 131.27867965644037, 17.521320343559644 ], [ 133.4, 18.4 ], [ 135.52132034355964, 17.521320343559644 ], [ 136.4, 15.4 ] ] ], [ [ [ 135.2, 15.8 ], [ 134.32132034355962, 13.678679656440359 ], [ 132.2, 12.8 ], [ 130.07867965644036, 13.678679656440359 ], [ 129.2, 15.8 ], [ 130.07867965644036, 17.921320343559643 ], [ 132.2, 18.8 ], [ 134.32132034355962, 17.921320343559643 ], [ 135.2, 15.8 ] ] ], [ [ [ 134.2, 16.3 ], [ 133.32132034355962, 14.178679656440359 ], [ 131.2, 13.3 ], [ 129.07867965644036, 14.178679656440359 ], [ 128.2, 16.3 ], [ 129.07867965644036, 18.421320343559643 ], [ 131.2, 19.3 ], [ 133.32132034355962, 18.421320343559643 ], [ 134.2, 16.3 ] ] ], [ [ [ 133.0, 16.7 ], [ 132.12132034355963, 14.578679656440357 ], [ 130.0, 13.7 ], [ 127.87867965644035, 14.578679656440357 ], [ 127.0, 16.7 ], [ 127.87867965644035, 18.82132034355964 ], [ 130.0, 19.7 ], [ 132.12132034355963, 18.82132034355964 ], [ 133.0, 16.7 ] ] ], [ [ [ 131.8, 16.9 ], [ 130.92132034355964, 14.778679656440357 ], [ 128.8, 13.899999999999999 ], [ 126.67867965644037, 14.778679656440357 ], [ 125.80000000000001, 16.9 ], [ 126.67867965644037, 19.02132034355964 ], [ 128.8, 19.9 ], [ 130.92132034355964, 19.02132034355964 ], [ 131.8, 16.9 ] ] ], [ [ [ 130.7, 17.5 ], [ 129.82132034355965, 15.378679656440358 ], [ 127.7, 14.5 ], [ 125.57867965644036, 15.378679656440358 ], [ 124.7, 17.5 ], [ 125.57867965644036, 19.621320343559642 ], [ 127.7, 20.5 ], [ 129.82132034355965, 19.621320343559642 ], [ 130.7, 17.5 ] ] ], [ [ [ 129.7, 18.4 ], [ 128.82132034355965, 16.278679656440357 ], [ 126.7, 15.399999999999999 ], [ 124.57867965644036, 16.278679656440357 ], [ 123.7, 18.4 ], [ 124.57867965644036, 20.52132034355964 ], [ 126.7, 21.4 ], [ 128.82132034355965, 20.52132034355964 ], [ 129.7, 18.4 ] ] ], [ [ [ 128.7, 19.2 ], [ 127.82132034355965, 17.078679656440357 ], [ 125.7, 16.2 ], [ 123.57867965644036, 17.078679656440357 ], [ 122.7, 19.2 ], [ 123.57867965644036, 21.32132034355964 ], [ 125.7, 22.2 ], [ 127.82132034355965, 21.32132034355964 ], [ 128.7, 19.2 ] ] ], [ [ [ 127.7, 20.1 ], [ 126.82132034355965, 17.97867965644036 ], [ 124.7, 17.1 ], [ 122.57867965644036, 17.97867965644036 ], [ 121.7, 20.1 ], [ 122.57867965644036, 22.221320343559643 ], [ 124.7, 23.1 ], [ 126.82132034355965, 22.221320343559643 ], [ 127.7, 20.1 ] ] ], [ [ [ 126.9, 21.1 ], [ 126.02132034355965, 18.97867965644036 ], [ 123.9, 18.1 ], [ 121.77867965644036, 18.97867965644036 ], [ 120.9, 21.1 ], [ 121.77867965644036, 23.221320343559643 ], [ 123.9, 24.1 ], [ 126.02132034355965, 23.221320343559643 ], [ 126.9, 21.1 ] ] ], [ [ [ 126.7, 21.5 ], [ 125.82132034355965, 19.378679656440358 ], [ 123.7, 18.5 ], [ 121.57867965644036, 19.378679656440358 ], [ 120.7, 21.5 ], [ 121.57867965644036, 23.621320343559642 ], [ 123.7, 24.5 ], [ 125.82132034355965, 23.621320343559642 ], [ 126.7, 21.5 ] ] ], [ [ [ 126.4, 22.1 ], [ 125.52132034355965, 19.97867965644036 ], [ 123.4, 19.1 ], [ 121.27867965644036, 19.97867965644036 ], [ 120.4, 22.1 ], [ 121.27867965644036, 24.221320343559643 ], [ 123.4, 25.1 ], [ 125.52132034355965, 24.221320343559643 ], [ 126.4, 22.1 ] ] ], [ [ [ 126.1, 22.5 ], [ 125.22132034355964, 20.378679656440358 ], [ 123.1, 19.5 ], [ 120.97867965644035, 20.378679656440358 ], [ 120.1, 22.5 ], [ 120.97867965644035, 24.621320343559642 ], [ 123.1, 25.5 ], [ 125.22132034355964, 24.621320343559642 ], [ 126.1, 22.5 ] ] ], [ [ [ 126.1, 23.0 ], [ 125.22132034355964, 20.878679656440358 ], [ 123.1, 20.0 ], [ 120.97867965644035, 20.878679656440358 ], [ 120.1, 23.0 ], [ 120.97867965644035, 25.121320343559642 ], [ 123.1, 26.0 ], [ 125.22132034355964, 25.121320343559642 ], [ 126.1, 23.0 ] ] ], [ [ [ 126.0, 23.6 ], [ 125.12132034355965, 21.47867965644036 ], [ 123.0, 20.6 ], [ 120.87867965644035, 21.47867965644036 ], [ 120.0, 23.6 ], [ 120.87867965644035, 25.721320343559643 ], [ 123.0, 26.6 ], [ 125.12132034355965, 25.721320343559643 ], [ 126.0, 23.6 ] ] ], [ [ [ 126.0, 24.1 ], [ 125.12132034355965, 21.97867965644036 ], [ 123.0, 21.1 ], [ 120.87867965644035, 21.97867965644036 ], [ 120.0, 24.1 ], [ 120.87867965644035, 26.221320343559643 ], [ 123.0, 27.1 ], [ 125.12132034355965, 26.221320343559643 ], [ 126.0, 24.1 ] ] ], [ [ [ 125.9, 24.7 ], [ 125.02132034355965, 22.578679656440357 ], [ 122.9, 21.7 ], [ 120.77867965644036, 22.578679656440357 ], [ 119.9, 24.7 ], [ 120.77867965644036, 26.82132034355964 ], [ 122.9, 27.7 ], [ 125.02132034355965, 26.82132034355964 ], [ 125.9, 24.7 ] ] ], [ [ [ 125.8, 25.3 ], [ 124.92132034355964, 23.17867965644036 ], [ 122.8, 22.3 ], [ 120.67867965644035, 23.17867965644036 ], [ 119.8, 25.3 ], [ 120.67867965644035, 27.421320343559643 ], [ 122.8, 28.3 ], [ 124.92132034355964, 27.421320343559643 ], [ 125.8, 25.3 ] ] ], [ [ [ 125.7, 25.6 ], [ 124.82132034355965, 23.47867965644036 ], [ 122.7, 22.6 ], [ 120.57867965644036, 23.47867965644036 ], [ 119.7, 25.6 ], [ 120.57867965644036, 27.721320343559643 ], [ 122.7, 28.6 ], [ 124.82132034355965, 27.721320343559643 ], [ 125.7, 25.6 ] ] ], [ [ [ 125.7, 25.9 ], [ 124.82132034355965, 23.778679656440357 ], [ 122.7, 22.9 ], [ 120.57867965644036, 23.778679656440357 ], [ 119.7, 25.9 ], [ 120.57867965644036, 28.02132034355964 ], [ 122.7, 28.9 ], [ 124.82132034355965, 28.02132034355964 ], [ 125.7, 25.9 ] ] ], [ [ [ 125.8, 26.3 ], [ 124.92132034355964, 24.17867965644036 ], [ 122.8, 23.3 ], [ 120.67867965644035, 24.17867965644036 ], [ 119.8, 26.3 ], [ 120.67867965644035, 28.421320343559643 ], [ 122.8, 29.3 ], [ 124.92132034355964, 28.421320343559643 ], [ 125.8, 26.3 ] ] ], [ [ [ 126.5, 26.9 ], [ 125.62132034355965, 24.778679656440357 ], [ 123.5, 23.9 ], [ 121.37867965644035, 24.778679656440357 ], [ 120.5, 26.9 ], [ 121.37867965644035, 29.02132034355964 ], [ 123.5, 29.9 ], [ 125.62132034355965, 29.02132034355964 ], [ 126.5, 26.9 ] ] ], [ [ [ 127.2, 27.4 ], [ 126.32132034355965, 25.278679656440357 ], [ 124.2, 24.4 ], [ 122.07867965644036, 25.278679656440357 ], [ 121.2, 27.4 ], [ 122.07867965644036, 29.52132034355964 ], [ 124.2, 30.4 ], [ 126.32132034355965, 29.52132034355964 ], [ 127.2, 27.4 ] ] ], [ [ [ 128.1, 28.0 ], [ 127.22132034355964, 25.878679656440358 ], [ 125.1, 25.0 ], [ 122.97867965644035, 25.878679656440358 ], [ 122.1, 28.0 ], [ 122.97867965644035, 30.121320343559642 ], [ 125.1, 31.0 ], [ 127.22132034355964, 30.121320343559642 ], [ 128.1, 28.0 ] ] ], [ [ [ 129.1, 28.7 ], [ 128.22132034355963, 26.578679656440357 ], [ 126.1, 25.7 ], [ 123.97867965644035, 26.578679656440357 ], [ 123.1, 28.7 ], [ 123.97867965644035, 30.82132034355964 ], [ 126.1, 31.7 ], [ 128.22132034355963, 30.82132034355964 ], [ 129.1, 28.7 ] ] ], [ [ [ 130.1, 29.4 ], [ 129.22132034355963, 27.278679656440357 ], [ 127.1, 26.4 ], [ 124.97867965644035, 27.278679656440357 ], [ 124.1, 29.4 ], [ 124.97867965644035, 31.52132034355964 ], [ 127.1, 32.4 ], [ 129.22132034355963, 31.52132034355964 ], [ 130.1, 29.4 ] ] ], [ [ [ 130.6, 29.7 ], [ 129.72132034355963, 27.578679656440357 ], [ 127.6, 26.7 ], [ 125.47867965644035, 27.578679656440357 ], [ 124.6, 29.7 ], [ 125.47867965644035, 31.82132034355964 ], [ 127.6, 32.7 ], [ 129.72132034355963, 31.82132034355964 ], [ 130.6, 29.7 ] ] ], [ [ [ 131.3, 30.2 ], [ 130.42132034355964, 28.078679656440357 ], [ 128.3, 27.2 ], [ 126.17867965644037, 28.078679656440357 ], [ 125.30000000000001, 30.2 ], [ 126.17867965644037, 32.32132034355964 ], [ 128.3, 33.2 ], [ 130.42132034355964, 32.32132034355964 ], [ 131.3, 30.2 ] ] ], [ [ [ 132.1, 30.5 ], [ 131.22132034355963, 28.378679656440358 ], [ 129.1, 27.5 ], [ 126.97867965644035, 28.378679656440358 ], [ 126.1, 30.5 ], [ 126.97867965644035, 32.621320343559645 ], [ 129.1, 33.5 ], [ 131.22132034355963, 32.621320343559645 ], [ 132.1, 30.5 ] ] ], [ [ [ 132.7, 30.8 ], [ 131.82132034355962, 28.67867965644036 ], [ 129.7, 27.8 ], [ 127.57867965644034, 28.67867965644036 ], [ 126.69999999999999, 30.8 ], [ 127.57867965644034, 32.92132034355964 ], [ 129.7, 33.8 ], [ 131.82132034355962, 32.92132034355964 ], [ 132.7, 30.8 ] ] ], [ [ [ 133.5, 31.1 ], [ 132.62132034355963, 28.97867965644036 ], [ 130.5, 28.1 ], [ 128.37867965644037, 28.97867965644036 ], [ 127.5, 31.1 ], [ 128.37867965644037, 33.22132034355965 ], [ 130.5, 34.1 ], [ 132.62132034355963, 33.22132034355965 ], [ 133.5, 31.1 ] ] ], [ [ [ 134.5, 31.6 ], [ 133.62132034355963, 29.47867965644036 ], [ 131.5, 28.6 ], [ 129.37867965644037, 29.47867965644036 ], [ 128.5, 31.6 ], [ 129.37867965644037, 33.72132034355965 ], [ 131.5, 34.6 ], [ 133.62132034355963, 33.72132034355965 ], [ 134.5, 31.6 ] ] ], [ [ [ 135.5, 32.2 ], [ 134.62132034355963, 30.07867965644036 ], [ 132.5, 29.200000000000003 ], [ 130.37867965644037, 30.07867965644036 ], [ 129.5, 32.2 ], [ 130.37867965644037, 34.32132034355965 ], [ 132.5, 35.2 ], [ 134.62132034355963, 34.32132034355965 ], [ 135.5, 32.2 ] ] ], [ [ [ 136.4, 32.9 ], [ 135.52132034355964, 30.778679656440357 ], [ 133.4, 29.9 ], [ 131.27867965644037, 30.778679656440357 ], [ 130.4, 32.9 ], [ 131.27867965644037, 35.021320343559644 ], [ 133.4, 35.9 ], [ 135.52132034355964, 35.021320343559644 ], [ 136.4, 32.9 ] ] ], [ [ [ 137.1, 33.3 ], [ 136.22132034355963, 31.178679656440355 ], [ 134.1, 30.299999999999997 ], [ 131.97867965644036, 31.178679656440355 ], [ 131.1, 33.3 ], [ 131.97867965644036, 35.42132034355964 ], [ 134.1, 36.3 ], [ 136.22132034355963, 35.42132034355964 ], [ 137.1, 33.3 ] ] ], [ [ [ 137.6, 33.5 ], [ 136.72132034355963, 31.378679656440358 ], [ 134.6, 30.5 ], [ 132.47867965644036, 31.378679656440358 ], [ 131.6, 33.5 ], [ 132.47867965644036, 35.621320343559645 ], [ 134.6, 36.5 ], [ 136.72132034355963, 35.621320343559645 ], [ 137.6, 33.5 ] ] ], [ [ [ 138.1, 33.7 ], [ 137.22132034355963, 31.57867965644036 ], [ 135.1, 30.700000000000003 ], [ 132.97867965644036, 31.57867965644036 ], [ 132.1, 33.7 ], [ 132.97867965644036, 35.82132034355965 ], [ 135.1, 36.7 ], [ 137.22132034355963, 35.82132034355965 ], [ 138.1, 33.7 ] ] ], [ [ [ 139.1, 34.3 ], [ 138.22132034355963, 32.17867965644035 ], [ 136.1, 31.299999999999997 ], [ 133.97867965644036, 32.17867965644035 ], [ 133.1, 34.3 ], [ 133.97867965644036, 36.42132034355964 ], [ 136.1, 37.3 ], [ 138.22132034355963, 36.42132034355964 ], [ 139.1, 34.3 ] ] ], [ [ [ 139.8, 34.9 ], [ 138.92132034355964, 32.77867965644035 ], [ 136.8, 31.9 ], [ 134.67867965644038, 32.77867965644035 ], [ 133.8, 34.9 ], [ 134.67867965644038, 37.021320343559644 ], [ 136.8, 37.9 ], [ 138.92132034355964, 37.021320343559644 ], [ 139.8, 34.9 ] ] ], [ [ [ 140.1, 34.8 ], [ 139.22132034355963, 32.67867965644035 ], [ 137.1, 31.799999999999997 ], [ 134.97867965644036, 32.67867965644035 ], [ 134.1, 34.8 ], [ 134.97867965644036, 36.92132034355964 ], [ 137.1, 37.8 ], [ 139.22132034355963, 36.92132034355964 ], [ 140.1, 34.8 ] ] ], [ [ [ 139.1, 34.5 ], [ 138.80710678118655, 33.792893218813454 ], [ 138.1, 33.5 ], [ 137.39289321881344, 33.792893218813454 ], [ 137.1, 34.5 ], [ 137.39289321881344, 35.207106781186546 ], [ 138.1, 35.5 ], [ 138.80710678118655, 35.207106781186546 ], [ 139.1, 34.5 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-12T03:00:00Z", "2016-09-12T09:00:00Z", "2016-09-12T15:00:00Z", "2016-09-12T21:00:00Z", "2016-09-13T03:00:00Z", "2016-09-13T09:00:00Z", "2016-09-13T15:00:00Z", "2016-09-13T21:00:00Z", "2016-09-14T03:00:00Z", "2016-09-14T09:00:00Z", "2016-09-14T15:00:00Z", "2016-09-14T21:00:00Z", "2016-09-15T03:00:00Z", "2016-09-15T09:00:00Z", "2016-09-15T15:00:00Z", "2016-09-15T21:00:00Z", "2016-09-16T03:00:00Z", "2016-09-16T09:00:00Z", "2016-09-16T15:00:00Z", "2016-09-16T18:00:00Z", "2016-09-16T21:00:00Z", "2016-09-17T00:00:00Z", "2016-09-17T03:00:00Z", "2016-09-17T06:00:00Z", "2016-09-17T09:00:00Z", "2016-09-17T12:00:00Z", "2016-09-17T15:00:00Z", "2016-09-17T18:00:00Z", "2016-09-17T21:00:00Z", "2016-09-18T03:00:00Z", "2016-09-18T09:00:00Z", "2016-09-18T15:00:00Z", "2016-09-18T21:00:00Z", "2016-09-19T03:00:00Z", "2016-09-19T09:00:00Z", "2016-09-19T12:00:00Z", "2016-09-19T15:00:00Z", "2016-09-19T18:00:00Z", "2016-09-19T21:00:00Z", "2016-09-20T00:00:00Z", "2016-09-20T03:00:00Z", "2016-09-20T06:00:00Z", "2016-09-20T09:00:00Z", "2016-09-20T11:00:00Z", "2016-09-20T12:00:00Z", "2016-09-20T13:00:00Z", "2016-09-20T15:00:00Z", "2016-09-20T17:00:00Z", "2016-09-20T18:00:00Z", "2016-09-20T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1008.0, 1006.0, 1006.0, 1000.0, 996.0, 990.0, 990.0, 985.0, 975.0, 965.0, 965.0, 965.0, 965.0, 950.0, 940.0, 940.0, 940.0, 940.0, 940.0, 940.0, 940.0, 930.0, 930.0, 930.0, 930.0, 940.0, 940.0, 950.0, 950.0, 950.0, 950.0, 945.0, 940.0, 940.0, 940.0, 940.0, 940.0, 950.0, 955.0, 960.0, 960.0, 965.0, 970.0, 970.0, 980.0, 985.0, 992.0, 992.0, 1006.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 45.0, 55.0, 65.0, 70.0, 70.0, 70.0, 70.0, 80.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 85.0, 95.0, 95.0, 95.0, 95.0, 90.0, 90.0, 80.0, 80.0, 80.0, 80.0, 85.0, 95.0, 95.0, 95.0, 95.0, 95.0, 80.0, 75.0, 75.0, 75.0, 70.0, 70.0, 65.0, 55.0, 50.0, 45.0, 45.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201617_MEGI_feature.json b/samples/Typhoon201617_MEGI_feature.json
index 94e732a..ce6dc03 100644
--- a/samples/Typhoon201617_MEGI_feature.json
+++ b/samples/Typhoon201617_MEGI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201617号 (MEGI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-23T03:00:00Z", "2016-09-23T09:00:00Z", "2016-09-23T15:00:00Z", "2016-09-23T21:00:00Z", "2016-09-24T03:00:00Z", "2016-09-24T09:00:00Z", "2016-09-24T15:00:00Z", "2016-09-24T21:00:00Z", "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T18:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T00:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T06:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T12:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T18:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z" ],
- "coordinates" : [ [ [ [ 142.1, 15.4 ], [ 141.80710678118655, 14.692893218813452 ], [ 141.1, 14.4 ], [ 140.39289321881344, 14.692893218813452 ], [ 140.1, 15.4 ], [ 140.39289321881344, 16.10710678118655 ], [ 141.1, 16.4 ], [ 141.80710678118655, 16.10710678118655 ], [ 142.1, 15.4 ] ] ], [ [ [ 143.6, 15.7 ], [ 142.72132034355963, 13.578679656440357 ], [ 140.6, 12.7 ], [ 138.47867965644036, 13.578679656440357 ], [ 137.6, 15.7 ], [ 138.47867965644036, 17.82132034355964 ], [ 140.6, 18.7 ], [ 142.72132034355963, 17.82132034355964 ], [ 143.6, 15.7 ] ] ], [ [ [ 142.7, 16.0 ], [ 141.82132034355962, 13.878679656440358 ], [ 139.7, 13.0 ], [ 137.57867965644036, 13.878679656440358 ], [ 136.7, 16.0 ], [ 137.57867965644036, 18.121320343559642 ], [ 139.7, 19.0 ], [ 141.82132034355962, 18.121320343559642 ], [ 142.7, 16.0 ] ] ], [ [ [ 141.8, 16.4 ], [ 140.92132034355964, 14.278679656440357 ], [ 138.8, 13.399999999999999 ], [ 136.67867965644038, 14.278679656440357 ], [ 135.8, 16.4 ], [ 136.67867965644038, 18.52132034355964 ], [ 138.8, 19.4 ], [ 140.92132034355964, 18.52132034355964 ], [ 141.8, 16.4 ] ] ], [ [ [ 140.6, 16.9 ], [ 139.72132034355963, 14.778679656440357 ], [ 137.6, 13.899999999999999 ], [ 135.47867965644036, 14.778679656440357 ], [ 134.6, 16.9 ], [ 135.47867965644036, 19.02132034355964 ], [ 137.6, 19.9 ], [ 139.72132034355963, 19.02132034355964 ], [ 140.6, 16.9 ] ] ], [ [ [ 139.5, 17.5 ], [ 138.62132034355963, 15.378679656440358 ], [ 136.5, 14.5 ], [ 134.37867965644037, 15.378679656440358 ], [ 133.5, 17.5 ], [ 134.37867965644037, 19.621320343559642 ], [ 136.5, 20.5 ], [ 138.62132034355963, 19.621320343559642 ], [ 139.5, 17.5 ] ] ], [ [ [ 138.3, 18.3 ], [ 137.42132034355964, 16.17867965644036 ], [ 135.3, 15.3 ], [ 133.17867965644038, 16.17867965644036 ], [ 132.3, 18.3 ], [ 133.17867965644038, 20.421320343559643 ], [ 135.3, 21.3 ], [ 137.42132034355964, 20.421320343559643 ], [ 138.3, 18.3 ] ] ], [ [ [ 136.9, 18.7 ], [ 136.02132034355964, 16.578679656440357 ], [ 133.9, 15.7 ], [ 131.77867965644037, 16.578679656440357 ], [ 130.9, 18.7 ], [ 131.77867965644037, 20.82132034355964 ], [ 133.9, 21.7 ], [ 136.02132034355964, 20.82132034355964 ], [ 136.9, 18.7 ] ] ], [ [ [ 135.9, 19.0 ], [ 135.02132034355964, 16.878679656440358 ], [ 132.9, 16.0 ], [ 130.77867965644037, 16.878679656440358 ], [ 129.9, 19.0 ], [ 130.77867965644037, 21.121320343559642 ], [ 132.9, 22.0 ], [ 135.02132034355964, 21.121320343559642 ], [ 135.9, 19.0 ] ] ], [ [ [ 134.6, 19.5 ], [ 133.72132034355963, 17.378679656440358 ], [ 131.6, 16.5 ], [ 129.47867965644036, 17.378679656440358 ], [ 128.6, 19.5 ], [ 129.47867965644036, 21.621320343559642 ], [ 131.6, 22.5 ], [ 133.72132034355963, 21.621320343559642 ], [ 134.6, 19.5 ] ] ], [ [ [ 133.3, 19.9 ], [ 132.42132034355964, 17.778679656440357 ], [ 130.3, 16.9 ], [ 128.17867965644038, 17.778679656440357 ], [ 127.30000000000001, 19.9 ], [ 128.17867965644038, 22.02132034355964 ], [ 130.3, 22.9 ], [ 132.42132034355964, 22.02132034355964 ], [ 133.3, 19.9 ] ] ], [ [ [ 132.3, 20.2 ], [ 131.42132034355964, 18.078679656440357 ], [ 129.3, 17.2 ], [ 127.17867965644037, 18.078679656440357 ], [ 126.30000000000001, 20.2 ], [ 127.17867965644037, 22.32132034355964 ], [ 129.3, 23.2 ], [ 131.42132034355964, 22.32132034355964 ], [ 132.3, 20.2 ] ] ], [ [ [ 131.2, 20.6 ], [ 130.32132034355962, 18.47867965644036 ], [ 128.2, 17.6 ], [ 126.07867965644034, 18.47867965644036 ], [ 125.19999999999999, 20.6 ], [ 126.07867965644034, 22.721320343559643 ], [ 128.2, 23.6 ], [ 130.32132034355962, 22.721320343559643 ], [ 131.2, 20.6 ] ] ], [ [ [ 130.3, 20.8 ], [ 129.42132034355964, 18.67867965644036 ], [ 127.3, 17.8 ], [ 125.17867965644035, 18.67867965644036 ], [ 124.3, 20.8 ], [ 125.17867965644035, 22.921320343559643 ], [ 127.3, 23.8 ], [ 129.42132034355964, 22.921320343559643 ], [ 130.3, 20.8 ] ] ], [ [ [ 129.2, 21.4 ], [ 128.32132034355965, 19.278679656440357 ], [ 126.2, 18.4 ], [ 124.07867965644036, 19.278679656440357 ], [ 123.2, 21.4 ], [ 124.07867965644036, 23.52132034355964 ], [ 126.2, 24.4 ], [ 128.32132034355965, 23.52132034355964 ], [ 129.2, 21.4 ] ] ], [ [ [ 128.9, 21.6 ], [ 128.02132034355964, 19.47867965644036 ], [ 125.9, 18.6 ], [ 123.77867965644036, 19.47867965644036 ], [ 122.9, 21.6 ], [ 123.77867965644036, 23.721320343559643 ], [ 125.9, 24.6 ], [ 128.02132034355964, 23.721320343559643 ], [ 128.9, 21.6 ] ] ], [ [ [ 128.3, 21.9 ], [ 127.42132034355964, 19.778679656440357 ], [ 125.3, 18.9 ], [ 123.17867965644035, 19.778679656440357 ], [ 122.3, 21.9 ], [ 123.17867965644035, 24.02132034355964 ], [ 125.3, 24.9 ], [ 127.42132034355964, 24.02132034355964 ], [ 128.3, 21.9 ] ] ], [ [ [ 127.8, 22.2 ], [ 126.92132034355964, 20.078679656440357 ], [ 124.8, 19.2 ], [ 122.67867965644035, 20.078679656440357 ], [ 121.8, 22.2 ], [ 122.67867965644035, 24.32132034355964 ], [ 124.8, 25.2 ], [ 126.92132034355964, 24.32132034355964 ], [ 127.8, 22.2 ] ] ], [ [ [ 127.4, 22.5 ], [ 126.52132034355965, 20.378679656440358 ], [ 124.4, 19.5 ], [ 122.27867965644036, 20.378679656440358 ], [ 121.4, 22.5 ], [ 122.27867965644036, 24.621320343559642 ], [ 124.4, 25.5 ], [ 126.52132034355965, 24.621320343559642 ], [ 127.4, 22.5 ] ] ], [ [ [ 126.7, 22.8 ], [ 125.82132034355965, 20.67867965644036 ], [ 123.7, 19.8 ], [ 121.57867965644036, 20.67867965644036 ], [ 120.7, 22.8 ], [ 121.57867965644036, 24.921320343559643 ], [ 123.7, 25.8 ], [ 125.82132034355965, 24.921320343559643 ], [ 126.7, 22.8 ] ] ], [ [ [ 126.3, 23.3 ], [ 125.42132034355964, 21.17867965644036 ], [ 123.3, 20.3 ], [ 121.17867965644035, 21.17867965644036 ], [ 120.3, 23.3 ], [ 121.17867965644035, 25.421320343559643 ], [ 123.3, 26.3 ], [ 125.42132034355964, 25.421320343559643 ], [ 126.3, 23.3 ] ] ], [ [ [ 125.5, 23.7 ], [ 124.62132034355965, 21.578679656440357 ], [ 122.5, 20.7 ], [ 120.37867965644035, 21.578679656440357 ], [ 119.5, 23.7 ], [ 120.37867965644035, 25.82132034355964 ], [ 122.5, 26.7 ], [ 124.62132034355965, 25.82132034355964 ], [ 125.5, 23.7 ] ] ], [ [ [ 124.6, 24.1 ], [ 123.72132034355964, 21.97867965644036 ], [ 121.6, 21.1 ], [ 119.47867965644035, 21.97867965644036 ], [ 118.6, 24.1 ], [ 119.47867965644035, 26.221320343559643 ], [ 121.6, 27.1 ], [ 123.72132034355964, 26.221320343559643 ], [ 124.6, 24.1 ] ] ], [ [ [ 123.9, 23.8 ], [ 123.02132034355965, 21.67867965644036 ], [ 120.9, 20.8 ], [ 118.77867965644036, 21.67867965644036 ], [ 117.9, 23.8 ], [ 118.77867965644036, 25.921320343559643 ], [ 120.9, 26.8 ], [ 123.02132034355965, 25.921320343559643 ], [ 123.9, 23.8 ] ] ], [ [ [ 123.6, 23.9 ], [ 122.72132034355964, 21.778679656440357 ], [ 120.6, 20.9 ], [ 118.47867965644035, 21.778679656440357 ], [ 117.6, 23.9 ], [ 118.47867965644035, 26.02132034355964 ], [ 120.6, 26.9 ], [ 122.72132034355964, 26.02132034355964 ], [ 123.6, 23.9 ] ] ], [ [ [ 122.6, 24.4 ], [ 121.72132034355964, 22.278679656440357 ], [ 119.6, 21.4 ], [ 117.47867965644035, 22.278679656440357 ], [ 116.6, 24.4 ], [ 117.47867965644035, 26.52132034355964 ], [ 119.6, 27.4 ], [ 121.72132034355964, 26.52132034355964 ], [ 122.6, 24.4 ] ] ], [ [ [ 121.1, 25.0 ], [ 120.22132034355964, 22.878679656440358 ], [ 118.1, 22.0 ], [ 115.97867965644035, 22.878679656440358 ], [ 115.1, 25.0 ], [ 115.97867965644035, 27.121320343559642 ], [ 118.1, 28.0 ], [ 120.22132034355964, 27.121320343559642 ], [ 121.1, 25.0 ] ] ], [ [ [ 120.0, 25.3 ], [ 119.12132034355965, 23.17867965644036 ], [ 117.0, 22.3 ], [ 114.87867965644035, 23.17867965644036 ], [ 114.0, 25.3 ], [ 114.87867965644035, 27.421320343559643 ], [ 117.0, 28.3 ], [ 119.12132034355965, 27.421320343559643 ], [ 120.0, 25.3 ] ] ], [ [ [ 119.7, 25.4 ], [ 118.82132034355965, 23.278679656440357 ], [ 116.7, 22.4 ], [ 114.57867965644036, 23.278679656440357 ], [ 113.7, 25.4 ], [ 114.57867965644036, 27.52132034355964 ], [ 116.7, 28.4 ], [ 118.82132034355965, 27.52132034355964 ], [ 119.7, 25.4 ] ] ], [ [ [ 119.6, 25.6 ], [ 118.72132034355964, 23.47867965644036 ], [ 116.6, 22.6 ], [ 114.47867965644035, 23.47867965644036 ], [ 113.6, 25.6 ], [ 114.47867965644035, 27.721320343559643 ], [ 116.6, 28.6 ], [ 118.72132034355964, 27.721320343559643 ], [ 119.6, 25.6 ] ] ], [ [ [ 117.5, 25.9 ], [ 117.20710678118655, 25.192893218813452 ], [ 116.5, 24.9 ], [ 115.79289321881345, 25.192893218813452 ], [ 115.5, 25.9 ], [ 115.79289321881345, 26.607106781186545 ], [ 116.5, 26.9 ], [ 117.20710678118655, 26.607106781186545 ], [ 117.5, 25.9 ] ] ], [ [ [ 118.2, 26.5 ], [ 117.90710678118656, 25.792893218813454 ], [ 117.2, 25.5 ], [ 116.49289321881345, 25.792893218813454 ], [ 116.2, 26.5 ], [ 116.49289321881345, 27.207106781186546 ], [ 117.2, 27.5 ], [ 117.90710678118656, 27.207106781186546 ], [ 118.2, 26.5 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-23T03:00:00Z", "2016-09-23T09:00:00Z", "2016-09-23T15:00:00Z", "2016-09-23T21:00:00Z", "2016-09-24T03:00:00Z", "2016-09-24T09:00:00Z", "2016-09-24T15:00:00Z", "2016-09-24T21:00:00Z", "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T18:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T00:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T06:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T12:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T18:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1002.0, 1000.0, 1000.0, 998.0, 994.0, 990.0, 980.0, 975.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 960.0, 960.0, 960.0, 960.0, 950.0, 950.0, 945.0, 945.0, 950.0, 960.0, 965.0, 975.0, 985.0, 990.0, 994.0, 998.0, 1002.0, 1002.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 55.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 70.0, 70.0, 70.0, 70.0, 80.0, 80.0, 85.0, 85.0, 80.0, 75.0, 65.0, 55.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201617号 (MEGI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-23T03:00:00Z", "2016-09-23T09:00:00Z", "2016-09-23T15:00:00Z", "2016-09-23T21:00:00Z", "2016-09-24T03:00:00Z", "2016-09-24T09:00:00Z", "2016-09-24T15:00:00Z", "2016-09-24T21:00:00Z", "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T18:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T00:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T06:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T12:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T18:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 142.1, 15.4 ], [ 141.80710678118655, 14.692893218813452 ], [ 141.1, 14.4 ], [ 140.39289321881344, 14.692893218813452 ], [ 140.1, 15.4 ], [ 140.39289321881344, 16.10710678118655 ], [ 141.1, 16.4 ], [ 141.80710678118655, 16.10710678118655 ], [ 142.1, 15.4 ] ] ], [ [ [ 143.6, 15.7 ], [ 142.72132034355963, 13.578679656440357 ], [ 140.6, 12.7 ], [ 138.47867965644036, 13.578679656440357 ], [ 137.6, 15.7 ], [ 138.47867965644036, 17.82132034355964 ], [ 140.6, 18.7 ], [ 142.72132034355963, 17.82132034355964 ], [ 143.6, 15.7 ] ] ], [ [ [ 142.7, 16.0 ], [ 141.82132034355962, 13.878679656440358 ], [ 139.7, 13.0 ], [ 137.57867965644036, 13.878679656440358 ], [ 136.7, 16.0 ], [ 137.57867965644036, 18.121320343559642 ], [ 139.7, 19.0 ], [ 141.82132034355962, 18.121320343559642 ], [ 142.7, 16.0 ] ] ], [ [ [ 141.8, 16.4 ], [ 140.92132034355964, 14.278679656440357 ], [ 138.8, 13.399999999999999 ], [ 136.67867965644038, 14.278679656440357 ], [ 135.8, 16.4 ], [ 136.67867965644038, 18.52132034355964 ], [ 138.8, 19.4 ], [ 140.92132034355964, 18.52132034355964 ], [ 141.8, 16.4 ] ] ], [ [ [ 140.6, 16.9 ], [ 139.72132034355963, 14.778679656440357 ], [ 137.6, 13.899999999999999 ], [ 135.47867965644036, 14.778679656440357 ], [ 134.6, 16.9 ], [ 135.47867965644036, 19.02132034355964 ], [ 137.6, 19.9 ], [ 139.72132034355963, 19.02132034355964 ], [ 140.6, 16.9 ] ] ], [ [ [ 139.5, 17.5 ], [ 138.62132034355963, 15.378679656440358 ], [ 136.5, 14.5 ], [ 134.37867965644037, 15.378679656440358 ], [ 133.5, 17.5 ], [ 134.37867965644037, 19.621320343559642 ], [ 136.5, 20.5 ], [ 138.62132034355963, 19.621320343559642 ], [ 139.5, 17.5 ] ] ], [ [ [ 138.3, 18.3 ], [ 137.42132034355964, 16.17867965644036 ], [ 135.3, 15.3 ], [ 133.17867965644038, 16.17867965644036 ], [ 132.3, 18.3 ], [ 133.17867965644038, 20.421320343559643 ], [ 135.3, 21.3 ], [ 137.42132034355964, 20.421320343559643 ], [ 138.3, 18.3 ] ] ], [ [ [ 136.9, 18.7 ], [ 136.02132034355964, 16.578679656440357 ], [ 133.9, 15.7 ], [ 131.77867965644037, 16.578679656440357 ], [ 130.9, 18.7 ], [ 131.77867965644037, 20.82132034355964 ], [ 133.9, 21.7 ], [ 136.02132034355964, 20.82132034355964 ], [ 136.9, 18.7 ] ] ], [ [ [ 135.9, 19.0 ], [ 135.02132034355964, 16.878679656440358 ], [ 132.9, 16.0 ], [ 130.77867965644037, 16.878679656440358 ], [ 129.9, 19.0 ], [ 130.77867965644037, 21.121320343559642 ], [ 132.9, 22.0 ], [ 135.02132034355964, 21.121320343559642 ], [ 135.9, 19.0 ] ] ], [ [ [ 134.6, 19.5 ], [ 133.72132034355963, 17.378679656440358 ], [ 131.6, 16.5 ], [ 129.47867965644036, 17.378679656440358 ], [ 128.6, 19.5 ], [ 129.47867965644036, 21.621320343559642 ], [ 131.6, 22.5 ], [ 133.72132034355963, 21.621320343559642 ], [ 134.6, 19.5 ] ] ], [ [ [ 133.3, 19.9 ], [ 132.42132034355964, 17.778679656440357 ], [ 130.3, 16.9 ], [ 128.17867965644038, 17.778679656440357 ], [ 127.30000000000001, 19.9 ], [ 128.17867965644038, 22.02132034355964 ], [ 130.3, 22.9 ], [ 132.42132034355964, 22.02132034355964 ], [ 133.3, 19.9 ] ] ], [ [ [ 132.3, 20.2 ], [ 131.42132034355964, 18.078679656440357 ], [ 129.3, 17.2 ], [ 127.17867965644037, 18.078679656440357 ], [ 126.30000000000001, 20.2 ], [ 127.17867965644037, 22.32132034355964 ], [ 129.3, 23.2 ], [ 131.42132034355964, 22.32132034355964 ], [ 132.3, 20.2 ] ] ], [ [ [ 131.2, 20.6 ], [ 130.32132034355962, 18.47867965644036 ], [ 128.2, 17.6 ], [ 126.07867965644034, 18.47867965644036 ], [ 125.19999999999999, 20.6 ], [ 126.07867965644034, 22.721320343559643 ], [ 128.2, 23.6 ], [ 130.32132034355962, 22.721320343559643 ], [ 131.2, 20.6 ] ] ], [ [ [ 130.3, 20.8 ], [ 129.42132034355964, 18.67867965644036 ], [ 127.3, 17.8 ], [ 125.17867965644035, 18.67867965644036 ], [ 124.3, 20.8 ], [ 125.17867965644035, 22.921320343559643 ], [ 127.3, 23.8 ], [ 129.42132034355964, 22.921320343559643 ], [ 130.3, 20.8 ] ] ], [ [ [ 129.2, 21.4 ], [ 128.32132034355965, 19.278679656440357 ], [ 126.2, 18.4 ], [ 124.07867965644036, 19.278679656440357 ], [ 123.2, 21.4 ], [ 124.07867965644036, 23.52132034355964 ], [ 126.2, 24.4 ], [ 128.32132034355965, 23.52132034355964 ], [ 129.2, 21.4 ] ] ], [ [ [ 128.9, 21.6 ], [ 128.02132034355964, 19.47867965644036 ], [ 125.9, 18.6 ], [ 123.77867965644036, 19.47867965644036 ], [ 122.9, 21.6 ], [ 123.77867965644036, 23.721320343559643 ], [ 125.9, 24.6 ], [ 128.02132034355964, 23.721320343559643 ], [ 128.9, 21.6 ] ] ], [ [ [ 128.3, 21.9 ], [ 127.42132034355964, 19.778679656440357 ], [ 125.3, 18.9 ], [ 123.17867965644035, 19.778679656440357 ], [ 122.3, 21.9 ], [ 123.17867965644035, 24.02132034355964 ], [ 125.3, 24.9 ], [ 127.42132034355964, 24.02132034355964 ], [ 128.3, 21.9 ] ] ], [ [ [ 127.8, 22.2 ], [ 126.92132034355964, 20.078679656440357 ], [ 124.8, 19.2 ], [ 122.67867965644035, 20.078679656440357 ], [ 121.8, 22.2 ], [ 122.67867965644035, 24.32132034355964 ], [ 124.8, 25.2 ], [ 126.92132034355964, 24.32132034355964 ], [ 127.8, 22.2 ] ] ], [ [ [ 127.4, 22.5 ], [ 126.52132034355965, 20.378679656440358 ], [ 124.4, 19.5 ], [ 122.27867965644036, 20.378679656440358 ], [ 121.4, 22.5 ], [ 122.27867965644036, 24.621320343559642 ], [ 124.4, 25.5 ], [ 126.52132034355965, 24.621320343559642 ], [ 127.4, 22.5 ] ] ], [ [ [ 126.7, 22.8 ], [ 125.82132034355965, 20.67867965644036 ], [ 123.7, 19.8 ], [ 121.57867965644036, 20.67867965644036 ], [ 120.7, 22.8 ], [ 121.57867965644036, 24.921320343559643 ], [ 123.7, 25.8 ], [ 125.82132034355965, 24.921320343559643 ], [ 126.7, 22.8 ] ] ], [ [ [ 126.3, 23.3 ], [ 125.42132034355964, 21.17867965644036 ], [ 123.3, 20.3 ], [ 121.17867965644035, 21.17867965644036 ], [ 120.3, 23.3 ], [ 121.17867965644035, 25.421320343559643 ], [ 123.3, 26.3 ], [ 125.42132034355964, 25.421320343559643 ], [ 126.3, 23.3 ] ] ], [ [ [ 125.5, 23.7 ], [ 124.62132034355965, 21.578679656440357 ], [ 122.5, 20.7 ], [ 120.37867965644035, 21.578679656440357 ], [ 119.5, 23.7 ], [ 120.37867965644035, 25.82132034355964 ], [ 122.5, 26.7 ], [ 124.62132034355965, 25.82132034355964 ], [ 125.5, 23.7 ] ] ], [ [ [ 124.6, 24.1 ], [ 123.72132034355964, 21.97867965644036 ], [ 121.6, 21.1 ], [ 119.47867965644035, 21.97867965644036 ], [ 118.6, 24.1 ], [ 119.47867965644035, 26.221320343559643 ], [ 121.6, 27.1 ], [ 123.72132034355964, 26.221320343559643 ], [ 124.6, 24.1 ] ] ], [ [ [ 123.9, 23.8 ], [ 123.02132034355965, 21.67867965644036 ], [ 120.9, 20.8 ], [ 118.77867965644036, 21.67867965644036 ], [ 117.9, 23.8 ], [ 118.77867965644036, 25.921320343559643 ], [ 120.9, 26.8 ], [ 123.02132034355965, 25.921320343559643 ], [ 123.9, 23.8 ] ] ], [ [ [ 123.6, 23.9 ], [ 122.72132034355964, 21.778679656440357 ], [ 120.6, 20.9 ], [ 118.47867965644035, 21.778679656440357 ], [ 117.6, 23.9 ], [ 118.47867965644035, 26.02132034355964 ], [ 120.6, 26.9 ], [ 122.72132034355964, 26.02132034355964 ], [ 123.6, 23.9 ] ] ], [ [ [ 122.6, 24.4 ], [ 121.72132034355964, 22.278679656440357 ], [ 119.6, 21.4 ], [ 117.47867965644035, 22.278679656440357 ], [ 116.6, 24.4 ], [ 117.47867965644035, 26.52132034355964 ], [ 119.6, 27.4 ], [ 121.72132034355964, 26.52132034355964 ], [ 122.6, 24.4 ] ] ], [ [ [ 121.1, 25.0 ], [ 120.22132034355964, 22.878679656440358 ], [ 118.1, 22.0 ], [ 115.97867965644035, 22.878679656440358 ], [ 115.1, 25.0 ], [ 115.97867965644035, 27.121320343559642 ], [ 118.1, 28.0 ], [ 120.22132034355964, 27.121320343559642 ], [ 121.1, 25.0 ] ] ], [ [ [ 120.0, 25.3 ], [ 119.12132034355965, 23.17867965644036 ], [ 117.0, 22.3 ], [ 114.87867965644035, 23.17867965644036 ], [ 114.0, 25.3 ], [ 114.87867965644035, 27.421320343559643 ], [ 117.0, 28.3 ], [ 119.12132034355965, 27.421320343559643 ], [ 120.0, 25.3 ] ] ], [ [ [ 119.7, 25.4 ], [ 118.82132034355965, 23.278679656440357 ], [ 116.7, 22.4 ], [ 114.57867965644036, 23.278679656440357 ], [ 113.7, 25.4 ], [ 114.57867965644036, 27.52132034355964 ], [ 116.7, 28.4 ], [ 118.82132034355965, 27.52132034355964 ], [ 119.7, 25.4 ] ] ], [ [ [ 119.6, 25.6 ], [ 118.72132034355964, 23.47867965644036 ], [ 116.6, 22.6 ], [ 114.47867965644035, 23.47867965644036 ], [ 113.6, 25.6 ], [ 114.47867965644035, 27.721320343559643 ], [ 116.6, 28.6 ], [ 118.72132034355964, 27.721320343559643 ], [ 119.6, 25.6 ] ] ], [ [ [ 117.5, 25.9 ], [ 117.20710678118655, 25.192893218813452 ], [ 116.5, 24.9 ], [ 115.79289321881345, 25.192893218813452 ], [ 115.5, 25.9 ], [ 115.79289321881345, 26.607106781186545 ], [ 116.5, 26.9 ], [ 117.20710678118655, 26.607106781186545 ], [ 117.5, 25.9 ] ] ], [ [ [ 118.2, 26.5 ], [ 117.90710678118656, 25.792893218813454 ], [ 117.2, 25.5 ], [ 116.49289321881345, 25.792893218813454 ], [ 116.2, 26.5 ], [ 116.49289321881345, 27.207106781186546 ], [ 117.2, 27.5 ], [ 117.90710678118656, 27.207106781186546 ], [ 118.2, 26.5 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-23T03:00:00Z", "2016-09-23T09:00:00Z", "2016-09-23T15:00:00Z", "2016-09-23T21:00:00Z", "2016-09-24T03:00:00Z", "2016-09-24T09:00:00Z", "2016-09-24T15:00:00Z", "2016-09-24T21:00:00Z", "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T18:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T00:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T06:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T12:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T18:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1002.0, 1000.0, 1000.0, 998.0, 994.0, 990.0, 980.0, 975.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 960.0, 960.0, 960.0, 960.0, 950.0, 950.0, 945.0, 945.0, 950.0, 960.0, 965.0, 975.0, 985.0, 990.0, 994.0, 998.0, 1002.0, 1002.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 55.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 70.0, 70.0, 70.0, 70.0, 80.0, 80.0, 85.0, 85.0, 80.0, 75.0, 65.0, 55.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201618_CHABA_feature.json b/samples/Typhoon201618_CHABA_feature.json
index 6c3a1a9..5f41921 100644
--- a/samples/Typhoon201618_CHABA_feature.json
+++ b/samples/Typhoon201618_CHABA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201618号 (CHABA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z", "2016-09-29T21:00:00Z", "2016-09-30T03:00:00Z", "2016-09-30T09:00:00Z", "2016-09-30T15:00:00Z", "2016-09-30T21:00:00Z", "2016-10-01T03:00:00Z", "2016-10-01T09:00:00Z", "2016-10-01T15:00:00Z", "2016-10-01T21:00:00Z", "2016-10-02T03:00:00Z", "2016-10-02T09:00:00Z", "2016-10-02T15:00:00Z", "2016-10-02T21:00:00Z", "2016-10-03T03:00:00Z", "2016-10-03T06:00:00Z", "2016-10-03T09:00:00Z", "2016-10-03T12:00:00Z", "2016-10-03T15:00:00Z", "2016-10-03T18:00:00Z", "2016-10-03T21:00:00Z", "2016-10-04T00:00:00Z", "2016-10-04T03:00:00Z", "2016-10-04T06:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T12:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T18:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T00:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T06:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T12:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T18:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z" ],
- "coordinates" : [ [ [ [ 165.6, 14.9 ], [ 165.30710678118655, 14.192893218813452 ], [ 164.6, 13.9 ], [ 163.89289321881344, 14.192893218813452 ], [ 163.6, 14.9 ], [ 163.89289321881344, 15.607106781186548 ], [ 164.6, 15.9 ], [ 165.30710678118655, 15.607106781186548 ], [ 165.6, 14.9 ] ] ], [ [ [ 164.4, 14.5 ], [ 164.10710678118656, 13.792893218813452 ], [ 163.4, 13.5 ], [ 162.69289321881345, 13.792893218813452 ], [ 162.4, 14.5 ], [ 162.69289321881345, 15.207106781186548 ], [ 163.4, 15.5 ], [ 164.10710678118656, 15.207106781186548 ], [ 164.4, 14.5 ] ] ], [ [ [ 163.2, 14.7 ], [ 162.90710678118654, 13.992893218813451 ], [ 162.2, 13.7 ], [ 161.49289321881344, 13.992893218813451 ], [ 161.2, 14.7 ], [ 161.49289321881344, 15.407106781186547 ], [ 162.2, 15.7 ], [ 162.90710678118654, 15.407106781186547 ], [ 163.2, 14.7 ] ] ], [ [ [ 162.0, 15.1 ], [ 161.70710678118655, 14.392893218813452 ], [ 161.0, 14.1 ], [ 160.29289321881345, 14.392893218813452 ], [ 160.0, 15.1 ], [ 160.29289321881345, 15.807106781186548 ], [ 161.0, 16.1 ], [ 161.70710678118655, 15.807106781186548 ], [ 162.0, 15.1 ] ] ], [ [ [ 161.0, 15.6 ], [ 160.70710678118655, 14.892893218813452 ], [ 160.0, 14.6 ], [ 159.29289321881345, 14.892893218813452 ], [ 159.0, 15.6 ], [ 159.29289321881345, 16.307106781186548 ], [ 160.0, 16.6 ], [ 160.70710678118655, 16.307106781186548 ], [ 161.0, 15.6 ] ] ], [ [ [ 160.0, 15.9 ], [ 159.70710678118655, 15.192893218813452 ], [ 159.0, 14.9 ], [ 158.29289321881345, 15.192893218813452 ], [ 158.0, 15.9 ], [ 158.29289321881345, 16.60710678118655 ], [ 159.0, 16.9 ], [ 159.70710678118655, 16.60710678118655 ], [ 160.0, 15.9 ] ] ], [ [ [ 159.0, 15.9 ], [ 158.70710678118655, 15.192893218813452 ], [ 158.0, 14.9 ], [ 157.29289321881345, 15.192893218813452 ], [ 157.0, 15.9 ], [ 157.29289321881345, 16.60710678118655 ], [ 158.0, 16.9 ], [ 158.70710678118655, 16.60710678118655 ], [ 159.0, 15.9 ] ] ], [ [ [ 157.2, 15.8 ], [ 156.90710678118654, 15.092893218813453 ], [ 156.2, 14.8 ], [ 155.49289321881344, 15.092893218813453 ], [ 155.2, 15.8 ], [ 155.49289321881344, 16.507106781186547 ], [ 156.2, 16.8 ], [ 156.90710678118654, 16.507106781186547 ], [ 157.2, 15.8 ] ] ], [ [ [ 155.5, 15.3 ], [ 155.20710678118655, 14.592893218813453 ], [ 154.5, 14.3 ], [ 153.79289321881345, 14.592893218813453 ], [ 153.5, 15.3 ], [ 153.79289321881345, 16.007106781186547 ], [ 154.5, 16.3 ], [ 155.20710678118655, 16.007106781186547 ], [ 155.5, 15.3 ] ] ], [ [ [ 154.3, 14.6 ], [ 154.00710678118656, 13.892893218813452 ], [ 153.3, 13.6 ], [ 152.59289321881346, 13.892893218813452 ], [ 152.3, 14.6 ], [ 152.59289321881346, 15.307106781186548 ], [ 153.3, 15.6 ], [ 154.00710678118656, 15.307106781186548 ], [ 154.3, 14.6 ] ] ], [ [ [ 153.0, 14.4 ], [ 152.70710678118655, 13.692893218813452 ], [ 152.0, 13.4 ], [ 151.29289321881345, 13.692893218813452 ], [ 151.0, 14.4 ], [ 151.29289321881345, 15.107106781186548 ], [ 152.0, 15.4 ], [ 152.70710678118655, 15.107106781186548 ], [ 153.0, 14.4 ] ] ], [ [ [ 152.0, 14.3 ], [ 151.70710678118655, 13.592893218813453 ], [ 151.0, 13.3 ], [ 150.29289321881345, 13.592893218813453 ], [ 150.0, 14.3 ], [ 150.29289321881345, 15.007106781186549 ], [ 151.0, 15.3 ], [ 151.70710678118655, 15.007106781186549 ], [ 152.0, 14.3 ] ] ], [ [ [ 150.8, 14.3 ], [ 150.50710678118656, 13.592893218813453 ], [ 149.8, 13.3 ], [ 149.09289321881346, 13.592893218813453 ], [ 148.8, 14.3 ], [ 149.09289321881346, 15.007106781186549 ], [ 149.8, 15.3 ], [ 150.50710678118656, 15.007106781186549 ], [ 150.8, 14.3 ] ] ], [ [ [ 149.1, 14.4 ], [ 148.80710678118655, 13.692893218813452 ], [ 148.1, 13.4 ], [ 147.39289321881344, 13.692893218813452 ], [ 147.1, 14.4 ], [ 147.39289321881344, 15.107106781186548 ], [ 148.1, 15.4 ], [ 148.80710678118655, 15.107106781186548 ], [ 149.1, 14.4 ] ] ], [ [ [ 147.5, 14.4 ], [ 147.20710678118655, 13.692893218813452 ], [ 146.5, 13.4 ], [ 145.79289321881345, 13.692893218813452 ], [ 145.5, 14.4 ], [ 145.79289321881345, 15.107106781186548 ], [ 146.5, 15.4 ], [ 147.20710678118655, 15.107106781186548 ], [ 147.5, 14.4 ] ] ], [ [ [ 146.5, 14.5 ], [ 146.20710678118655, 13.792893218813452 ], [ 145.5, 13.5 ], [ 144.79289321881345, 13.792893218813452 ], [ 144.5, 14.5 ], [ 144.79289321881345, 15.207106781186548 ], [ 145.5, 15.5 ], [ 146.20710678118655, 15.207106781186548 ], [ 146.5, 14.5 ] ] ], [ [ [ 145.4, 14.4 ], [ 145.10710678118656, 13.692893218813452 ], [ 144.4, 13.4 ], [ 143.69289321881345, 13.692893218813452 ], [ 143.4, 14.4 ], [ 143.69289321881345, 15.107106781186548 ], [ 144.4, 15.4 ], [ 145.10710678118656, 15.107106781186548 ], [ 145.4, 14.4 ] ] ], [ [ [ 144.4, 14.3 ], [ 144.10710678118656, 13.592893218813453 ], [ 143.4, 13.3 ], [ 142.69289321881345, 13.592893218813453 ], [ 142.4, 14.3 ], [ 142.69289321881345, 15.007106781186549 ], [ 143.4, 15.3 ], [ 144.10710678118656, 15.007106781186549 ], [ 144.4, 14.3 ] ] ], [ [ [ 144.8, 13.7 ], [ 143.92132034355964, 11.578679656440357 ], [ 141.8, 10.7 ], [ 139.67867965644038, 11.578679656440357 ], [ 138.8, 13.7 ], [ 139.67867965644038, 15.821320343559641 ], [ 141.8, 16.7 ], [ 143.92132034355964, 15.821320343559641 ], [ 144.8, 13.7 ] ] ], [ [ [ 143.5, 13.5 ], [ 142.62132034355963, 11.378679656440358 ], [ 140.5, 10.5 ], [ 138.37867965644037, 11.378679656440358 ], [ 137.5, 13.5 ], [ 138.37867965644037, 15.621320343559642 ], [ 140.5, 16.5 ], [ 142.62132034355963, 15.621320343559642 ], [ 143.5, 13.5 ] ] ], [ [ [ 142.2, 13.4 ], [ 141.32132034355962, 11.278679656440358 ], [ 139.2, 10.4 ], [ 137.07867965644036, 11.278679656440357 ], [ 136.2, 13.4 ], [ 137.07867965644036, 15.521320343559642 ], [ 139.2, 16.4 ], [ 141.32132034355962, 15.521320343559644 ], [ 142.2, 13.4 ] ] ], [ [ [ 141.1, 13.8 ], [ 140.22132034355963, 11.678679656440359 ], [ 138.1, 10.8 ], [ 135.97867965644036, 11.678679656440359 ], [ 135.1, 13.8 ], [ 135.97867965644036, 15.921320343559643 ], [ 138.1, 16.8 ], [ 140.22132034355963, 15.921320343559643 ], [ 141.1, 13.8 ] ] ], [ [ [ 140.4, 14.3 ], [ 139.52132034355964, 12.178679656440359 ], [ 137.4, 11.3 ], [ 135.27867965644037, 12.178679656440359 ], [ 134.4, 14.3 ], [ 135.27867965644037, 16.421320343559643 ], [ 137.4, 17.3 ], [ 139.52132034355964, 16.421320343559643 ], [ 140.4, 14.3 ] ] ], [ [ [ 139.7, 14.8 ], [ 138.82132034355962, 12.678679656440359 ], [ 136.7, 11.8 ], [ 134.57867965644036, 12.678679656440359 ], [ 133.7, 14.8 ], [ 134.57867965644036, 16.921320343559643 ], [ 136.7, 17.8 ], [ 138.82132034355962, 16.921320343559643 ], [ 139.7, 14.8 ] ] ], [ [ [ 139.0, 15.4 ], [ 138.12132034355963, 13.278679656440358 ], [ 136.0, 12.4 ], [ 133.87867965644037, 13.278679656440357 ], [ 133.0, 15.4 ], [ 133.87867965644037, 17.521320343559644 ], [ 136.0, 18.4 ], [ 138.12132034355963, 17.521320343559644 ], [ 139.0, 15.4 ] ] ], [ [ [ 138.2, 16.1 ], [ 137.32132034355962, 13.97867965644036 ], [ 135.2, 13.100000000000001 ], [ 133.07867965644036, 13.97867965644036 ], [ 132.2, 16.1 ], [ 133.07867965644036, 18.221320343559643 ], [ 135.2, 19.1 ], [ 137.32132034355962, 18.221320343559643 ], [ 138.2, 16.1 ] ] ], [ [ [ 137.4, 16.8 ], [ 136.52132034355964, 14.678679656440359 ], [ 134.4, 13.8 ], [ 132.27867965644037, 14.678679656440359 ], [ 131.4, 16.8 ], [ 132.27867965644037, 18.921320343559643 ], [ 134.4, 19.8 ], [ 136.52132034355964, 18.921320343559643 ], [ 137.4, 16.8 ] ] ], [ [ [ 136.4, 17.6 ], [ 135.52132034355964, 15.47867965644036 ], [ 133.4, 14.600000000000001 ], [ 131.27867965644037, 15.47867965644036 ], [ 130.4, 17.6 ], [ 131.27867965644037, 19.721320343559643 ], [ 133.4, 20.6 ], [ 135.52132034355964, 19.721320343559643 ], [ 136.4, 17.6 ] ] ], [ [ [ 135.6, 18.5 ], [ 134.72132034355963, 16.378679656440358 ], [ 132.6, 15.5 ], [ 130.47867965644036, 16.378679656440358 ], [ 129.6, 18.5 ], [ 130.47867965644036, 20.621320343559642 ], [ 132.6, 21.5 ], [ 134.72132034355963, 20.621320343559642 ], [ 135.6, 18.5 ] ] ], [ [ [ 134.5, 19.7 ], [ 133.62132034355963, 17.578679656440357 ], [ 131.5, 16.7 ], [ 129.37867965644037, 17.578679656440357 ], [ 128.5, 19.7 ], [ 129.37867965644037, 21.82132034355964 ], [ 131.5, 22.7 ], [ 133.62132034355963, 21.82132034355964 ], [ 134.5, 19.7 ] ] ], [ [ [ 133.4, 20.8 ], [ 132.52132034355964, 18.67867965644036 ], [ 130.4, 17.8 ], [ 128.27867965644037, 18.67867965644036 ], [ 127.4, 20.8 ], [ 128.27867965644037, 22.921320343559643 ], [ 130.4, 23.8 ], [ 132.52132034355964, 22.921320343559643 ], [ 133.4, 20.8 ] ] ], [ [ [ 132.2, 21.8 ], [ 131.32132034355962, 19.67867965644036 ], [ 129.2, 18.8 ], [ 127.07867965644034, 19.67867965644036 ], [ 126.19999999999999, 21.8 ], [ 127.07867965644034, 23.921320343559643 ], [ 129.2, 24.8 ], [ 131.32132034355962, 23.921320343559643 ], [ 132.2, 21.8 ] ] ], [ [ [ 131.3, 22.8 ], [ 130.42132034355964, 20.67867965644036 ], [ 128.3, 19.8 ], [ 126.17867965644037, 20.67867965644036 ], [ 125.30000000000001, 22.8 ], [ 126.17867965644037, 24.921320343559643 ], [ 128.3, 25.8 ], [ 130.42132034355964, 24.921320343559643 ], [ 131.3, 22.8 ] ] ], [ [ [ 130.9, 23.3 ], [ 130.02132034355964, 21.17867965644036 ], [ 127.9, 20.3 ], [ 125.77867965644036, 21.17867965644036 ], [ 124.9, 23.3 ], [ 125.77867965644036, 25.421320343559643 ], [ 127.9, 26.3 ], [ 130.02132034355964, 25.421320343559643 ], [ 130.9, 23.3 ] ] ], [ [ [ 130.6, 23.8 ], [ 129.72132034355963, 21.67867965644036 ], [ 127.6, 20.8 ], [ 125.47867965644035, 21.67867965644036 ], [ 124.6, 23.8 ], [ 125.47867965644035, 25.921320343559643 ], [ 127.6, 26.8 ], [ 129.72132034355963, 25.921320343559643 ], [ 130.6, 23.8 ] ] ], [ [ [ 130.3, 24.5 ], [ 129.42132034355964, 22.378679656440358 ], [ 127.3, 21.5 ], [ 125.17867965644035, 22.378679656440358 ], [ 124.3, 24.5 ], [ 125.17867965644035, 26.621320343559642 ], [ 127.3, 27.5 ], [ 129.42132034355964, 26.621320343559642 ], [ 130.3, 24.5 ] ] ], [ [ [ 130.0, 24.9 ], [ 129.12132034355963, 22.778679656440357 ], [ 127.0, 21.9 ], [ 124.87867965644035, 22.778679656440357 ], [ 124.0, 24.9 ], [ 124.87867965644035, 27.02132034355964 ], [ 127.0, 27.9 ], [ 129.12132034355963, 27.02132034355964 ], [ 130.0, 24.9 ] ] ], [ [ [ 129.9, 25.4 ], [ 129.02132034355964, 23.278679656440357 ], [ 126.9, 22.4 ], [ 124.77867965644036, 23.278679656440357 ], [ 123.9, 25.4 ], [ 124.77867965644036, 27.52132034355964 ], [ 126.9, 28.4 ], [ 129.02132034355964, 27.52132034355964 ], [ 129.9, 25.4 ] ] ], [ [ [ 129.8, 25.8 ], [ 128.92132034355964, 23.67867965644036 ], [ 126.8, 22.8 ], [ 124.67867965644035, 23.67867965644036 ], [ 123.8, 25.8 ], [ 124.67867965644035, 27.921320343559643 ], [ 126.8, 28.8 ], [ 128.92132034355964, 27.921320343559643 ], [ 129.8, 25.8 ] ] ], [ [ [ 129.6, 26.2 ], [ 128.72132034355963, 24.078679656440357 ], [ 126.6, 23.2 ], [ 124.47867965644035, 24.078679656440357 ], [ 123.6, 26.2 ], [ 124.47867965644035, 28.32132034355964 ], [ 126.6, 29.2 ], [ 128.72132034355963, 28.32132034355964 ], [ 129.6, 26.2 ] ] ], [ [ [ 129.4, 26.8 ], [ 128.52132034355964, 24.67867965644036 ], [ 126.4, 23.8 ], [ 124.27867965644036, 24.67867965644036 ], [ 123.4, 26.8 ], [ 124.27867965644036, 28.921320343559643 ], [ 126.4, 29.8 ], [ 128.52132034355964, 28.921320343559643 ], [ 129.4, 26.8 ] ] ], [ [ [ 129.3, 27.3 ], [ 128.42132034355964, 25.17867965644036 ], [ 126.3, 24.3 ], [ 124.17867965644035, 25.17867965644036 ], [ 123.3, 27.3 ], [ 124.17867965644035, 29.421320343559643 ], [ 126.3, 30.3 ], [ 128.42132034355964, 29.421320343559643 ], [ 129.3, 27.3 ] ] ], [ [ [ 129.2, 27.9 ], [ 128.32132034355965, 25.778679656440357 ], [ 126.2, 24.9 ], [ 124.07867965644036, 25.778679656440357 ], [ 123.2, 27.9 ], [ 124.07867965644036, 30.02132034355964 ], [ 126.2, 30.9 ], [ 128.32132034355965, 30.02132034355964 ], [ 129.2, 27.9 ] ] ], [ [ [ 129.1, 28.5 ], [ 128.22132034355963, 26.378679656440358 ], [ 126.1, 25.5 ], [ 123.97867965644035, 26.378679656440358 ], [ 123.1, 28.5 ], [ 123.97867965644035, 30.621320343559642 ], [ 126.1, 31.5 ], [ 128.22132034355963, 30.621320343559642 ], [ 129.1, 28.5 ] ] ], [ [ [ 129.0, 29.4 ], [ 128.12132034355963, 27.278679656440357 ], [ 126.0, 26.4 ], [ 123.87867965644035, 27.278679656440357 ], [ 123.0, 29.4 ], [ 123.87867965644035, 31.52132034355964 ], [ 126.0, 32.4 ], [ 128.12132034355963, 31.52132034355964 ], [ 129.0, 29.4 ] ] ], [ [ [ 128.9, 30.2 ], [ 128.02132034355964, 28.078679656440357 ], [ 125.9, 27.2 ], [ 123.77867965644036, 28.078679656440357 ], [ 122.9, 30.2 ], [ 123.77867965644036, 32.32132034355964 ], [ 125.9, 33.2 ], [ 128.02132034355964, 32.32132034355964 ], [ 128.9, 30.2 ] ] ], [ [ [ 129.0, 31.0 ], [ 128.12132034355963, 28.878679656440358 ], [ 126.0, 28.0 ], [ 123.87867965644035, 28.878679656440358 ], [ 123.0, 31.0 ], [ 123.87867965644035, 33.121320343559645 ], [ 126.0, 34.0 ], [ 128.12132034355963, 33.121320343559645 ], [ 129.0, 31.0 ] ] ], [ [ [ 129.3, 31.7 ], [ 128.42132034355964, 29.578679656440357 ], [ 126.3, 28.7 ], [ 124.17867965644035, 29.578679656440357 ], [ 123.3, 31.7 ], [ 124.17867965644035, 33.82132034355964 ], [ 126.3, 34.7 ], [ 128.42132034355964, 33.82132034355964 ], [ 129.3, 31.7 ] ] ], [ [ [ 129.6, 32.7 ], [ 128.72132034355963, 30.57867965644036 ], [ 126.6, 29.700000000000003 ], [ 124.47867965644035, 30.57867965644036 ], [ 123.6, 32.7 ], [ 124.47867965644035, 34.82132034355965 ], [ 126.6, 35.7 ], [ 128.72132034355963, 34.82132034355965 ], [ 129.6, 32.7 ] ] ], [ [ [ 130.2, 33.3 ], [ 129.32132034355965, 31.178679656440355 ], [ 127.2, 30.299999999999997 ], [ 125.07867965644036, 31.178679656440355 ], [ 124.2, 33.3 ], [ 125.07867965644036, 35.42132034355964 ], [ 127.2, 36.3 ], [ 129.32132034355965, 35.42132034355964 ], [ 130.2, 33.3 ] ] ], [ [ [ 131.1, 34.4 ], [ 130.22132034355963, 32.27867965644035 ], [ 128.1, 31.4 ], [ 125.97867965644035, 32.27867965644035 ], [ 125.1, 34.4 ], [ 125.97867965644035, 36.521320343559644 ], [ 128.1, 37.4 ], [ 130.22132034355963, 36.521320343559644 ], [ 131.1, 34.4 ] ] ], [ [ [ 132.4, 35.4 ], [ 131.52132034355964, 33.27867965644035 ], [ 129.4, 32.4 ], [ 127.27867965644036, 33.27867965644035 ], [ 126.4, 35.4 ], [ 127.27867965644036, 37.521320343559644 ], [ 129.4, 38.4 ], [ 131.52132034355964, 37.521320343559644 ], [ 132.4, 35.4 ] ] ], [ [ [ 134.1, 36.1 ], [ 133.22132034355963, 33.978679656440356 ], [ 131.1, 33.1 ], [ 128.97867965644036, 33.978679656440356 ], [ 128.1, 36.1 ], [ 128.97867965644036, 38.22132034355965 ], [ 131.1, 39.1 ], [ 133.22132034355963, 38.22132034355965 ], [ 134.1, 36.1 ] ] ], [ [ [ 136.8, 37.3 ], [ 135.92132034355964, 35.17867965644035 ], [ 133.8, 34.3 ], [ 131.67867965644038, 35.17867965644035 ], [ 130.8, 37.3 ], [ 131.67867965644038, 39.42132034355964 ], [ 133.8, 40.3 ], [ 135.92132034355964, 39.42132034355964 ], [ 136.8, 37.3 ] ] ], [ [ [ 139.7, 38.7 ], [ 138.82132034355962, 36.57867965644036 ], [ 136.7, 35.7 ], [ 134.57867965644036, 36.57867965644036 ], [ 133.7, 38.7 ], [ 134.57867965644036, 40.82132034355965 ], [ 136.7, 41.7 ], [ 138.82132034355962, 40.82132034355965 ], [ 139.7, 38.7 ] ] ], [ [ [ 146.4, 39.4 ], [ 145.52132034355964, 37.27867965644035 ], [ 143.4, 36.4 ], [ 141.27867965644037, 37.27867965644035 ], [ 140.4, 39.4 ], [ 141.27867965644037, 41.521320343559644 ], [ 143.4, 42.4 ], [ 145.52132034355964, 41.521320343559644 ], [ 146.4, 39.4 ] ] ], [ [ [ 151.8, 41.1 ], [ 150.92132034355964, 38.978679656440356 ], [ 148.8, 38.1 ], [ 146.67867965644038, 38.978679656440356 ], [ 145.8, 41.1 ], [ 146.67867965644038, 43.22132034355965 ], [ 148.8, 44.1 ], [ 150.92132034355964, 43.22132034355965 ], [ 151.8, 41.1 ] ] ], [ [ [ 156.5, 41.8 ], [ 155.62132034355963, 39.67867965644035 ], [ 153.5, 38.8 ], [ 151.37867965644037, 39.67867965644035 ], [ 150.5, 41.8 ], [ 151.37867965644037, 43.92132034355964 ], [ 153.5, 44.8 ], [ 155.62132034355963, 43.92132034355964 ], [ 156.5, 41.8 ] ] ], [ [ [ 161.7, 42.9 ], [ 160.82132034355962, 40.77867965644035 ], [ 158.7, 39.9 ], [ 156.57867965644036, 40.77867965644035 ], [ 155.7, 42.9 ], [ 156.57867965644036, 45.021320343559644 ], [ 158.7, 45.9 ], [ 160.82132034355962, 45.021320343559644 ], [ 161.7, 42.9 ] ] ], [ [ [ 167.2, 44.2 ], [ 166.32132034355962, 42.07867965644036 ], [ 164.2, 41.2 ], [ 162.07867965644036, 42.07867965644036 ], [ 161.2, 44.2 ], [ 162.07867965644036, 46.32132034355965 ], [ 164.2, 47.2 ], [ 166.32132034355962, 46.32132034355965 ], [ 167.2, 44.2 ] ] ], [ [ [ 173.0, 45.7 ], [ 172.12132034355963, 43.57867965644036 ], [ 170.0, 42.7 ], [ 167.87867965644037, 43.57867965644036 ], [ 167.0, 45.7 ], [ 167.87867965644037, 47.82132034355965 ], [ 170.0, 48.7 ], [ 172.12132034355963, 47.82132034355965 ], [ 173.0, 45.7 ] ] ], [ [ [ 178.1, 47.8 ], [ 177.22132034355963, 45.67867965644035 ], [ 175.1, 44.8 ], [ 172.97867965644036, 45.67867965644035 ], [ 172.1, 47.8 ], [ 172.97867965644036, 49.92132034355964 ], [ 175.1, 50.8 ], [ 177.22132034355963, 49.92132034355964 ], [ 178.1, 47.8 ] ] ], [ [ [ 182.2, 50.2 ], [ 181.32132034355962, 48.07867965644036 ], [ 179.2, 47.2 ], [ 177.07867965644036, 48.07867965644036 ], [ 176.2, 50.2 ], [ 177.07867965644036, 52.32132034355965 ], [ 179.2, 53.2 ], [ 181.32132034355962, 52.32132034355965 ], [ 182.2, 50.2 ] ] ], [ [ [ 185.4, 52.0 ], [ 184.52132034355964, 49.878679656440355 ], [ 182.4, 49.0 ], [ 180.27867965644037, 49.878679656440355 ], [ 179.4, 52.0 ], [ 180.27867965644037, 54.121320343559645 ], [ 182.4, 55.0 ], [ 184.52132034355964, 54.121320343559645 ], [ 185.4, 52.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z", "2016-09-29T21:00:00Z", "2016-09-30T03:00:00Z", "2016-09-30T09:00:00Z", "2016-09-30T15:00:00Z", "2016-09-30T21:00:00Z", "2016-10-01T03:00:00Z", "2016-10-01T09:00:00Z", "2016-10-01T15:00:00Z", "2016-10-01T21:00:00Z", "2016-10-02T03:00:00Z", "2016-10-02T09:00:00Z", "2016-10-02T15:00:00Z", "2016-10-02T21:00:00Z", "2016-10-03T03:00:00Z", "2016-10-03T06:00:00Z", "2016-10-03T09:00:00Z", "2016-10-03T12:00:00Z", "2016-10-03T15:00:00Z", "2016-10-03T18:00:00Z", "2016-10-03T21:00:00Z", "2016-10-04T00:00:00Z", "2016-10-04T03:00:00Z", "2016-10-04T06:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T12:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T18:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T00:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T06:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T12:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T18:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1006.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 992.0, 990.0, 990.0, 990.0, 985.0, 985.0, 980.0, 970.0, 955.0, 935.0, 935.0, 935.0, 935.0, 935.0, 925.0, 925.0, 915.0, 905.0, 905.0, 905.0, 910.0, 920.0, 925.0, 925.0, 940.0, 950.0, 950.0, 960.0, 965.0, 965.0, 970.0, 985.0, 990.0, 992.0, 996.0, 998.0, 992.0, 988.0, 984.0, 980.0, 972.0, 960.0, 956.0, 956.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 50.0, 50.0, 50.0, 55.0, 55.0, 60.0, 70.0, 80.0, 95.0, 95.0, 95.0, 95.0, 95.0, 100.0, 100.0, 110.0, 115.0, 115.0, 115.0, 110.0, 100.0, 95.0, 95.0, 85.0, 80.0, 80.0, 75.0, 70.0, 70.0, 65.0, 55.0, 50.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201618号 (CHABA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z", "2016-09-29T21:00:00Z", "2016-09-30T03:00:00Z", "2016-09-30T09:00:00Z", "2016-09-30T15:00:00Z", "2016-09-30T21:00:00Z", "2016-10-01T03:00:00Z", "2016-10-01T09:00:00Z", "2016-10-01T15:00:00Z", "2016-10-01T21:00:00Z", "2016-10-02T03:00:00Z", "2016-10-02T09:00:00Z", "2016-10-02T15:00:00Z", "2016-10-02T21:00:00Z", "2016-10-03T03:00:00Z", "2016-10-03T06:00:00Z", "2016-10-03T09:00:00Z", "2016-10-03T12:00:00Z", "2016-10-03T15:00:00Z", "2016-10-03T18:00:00Z", "2016-10-03T21:00:00Z", "2016-10-04T00:00:00Z", "2016-10-04T03:00:00Z", "2016-10-04T06:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T12:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T18:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T00:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T06:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T12:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T18:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 165.6, 14.9 ], [ 165.30710678118655, 14.192893218813452 ], [ 164.6, 13.9 ], [ 163.89289321881344, 14.192893218813452 ], [ 163.6, 14.9 ], [ 163.89289321881344, 15.607106781186548 ], [ 164.6, 15.9 ], [ 165.30710678118655, 15.607106781186548 ], [ 165.6, 14.9 ] ] ], [ [ [ 164.4, 14.5 ], [ 164.10710678118656, 13.792893218813452 ], [ 163.4, 13.5 ], [ 162.69289321881345, 13.792893218813452 ], [ 162.4, 14.5 ], [ 162.69289321881345, 15.207106781186548 ], [ 163.4, 15.5 ], [ 164.10710678118656, 15.207106781186548 ], [ 164.4, 14.5 ] ] ], [ [ [ 163.2, 14.7 ], [ 162.90710678118654, 13.992893218813451 ], [ 162.2, 13.7 ], [ 161.49289321881344, 13.992893218813451 ], [ 161.2, 14.7 ], [ 161.49289321881344, 15.407106781186547 ], [ 162.2, 15.7 ], [ 162.90710678118654, 15.407106781186547 ], [ 163.2, 14.7 ] ] ], [ [ [ 162.0, 15.1 ], [ 161.70710678118655, 14.392893218813452 ], [ 161.0, 14.1 ], [ 160.29289321881345, 14.392893218813452 ], [ 160.0, 15.1 ], [ 160.29289321881345, 15.807106781186548 ], [ 161.0, 16.1 ], [ 161.70710678118655, 15.807106781186548 ], [ 162.0, 15.1 ] ] ], [ [ [ 161.0, 15.6 ], [ 160.70710678118655, 14.892893218813452 ], [ 160.0, 14.6 ], [ 159.29289321881345, 14.892893218813452 ], [ 159.0, 15.6 ], [ 159.29289321881345, 16.307106781186548 ], [ 160.0, 16.6 ], [ 160.70710678118655, 16.307106781186548 ], [ 161.0, 15.6 ] ] ], [ [ [ 160.0, 15.9 ], [ 159.70710678118655, 15.192893218813452 ], [ 159.0, 14.9 ], [ 158.29289321881345, 15.192893218813452 ], [ 158.0, 15.9 ], [ 158.29289321881345, 16.60710678118655 ], [ 159.0, 16.9 ], [ 159.70710678118655, 16.60710678118655 ], [ 160.0, 15.9 ] ] ], [ [ [ 159.0, 15.9 ], [ 158.70710678118655, 15.192893218813452 ], [ 158.0, 14.9 ], [ 157.29289321881345, 15.192893218813452 ], [ 157.0, 15.9 ], [ 157.29289321881345, 16.60710678118655 ], [ 158.0, 16.9 ], [ 158.70710678118655, 16.60710678118655 ], [ 159.0, 15.9 ] ] ], [ [ [ 157.2, 15.8 ], [ 156.90710678118654, 15.092893218813453 ], [ 156.2, 14.8 ], [ 155.49289321881344, 15.092893218813453 ], [ 155.2, 15.8 ], [ 155.49289321881344, 16.507106781186547 ], [ 156.2, 16.8 ], [ 156.90710678118654, 16.507106781186547 ], [ 157.2, 15.8 ] ] ], [ [ [ 155.5, 15.3 ], [ 155.20710678118655, 14.592893218813453 ], [ 154.5, 14.3 ], [ 153.79289321881345, 14.592893218813453 ], [ 153.5, 15.3 ], [ 153.79289321881345, 16.007106781186547 ], [ 154.5, 16.3 ], [ 155.20710678118655, 16.007106781186547 ], [ 155.5, 15.3 ] ] ], [ [ [ 154.3, 14.6 ], [ 154.00710678118656, 13.892893218813452 ], [ 153.3, 13.6 ], [ 152.59289321881346, 13.892893218813452 ], [ 152.3, 14.6 ], [ 152.59289321881346, 15.307106781186548 ], [ 153.3, 15.6 ], [ 154.00710678118656, 15.307106781186548 ], [ 154.3, 14.6 ] ] ], [ [ [ 153.0, 14.4 ], [ 152.70710678118655, 13.692893218813452 ], [ 152.0, 13.4 ], [ 151.29289321881345, 13.692893218813452 ], [ 151.0, 14.4 ], [ 151.29289321881345, 15.107106781186548 ], [ 152.0, 15.4 ], [ 152.70710678118655, 15.107106781186548 ], [ 153.0, 14.4 ] ] ], [ [ [ 152.0, 14.3 ], [ 151.70710678118655, 13.592893218813453 ], [ 151.0, 13.3 ], [ 150.29289321881345, 13.592893218813453 ], [ 150.0, 14.3 ], [ 150.29289321881345, 15.007106781186549 ], [ 151.0, 15.3 ], [ 151.70710678118655, 15.007106781186549 ], [ 152.0, 14.3 ] ] ], [ [ [ 150.8, 14.3 ], [ 150.50710678118656, 13.592893218813453 ], [ 149.8, 13.3 ], [ 149.09289321881346, 13.592893218813453 ], [ 148.8, 14.3 ], [ 149.09289321881346, 15.007106781186549 ], [ 149.8, 15.3 ], [ 150.50710678118656, 15.007106781186549 ], [ 150.8, 14.3 ] ] ], [ [ [ 149.1, 14.4 ], [ 148.80710678118655, 13.692893218813452 ], [ 148.1, 13.4 ], [ 147.39289321881344, 13.692893218813452 ], [ 147.1, 14.4 ], [ 147.39289321881344, 15.107106781186548 ], [ 148.1, 15.4 ], [ 148.80710678118655, 15.107106781186548 ], [ 149.1, 14.4 ] ] ], [ [ [ 147.5, 14.4 ], [ 147.20710678118655, 13.692893218813452 ], [ 146.5, 13.4 ], [ 145.79289321881345, 13.692893218813452 ], [ 145.5, 14.4 ], [ 145.79289321881345, 15.107106781186548 ], [ 146.5, 15.4 ], [ 147.20710678118655, 15.107106781186548 ], [ 147.5, 14.4 ] ] ], [ [ [ 146.5, 14.5 ], [ 146.20710678118655, 13.792893218813452 ], [ 145.5, 13.5 ], [ 144.79289321881345, 13.792893218813452 ], [ 144.5, 14.5 ], [ 144.79289321881345, 15.207106781186548 ], [ 145.5, 15.5 ], [ 146.20710678118655, 15.207106781186548 ], [ 146.5, 14.5 ] ] ], [ [ [ 145.4, 14.4 ], [ 145.10710678118656, 13.692893218813452 ], [ 144.4, 13.4 ], [ 143.69289321881345, 13.692893218813452 ], [ 143.4, 14.4 ], [ 143.69289321881345, 15.107106781186548 ], [ 144.4, 15.4 ], [ 145.10710678118656, 15.107106781186548 ], [ 145.4, 14.4 ] ] ], [ [ [ 144.4, 14.3 ], [ 144.10710678118656, 13.592893218813453 ], [ 143.4, 13.3 ], [ 142.69289321881345, 13.592893218813453 ], [ 142.4, 14.3 ], [ 142.69289321881345, 15.007106781186549 ], [ 143.4, 15.3 ], [ 144.10710678118656, 15.007106781186549 ], [ 144.4, 14.3 ] ] ], [ [ [ 144.8, 13.7 ], [ 143.92132034355964, 11.578679656440357 ], [ 141.8, 10.7 ], [ 139.67867965644038, 11.578679656440357 ], [ 138.8, 13.7 ], [ 139.67867965644038, 15.821320343559641 ], [ 141.8, 16.7 ], [ 143.92132034355964, 15.821320343559641 ], [ 144.8, 13.7 ] ] ], [ [ [ 143.5, 13.5 ], [ 142.62132034355963, 11.378679656440358 ], [ 140.5, 10.5 ], [ 138.37867965644037, 11.378679656440358 ], [ 137.5, 13.5 ], [ 138.37867965644037, 15.621320343559642 ], [ 140.5, 16.5 ], [ 142.62132034355963, 15.621320343559642 ], [ 143.5, 13.5 ] ] ], [ [ [ 142.2, 13.4 ], [ 141.32132034355962, 11.278679656440358 ], [ 139.2, 10.4 ], [ 137.07867965644036, 11.278679656440357 ], [ 136.2, 13.4 ], [ 137.07867965644036, 15.521320343559642 ], [ 139.2, 16.4 ], [ 141.32132034355962, 15.521320343559644 ], [ 142.2, 13.4 ] ] ], [ [ [ 141.1, 13.8 ], [ 140.22132034355963, 11.678679656440359 ], [ 138.1, 10.8 ], [ 135.97867965644036, 11.678679656440359 ], [ 135.1, 13.8 ], [ 135.97867965644036, 15.921320343559643 ], [ 138.1, 16.8 ], [ 140.22132034355963, 15.921320343559643 ], [ 141.1, 13.8 ] ] ], [ [ [ 140.4, 14.3 ], [ 139.52132034355964, 12.178679656440359 ], [ 137.4, 11.3 ], [ 135.27867965644037, 12.178679656440359 ], [ 134.4, 14.3 ], [ 135.27867965644037, 16.421320343559643 ], [ 137.4, 17.3 ], [ 139.52132034355964, 16.421320343559643 ], [ 140.4, 14.3 ] ] ], [ [ [ 139.7, 14.8 ], [ 138.82132034355962, 12.678679656440359 ], [ 136.7, 11.8 ], [ 134.57867965644036, 12.678679656440359 ], [ 133.7, 14.8 ], [ 134.57867965644036, 16.921320343559643 ], [ 136.7, 17.8 ], [ 138.82132034355962, 16.921320343559643 ], [ 139.7, 14.8 ] ] ], [ [ [ 139.0, 15.4 ], [ 138.12132034355963, 13.278679656440358 ], [ 136.0, 12.4 ], [ 133.87867965644037, 13.278679656440357 ], [ 133.0, 15.4 ], [ 133.87867965644037, 17.521320343559644 ], [ 136.0, 18.4 ], [ 138.12132034355963, 17.521320343559644 ], [ 139.0, 15.4 ] ] ], [ [ [ 138.2, 16.1 ], [ 137.32132034355962, 13.97867965644036 ], [ 135.2, 13.100000000000001 ], [ 133.07867965644036, 13.97867965644036 ], [ 132.2, 16.1 ], [ 133.07867965644036, 18.221320343559643 ], [ 135.2, 19.1 ], [ 137.32132034355962, 18.221320343559643 ], [ 138.2, 16.1 ] ] ], [ [ [ 137.4, 16.8 ], [ 136.52132034355964, 14.678679656440359 ], [ 134.4, 13.8 ], [ 132.27867965644037, 14.678679656440359 ], [ 131.4, 16.8 ], [ 132.27867965644037, 18.921320343559643 ], [ 134.4, 19.8 ], [ 136.52132034355964, 18.921320343559643 ], [ 137.4, 16.8 ] ] ], [ [ [ 136.4, 17.6 ], [ 135.52132034355964, 15.47867965644036 ], [ 133.4, 14.600000000000001 ], [ 131.27867965644037, 15.47867965644036 ], [ 130.4, 17.6 ], [ 131.27867965644037, 19.721320343559643 ], [ 133.4, 20.6 ], [ 135.52132034355964, 19.721320343559643 ], [ 136.4, 17.6 ] ] ], [ [ [ 135.6, 18.5 ], [ 134.72132034355963, 16.378679656440358 ], [ 132.6, 15.5 ], [ 130.47867965644036, 16.378679656440358 ], [ 129.6, 18.5 ], [ 130.47867965644036, 20.621320343559642 ], [ 132.6, 21.5 ], [ 134.72132034355963, 20.621320343559642 ], [ 135.6, 18.5 ] ] ], [ [ [ 134.5, 19.7 ], [ 133.62132034355963, 17.578679656440357 ], [ 131.5, 16.7 ], [ 129.37867965644037, 17.578679656440357 ], [ 128.5, 19.7 ], [ 129.37867965644037, 21.82132034355964 ], [ 131.5, 22.7 ], [ 133.62132034355963, 21.82132034355964 ], [ 134.5, 19.7 ] ] ], [ [ [ 133.4, 20.8 ], [ 132.52132034355964, 18.67867965644036 ], [ 130.4, 17.8 ], [ 128.27867965644037, 18.67867965644036 ], [ 127.4, 20.8 ], [ 128.27867965644037, 22.921320343559643 ], [ 130.4, 23.8 ], [ 132.52132034355964, 22.921320343559643 ], [ 133.4, 20.8 ] ] ], [ [ [ 132.2, 21.8 ], [ 131.32132034355962, 19.67867965644036 ], [ 129.2, 18.8 ], [ 127.07867965644034, 19.67867965644036 ], [ 126.19999999999999, 21.8 ], [ 127.07867965644034, 23.921320343559643 ], [ 129.2, 24.8 ], [ 131.32132034355962, 23.921320343559643 ], [ 132.2, 21.8 ] ] ], [ [ [ 131.3, 22.8 ], [ 130.42132034355964, 20.67867965644036 ], [ 128.3, 19.8 ], [ 126.17867965644037, 20.67867965644036 ], [ 125.30000000000001, 22.8 ], [ 126.17867965644037, 24.921320343559643 ], [ 128.3, 25.8 ], [ 130.42132034355964, 24.921320343559643 ], [ 131.3, 22.8 ] ] ], [ [ [ 130.9, 23.3 ], [ 130.02132034355964, 21.17867965644036 ], [ 127.9, 20.3 ], [ 125.77867965644036, 21.17867965644036 ], [ 124.9, 23.3 ], [ 125.77867965644036, 25.421320343559643 ], [ 127.9, 26.3 ], [ 130.02132034355964, 25.421320343559643 ], [ 130.9, 23.3 ] ] ], [ [ [ 130.6, 23.8 ], [ 129.72132034355963, 21.67867965644036 ], [ 127.6, 20.8 ], [ 125.47867965644035, 21.67867965644036 ], [ 124.6, 23.8 ], [ 125.47867965644035, 25.921320343559643 ], [ 127.6, 26.8 ], [ 129.72132034355963, 25.921320343559643 ], [ 130.6, 23.8 ] ] ], [ [ [ 130.3, 24.5 ], [ 129.42132034355964, 22.378679656440358 ], [ 127.3, 21.5 ], [ 125.17867965644035, 22.378679656440358 ], [ 124.3, 24.5 ], [ 125.17867965644035, 26.621320343559642 ], [ 127.3, 27.5 ], [ 129.42132034355964, 26.621320343559642 ], [ 130.3, 24.5 ] ] ], [ [ [ 130.0, 24.9 ], [ 129.12132034355963, 22.778679656440357 ], [ 127.0, 21.9 ], [ 124.87867965644035, 22.778679656440357 ], [ 124.0, 24.9 ], [ 124.87867965644035, 27.02132034355964 ], [ 127.0, 27.9 ], [ 129.12132034355963, 27.02132034355964 ], [ 130.0, 24.9 ] ] ], [ [ [ 129.9, 25.4 ], [ 129.02132034355964, 23.278679656440357 ], [ 126.9, 22.4 ], [ 124.77867965644036, 23.278679656440357 ], [ 123.9, 25.4 ], [ 124.77867965644036, 27.52132034355964 ], [ 126.9, 28.4 ], [ 129.02132034355964, 27.52132034355964 ], [ 129.9, 25.4 ] ] ], [ [ [ 129.8, 25.8 ], [ 128.92132034355964, 23.67867965644036 ], [ 126.8, 22.8 ], [ 124.67867965644035, 23.67867965644036 ], [ 123.8, 25.8 ], [ 124.67867965644035, 27.921320343559643 ], [ 126.8, 28.8 ], [ 128.92132034355964, 27.921320343559643 ], [ 129.8, 25.8 ] ] ], [ [ [ 129.6, 26.2 ], [ 128.72132034355963, 24.078679656440357 ], [ 126.6, 23.2 ], [ 124.47867965644035, 24.078679656440357 ], [ 123.6, 26.2 ], [ 124.47867965644035, 28.32132034355964 ], [ 126.6, 29.2 ], [ 128.72132034355963, 28.32132034355964 ], [ 129.6, 26.2 ] ] ], [ [ [ 129.4, 26.8 ], [ 128.52132034355964, 24.67867965644036 ], [ 126.4, 23.8 ], [ 124.27867965644036, 24.67867965644036 ], [ 123.4, 26.8 ], [ 124.27867965644036, 28.921320343559643 ], [ 126.4, 29.8 ], [ 128.52132034355964, 28.921320343559643 ], [ 129.4, 26.8 ] ] ], [ [ [ 129.3, 27.3 ], [ 128.42132034355964, 25.17867965644036 ], [ 126.3, 24.3 ], [ 124.17867965644035, 25.17867965644036 ], [ 123.3, 27.3 ], [ 124.17867965644035, 29.421320343559643 ], [ 126.3, 30.3 ], [ 128.42132034355964, 29.421320343559643 ], [ 129.3, 27.3 ] ] ], [ [ [ 129.2, 27.9 ], [ 128.32132034355965, 25.778679656440357 ], [ 126.2, 24.9 ], [ 124.07867965644036, 25.778679656440357 ], [ 123.2, 27.9 ], [ 124.07867965644036, 30.02132034355964 ], [ 126.2, 30.9 ], [ 128.32132034355965, 30.02132034355964 ], [ 129.2, 27.9 ] ] ], [ [ [ 129.1, 28.5 ], [ 128.22132034355963, 26.378679656440358 ], [ 126.1, 25.5 ], [ 123.97867965644035, 26.378679656440358 ], [ 123.1, 28.5 ], [ 123.97867965644035, 30.621320343559642 ], [ 126.1, 31.5 ], [ 128.22132034355963, 30.621320343559642 ], [ 129.1, 28.5 ] ] ], [ [ [ 129.0, 29.4 ], [ 128.12132034355963, 27.278679656440357 ], [ 126.0, 26.4 ], [ 123.87867965644035, 27.278679656440357 ], [ 123.0, 29.4 ], [ 123.87867965644035, 31.52132034355964 ], [ 126.0, 32.4 ], [ 128.12132034355963, 31.52132034355964 ], [ 129.0, 29.4 ] ] ], [ [ [ 128.9, 30.2 ], [ 128.02132034355964, 28.078679656440357 ], [ 125.9, 27.2 ], [ 123.77867965644036, 28.078679656440357 ], [ 122.9, 30.2 ], [ 123.77867965644036, 32.32132034355964 ], [ 125.9, 33.2 ], [ 128.02132034355964, 32.32132034355964 ], [ 128.9, 30.2 ] ] ], [ [ [ 129.0, 31.0 ], [ 128.12132034355963, 28.878679656440358 ], [ 126.0, 28.0 ], [ 123.87867965644035, 28.878679656440358 ], [ 123.0, 31.0 ], [ 123.87867965644035, 33.121320343559645 ], [ 126.0, 34.0 ], [ 128.12132034355963, 33.121320343559645 ], [ 129.0, 31.0 ] ] ], [ [ [ 129.3, 31.7 ], [ 128.42132034355964, 29.578679656440357 ], [ 126.3, 28.7 ], [ 124.17867965644035, 29.578679656440357 ], [ 123.3, 31.7 ], [ 124.17867965644035, 33.82132034355964 ], [ 126.3, 34.7 ], [ 128.42132034355964, 33.82132034355964 ], [ 129.3, 31.7 ] ] ], [ [ [ 129.6, 32.7 ], [ 128.72132034355963, 30.57867965644036 ], [ 126.6, 29.700000000000003 ], [ 124.47867965644035, 30.57867965644036 ], [ 123.6, 32.7 ], [ 124.47867965644035, 34.82132034355965 ], [ 126.6, 35.7 ], [ 128.72132034355963, 34.82132034355965 ], [ 129.6, 32.7 ] ] ], [ [ [ 130.2, 33.3 ], [ 129.32132034355965, 31.178679656440355 ], [ 127.2, 30.299999999999997 ], [ 125.07867965644036, 31.178679656440355 ], [ 124.2, 33.3 ], [ 125.07867965644036, 35.42132034355964 ], [ 127.2, 36.3 ], [ 129.32132034355965, 35.42132034355964 ], [ 130.2, 33.3 ] ] ], [ [ [ 131.1, 34.4 ], [ 130.22132034355963, 32.27867965644035 ], [ 128.1, 31.4 ], [ 125.97867965644035, 32.27867965644035 ], [ 125.1, 34.4 ], [ 125.97867965644035, 36.521320343559644 ], [ 128.1, 37.4 ], [ 130.22132034355963, 36.521320343559644 ], [ 131.1, 34.4 ] ] ], [ [ [ 132.4, 35.4 ], [ 131.52132034355964, 33.27867965644035 ], [ 129.4, 32.4 ], [ 127.27867965644036, 33.27867965644035 ], [ 126.4, 35.4 ], [ 127.27867965644036, 37.521320343559644 ], [ 129.4, 38.4 ], [ 131.52132034355964, 37.521320343559644 ], [ 132.4, 35.4 ] ] ], [ [ [ 134.1, 36.1 ], [ 133.22132034355963, 33.978679656440356 ], [ 131.1, 33.1 ], [ 128.97867965644036, 33.978679656440356 ], [ 128.1, 36.1 ], [ 128.97867965644036, 38.22132034355965 ], [ 131.1, 39.1 ], [ 133.22132034355963, 38.22132034355965 ], [ 134.1, 36.1 ] ] ], [ [ [ 136.8, 37.3 ], [ 135.92132034355964, 35.17867965644035 ], [ 133.8, 34.3 ], [ 131.67867965644038, 35.17867965644035 ], [ 130.8, 37.3 ], [ 131.67867965644038, 39.42132034355964 ], [ 133.8, 40.3 ], [ 135.92132034355964, 39.42132034355964 ], [ 136.8, 37.3 ] ] ], [ [ [ 139.7, 38.7 ], [ 138.82132034355962, 36.57867965644036 ], [ 136.7, 35.7 ], [ 134.57867965644036, 36.57867965644036 ], [ 133.7, 38.7 ], [ 134.57867965644036, 40.82132034355965 ], [ 136.7, 41.7 ], [ 138.82132034355962, 40.82132034355965 ], [ 139.7, 38.7 ] ] ], [ [ [ 146.4, 39.4 ], [ 145.52132034355964, 37.27867965644035 ], [ 143.4, 36.4 ], [ 141.27867965644037, 37.27867965644035 ], [ 140.4, 39.4 ], [ 141.27867965644037, 41.521320343559644 ], [ 143.4, 42.4 ], [ 145.52132034355964, 41.521320343559644 ], [ 146.4, 39.4 ] ] ], [ [ [ 151.8, 41.1 ], [ 150.92132034355964, 38.978679656440356 ], [ 148.8, 38.1 ], [ 146.67867965644038, 38.978679656440356 ], [ 145.8, 41.1 ], [ 146.67867965644038, 43.22132034355965 ], [ 148.8, 44.1 ], [ 150.92132034355964, 43.22132034355965 ], [ 151.8, 41.1 ] ] ], [ [ [ 156.5, 41.8 ], [ 155.62132034355963, 39.67867965644035 ], [ 153.5, 38.8 ], [ 151.37867965644037, 39.67867965644035 ], [ 150.5, 41.8 ], [ 151.37867965644037, 43.92132034355964 ], [ 153.5, 44.8 ], [ 155.62132034355963, 43.92132034355964 ], [ 156.5, 41.8 ] ] ], [ [ [ 161.7, 42.9 ], [ 160.82132034355962, 40.77867965644035 ], [ 158.7, 39.9 ], [ 156.57867965644036, 40.77867965644035 ], [ 155.7, 42.9 ], [ 156.57867965644036, 45.021320343559644 ], [ 158.7, 45.9 ], [ 160.82132034355962, 45.021320343559644 ], [ 161.7, 42.9 ] ] ], [ [ [ 167.2, 44.2 ], [ 166.32132034355962, 42.07867965644036 ], [ 164.2, 41.2 ], [ 162.07867965644036, 42.07867965644036 ], [ 161.2, 44.2 ], [ 162.07867965644036, 46.32132034355965 ], [ 164.2, 47.2 ], [ 166.32132034355962, 46.32132034355965 ], [ 167.2, 44.2 ] ] ], [ [ [ 173.0, 45.7 ], [ 172.12132034355963, 43.57867965644036 ], [ 170.0, 42.7 ], [ 167.87867965644037, 43.57867965644036 ], [ 167.0, 45.7 ], [ 167.87867965644037, 47.82132034355965 ], [ 170.0, 48.7 ], [ 172.12132034355963, 47.82132034355965 ], [ 173.0, 45.7 ] ] ], [ [ [ 178.1, 47.8 ], [ 177.22132034355963, 45.67867965644035 ], [ 175.1, 44.8 ], [ 172.97867965644036, 45.67867965644035 ], [ 172.1, 47.8 ], [ 172.97867965644036, 49.92132034355964 ], [ 175.1, 50.8 ], [ 177.22132034355963, 49.92132034355964 ], [ 178.1, 47.8 ] ] ], [ [ [ 182.2, 50.2 ], [ 181.32132034355962, 48.07867965644036 ], [ 179.2, 47.2 ], [ 177.07867965644036, 48.07867965644036 ], [ 176.2, 50.2 ], [ 177.07867965644036, 52.32132034355965 ], [ 179.2, 53.2 ], [ 181.32132034355962, 52.32132034355965 ], [ 182.2, 50.2 ] ] ], [ [ [ 185.4, 52.0 ], [ 184.52132034355964, 49.878679656440355 ], [ 182.4, 49.0 ], [ 180.27867965644037, 49.878679656440355 ], [ 179.4, 52.0 ], [ 180.27867965644037, 54.121320343559645 ], [ 182.4, 55.0 ], [ 184.52132034355964, 54.121320343559645 ], [ 185.4, 52.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-09-25T03:00:00Z", "2016-09-25T09:00:00Z", "2016-09-25T15:00:00Z", "2016-09-25T21:00:00Z", "2016-09-26T03:00:00Z", "2016-09-26T09:00:00Z", "2016-09-26T15:00:00Z", "2016-09-26T21:00:00Z", "2016-09-27T03:00:00Z", "2016-09-27T09:00:00Z", "2016-09-27T15:00:00Z", "2016-09-27T21:00:00Z", "2016-09-28T03:00:00Z", "2016-09-28T09:00:00Z", "2016-09-28T15:00:00Z", "2016-09-28T21:00:00Z", "2016-09-29T03:00:00Z", "2016-09-29T09:00:00Z", "2016-09-29T15:00:00Z", "2016-09-29T21:00:00Z", "2016-09-30T03:00:00Z", "2016-09-30T09:00:00Z", "2016-09-30T15:00:00Z", "2016-09-30T21:00:00Z", "2016-10-01T03:00:00Z", "2016-10-01T09:00:00Z", "2016-10-01T15:00:00Z", "2016-10-01T21:00:00Z", "2016-10-02T03:00:00Z", "2016-10-02T09:00:00Z", "2016-10-02T15:00:00Z", "2016-10-02T21:00:00Z", "2016-10-03T03:00:00Z", "2016-10-03T06:00:00Z", "2016-10-03T09:00:00Z", "2016-10-03T12:00:00Z", "2016-10-03T15:00:00Z", "2016-10-03T18:00:00Z", "2016-10-03T21:00:00Z", "2016-10-04T00:00:00Z", "2016-10-04T03:00:00Z", "2016-10-04T06:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T12:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T18:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T00:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T06:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T12:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T18:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1008.0, 1006.0, 1004.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1000.0, 1000.0, 992.0, 990.0, 990.0, 990.0, 985.0, 985.0, 980.0, 970.0, 955.0, 935.0, 935.0, 935.0, 935.0, 935.0, 925.0, 925.0, 915.0, 905.0, 905.0, 905.0, 910.0, 920.0, 925.0, 925.0, 940.0, 950.0, 950.0, 960.0, 965.0, 965.0, 970.0, 985.0, 990.0, 992.0, 996.0, 998.0, 992.0, 988.0, 984.0, 980.0, 972.0, 960.0, 956.0, 956.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 45.0, 50.0, 50.0, 50.0, 55.0, 55.0, 60.0, 70.0, 80.0, 95.0, 95.0, 95.0, 95.0, 95.0, 100.0, 100.0, 110.0, 115.0, 115.0, 115.0, 110.0, 100.0, 95.0, 95.0, 85.0, 80.0, 80.0, 75.0, 70.0, 70.0, 65.0, 55.0, 50.0, 45.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201619_AERE_feature.json b/samples/Typhoon201619_AERE_feature.json
index de3d9e8..8dc99a1 100644
--- a/samples/Typhoon201619_AERE_feature.json
+++ b/samples/Typhoon201619_AERE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201619号 (AERE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z" ],
- "coordinates" : [ [ [ [ 131.0, 19.2 ], [ 130.70710678118655, 18.492893218813453 ], [ 130.0, 18.2 ], [ 129.29289321881345, 18.492893218813453 ], [ 129.0, 19.2 ], [ 129.29289321881345, 19.907106781186545 ], [ 130.0, 20.2 ], [ 130.70710678118655, 19.907106781186545 ], [ 131.0, 19.2 ] ] ], [ [ [ 128.8, 19.2 ], [ 128.50710678118654, 18.492893218813453 ], [ 127.8, 18.2 ], [ 127.09289321881344, 18.492893218813453 ], [ 126.8, 19.2 ], [ 127.09289321881344, 19.907106781186545 ], [ 127.8, 20.2 ], [ 128.50710678118654, 19.907106781186545 ], [ 128.8, 19.2 ] ] ], [ [ [ 127.5, 19.0 ], [ 127.20710678118655, 18.292893218813454 ], [ 126.5, 18.0 ], [ 125.79289321881345, 18.292893218813454 ], [ 125.5, 19.0 ], [ 125.79289321881345, 19.707106781186546 ], [ 126.5, 20.0 ], [ 127.20710678118655, 19.707106781186546 ], [ 127.5, 19.0 ] ] ], [ [ [ 126.5, 18.9 ], [ 126.20710678118655, 18.192893218813452 ], [ 125.5, 17.9 ], [ 124.79289321881345, 18.192893218813452 ], [ 124.5, 18.9 ], [ 124.79289321881345, 19.607106781186545 ], [ 125.5, 19.9 ], [ 126.20710678118655, 19.607106781186545 ], [ 126.5, 18.9 ] ] ], [ [ [ 124.8, 19.5 ], [ 124.50710678118655, 18.792893218813454 ], [ 123.8, 18.5 ], [ 123.09289321881344, 18.792893218813454 ], [ 122.8, 19.5 ], [ 123.09289321881344, 20.207106781186546 ], [ 123.8, 20.5 ], [ 124.50710678118655, 20.207106781186546 ], [ 124.8, 19.5 ] ] ], [ [ [ 125.1, 20.1 ], [ 124.22132034355964, 17.97867965644036 ], [ 122.1, 17.1 ], [ 119.97867965644035, 17.97867965644036 ], [ 119.1, 20.1 ], [ 119.97867965644035, 22.221320343559643 ], [ 122.1, 23.1 ], [ 124.22132034355964, 22.221320343559643 ], [ 125.1, 20.1 ] ] ], [ [ [ 123.5, 20.6 ], [ 122.62132034355965, 18.47867965644036 ], [ 120.5, 17.6 ], [ 118.37867965644035, 18.47867965644036 ], [ 117.5, 20.6 ], [ 118.37867965644035, 22.721320343559643 ], [ 120.5, 23.6 ], [ 122.62132034355965, 22.721320343559643 ], [ 123.5, 20.6 ] ] ], [ [ [ 122.0, 20.7 ], [ 121.12132034355965, 18.578679656440357 ], [ 119.0, 17.7 ], [ 116.87867965644035, 18.578679656440357 ], [ 116.0, 20.7 ], [ 116.87867965644035, 22.82132034355964 ], [ 119.0, 23.7 ], [ 121.12132034355965, 22.82132034355964 ], [ 122.0, 20.7 ] ] ], [ [ [ 120.8, 20.6 ], [ 119.92132034355964, 18.47867965644036 ], [ 117.8, 17.6 ], [ 115.67867965644035, 18.47867965644036 ], [ 114.8, 20.6 ], [ 115.67867965644035, 22.721320343559643 ], [ 117.8, 23.6 ], [ 119.92132034355964, 22.721320343559643 ], [ 120.8, 20.6 ] ] ], [ [ [ 120.2, 20.6 ], [ 119.32132034355965, 18.47867965644036 ], [ 117.2, 17.6 ], [ 115.07867965644036, 18.47867965644036 ], [ 114.2, 20.6 ], [ 115.07867965644036, 22.721320343559643 ], [ 117.2, 23.6 ], [ 119.32132034355965, 22.721320343559643 ], [ 120.2, 20.6 ] ] ], [ [ [ 119.4, 20.4 ], [ 118.52132034355965, 18.278679656440357 ], [ 116.4, 17.4 ], [ 114.27867965644036, 18.278679656440357 ], [ 113.4, 20.4 ], [ 114.27867965644036, 22.52132034355964 ], [ 116.4, 23.4 ], [ 118.52132034355965, 22.52132034355964 ], [ 119.4, 20.4 ] ] ], [ [ [ 119.0, 20.7 ], [ 118.12132034355965, 18.578679656440357 ], [ 116.0, 17.7 ], [ 113.87867965644035, 18.578679656440357 ], [ 113.0, 20.7 ], [ 113.87867965644035, 22.82132034355964 ], [ 116.0, 23.7 ], [ 118.12132034355965, 22.82132034355964 ], [ 119.0, 20.7 ] ] ], [ [ [ 118.9, 21.0 ], [ 118.02132034355965, 18.878679656440358 ], [ 115.9, 18.0 ], [ 113.77867965644036, 18.878679656440358 ], [ 112.9, 21.0 ], [ 113.77867965644036, 23.121320343559642 ], [ 115.9, 24.0 ], [ 118.02132034355965, 23.121320343559642 ], [ 118.9, 21.0 ] ] ], [ [ [ 118.9, 21.2 ], [ 118.02132034355965, 19.078679656440357 ], [ 115.9, 18.2 ], [ 113.77867965644036, 19.078679656440357 ], [ 112.9, 21.2 ], [ 113.77867965644036, 23.32132034355964 ], [ 115.9, 24.2 ], [ 118.02132034355965, 23.32132034355964 ], [ 118.9, 21.2 ] ] ], [ [ [ 119.1, 21.3 ], [ 118.22132034355964, 19.17867965644036 ], [ 116.1, 18.3 ], [ 113.97867965644035, 19.17867965644036 ], [ 113.1, 21.3 ], [ 113.97867965644035, 23.421320343559643 ], [ 116.1, 24.3 ], [ 118.22132034355964, 23.421320343559643 ], [ 119.1, 21.3 ] ] ], [ [ [ 119.3, 21.3 ], [ 118.42132034355964, 19.17867965644036 ], [ 116.3, 18.3 ], [ 114.17867965644035, 19.17867965644036 ], [ 113.3, 21.3 ], [ 114.17867965644035, 23.421320343559643 ], [ 116.3, 24.3 ], [ 118.42132034355964, 23.421320343559643 ], [ 119.3, 21.3 ] ] ], [ [ [ 119.9, 21.6 ], [ 119.02132034355965, 19.47867965644036 ], [ 116.9, 18.6 ], [ 114.77867965644036, 19.47867965644036 ], [ 113.9, 21.6 ], [ 114.77867965644036, 23.721320343559643 ], [ 116.9, 24.6 ], [ 119.02132034355965, 23.721320343559643 ], [ 119.9, 21.6 ] ] ], [ [ [ 120.2, 21.8 ], [ 119.32132034355965, 19.67867965644036 ], [ 117.2, 18.8 ], [ 115.07867965644036, 19.67867965644036 ], [ 114.2, 21.8 ], [ 115.07867965644036, 23.921320343559643 ], [ 117.2, 24.8 ], [ 119.32132034355965, 23.921320343559643 ], [ 120.2, 21.8 ] ] ], [ [ [ 120.4, 21.6 ], [ 119.52132034355965, 19.47867965644036 ], [ 117.4, 18.6 ], [ 115.27867965644036, 19.47867965644036 ], [ 114.4, 21.6 ], [ 115.27867965644036, 23.721320343559643 ], [ 117.4, 24.6 ], [ 119.52132034355965, 23.721320343559643 ], [ 120.4, 21.6 ] ] ], [ [ [ 120.8, 21.3 ], [ 119.92132034355964, 19.17867965644036 ], [ 117.8, 18.3 ], [ 115.67867965644035, 19.17867965644036 ], [ 114.8, 21.3 ], [ 115.67867965644035, 23.421320343559643 ], [ 117.8, 24.3 ], [ 119.92132034355964, 23.421320343559643 ], [ 120.8, 21.3 ] ] ], [ [ [ 120.9, 21.6 ], [ 120.02132034355965, 19.47867965644036 ], [ 117.9, 18.6 ], [ 115.77867965644036, 19.47867965644036 ], [ 114.9, 21.6 ], [ 115.77867965644036, 23.721320343559643 ], [ 117.9, 24.6 ], [ 120.02132034355965, 23.721320343559643 ], [ 120.9, 21.6 ] ] ], [ [ [ 120.9, 21.8 ], [ 120.02132034355965, 19.67867965644036 ], [ 117.9, 18.8 ], [ 115.77867965644036, 19.67867965644036 ], [ 114.9, 21.8 ], [ 115.77867965644036, 23.921320343559643 ], [ 117.9, 24.8 ], [ 120.02132034355965, 23.921320343559643 ], [ 120.9, 21.8 ] ] ], [ [ [ 119.0, 22.1 ], [ 118.70710678118655, 21.392893218813455 ], [ 118.0, 21.1 ], [ 117.29289321881345, 21.392893218813455 ], [ 117.0, 22.1 ], [ 117.29289321881345, 22.807106781186548 ], [ 118.0, 23.1 ], [ 118.70710678118655, 22.807106781186548 ], [ 119.0, 22.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1002.0, 1004.0, 1004.0, 1002.0, 998.0, 998.0, 998.0, 994.0, 994.0, 992.0, 985.0, 980.0, 975.0, 980.0, 985.0, 990.0, 992.0, 996.0, 996.0, 998.0, 998.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 50.0, 55.0, 60.0, 55.0, 50.0, 45.0, 40.0, 40.0, 40.0, 35.0, 35.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201619号 (AERE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 131.0, 19.2 ], [ 130.70710678118655, 18.492893218813453 ], [ 130.0, 18.2 ], [ 129.29289321881345, 18.492893218813453 ], [ 129.0, 19.2 ], [ 129.29289321881345, 19.907106781186545 ], [ 130.0, 20.2 ], [ 130.70710678118655, 19.907106781186545 ], [ 131.0, 19.2 ] ] ], [ [ [ 128.8, 19.2 ], [ 128.50710678118654, 18.492893218813453 ], [ 127.8, 18.2 ], [ 127.09289321881344, 18.492893218813453 ], [ 126.8, 19.2 ], [ 127.09289321881344, 19.907106781186545 ], [ 127.8, 20.2 ], [ 128.50710678118654, 19.907106781186545 ], [ 128.8, 19.2 ] ] ], [ [ [ 127.5, 19.0 ], [ 127.20710678118655, 18.292893218813454 ], [ 126.5, 18.0 ], [ 125.79289321881345, 18.292893218813454 ], [ 125.5, 19.0 ], [ 125.79289321881345, 19.707106781186546 ], [ 126.5, 20.0 ], [ 127.20710678118655, 19.707106781186546 ], [ 127.5, 19.0 ] ] ], [ [ [ 126.5, 18.9 ], [ 126.20710678118655, 18.192893218813452 ], [ 125.5, 17.9 ], [ 124.79289321881345, 18.192893218813452 ], [ 124.5, 18.9 ], [ 124.79289321881345, 19.607106781186545 ], [ 125.5, 19.9 ], [ 126.20710678118655, 19.607106781186545 ], [ 126.5, 18.9 ] ] ], [ [ [ 124.8, 19.5 ], [ 124.50710678118655, 18.792893218813454 ], [ 123.8, 18.5 ], [ 123.09289321881344, 18.792893218813454 ], [ 122.8, 19.5 ], [ 123.09289321881344, 20.207106781186546 ], [ 123.8, 20.5 ], [ 124.50710678118655, 20.207106781186546 ], [ 124.8, 19.5 ] ] ], [ [ [ 125.1, 20.1 ], [ 124.22132034355964, 17.97867965644036 ], [ 122.1, 17.1 ], [ 119.97867965644035, 17.97867965644036 ], [ 119.1, 20.1 ], [ 119.97867965644035, 22.221320343559643 ], [ 122.1, 23.1 ], [ 124.22132034355964, 22.221320343559643 ], [ 125.1, 20.1 ] ] ], [ [ [ 123.5, 20.6 ], [ 122.62132034355965, 18.47867965644036 ], [ 120.5, 17.6 ], [ 118.37867965644035, 18.47867965644036 ], [ 117.5, 20.6 ], [ 118.37867965644035, 22.721320343559643 ], [ 120.5, 23.6 ], [ 122.62132034355965, 22.721320343559643 ], [ 123.5, 20.6 ] ] ], [ [ [ 122.0, 20.7 ], [ 121.12132034355965, 18.578679656440357 ], [ 119.0, 17.7 ], [ 116.87867965644035, 18.578679656440357 ], [ 116.0, 20.7 ], [ 116.87867965644035, 22.82132034355964 ], [ 119.0, 23.7 ], [ 121.12132034355965, 22.82132034355964 ], [ 122.0, 20.7 ] ] ], [ [ [ 120.8, 20.6 ], [ 119.92132034355964, 18.47867965644036 ], [ 117.8, 17.6 ], [ 115.67867965644035, 18.47867965644036 ], [ 114.8, 20.6 ], [ 115.67867965644035, 22.721320343559643 ], [ 117.8, 23.6 ], [ 119.92132034355964, 22.721320343559643 ], [ 120.8, 20.6 ] ] ], [ [ [ 120.2, 20.6 ], [ 119.32132034355965, 18.47867965644036 ], [ 117.2, 17.6 ], [ 115.07867965644036, 18.47867965644036 ], [ 114.2, 20.6 ], [ 115.07867965644036, 22.721320343559643 ], [ 117.2, 23.6 ], [ 119.32132034355965, 22.721320343559643 ], [ 120.2, 20.6 ] ] ], [ [ [ 119.4, 20.4 ], [ 118.52132034355965, 18.278679656440357 ], [ 116.4, 17.4 ], [ 114.27867965644036, 18.278679656440357 ], [ 113.4, 20.4 ], [ 114.27867965644036, 22.52132034355964 ], [ 116.4, 23.4 ], [ 118.52132034355965, 22.52132034355964 ], [ 119.4, 20.4 ] ] ], [ [ [ 119.0, 20.7 ], [ 118.12132034355965, 18.578679656440357 ], [ 116.0, 17.7 ], [ 113.87867965644035, 18.578679656440357 ], [ 113.0, 20.7 ], [ 113.87867965644035, 22.82132034355964 ], [ 116.0, 23.7 ], [ 118.12132034355965, 22.82132034355964 ], [ 119.0, 20.7 ] ] ], [ [ [ 118.9, 21.0 ], [ 118.02132034355965, 18.878679656440358 ], [ 115.9, 18.0 ], [ 113.77867965644036, 18.878679656440358 ], [ 112.9, 21.0 ], [ 113.77867965644036, 23.121320343559642 ], [ 115.9, 24.0 ], [ 118.02132034355965, 23.121320343559642 ], [ 118.9, 21.0 ] ] ], [ [ [ 118.9, 21.2 ], [ 118.02132034355965, 19.078679656440357 ], [ 115.9, 18.2 ], [ 113.77867965644036, 19.078679656440357 ], [ 112.9, 21.2 ], [ 113.77867965644036, 23.32132034355964 ], [ 115.9, 24.2 ], [ 118.02132034355965, 23.32132034355964 ], [ 118.9, 21.2 ] ] ], [ [ [ 119.1, 21.3 ], [ 118.22132034355964, 19.17867965644036 ], [ 116.1, 18.3 ], [ 113.97867965644035, 19.17867965644036 ], [ 113.1, 21.3 ], [ 113.97867965644035, 23.421320343559643 ], [ 116.1, 24.3 ], [ 118.22132034355964, 23.421320343559643 ], [ 119.1, 21.3 ] ] ], [ [ [ 119.3, 21.3 ], [ 118.42132034355964, 19.17867965644036 ], [ 116.3, 18.3 ], [ 114.17867965644035, 19.17867965644036 ], [ 113.3, 21.3 ], [ 114.17867965644035, 23.421320343559643 ], [ 116.3, 24.3 ], [ 118.42132034355964, 23.421320343559643 ], [ 119.3, 21.3 ] ] ], [ [ [ 119.9, 21.6 ], [ 119.02132034355965, 19.47867965644036 ], [ 116.9, 18.6 ], [ 114.77867965644036, 19.47867965644036 ], [ 113.9, 21.6 ], [ 114.77867965644036, 23.721320343559643 ], [ 116.9, 24.6 ], [ 119.02132034355965, 23.721320343559643 ], [ 119.9, 21.6 ] ] ], [ [ [ 120.2, 21.8 ], [ 119.32132034355965, 19.67867965644036 ], [ 117.2, 18.8 ], [ 115.07867965644036, 19.67867965644036 ], [ 114.2, 21.8 ], [ 115.07867965644036, 23.921320343559643 ], [ 117.2, 24.8 ], [ 119.32132034355965, 23.921320343559643 ], [ 120.2, 21.8 ] ] ], [ [ [ 120.4, 21.6 ], [ 119.52132034355965, 19.47867965644036 ], [ 117.4, 18.6 ], [ 115.27867965644036, 19.47867965644036 ], [ 114.4, 21.6 ], [ 115.27867965644036, 23.721320343559643 ], [ 117.4, 24.6 ], [ 119.52132034355965, 23.721320343559643 ], [ 120.4, 21.6 ] ] ], [ [ [ 120.8, 21.3 ], [ 119.92132034355964, 19.17867965644036 ], [ 117.8, 18.3 ], [ 115.67867965644035, 19.17867965644036 ], [ 114.8, 21.3 ], [ 115.67867965644035, 23.421320343559643 ], [ 117.8, 24.3 ], [ 119.92132034355964, 23.421320343559643 ], [ 120.8, 21.3 ] ] ], [ [ [ 120.9, 21.6 ], [ 120.02132034355965, 19.47867965644036 ], [ 117.9, 18.6 ], [ 115.77867965644036, 19.47867965644036 ], [ 114.9, 21.6 ], [ 115.77867965644036, 23.721320343559643 ], [ 117.9, 24.6 ], [ 120.02132034355965, 23.721320343559643 ], [ 120.9, 21.6 ] ] ], [ [ [ 120.9, 21.8 ], [ 120.02132034355965, 19.67867965644036 ], [ 117.9, 18.8 ], [ 115.77867965644036, 19.67867965644036 ], [ 114.9, 21.8 ], [ 115.77867965644036, 23.921320343559643 ], [ 117.9, 24.8 ], [ 120.02132034355965, 23.921320343559643 ], [ 120.9, 21.8 ] ] ], [ [ [ 119.0, 22.1 ], [ 118.70710678118655, 21.392893218813455 ], [ 118.0, 21.1 ], [ 117.29289321881345, 21.392893218813455 ], [ 117.0, 22.1 ], [ 117.29289321881345, 22.807106781186548 ], [ 118.0, 23.1 ], [ 118.70710678118655, 22.807106781186548 ], [ 119.0, 22.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1002.0, 1004.0, 1004.0, 1002.0, 998.0, 998.0, 998.0, 994.0, 994.0, 992.0, 985.0, 980.0, 975.0, 980.0, 985.0, 990.0, 992.0, 996.0, 996.0, 998.0, 998.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 40.0, 40.0, 50.0, 55.0, 60.0, 55.0, 50.0, 45.0, 40.0, 40.0, 40.0, 35.0, 35.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201620_SONGDA_feature.json b/samples/Typhoon201620_SONGDA_feature.json
index 8b16aa8..1eb21ac 100644
--- a/samples/Typhoon201620_SONGDA_feature.json
+++ b/samples/Typhoon201620_SONGDA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201620号 (SONGDA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-10-04T03:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z", "2016-10-10T15:00:00Z", "2016-10-10T21:00:00Z", "2016-10-11T03:00:00Z", "2016-10-11T09:00:00Z", "2016-10-11T15:00:00Z", "2016-10-11T21:00:00Z", "2016-10-12T03:00:00Z", "2016-10-12T09:00:00Z", "2016-10-12T15:00:00Z", "2016-10-12T21:00:00Z", "2016-10-13T03:00:00Z", "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z" ],
- "coordinates" : [ [ [ [ 181.5, 16.4 ], [ 181.20710678118655, 15.69289321881345 ], [ 180.5, 15.399999999999999 ], [ 179.79289321881345, 15.69289321881345 ], [ 179.5, 16.4 ], [ 179.79289321881345, 17.107106781186545 ], [ 180.5, 17.4 ], [ 181.20710678118655, 17.107106781186545 ], [ 181.5, 16.4 ] ] ], [ [ [ 179.8, 16.5 ], [ 179.50710678118656, 15.792893218813452 ], [ 178.8, 15.5 ], [ 178.09289321881346, 15.792893218813452 ], [ 177.8, 16.5 ], [ 178.09289321881346, 17.207106781186546 ], [ 178.8, 17.5 ], [ 179.50710678118656, 17.207106781186546 ], [ 179.8, 16.5 ] ] ], [ [ [ 178.6, 16.4 ], [ 178.30710678118655, 15.69289321881345 ], [ 177.6, 15.399999999999999 ], [ 176.89289321881344, 15.69289321881345 ], [ 176.6, 16.4 ], [ 176.89289321881344, 17.107106781186545 ], [ 177.6, 17.4 ], [ 178.30710678118655, 17.107106781186545 ], [ 178.6, 16.4 ] ] ], [ [ [ 177.7, 16.6 ], [ 177.40710678118654, 15.892893218813454 ], [ 176.7, 15.600000000000001 ], [ 175.99289321881344, 15.892893218813454 ], [ 175.7, 16.6 ], [ 175.99289321881344, 17.307106781186548 ], [ 176.7, 17.6 ], [ 177.40710678118654, 17.307106781186548 ], [ 177.7, 16.6 ] ] ], [ [ [ 176.9, 17.3 ], [ 176.60710678118656, 16.592893218813455 ], [ 175.9, 16.3 ], [ 175.19289321881345, 16.592893218813455 ], [ 174.9, 17.3 ], [ 175.19289321881345, 18.007106781186547 ], [ 175.9, 18.3 ], [ 176.60710678118656, 18.007106781186547 ], [ 176.9, 17.3 ] ] ], [ [ [ 175.7, 18.0 ], [ 175.40710678118654, 17.292893218813454 ], [ 174.7, 17.0 ], [ 173.99289321881344, 17.292893218813454 ], [ 173.7, 18.0 ], [ 173.99289321881344, 18.707106781186546 ], [ 174.7, 19.0 ], [ 175.40710678118654, 18.707106781186546 ], [ 175.7, 18.0 ] ] ], [ [ [ 174.1, 18.1 ], [ 173.80710678118655, 17.392893218813455 ], [ 173.1, 17.1 ], [ 172.39289321881344, 17.392893218813455 ], [ 172.1, 18.1 ], [ 172.39289321881344, 18.807106781186548 ], [ 173.1, 19.1 ], [ 173.80710678118655, 18.807106781186548 ], [ 174.1, 18.1 ] ] ], [ [ [ 172.5, 18.0 ], [ 172.20710678118655, 17.292893218813454 ], [ 171.5, 17.0 ], [ 170.79289321881345, 17.292893218813454 ], [ 170.5, 18.0 ], [ 170.79289321881345, 18.707106781186546 ], [ 171.5, 19.0 ], [ 172.20710678118655, 18.707106781186546 ], [ 172.5, 18.0 ] ] ], [ [ [ 171.3, 17.9 ], [ 171.00710678118656, 17.192893218813452 ], [ 170.3, 16.9 ], [ 169.59289321881346, 17.192893218813452 ], [ 169.3, 17.9 ], [ 169.59289321881346, 18.607106781186545 ], [ 170.3, 18.9 ], [ 171.00710678118656, 18.607106781186545 ], [ 171.3, 17.9 ] ] ], [ [ [ 169.7, 17.9 ], [ 169.40710678118654, 17.192893218813452 ], [ 168.7, 16.9 ], [ 167.99289321881344, 17.192893218813452 ], [ 167.7, 17.9 ], [ 167.99289321881344, 18.607106781186545 ], [ 168.7, 18.9 ], [ 169.40710678118654, 18.607106781186545 ], [ 169.7, 17.9 ] ] ], [ [ [ 168.0, 18.0 ], [ 167.70710678118655, 17.292893218813454 ], [ 167.0, 17.0 ], [ 166.29289321881345, 17.292893218813454 ], [ 166.0, 18.0 ], [ 166.29289321881345, 18.707106781186546 ], [ 167.0, 19.0 ], [ 167.70710678118655, 18.707106781186546 ], [ 168.0, 18.0 ] ] ], [ [ [ 166.5, 18.0 ], [ 166.20710678118655, 17.292893218813454 ], [ 165.5, 17.0 ], [ 164.79289321881345, 17.292893218813454 ], [ 164.5, 18.0 ], [ 164.79289321881345, 18.707106781186546 ], [ 165.5, 19.0 ], [ 166.20710678118655, 18.707106781186546 ], [ 166.5, 18.0 ] ] ], [ [ [ 165.4, 18.1 ], [ 165.10710678118656, 17.392893218813455 ], [ 164.4, 17.1 ], [ 163.69289321881345, 17.392893218813455 ], [ 163.4, 18.1 ], [ 163.69289321881345, 18.807106781186548 ], [ 164.4, 19.1 ], [ 165.10710678118656, 18.807106781186548 ], [ 165.4, 18.1 ] ] ], [ [ [ 164.4, 18.2 ], [ 164.10710678118656, 17.492893218813453 ], [ 163.4, 17.2 ], [ 162.69289321881345, 17.492893218813453 ], [ 162.4, 18.2 ], [ 162.69289321881345, 18.907106781186545 ], [ 163.4, 19.2 ], [ 164.10710678118656, 18.907106781186545 ], [ 164.4, 18.2 ] ] ], [ [ [ 162.8, 18.6 ], [ 162.50710678118656, 17.892893218813455 ], [ 161.8, 17.6 ], [ 161.09289321881346, 17.892893218813455 ], [ 160.8, 18.6 ], [ 161.09289321881346, 19.307106781186548 ], [ 161.8, 19.6 ], [ 162.50710678118656, 19.307106781186548 ], [ 162.8, 18.6 ] ] ], [ [ [ 161.4, 18.9 ], [ 161.10710678118656, 18.192893218813452 ], [ 160.4, 17.9 ], [ 159.69289321881345, 18.192893218813452 ], [ 159.4, 18.9 ], [ 159.69289321881345, 19.607106781186545 ], [ 160.4, 19.9 ], [ 161.10710678118656, 19.607106781186545 ], [ 161.4, 18.9 ] ] ], [ [ [ 159.7, 19.2 ], [ 159.40710678118654, 18.492893218813453 ], [ 158.7, 18.2 ], [ 157.99289321881344, 18.492893218813453 ], [ 157.7, 19.2 ], [ 157.99289321881344, 19.907106781186545 ], [ 158.7, 20.2 ], [ 159.40710678118654, 19.907106781186545 ], [ 159.7, 19.2 ] ] ], [ [ [ 158.3, 19.3 ], [ 158.00710678118656, 18.592893218813455 ], [ 157.3, 18.3 ], [ 156.59289321881346, 18.592893218813455 ], [ 156.3, 19.3 ], [ 156.59289321881346, 20.007106781186547 ], [ 157.3, 20.3 ], [ 158.00710678118656, 20.007106781186547 ], [ 158.3, 19.3 ] ] ], [ [ [ 156.8, 19.5 ], [ 156.50710678118656, 18.792893218813454 ], [ 155.8, 18.5 ], [ 155.09289321881346, 18.792893218813454 ], [ 154.8, 19.5 ], [ 155.09289321881346, 20.207106781186546 ], [ 155.8, 20.5 ], [ 156.50710678118656, 20.207106781186546 ], [ 156.8, 19.5 ] ] ], [ [ [ 157.4, 19.9 ], [ 156.52132034355964, 17.778679656440357 ], [ 154.4, 16.9 ], [ 152.27867965644037, 17.778679656440357 ], [ 151.4, 19.9 ], [ 152.27867965644037, 22.02132034355964 ], [ 154.4, 22.9 ], [ 156.52132034355964, 22.02132034355964 ], [ 157.4, 19.9 ] ] ], [ [ [ 155.7, 20.6 ], [ 154.82132034355962, 18.47867965644036 ], [ 152.7, 17.6 ], [ 150.57867965644036, 18.47867965644036 ], [ 149.7, 20.6 ], [ 150.57867965644036, 22.721320343559643 ], [ 152.7, 23.6 ], [ 154.82132034355962, 22.721320343559643 ], [ 155.7, 20.6 ] ] ], [ [ [ 154.3, 21.2 ], [ 153.42132034355964, 19.078679656440357 ], [ 151.3, 18.2 ], [ 149.17867965644038, 19.078679656440357 ], [ 148.3, 21.2 ], [ 149.17867965644038, 23.32132034355964 ], [ 151.3, 24.2 ], [ 153.42132034355964, 23.32132034355964 ], [ 154.3, 21.2 ] ] ], [ [ [ 153.0, 22.1 ], [ 152.12132034355963, 19.97867965644036 ], [ 150.0, 19.1 ], [ 147.87867965644037, 19.97867965644036 ], [ 147.0, 22.1 ], [ 147.87867965644037, 24.221320343559643 ], [ 150.0, 25.1 ], [ 152.12132034355963, 24.221320343559643 ], [ 153.0, 22.1 ] ] ], [ [ [ 151.5, 23.2 ], [ 150.62132034355963, 21.078679656440357 ], [ 148.5, 20.2 ], [ 146.37867965644037, 21.078679656440357 ], [ 145.5, 23.2 ], [ 146.37867965644037, 25.32132034355964 ], [ 148.5, 26.2 ], [ 150.62132034355963, 25.32132034355964 ], [ 151.5, 23.2 ] ] ], [ [ [ 150.3, 24.0 ], [ 149.42132034355964, 21.878679656440358 ], [ 147.3, 21.0 ], [ 145.17867965644038, 21.878679656440358 ], [ 144.3, 24.0 ], [ 145.17867965644038, 26.121320343559642 ], [ 147.3, 27.0 ], [ 149.42132034355964, 26.121320343559642 ], [ 150.3, 24.0 ] ] ], [ [ [ 149.4, 24.7 ], [ 148.52132034355964, 22.578679656440357 ], [ 146.4, 21.7 ], [ 144.27867965644037, 22.578679656440357 ], [ 143.4, 24.7 ], [ 144.27867965644037, 26.82132034355964 ], [ 146.4, 27.7 ], [ 148.52132034355964, 26.82132034355964 ], [ 149.4, 24.7 ] ] ], [ [ [ 148.9, 25.5 ], [ 148.02132034355964, 23.378679656440358 ], [ 145.9, 22.5 ], [ 143.77867965644037, 23.378679656440358 ], [ 142.9, 25.5 ], [ 143.77867965644037, 27.621320343559642 ], [ 145.9, 28.5 ], [ 148.02132034355964, 27.621320343559642 ], [ 148.9, 25.5 ] ] ], [ [ [ 148.8, 26.3 ], [ 147.92132034355964, 24.17867965644036 ], [ 145.8, 23.3 ], [ 143.67867965644038, 24.17867965644036 ], [ 142.8, 26.3 ], [ 143.67867965644038, 28.421320343559643 ], [ 145.8, 29.3 ], [ 147.92132034355964, 28.421320343559643 ], [ 148.8, 26.3 ] ] ], [ [ [ 148.8, 27.2 ], [ 147.92132034355964, 25.078679656440357 ], [ 145.8, 24.2 ], [ 143.67867965644038, 25.078679656440357 ], [ 142.8, 27.2 ], [ 143.67867965644038, 29.32132034355964 ], [ 145.8, 30.2 ], [ 147.92132034355964, 29.32132034355964 ], [ 148.8, 27.2 ] ] ], [ [ [ 149.0, 27.8 ], [ 148.12132034355963, 25.67867965644036 ], [ 146.0, 24.8 ], [ 143.87867965644037, 25.67867965644036 ], [ 143.0, 27.8 ], [ 143.87867965644037, 29.921320343559643 ], [ 146.0, 30.8 ], [ 148.12132034355963, 29.921320343559643 ], [ 149.0, 27.8 ] ] ], [ [ [ 149.7, 28.5 ], [ 148.82132034355962, 26.378679656440358 ], [ 146.7, 25.5 ], [ 144.57867965644036, 26.378679656440358 ], [ 143.7, 28.5 ], [ 144.57867965644036, 30.621320343559642 ], [ 146.7, 31.5 ], [ 148.82132034355962, 30.621320343559642 ], [ 149.7, 28.5 ] ] ], [ [ [ 150.5, 29.2 ], [ 149.62132034355963, 27.078679656440357 ], [ 147.5, 26.2 ], [ 145.37867965644037, 27.078679656440357 ], [ 144.5, 29.2 ], [ 145.37867965644037, 31.32132034355964 ], [ 147.5, 32.2 ], [ 149.62132034355963, 31.32132034355964 ], [ 150.5, 29.2 ] ] ], [ [ [ 151.9, 30.3 ], [ 151.02132034355964, 28.17867965644036 ], [ 148.9, 27.3 ], [ 146.77867965644037, 28.17867965644036 ], [ 145.9, 30.3 ], [ 146.77867965644037, 32.42132034355964 ], [ 148.9, 33.3 ], [ 151.02132034355964, 32.42132034355964 ], [ 151.9, 30.3 ] ] ], [ [ [ 154.0, 31.3 ], [ 153.12132034355963, 29.17867965644036 ], [ 151.0, 28.3 ], [ 148.87867965644037, 29.17867965644036 ], [ 148.0, 31.3 ], [ 148.87867965644037, 33.42132034355964 ], [ 151.0, 34.3 ], [ 153.12132034355963, 33.42132034355964 ], [ 154.0, 31.3 ] ] ], [ [ [ 156.7, 32.6 ], [ 155.82132034355962, 30.47867965644036 ], [ 153.7, 29.6 ], [ 151.57867965644036, 30.47867965644036 ], [ 150.7, 32.6 ], [ 151.57867965644036, 34.72132034355965 ], [ 153.7, 35.6 ], [ 155.82132034355962, 34.72132034355965 ], [ 156.7, 32.6 ] ] ], [ [ [ 159.8, 33.9 ], [ 158.92132034355964, 31.778679656440357 ], [ 156.8, 30.9 ], [ 154.67867965644038, 31.778679656440357 ], [ 153.8, 33.9 ], [ 154.67867965644038, 36.021320343559644 ], [ 156.8, 36.9 ], [ 158.92132034355964, 36.021320343559644 ], [ 159.8, 33.9 ] ] ], [ [ [ 164.1, 35.8 ], [ 163.22132034355963, 33.67867965644035 ], [ 161.1, 32.8 ], [ 158.97867965644036, 33.67867965644035 ], [ 158.1, 35.8 ], [ 158.97867965644036, 37.92132034355964 ], [ 161.1, 38.8 ], [ 163.22132034355963, 37.92132034355964 ], [ 164.1, 35.8 ] ] ], [ [ [ 169.3, 38.1 ], [ 168.42132034355964, 35.978679656440356 ], [ 166.3, 35.1 ], [ 164.17867965644038, 35.978679656440356 ], [ 163.3, 38.1 ], [ 164.17867965644038, 40.22132034355965 ], [ 166.3, 41.1 ], [ 168.42132034355964, 40.22132034355965 ], [ 169.3, 38.1 ] ] ], [ [ [ 174.1, 40.3 ], [ 173.22132034355963, 38.17867965644035 ], [ 171.1, 37.3 ], [ 168.97867965644036, 38.17867965644035 ], [ 168.1, 40.3 ], [ 168.97867965644036, 42.42132034355964 ], [ 171.1, 43.3 ], [ 173.22132034355963, 42.42132034355964 ], [ 174.1, 40.3 ] ] ], [ [ [ 179.5, 41.7 ], [ 178.62132034355963, 39.57867965644036 ], [ 176.5, 38.7 ], [ 174.37867965644037, 39.57867965644036 ], [ 173.5, 41.7 ], [ 174.37867965644037, 43.82132034355965 ], [ 176.5, 44.7 ], [ 178.62132034355963, 43.82132034355965 ], [ 179.5, 41.7 ] ] ], [ [ [ 186.6, 42.1 ], [ 185.72132034355963, 39.978679656440356 ], [ 183.6, 39.1 ], [ 181.47867965644036, 39.978679656440356 ], [ 180.6, 42.1 ], [ 181.47867965644036, 44.22132034355965 ], [ 183.6, 45.1 ], [ 185.72132034355963, 44.22132034355965 ], [ 186.6, 42.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-10-04T03:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z", "2016-10-10T15:00:00Z", "2016-10-10T21:00:00Z", "2016-10-11T03:00:00Z", "2016-10-11T09:00:00Z", "2016-10-11T15:00:00Z", "2016-10-11T21:00:00Z", "2016-10-12T03:00:00Z", "2016-10-12T09:00:00Z", "2016-10-12T15:00:00Z", "2016-10-12T21:00:00Z", "2016-10-13T03:00:00Z", "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1008.0, 1006.0, 1006.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1008.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1006.0, 1006.0, 1004.0, 1002.0, 1000.0, 1000.0, 1000.0, 996.0, 990.0, 980.0, 970.0, 955.0, 940.0, 930.0, 935.0, 935.0, 930.0, 925.0, 925.0, 935.0, 945.0, 955.0, 970.0, 988.0, 992.0, 996.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 55.0, 65.0, 80.0, 90.0, 95.0, 90.0, 90.0, 95.0, 100.0, 100.0, 90.0, 85.0, 75.0, 65.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201620号 (SONGDA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-10-04T03:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z", "2016-10-10T15:00:00Z", "2016-10-10T21:00:00Z", "2016-10-11T03:00:00Z", "2016-10-11T09:00:00Z", "2016-10-11T15:00:00Z", "2016-10-11T21:00:00Z", "2016-10-12T03:00:00Z", "2016-10-12T09:00:00Z", "2016-10-12T15:00:00Z", "2016-10-12T21:00:00Z", "2016-10-13T03:00:00Z", "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 181.5, 16.4 ], [ 181.20710678118655, 15.69289321881345 ], [ 180.5, 15.399999999999999 ], [ 179.79289321881345, 15.69289321881345 ], [ 179.5, 16.4 ], [ 179.79289321881345, 17.107106781186545 ], [ 180.5, 17.4 ], [ 181.20710678118655, 17.107106781186545 ], [ 181.5, 16.4 ] ] ], [ [ [ 179.8, 16.5 ], [ 179.50710678118656, 15.792893218813452 ], [ 178.8, 15.5 ], [ 178.09289321881346, 15.792893218813452 ], [ 177.8, 16.5 ], [ 178.09289321881346, 17.207106781186546 ], [ 178.8, 17.5 ], [ 179.50710678118656, 17.207106781186546 ], [ 179.8, 16.5 ] ] ], [ [ [ 178.6, 16.4 ], [ 178.30710678118655, 15.69289321881345 ], [ 177.6, 15.399999999999999 ], [ 176.89289321881344, 15.69289321881345 ], [ 176.6, 16.4 ], [ 176.89289321881344, 17.107106781186545 ], [ 177.6, 17.4 ], [ 178.30710678118655, 17.107106781186545 ], [ 178.6, 16.4 ] ] ], [ [ [ 177.7, 16.6 ], [ 177.40710678118654, 15.892893218813454 ], [ 176.7, 15.600000000000001 ], [ 175.99289321881344, 15.892893218813454 ], [ 175.7, 16.6 ], [ 175.99289321881344, 17.307106781186548 ], [ 176.7, 17.6 ], [ 177.40710678118654, 17.307106781186548 ], [ 177.7, 16.6 ] ] ], [ [ [ 176.9, 17.3 ], [ 176.60710678118656, 16.592893218813455 ], [ 175.9, 16.3 ], [ 175.19289321881345, 16.592893218813455 ], [ 174.9, 17.3 ], [ 175.19289321881345, 18.007106781186547 ], [ 175.9, 18.3 ], [ 176.60710678118656, 18.007106781186547 ], [ 176.9, 17.3 ] ] ], [ [ [ 175.7, 18.0 ], [ 175.40710678118654, 17.292893218813454 ], [ 174.7, 17.0 ], [ 173.99289321881344, 17.292893218813454 ], [ 173.7, 18.0 ], [ 173.99289321881344, 18.707106781186546 ], [ 174.7, 19.0 ], [ 175.40710678118654, 18.707106781186546 ], [ 175.7, 18.0 ] ] ], [ [ [ 174.1, 18.1 ], [ 173.80710678118655, 17.392893218813455 ], [ 173.1, 17.1 ], [ 172.39289321881344, 17.392893218813455 ], [ 172.1, 18.1 ], [ 172.39289321881344, 18.807106781186548 ], [ 173.1, 19.1 ], [ 173.80710678118655, 18.807106781186548 ], [ 174.1, 18.1 ] ] ], [ [ [ 172.5, 18.0 ], [ 172.20710678118655, 17.292893218813454 ], [ 171.5, 17.0 ], [ 170.79289321881345, 17.292893218813454 ], [ 170.5, 18.0 ], [ 170.79289321881345, 18.707106781186546 ], [ 171.5, 19.0 ], [ 172.20710678118655, 18.707106781186546 ], [ 172.5, 18.0 ] ] ], [ [ [ 171.3, 17.9 ], [ 171.00710678118656, 17.192893218813452 ], [ 170.3, 16.9 ], [ 169.59289321881346, 17.192893218813452 ], [ 169.3, 17.9 ], [ 169.59289321881346, 18.607106781186545 ], [ 170.3, 18.9 ], [ 171.00710678118656, 18.607106781186545 ], [ 171.3, 17.9 ] ] ], [ [ [ 169.7, 17.9 ], [ 169.40710678118654, 17.192893218813452 ], [ 168.7, 16.9 ], [ 167.99289321881344, 17.192893218813452 ], [ 167.7, 17.9 ], [ 167.99289321881344, 18.607106781186545 ], [ 168.7, 18.9 ], [ 169.40710678118654, 18.607106781186545 ], [ 169.7, 17.9 ] ] ], [ [ [ 168.0, 18.0 ], [ 167.70710678118655, 17.292893218813454 ], [ 167.0, 17.0 ], [ 166.29289321881345, 17.292893218813454 ], [ 166.0, 18.0 ], [ 166.29289321881345, 18.707106781186546 ], [ 167.0, 19.0 ], [ 167.70710678118655, 18.707106781186546 ], [ 168.0, 18.0 ] ] ], [ [ [ 166.5, 18.0 ], [ 166.20710678118655, 17.292893218813454 ], [ 165.5, 17.0 ], [ 164.79289321881345, 17.292893218813454 ], [ 164.5, 18.0 ], [ 164.79289321881345, 18.707106781186546 ], [ 165.5, 19.0 ], [ 166.20710678118655, 18.707106781186546 ], [ 166.5, 18.0 ] ] ], [ [ [ 165.4, 18.1 ], [ 165.10710678118656, 17.392893218813455 ], [ 164.4, 17.1 ], [ 163.69289321881345, 17.392893218813455 ], [ 163.4, 18.1 ], [ 163.69289321881345, 18.807106781186548 ], [ 164.4, 19.1 ], [ 165.10710678118656, 18.807106781186548 ], [ 165.4, 18.1 ] ] ], [ [ [ 164.4, 18.2 ], [ 164.10710678118656, 17.492893218813453 ], [ 163.4, 17.2 ], [ 162.69289321881345, 17.492893218813453 ], [ 162.4, 18.2 ], [ 162.69289321881345, 18.907106781186545 ], [ 163.4, 19.2 ], [ 164.10710678118656, 18.907106781186545 ], [ 164.4, 18.2 ] ] ], [ [ [ 162.8, 18.6 ], [ 162.50710678118656, 17.892893218813455 ], [ 161.8, 17.6 ], [ 161.09289321881346, 17.892893218813455 ], [ 160.8, 18.6 ], [ 161.09289321881346, 19.307106781186548 ], [ 161.8, 19.6 ], [ 162.50710678118656, 19.307106781186548 ], [ 162.8, 18.6 ] ] ], [ [ [ 161.4, 18.9 ], [ 161.10710678118656, 18.192893218813452 ], [ 160.4, 17.9 ], [ 159.69289321881345, 18.192893218813452 ], [ 159.4, 18.9 ], [ 159.69289321881345, 19.607106781186545 ], [ 160.4, 19.9 ], [ 161.10710678118656, 19.607106781186545 ], [ 161.4, 18.9 ] ] ], [ [ [ 159.7, 19.2 ], [ 159.40710678118654, 18.492893218813453 ], [ 158.7, 18.2 ], [ 157.99289321881344, 18.492893218813453 ], [ 157.7, 19.2 ], [ 157.99289321881344, 19.907106781186545 ], [ 158.7, 20.2 ], [ 159.40710678118654, 19.907106781186545 ], [ 159.7, 19.2 ] ] ], [ [ [ 158.3, 19.3 ], [ 158.00710678118656, 18.592893218813455 ], [ 157.3, 18.3 ], [ 156.59289321881346, 18.592893218813455 ], [ 156.3, 19.3 ], [ 156.59289321881346, 20.007106781186547 ], [ 157.3, 20.3 ], [ 158.00710678118656, 20.007106781186547 ], [ 158.3, 19.3 ] ] ], [ [ [ 156.8, 19.5 ], [ 156.50710678118656, 18.792893218813454 ], [ 155.8, 18.5 ], [ 155.09289321881346, 18.792893218813454 ], [ 154.8, 19.5 ], [ 155.09289321881346, 20.207106781186546 ], [ 155.8, 20.5 ], [ 156.50710678118656, 20.207106781186546 ], [ 156.8, 19.5 ] ] ], [ [ [ 157.4, 19.9 ], [ 156.52132034355964, 17.778679656440357 ], [ 154.4, 16.9 ], [ 152.27867965644037, 17.778679656440357 ], [ 151.4, 19.9 ], [ 152.27867965644037, 22.02132034355964 ], [ 154.4, 22.9 ], [ 156.52132034355964, 22.02132034355964 ], [ 157.4, 19.9 ] ] ], [ [ [ 155.7, 20.6 ], [ 154.82132034355962, 18.47867965644036 ], [ 152.7, 17.6 ], [ 150.57867965644036, 18.47867965644036 ], [ 149.7, 20.6 ], [ 150.57867965644036, 22.721320343559643 ], [ 152.7, 23.6 ], [ 154.82132034355962, 22.721320343559643 ], [ 155.7, 20.6 ] ] ], [ [ [ 154.3, 21.2 ], [ 153.42132034355964, 19.078679656440357 ], [ 151.3, 18.2 ], [ 149.17867965644038, 19.078679656440357 ], [ 148.3, 21.2 ], [ 149.17867965644038, 23.32132034355964 ], [ 151.3, 24.2 ], [ 153.42132034355964, 23.32132034355964 ], [ 154.3, 21.2 ] ] ], [ [ [ 153.0, 22.1 ], [ 152.12132034355963, 19.97867965644036 ], [ 150.0, 19.1 ], [ 147.87867965644037, 19.97867965644036 ], [ 147.0, 22.1 ], [ 147.87867965644037, 24.221320343559643 ], [ 150.0, 25.1 ], [ 152.12132034355963, 24.221320343559643 ], [ 153.0, 22.1 ] ] ], [ [ [ 151.5, 23.2 ], [ 150.62132034355963, 21.078679656440357 ], [ 148.5, 20.2 ], [ 146.37867965644037, 21.078679656440357 ], [ 145.5, 23.2 ], [ 146.37867965644037, 25.32132034355964 ], [ 148.5, 26.2 ], [ 150.62132034355963, 25.32132034355964 ], [ 151.5, 23.2 ] ] ], [ [ [ 150.3, 24.0 ], [ 149.42132034355964, 21.878679656440358 ], [ 147.3, 21.0 ], [ 145.17867965644038, 21.878679656440358 ], [ 144.3, 24.0 ], [ 145.17867965644038, 26.121320343559642 ], [ 147.3, 27.0 ], [ 149.42132034355964, 26.121320343559642 ], [ 150.3, 24.0 ] ] ], [ [ [ 149.4, 24.7 ], [ 148.52132034355964, 22.578679656440357 ], [ 146.4, 21.7 ], [ 144.27867965644037, 22.578679656440357 ], [ 143.4, 24.7 ], [ 144.27867965644037, 26.82132034355964 ], [ 146.4, 27.7 ], [ 148.52132034355964, 26.82132034355964 ], [ 149.4, 24.7 ] ] ], [ [ [ 148.9, 25.5 ], [ 148.02132034355964, 23.378679656440358 ], [ 145.9, 22.5 ], [ 143.77867965644037, 23.378679656440358 ], [ 142.9, 25.5 ], [ 143.77867965644037, 27.621320343559642 ], [ 145.9, 28.5 ], [ 148.02132034355964, 27.621320343559642 ], [ 148.9, 25.5 ] ] ], [ [ [ 148.8, 26.3 ], [ 147.92132034355964, 24.17867965644036 ], [ 145.8, 23.3 ], [ 143.67867965644038, 24.17867965644036 ], [ 142.8, 26.3 ], [ 143.67867965644038, 28.421320343559643 ], [ 145.8, 29.3 ], [ 147.92132034355964, 28.421320343559643 ], [ 148.8, 26.3 ] ] ], [ [ [ 148.8, 27.2 ], [ 147.92132034355964, 25.078679656440357 ], [ 145.8, 24.2 ], [ 143.67867965644038, 25.078679656440357 ], [ 142.8, 27.2 ], [ 143.67867965644038, 29.32132034355964 ], [ 145.8, 30.2 ], [ 147.92132034355964, 29.32132034355964 ], [ 148.8, 27.2 ] ] ], [ [ [ 149.0, 27.8 ], [ 148.12132034355963, 25.67867965644036 ], [ 146.0, 24.8 ], [ 143.87867965644037, 25.67867965644036 ], [ 143.0, 27.8 ], [ 143.87867965644037, 29.921320343559643 ], [ 146.0, 30.8 ], [ 148.12132034355963, 29.921320343559643 ], [ 149.0, 27.8 ] ] ], [ [ [ 149.7, 28.5 ], [ 148.82132034355962, 26.378679656440358 ], [ 146.7, 25.5 ], [ 144.57867965644036, 26.378679656440358 ], [ 143.7, 28.5 ], [ 144.57867965644036, 30.621320343559642 ], [ 146.7, 31.5 ], [ 148.82132034355962, 30.621320343559642 ], [ 149.7, 28.5 ] ] ], [ [ [ 150.5, 29.2 ], [ 149.62132034355963, 27.078679656440357 ], [ 147.5, 26.2 ], [ 145.37867965644037, 27.078679656440357 ], [ 144.5, 29.2 ], [ 145.37867965644037, 31.32132034355964 ], [ 147.5, 32.2 ], [ 149.62132034355963, 31.32132034355964 ], [ 150.5, 29.2 ] ] ], [ [ [ 151.9, 30.3 ], [ 151.02132034355964, 28.17867965644036 ], [ 148.9, 27.3 ], [ 146.77867965644037, 28.17867965644036 ], [ 145.9, 30.3 ], [ 146.77867965644037, 32.42132034355964 ], [ 148.9, 33.3 ], [ 151.02132034355964, 32.42132034355964 ], [ 151.9, 30.3 ] ] ], [ [ [ 154.0, 31.3 ], [ 153.12132034355963, 29.17867965644036 ], [ 151.0, 28.3 ], [ 148.87867965644037, 29.17867965644036 ], [ 148.0, 31.3 ], [ 148.87867965644037, 33.42132034355964 ], [ 151.0, 34.3 ], [ 153.12132034355963, 33.42132034355964 ], [ 154.0, 31.3 ] ] ], [ [ [ 156.7, 32.6 ], [ 155.82132034355962, 30.47867965644036 ], [ 153.7, 29.6 ], [ 151.57867965644036, 30.47867965644036 ], [ 150.7, 32.6 ], [ 151.57867965644036, 34.72132034355965 ], [ 153.7, 35.6 ], [ 155.82132034355962, 34.72132034355965 ], [ 156.7, 32.6 ] ] ], [ [ [ 159.8, 33.9 ], [ 158.92132034355964, 31.778679656440357 ], [ 156.8, 30.9 ], [ 154.67867965644038, 31.778679656440357 ], [ 153.8, 33.9 ], [ 154.67867965644038, 36.021320343559644 ], [ 156.8, 36.9 ], [ 158.92132034355964, 36.021320343559644 ], [ 159.8, 33.9 ] ] ], [ [ [ 164.1, 35.8 ], [ 163.22132034355963, 33.67867965644035 ], [ 161.1, 32.8 ], [ 158.97867965644036, 33.67867965644035 ], [ 158.1, 35.8 ], [ 158.97867965644036, 37.92132034355964 ], [ 161.1, 38.8 ], [ 163.22132034355963, 37.92132034355964 ], [ 164.1, 35.8 ] ] ], [ [ [ 169.3, 38.1 ], [ 168.42132034355964, 35.978679656440356 ], [ 166.3, 35.1 ], [ 164.17867965644038, 35.978679656440356 ], [ 163.3, 38.1 ], [ 164.17867965644038, 40.22132034355965 ], [ 166.3, 41.1 ], [ 168.42132034355964, 40.22132034355965 ], [ 169.3, 38.1 ] ] ], [ [ [ 174.1, 40.3 ], [ 173.22132034355963, 38.17867965644035 ], [ 171.1, 37.3 ], [ 168.97867965644036, 38.17867965644035 ], [ 168.1, 40.3 ], [ 168.97867965644036, 42.42132034355964 ], [ 171.1, 43.3 ], [ 173.22132034355963, 42.42132034355964 ], [ 174.1, 40.3 ] ] ], [ [ [ 179.5, 41.7 ], [ 178.62132034355963, 39.57867965644036 ], [ 176.5, 38.7 ], [ 174.37867965644037, 39.57867965644036 ], [ 173.5, 41.7 ], [ 174.37867965644037, 43.82132034355965 ], [ 176.5, 44.7 ], [ 178.62132034355963, 43.82132034355965 ], [ 179.5, 41.7 ] ] ], [ [ [ 186.6, 42.1 ], [ 185.72132034355963, 39.978679656440356 ], [ 183.6, 39.1 ], [ 181.47867965644036, 39.978679656440356 ], [ 180.6, 42.1 ], [ 181.47867965644036, 44.22132034355965 ], [ 183.6, 45.1 ], [ 185.72132034355963, 44.22132034355965 ], [ 186.6, 42.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-10-04T03:00:00Z", "2016-10-04T09:00:00Z", "2016-10-04T15:00:00Z", "2016-10-04T21:00:00Z", "2016-10-05T03:00:00Z", "2016-10-05T09:00:00Z", "2016-10-05T15:00:00Z", "2016-10-05T21:00:00Z", "2016-10-06T03:00:00Z", "2016-10-06T09:00:00Z", "2016-10-06T15:00:00Z", "2016-10-06T21:00:00Z", "2016-10-07T03:00:00Z", "2016-10-07T09:00:00Z", "2016-10-07T15:00:00Z", "2016-10-07T21:00:00Z", "2016-10-08T03:00:00Z", "2016-10-08T09:00:00Z", "2016-10-08T15:00:00Z", "2016-10-08T21:00:00Z", "2016-10-09T03:00:00Z", "2016-10-09T09:00:00Z", "2016-10-09T15:00:00Z", "2016-10-09T21:00:00Z", "2016-10-10T03:00:00Z", "2016-10-10T09:00:00Z", "2016-10-10T15:00:00Z", "2016-10-10T21:00:00Z", "2016-10-11T03:00:00Z", "2016-10-11T09:00:00Z", "2016-10-11T15:00:00Z", "2016-10-11T21:00:00Z", "2016-10-12T03:00:00Z", "2016-10-12T09:00:00Z", "2016-10-12T15:00:00Z", "2016-10-12T21:00:00Z", "2016-10-13T03:00:00Z", "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1008.0, 1006.0, 1006.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1008.0, 1006.0, 1008.0, 1008.0, 1008.0, 1006.0, 1006.0, 1006.0, 1004.0, 1002.0, 1000.0, 1000.0, 1000.0, 996.0, 990.0, 980.0, 970.0, 955.0, 940.0, 930.0, 935.0, 935.0, 930.0, 925.0, 925.0, 935.0, 945.0, 955.0, 970.0, 988.0, 992.0, 996.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 55.0, 65.0, 80.0, 90.0, 95.0, 90.0, 90.0, 95.0, 100.0, 100.0, 90.0, 85.0, 75.0, 65.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201621_SARIKA_feature.json b/samples/Typhoon201621_SARIKA_feature.json
index e7ceb0f..4094f9d 100644
--- a/samples/Typhoon201621_SARIKA_feature.json
+++ b/samples/Typhoon201621_SARIKA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201621号 (SARIKA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z", "2016-10-14T09:00:00Z", "2016-10-14T15:00:00Z", "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z" ],
- "coordinates" : [ [ [ [ 130.4, 12.9 ], [ 130.10710678118656, 12.192893218813452 ], [ 129.4, 11.9 ], [ 128.69289321881345, 12.192893218813452 ], [ 128.4, 12.9 ], [ 128.69289321881345, 13.607106781186548 ], [ 129.4, 13.9 ], [ 130.10710678118656, 13.607106781186548 ], [ 130.4, 12.9 ] ] ], [ [ [ 129.9, 13.1 ], [ 129.60710678118656, 12.392893218813452 ], [ 128.9, 12.1 ], [ 128.19289321881345, 12.392893218813452 ], [ 127.9, 13.1 ], [ 128.19289321881345, 13.807106781186548 ], [ 128.9, 14.1 ], [ 129.60710678118656, 13.807106781186548 ], [ 129.9, 13.1 ] ] ], [ [ [ 129.1, 13.3 ], [ 128.80710678118655, 12.592893218813453 ], [ 128.1, 12.3 ], [ 127.39289321881344, 12.592893218813453 ], [ 127.1, 13.3 ], [ 127.39289321881344, 14.007106781186549 ], [ 128.1, 14.3 ], [ 128.80710678118655, 14.007106781186549 ], [ 129.1, 13.3 ] ] ], [ [ [ 130.3, 13.5 ], [ 129.42132034355964, 11.378679656440358 ], [ 127.3, 10.5 ], [ 125.17867965644035, 11.378679656440358 ], [ 124.3, 13.5 ], [ 125.17867965644035, 15.621320343559642 ], [ 127.3, 16.5 ], [ 129.42132034355964, 15.621320343559642 ], [ 130.3, 13.5 ] ] ], [ [ [ 129.7, 13.6 ], [ 128.82132034355965, 11.478679656440358 ], [ 126.7, 10.6 ], [ 124.57867965644036, 11.478679656440356 ], [ 123.7, 13.6 ], [ 124.57867965644036, 15.721320343559642 ], [ 126.7, 16.6 ], [ 128.82132034355965, 15.721320343559643 ], [ 129.7, 13.6 ] ] ], [ [ [ 129.3, 13.7 ], [ 128.42132034355964, 11.578679656440357 ], [ 126.3, 10.7 ], [ 124.17867965644035, 11.578679656440357 ], [ 123.3, 13.7 ], [ 124.17867965644035, 15.821320343559641 ], [ 126.3, 16.7 ], [ 128.42132034355964, 15.821320343559641 ], [ 129.3, 13.7 ] ] ], [ [ [ 128.9, 13.8 ], [ 128.02132034355964, 11.678679656440359 ], [ 125.9, 10.8 ], [ 123.77867965644036, 11.678679656440359 ], [ 122.9, 13.8 ], [ 123.77867965644036, 15.921320343559643 ], [ 125.9, 16.8 ], [ 128.02132034355964, 15.921320343559643 ], [ 128.9, 13.8 ] ] ], [ [ [ 128.4, 14.0 ], [ 127.52132034355965, 11.878679656440358 ], [ 125.4, 11.0 ], [ 123.27867965644036, 11.878679656440358 ], [ 122.4, 14.0 ], [ 123.27867965644036, 16.121320343559642 ], [ 125.4, 17.0 ], [ 127.52132034355965, 16.121320343559642 ], [ 128.4, 14.0 ] ] ], [ [ [ 127.6, 14.3 ], [ 126.72132034355964, 12.178679656440359 ], [ 124.6, 11.3 ], [ 122.47867965644035, 12.178679656440359 ], [ 121.6, 14.3 ], [ 122.47867965644035, 16.421320343559643 ], [ 124.6, 17.3 ], [ 126.72132034355964, 16.421320343559643 ], [ 127.6, 14.3 ] ] ], [ [ [ 126.9, 14.7 ], [ 126.02132034355965, 12.578679656440357 ], [ 123.9, 11.7 ], [ 121.77867965644036, 12.578679656440357 ], [ 120.9, 14.7 ], [ 121.77867965644036, 16.82132034355964 ], [ 123.9, 17.7 ], [ 126.02132034355965, 16.82132034355964 ], [ 126.9, 14.7 ] ] ], [ [ [ 126.0, 15.1 ], [ 125.12132034355965, 12.978679656440358 ], [ 123.0, 12.1 ], [ 120.87867965644035, 12.978679656440356 ], [ 120.0, 15.1 ], [ 120.87867965644035, 17.221320343559643 ], [ 123.0, 18.1 ], [ 125.12132034355965, 17.221320343559643 ], [ 126.0, 15.1 ] ] ], [ [ [ 124.8, 15.8 ], [ 123.92132034355964, 13.678679656440359 ], [ 121.8, 12.8 ], [ 119.67867965644035, 13.678679656440359 ], [ 118.8, 15.8 ], [ 119.67867965644035, 17.921320343559643 ], [ 121.8, 18.8 ], [ 123.92132034355964, 17.921320343559643 ], [ 124.8, 15.8 ] ] ], [ [ [ 122.8, 16.2 ], [ 121.92132034355964, 14.078679656440357 ], [ 119.8, 13.2 ], [ 117.67867965644035, 14.078679656440357 ], [ 116.8, 16.2 ], [ 117.67867965644035, 18.32132034355964 ], [ 119.8, 19.2 ], [ 121.92132034355964, 18.32132034355964 ], [ 122.8, 16.2 ] ] ], [ [ [ 121.4, 16.6 ], [ 120.52132034355965, 14.47867965644036 ], [ 118.4, 13.600000000000001 ], [ 116.27867965644036, 14.47867965644036 ], [ 115.4, 16.6 ], [ 116.27867965644036, 18.721320343559643 ], [ 118.4, 19.6 ], [ 120.52132034355965, 18.721320343559643 ], [ 121.4, 16.6 ] ] ], [ [ [ 120.2, 16.8 ], [ 119.32132034355965, 14.678679656440359 ], [ 117.2, 13.8 ], [ 115.07867965644036, 14.678679656440359 ], [ 114.2, 16.8 ], [ 115.07867965644036, 18.921320343559643 ], [ 117.2, 19.8 ], [ 119.32132034355965, 18.921320343559643 ], [ 120.2, 16.8 ] ] ], [ [ [ 118.5, 16.8 ], [ 117.62132034355965, 14.678679656440359 ], [ 115.5, 13.8 ], [ 113.37867965644035, 14.678679656440359 ], [ 112.5, 16.8 ], [ 113.37867965644035, 18.921320343559643 ], [ 115.5, 19.8 ], [ 117.62132034355965, 18.921320343559643 ], [ 118.5, 16.8 ] ] ], [ [ [ 117.3, 17.0 ], [ 116.42132034355964, 14.878679656440358 ], [ 114.3, 14.0 ], [ 112.17867965644035, 14.878679656440358 ], [ 111.3, 17.0 ], [ 112.17867965644035, 19.121320343559642 ], [ 114.3, 20.0 ], [ 116.42132034355964, 19.121320343559642 ], [ 117.3, 17.0 ] ] ], [ [ [ 116.1, 17.4 ], [ 115.22132034355964, 15.278679656440357 ], [ 113.1, 14.399999999999999 ], [ 110.97867965644035, 15.278679656440357 ], [ 110.1, 17.4 ], [ 110.97867965644035, 19.52132034355964 ], [ 113.1, 20.4 ], [ 115.22132034355964, 19.52132034355964 ], [ 116.1, 17.4 ] ] ], [ [ [ 115.3, 17.6 ], [ 114.42132034355964, 15.47867965644036 ], [ 112.3, 14.600000000000001 ], [ 110.17867965644035, 15.47867965644036 ], [ 109.3, 17.6 ], [ 110.17867965644035, 19.721320343559643 ], [ 112.3, 20.6 ], [ 114.42132034355964, 19.721320343559643 ], [ 115.3, 17.6 ] ] ], [ [ [ 114.5, 18.0 ], [ 113.62132034355965, 15.878679656440358 ], [ 111.5, 15.0 ], [ 109.37867965644035, 15.878679656440358 ], [ 108.5, 18.0 ], [ 109.37867965644035, 20.121320343559642 ], [ 111.5, 21.0 ], [ 113.62132034355965, 20.121320343559642 ], [ 114.5, 18.0 ] ] ], [ [ [ 113.7, 18.6 ], [ 112.82132034355965, 16.47867965644036 ], [ 110.7, 15.600000000000001 ], [ 108.57867965644036, 16.47867965644036 ], [ 107.7, 18.6 ], [ 108.57867965644036, 20.721320343559643 ], [ 110.7, 21.6 ], [ 112.82132034355965, 20.721320343559643 ], [ 113.7, 18.6 ] ] ], [ [ [ 113.0, 19.1 ], [ 112.12132034355965, 16.97867965644036 ], [ 110.0, 16.1 ], [ 107.87867965644035, 16.97867965644036 ], [ 107.0, 19.1 ], [ 107.87867965644035, 21.221320343559643 ], [ 110.0, 22.1 ], [ 112.12132034355965, 21.221320343559643 ], [ 113.0, 19.1 ] ] ], [ [ [ 112.3, 19.7 ], [ 111.42132034355964, 17.578679656440357 ], [ 109.3, 16.7 ], [ 107.17867965644035, 17.578679656440357 ], [ 106.3, 19.7 ], [ 107.17867965644035, 21.82132034355964 ], [ 109.3, 22.7 ], [ 111.42132034355964, 21.82132034355964 ], [ 112.3, 19.7 ] ] ], [ [ [ 111.8, 20.3 ], [ 110.92132034355964, 18.17867965644036 ], [ 108.8, 17.3 ], [ 106.67867965644035, 18.17867965644036 ], [ 105.8, 20.3 ], [ 106.67867965644035, 22.421320343559643 ], [ 108.8, 23.3 ], [ 110.92132034355964, 22.421320343559643 ], [ 111.8, 20.3 ] ] ], [ [ [ 111.4, 21.0 ], [ 110.52132034355965, 18.878679656440358 ], [ 108.4, 18.0 ], [ 106.27867965644036, 18.878679656440358 ], [ 105.4, 21.0 ], [ 106.27867965644036, 23.121320343559642 ], [ 108.4, 24.0 ], [ 110.52132034355965, 23.121320343559642 ], [ 111.4, 21.0 ] ] ], [ [ [ 111.1, 21.7 ], [ 110.22132034355964, 19.578679656440357 ], [ 108.1, 18.7 ], [ 105.97867965644035, 19.578679656440357 ], [ 105.1, 21.7 ], [ 105.97867965644035, 23.82132034355964 ], [ 108.1, 24.7 ], [ 110.22132034355964, 23.82132034355964 ], [ 111.1, 21.7 ] ] ], [ [ [ 111.0, 22.0 ], [ 110.12132034355965, 19.878679656440358 ], [ 108.0, 19.0 ], [ 105.87867965644035, 19.878679656440358 ], [ 105.0, 22.0 ], [ 105.87867965644035, 24.121320343559642 ], [ 108.0, 25.0 ], [ 110.12132034355965, 24.121320343559642 ], [ 111.0, 22.0 ] ] ], [ [ [ 109.0, 22.4 ], [ 108.70710678118655, 21.692893218813452 ], [ 108.0, 21.4 ], [ 107.29289321881345, 21.692893218813452 ], [ 107.0, 22.4 ], [ 107.29289321881345, 23.107106781186545 ], [ 108.0, 23.4 ], [ 108.70710678118655, 23.107106781186545 ], [ 109.0, 22.4 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z", "2016-10-14T09:00:00Z", "2016-10-14T15:00:00Z", "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1002.0, 998.0, 994.0, 990.0, 980.0, 980.0, 970.0, 955.0, 950.0, 935.0, 965.0, 965.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 975.0, 985.0, 990.0, 994.0, 996.0, 1000.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 55.0, 55.0, 65.0, 80.0, 85.0, 95.0, 75.0, 70.0, 65.0, 65.0, 60.0, 60.0, 60.0, 60.0, 60.0, 55.0, 45.0, 40.0, 35.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201621号 (SARIKA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z", "2016-10-14T09:00:00Z", "2016-10-14T15:00:00Z", "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 130.4, 12.9 ], [ 130.10710678118656, 12.192893218813452 ], [ 129.4, 11.9 ], [ 128.69289321881345, 12.192893218813452 ], [ 128.4, 12.9 ], [ 128.69289321881345, 13.607106781186548 ], [ 129.4, 13.9 ], [ 130.10710678118656, 13.607106781186548 ], [ 130.4, 12.9 ] ] ], [ [ [ 129.9, 13.1 ], [ 129.60710678118656, 12.392893218813452 ], [ 128.9, 12.1 ], [ 128.19289321881345, 12.392893218813452 ], [ 127.9, 13.1 ], [ 128.19289321881345, 13.807106781186548 ], [ 128.9, 14.1 ], [ 129.60710678118656, 13.807106781186548 ], [ 129.9, 13.1 ] ] ], [ [ [ 129.1, 13.3 ], [ 128.80710678118655, 12.592893218813453 ], [ 128.1, 12.3 ], [ 127.39289321881344, 12.592893218813453 ], [ 127.1, 13.3 ], [ 127.39289321881344, 14.007106781186549 ], [ 128.1, 14.3 ], [ 128.80710678118655, 14.007106781186549 ], [ 129.1, 13.3 ] ] ], [ [ [ 130.3, 13.5 ], [ 129.42132034355964, 11.378679656440358 ], [ 127.3, 10.5 ], [ 125.17867965644035, 11.378679656440358 ], [ 124.3, 13.5 ], [ 125.17867965644035, 15.621320343559642 ], [ 127.3, 16.5 ], [ 129.42132034355964, 15.621320343559642 ], [ 130.3, 13.5 ] ] ], [ [ [ 129.7, 13.6 ], [ 128.82132034355965, 11.478679656440358 ], [ 126.7, 10.6 ], [ 124.57867965644036, 11.478679656440356 ], [ 123.7, 13.6 ], [ 124.57867965644036, 15.721320343559642 ], [ 126.7, 16.6 ], [ 128.82132034355965, 15.721320343559643 ], [ 129.7, 13.6 ] ] ], [ [ [ 129.3, 13.7 ], [ 128.42132034355964, 11.578679656440357 ], [ 126.3, 10.7 ], [ 124.17867965644035, 11.578679656440357 ], [ 123.3, 13.7 ], [ 124.17867965644035, 15.821320343559641 ], [ 126.3, 16.7 ], [ 128.42132034355964, 15.821320343559641 ], [ 129.3, 13.7 ] ] ], [ [ [ 128.9, 13.8 ], [ 128.02132034355964, 11.678679656440359 ], [ 125.9, 10.8 ], [ 123.77867965644036, 11.678679656440359 ], [ 122.9, 13.8 ], [ 123.77867965644036, 15.921320343559643 ], [ 125.9, 16.8 ], [ 128.02132034355964, 15.921320343559643 ], [ 128.9, 13.8 ] ] ], [ [ [ 128.4, 14.0 ], [ 127.52132034355965, 11.878679656440358 ], [ 125.4, 11.0 ], [ 123.27867965644036, 11.878679656440358 ], [ 122.4, 14.0 ], [ 123.27867965644036, 16.121320343559642 ], [ 125.4, 17.0 ], [ 127.52132034355965, 16.121320343559642 ], [ 128.4, 14.0 ] ] ], [ [ [ 127.6, 14.3 ], [ 126.72132034355964, 12.178679656440359 ], [ 124.6, 11.3 ], [ 122.47867965644035, 12.178679656440359 ], [ 121.6, 14.3 ], [ 122.47867965644035, 16.421320343559643 ], [ 124.6, 17.3 ], [ 126.72132034355964, 16.421320343559643 ], [ 127.6, 14.3 ] ] ], [ [ [ 126.9, 14.7 ], [ 126.02132034355965, 12.578679656440357 ], [ 123.9, 11.7 ], [ 121.77867965644036, 12.578679656440357 ], [ 120.9, 14.7 ], [ 121.77867965644036, 16.82132034355964 ], [ 123.9, 17.7 ], [ 126.02132034355965, 16.82132034355964 ], [ 126.9, 14.7 ] ] ], [ [ [ 126.0, 15.1 ], [ 125.12132034355965, 12.978679656440358 ], [ 123.0, 12.1 ], [ 120.87867965644035, 12.978679656440356 ], [ 120.0, 15.1 ], [ 120.87867965644035, 17.221320343559643 ], [ 123.0, 18.1 ], [ 125.12132034355965, 17.221320343559643 ], [ 126.0, 15.1 ] ] ], [ [ [ 124.8, 15.8 ], [ 123.92132034355964, 13.678679656440359 ], [ 121.8, 12.8 ], [ 119.67867965644035, 13.678679656440359 ], [ 118.8, 15.8 ], [ 119.67867965644035, 17.921320343559643 ], [ 121.8, 18.8 ], [ 123.92132034355964, 17.921320343559643 ], [ 124.8, 15.8 ] ] ], [ [ [ 122.8, 16.2 ], [ 121.92132034355964, 14.078679656440357 ], [ 119.8, 13.2 ], [ 117.67867965644035, 14.078679656440357 ], [ 116.8, 16.2 ], [ 117.67867965644035, 18.32132034355964 ], [ 119.8, 19.2 ], [ 121.92132034355964, 18.32132034355964 ], [ 122.8, 16.2 ] ] ], [ [ [ 121.4, 16.6 ], [ 120.52132034355965, 14.47867965644036 ], [ 118.4, 13.600000000000001 ], [ 116.27867965644036, 14.47867965644036 ], [ 115.4, 16.6 ], [ 116.27867965644036, 18.721320343559643 ], [ 118.4, 19.6 ], [ 120.52132034355965, 18.721320343559643 ], [ 121.4, 16.6 ] ] ], [ [ [ 120.2, 16.8 ], [ 119.32132034355965, 14.678679656440359 ], [ 117.2, 13.8 ], [ 115.07867965644036, 14.678679656440359 ], [ 114.2, 16.8 ], [ 115.07867965644036, 18.921320343559643 ], [ 117.2, 19.8 ], [ 119.32132034355965, 18.921320343559643 ], [ 120.2, 16.8 ] ] ], [ [ [ 118.5, 16.8 ], [ 117.62132034355965, 14.678679656440359 ], [ 115.5, 13.8 ], [ 113.37867965644035, 14.678679656440359 ], [ 112.5, 16.8 ], [ 113.37867965644035, 18.921320343559643 ], [ 115.5, 19.8 ], [ 117.62132034355965, 18.921320343559643 ], [ 118.5, 16.8 ] ] ], [ [ [ 117.3, 17.0 ], [ 116.42132034355964, 14.878679656440358 ], [ 114.3, 14.0 ], [ 112.17867965644035, 14.878679656440358 ], [ 111.3, 17.0 ], [ 112.17867965644035, 19.121320343559642 ], [ 114.3, 20.0 ], [ 116.42132034355964, 19.121320343559642 ], [ 117.3, 17.0 ] ] ], [ [ [ 116.1, 17.4 ], [ 115.22132034355964, 15.278679656440357 ], [ 113.1, 14.399999999999999 ], [ 110.97867965644035, 15.278679656440357 ], [ 110.1, 17.4 ], [ 110.97867965644035, 19.52132034355964 ], [ 113.1, 20.4 ], [ 115.22132034355964, 19.52132034355964 ], [ 116.1, 17.4 ] ] ], [ [ [ 115.3, 17.6 ], [ 114.42132034355964, 15.47867965644036 ], [ 112.3, 14.600000000000001 ], [ 110.17867965644035, 15.47867965644036 ], [ 109.3, 17.6 ], [ 110.17867965644035, 19.721320343559643 ], [ 112.3, 20.6 ], [ 114.42132034355964, 19.721320343559643 ], [ 115.3, 17.6 ] ] ], [ [ [ 114.5, 18.0 ], [ 113.62132034355965, 15.878679656440358 ], [ 111.5, 15.0 ], [ 109.37867965644035, 15.878679656440358 ], [ 108.5, 18.0 ], [ 109.37867965644035, 20.121320343559642 ], [ 111.5, 21.0 ], [ 113.62132034355965, 20.121320343559642 ], [ 114.5, 18.0 ] ] ], [ [ [ 113.7, 18.6 ], [ 112.82132034355965, 16.47867965644036 ], [ 110.7, 15.600000000000001 ], [ 108.57867965644036, 16.47867965644036 ], [ 107.7, 18.6 ], [ 108.57867965644036, 20.721320343559643 ], [ 110.7, 21.6 ], [ 112.82132034355965, 20.721320343559643 ], [ 113.7, 18.6 ] ] ], [ [ [ 113.0, 19.1 ], [ 112.12132034355965, 16.97867965644036 ], [ 110.0, 16.1 ], [ 107.87867965644035, 16.97867965644036 ], [ 107.0, 19.1 ], [ 107.87867965644035, 21.221320343559643 ], [ 110.0, 22.1 ], [ 112.12132034355965, 21.221320343559643 ], [ 113.0, 19.1 ] ] ], [ [ [ 112.3, 19.7 ], [ 111.42132034355964, 17.578679656440357 ], [ 109.3, 16.7 ], [ 107.17867965644035, 17.578679656440357 ], [ 106.3, 19.7 ], [ 107.17867965644035, 21.82132034355964 ], [ 109.3, 22.7 ], [ 111.42132034355964, 21.82132034355964 ], [ 112.3, 19.7 ] ] ], [ [ [ 111.8, 20.3 ], [ 110.92132034355964, 18.17867965644036 ], [ 108.8, 17.3 ], [ 106.67867965644035, 18.17867965644036 ], [ 105.8, 20.3 ], [ 106.67867965644035, 22.421320343559643 ], [ 108.8, 23.3 ], [ 110.92132034355964, 22.421320343559643 ], [ 111.8, 20.3 ] ] ], [ [ [ 111.4, 21.0 ], [ 110.52132034355965, 18.878679656440358 ], [ 108.4, 18.0 ], [ 106.27867965644036, 18.878679656440358 ], [ 105.4, 21.0 ], [ 106.27867965644036, 23.121320343559642 ], [ 108.4, 24.0 ], [ 110.52132034355965, 23.121320343559642 ], [ 111.4, 21.0 ] ] ], [ [ [ 111.1, 21.7 ], [ 110.22132034355964, 19.578679656440357 ], [ 108.1, 18.7 ], [ 105.97867965644035, 19.578679656440357 ], [ 105.1, 21.7 ], [ 105.97867965644035, 23.82132034355964 ], [ 108.1, 24.7 ], [ 110.22132034355964, 23.82132034355964 ], [ 111.1, 21.7 ] ] ], [ [ [ 111.0, 22.0 ], [ 110.12132034355965, 19.878679656440358 ], [ 108.0, 19.0 ], [ 105.87867965644035, 19.878679656440358 ], [ 105.0, 22.0 ], [ 105.87867965644035, 24.121320343559642 ], [ 108.0, 25.0 ], [ 110.12132034355965, 24.121320343559642 ], [ 111.0, 22.0 ] ] ], [ [ [ 109.0, 22.4 ], [ 108.70710678118655, 21.692893218813452 ], [ 108.0, 21.4 ], [ 107.29289321881345, 21.692893218813452 ], [ 107.0, 22.4 ], [ 107.29289321881345, 23.107106781186545 ], [ 108.0, 23.4 ], [ 108.70710678118655, 23.107106781186545 ], [ 109.0, 22.4 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-10-13T09:00:00Z", "2016-10-13T15:00:00Z", "2016-10-13T21:00:00Z", "2016-10-14T03:00:00Z", "2016-10-14T09:00:00Z", "2016-10-14T15:00:00Z", "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1002.0, 998.0, 994.0, 990.0, 980.0, 980.0, 970.0, 955.0, 950.0, 935.0, 965.0, 965.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 970.0, 975.0, 985.0, 990.0, 994.0, 996.0, 1000.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 35.0, 40.0, 45.0, 55.0, 55.0, 65.0, 80.0, 85.0, 95.0, 75.0, 70.0, 65.0, 65.0, 60.0, 60.0, 60.0, 60.0, 60.0, 55.0, 45.0, 40.0, 35.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201622_HAIMA_feature.json b/samples/Typhoon201622_HAIMA_feature.json
index 85ee5e4..5cc105d 100644
--- a/samples/Typhoon201622_HAIMA_feature.json
+++ b/samples/Typhoon201622_HAIMA_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201622号 (HAIMA)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z", "2016-10-20T09:00:00Z", "2016-10-20T15:00:00Z", "2016-10-20T21:00:00Z", "2016-10-21T03:00:00Z", "2016-10-21T09:00:00Z", "2016-10-21T15:00:00Z", "2016-10-21T21:00:00Z", "2016-10-22T03:00:00Z", "2016-10-22T09:00:00Z", "2016-10-22T15:00:00Z", "2016-10-22T21:00:00Z", "2016-10-23T03:00:00Z", "2016-10-23T09:00:00Z", "2016-10-23T15:00:00Z", "2016-10-23T21:00:00Z", "2016-10-24T03:00:00Z", "2016-10-24T09:00:00Z", "2016-10-24T15:00:00Z", "2016-10-24T21:00:00Z", "2016-10-25T03:00:00Z", "2016-10-25T09:00:00Z", "2016-10-25T15:00:00Z", "2016-10-25T21:00:00Z", "2016-10-26T03:00:00Z", "2016-10-26T09:00:00Z", "2016-10-26T15:00:00Z" ],
- "coordinates" : [ [ [ [ 145.5, 7.4 ], [ 145.20710678118655, 6.6928932188134524 ], [ 144.5, 6.4 ], [ 143.79289321881345, 6.6928932188134524 ], [ 143.5, 7.4 ], [ 143.79289321881345, 8.107106781186548 ], [ 144.5, 8.4 ], [ 145.20710678118655, 8.107106781186548 ], [ 145.5, 7.4 ] ] ], [ [ [ 144.6, 8.2 ], [ 144.30710678118655, 7.492893218813451 ], [ 143.6, 7.199999999999999 ], [ 142.89289321881344, 7.492893218813451 ], [ 142.6, 8.2 ], [ 142.89289321881344, 8.907106781186547 ], [ 143.6, 9.2 ], [ 144.30710678118655, 8.907106781186547 ], [ 144.6, 8.2 ] ] ], [ [ [ 145.9, 8.8 ], [ 145.02132034355964, 6.678679656440359 ], [ 142.9, 5.800000000000001 ], [ 140.77867965644037, 6.678679656440358 ], [ 139.9, 8.8 ], [ 140.77867965644037, 10.921320343559643 ], [ 142.9, 11.8 ], [ 145.02132034355964, 10.921320343559643 ], [ 145.9, 8.8 ] ] ], [ [ [ 145.1, 9.1 ], [ 144.22132034355963, 6.978679656440358 ], [ 142.1, 6.1 ], [ 139.97867965644036, 6.978679656440357 ], [ 139.1, 9.1 ], [ 139.97867965644036, 11.221320343559642 ], [ 142.1, 12.1 ], [ 144.22132034355963, 11.221320343559643 ], [ 145.1, 9.1 ] ] ], [ [ [ 143.7, 9.5 ], [ 142.82132034355962, 7.378679656440358 ], [ 140.7, 6.5 ], [ 138.57867965644036, 7.378679656440357 ], [ 137.7, 9.5 ], [ 138.57867965644036, 11.621320343559642 ], [ 140.7, 12.5 ], [ 142.82132034355962, 11.621320343559642 ], [ 143.7, 9.5 ] ] ], [ [ [ 143.0, 9.7 ], [ 142.12132034355963, 7.578679656440357 ], [ 140.0, 6.699999999999999 ], [ 137.87867965644037, 7.5786796564403565 ], [ 137.0, 9.7 ], [ 137.87867965644037, 11.821320343559641 ], [ 140.0, 12.7 ], [ 142.12132034355963, 11.821320343559641 ], [ 143.0, 9.7 ] ] ], [ [ [ 142.6, 9.9 ], [ 141.72132034355963, 7.778679656440358 ], [ 139.6, 6.9 ], [ 137.47867965644036, 7.7786796564403575 ], [ 136.6, 9.9 ], [ 137.47867965644036, 12.021320343559642 ], [ 139.6, 12.9 ], [ 141.72132034355963, 12.021320343559644 ], [ 142.6, 9.9 ] ] ], [ [ [ 142.1, 10.4 ], [ 141.22132034355963, 8.278679656440358 ], [ 139.1, 7.4 ], [ 136.97867965644036, 8.278679656440357 ], [ 136.1, 10.4 ], [ 136.97867965644036, 12.521320343559642 ], [ 139.1, 13.4 ], [ 141.22132034355963, 12.521320343559644 ], [ 142.1, 10.4 ] ] ], [ [ [ 141.7, 11.3 ], [ 140.82132034355962, 9.178679656440359 ], [ 138.7, 8.3 ], [ 136.57867965644036, 9.178679656440359 ], [ 135.7, 11.3 ], [ 136.57867965644036, 13.421320343559643 ], [ 138.7, 14.3 ], [ 140.82132034355962, 13.421320343559643 ], [ 141.7, 11.3 ] ] ], [ [ [ 140.8, 12.3 ], [ 139.92132034355964, 10.178679656440359 ], [ 137.8, 9.3 ], [ 135.67867965644038, 10.178679656440359 ], [ 134.8, 12.3 ], [ 135.67867965644038, 14.421320343559643 ], [ 137.8, 15.3 ], [ 139.92132034355964, 14.421320343559643 ], [ 140.8, 12.3 ] ] ], [ [ [ 139.7, 12.9 ], [ 138.82132034355962, 10.778679656440358 ], [ 136.7, 9.9 ], [ 134.57867965644036, 10.778679656440357 ], [ 133.7, 12.9 ], [ 134.57867965644036, 15.021320343559642 ], [ 136.7, 15.9 ], [ 138.82132034355962, 15.021320343559644 ], [ 139.7, 12.9 ] ] ], [ [ [ 138.5, 13.4 ], [ 137.62132034355963, 11.278679656440358 ], [ 135.5, 10.4 ], [ 133.37867965644037, 11.278679656440357 ], [ 132.5, 13.4 ], [ 133.37867965644037, 15.521320343559642 ], [ 135.5, 16.4 ], [ 137.62132034355963, 15.521320343559644 ], [ 138.5, 13.4 ] ] ], [ [ [ 137.5, 13.8 ], [ 136.62132034355963, 11.678679656440359 ], [ 134.5, 10.8 ], [ 132.37867965644037, 11.678679656440359 ], [ 131.5, 13.8 ], [ 132.37867965644037, 15.921320343559643 ], [ 134.5, 16.8 ], [ 136.62132034355963, 15.921320343559643 ], [ 137.5, 13.8 ] ] ], [ [ [ 136.3, 14.4 ], [ 135.42132034355964, 12.278679656440358 ], [ 133.3, 11.4 ], [ 131.17867965644038, 12.278679656440357 ], [ 130.3, 14.4 ], [ 131.17867965644038, 16.521320343559644 ], [ 133.3, 17.4 ], [ 135.42132034355964, 16.521320343559644 ], [ 136.3, 14.4 ] ] ], [ [ [ 135.1, 14.9 ], [ 134.22132034355963, 12.778679656440358 ], [ 132.1, 11.9 ], [ 129.97867965644036, 12.778679656440357 ], [ 129.1, 14.9 ], [ 129.97867965644036, 17.021320343559644 ], [ 132.1, 17.9 ], [ 134.22132034355963, 17.021320343559644 ], [ 135.1, 14.9 ] ] ], [ [ [ 133.7, 15.4 ], [ 132.82132034355962, 13.278679656440358 ], [ 130.7, 12.4 ], [ 128.57867965644036, 13.278679656440357 ], [ 127.69999999999999, 15.4 ], [ 128.57867965644036, 17.521320343559644 ], [ 130.7, 18.4 ], [ 132.82132034355962, 17.521320343559644 ], [ 133.7, 15.4 ] ] ], [ [ [ 132.1, 15.6 ], [ 131.22132034355963, 13.478679656440358 ], [ 129.1, 12.6 ], [ 126.97867965644035, 13.478679656440356 ], [ 126.1, 15.6 ], [ 126.97867965644035, 17.721320343559643 ], [ 129.1, 18.6 ], [ 131.22132034355963, 17.721320343559643 ], [ 132.1, 15.6 ] ] ], [ [ [ 132.5, 16.0 ], [ 131.03553390593274, 12.464466094067262 ], [ 127.5, 11.0 ], [ 123.96446609406726, 12.464466094067262 ], [ 122.5, 16.0 ], [ 123.96446609406726, 19.535533905932738 ], [ 127.5, 21.0 ], [ 131.03553390593274, 19.535533905932738 ], [ 132.5, 16.0 ] ] ], [ [ [ 131.0, 16.1 ], [ 129.53553390593274, 12.564466094067264 ], [ 126.0, 11.100000000000001 ], [ 122.46446609406726, 12.564466094067264 ], [ 121.0, 16.1 ], [ 122.46446609406726, 19.63553390593274 ], [ 126.0, 21.1 ], [ 129.53553390593274, 19.63553390593274 ], [ 131.0, 16.1 ] ] ], [ [ [ 129.7, 16.7 ], [ 128.23553390593275, 13.164466094067262 ], [ 124.7, 11.7 ], [ 121.16446609406727, 13.164466094067262 ], [ 119.7, 16.7 ], [ 121.16446609406727, 20.235533905932737 ], [ 124.7, 21.7 ], [ 128.23553390593273, 20.235533905932737 ], [ 129.7, 16.7 ] ] ], [ [ [ 126.1, 17.3 ], [ 125.22132034355964, 15.178679656440359 ], [ 123.1, 14.3 ], [ 120.97867965644035, 15.178679656440359 ], [ 120.1, 17.3 ], [ 120.97867965644035, 19.421320343559643 ], [ 123.1, 20.3 ], [ 125.22132034355964, 19.421320343559643 ], [ 126.1, 17.3 ] ] ], [ [ [ 124.5, 17.7 ], [ 123.62132034355965, 15.578679656440357 ], [ 121.5, 14.7 ], [ 119.37867965644035, 15.578679656440357 ], [ 118.5, 17.7 ], [ 119.37867965644035, 19.82132034355964 ], [ 121.5, 20.7 ], [ 123.62132034355965, 19.82132034355964 ], [ 124.5, 17.7 ] ] ], [ [ [ 123.1, 18.4 ], [ 122.22132034355964, 16.278679656440357 ], [ 120.1, 15.399999999999999 ], [ 117.97867965644035, 16.278679656440357 ], [ 117.1, 18.4 ], [ 117.97867965644035, 20.52132034355964 ], [ 120.1, 21.4 ], [ 122.22132034355964, 20.52132034355964 ], [ 123.1, 18.4 ] ] ], [ [ [ 121.8, 19.0 ], [ 120.92132034355964, 16.878679656440358 ], [ 118.8, 16.0 ], [ 116.67867965644035, 16.878679656440358 ], [ 115.8, 19.0 ], [ 116.67867965644035, 21.121320343559642 ], [ 118.8, 22.0 ], [ 120.92132034355964, 21.121320343559642 ], [ 121.8, 19.0 ] ] ], [ [ [ 120.4, 19.8 ], [ 119.52132034355965, 17.67867965644036 ], [ 117.4, 16.8 ], [ 115.27867965644036, 17.67867965644036 ], [ 114.4, 19.8 ], [ 115.27867965644036, 21.921320343559643 ], [ 117.4, 22.8 ], [ 119.52132034355965, 21.921320343559643 ], [ 120.4, 19.8 ] ] ], [ [ [ 119.6, 20.6 ], [ 118.72132034355964, 18.47867965644036 ], [ 116.6, 17.6 ], [ 114.47867965644035, 18.47867965644036 ], [ 113.6, 20.6 ], [ 114.47867965644035, 22.721320343559643 ], [ 116.6, 23.6 ], [ 118.72132034355964, 22.721320343559643 ], [ 119.6, 20.6 ] ] ], [ [ [ 118.6, 22.1 ], [ 117.72132034355964, 19.97867965644036 ], [ 115.6, 19.1 ], [ 113.47867965644035, 19.97867965644036 ], [ 112.6, 22.1 ], [ 113.47867965644035, 24.221320343559643 ], [ 115.6, 25.1 ], [ 117.72132034355964, 24.221320343559643 ], [ 118.6, 22.1 ] ] ], [ [ [ 118.1, 23.2 ], [ 117.22132034355964, 21.078679656440357 ], [ 115.1, 20.2 ], [ 112.97867965644035, 21.078679656440357 ], [ 112.1, 23.2 ], [ 112.97867965644035, 25.32132034355964 ], [ 115.1, 26.2 ], [ 117.22132034355964, 25.32132034355964 ], [ 118.1, 23.2 ] ] ], [ [ [ 117.7, 24.3 ], [ 116.82132034355965, 22.17867965644036 ], [ 114.7, 21.3 ], [ 112.57867965644036, 22.17867965644036 ], [ 111.7, 24.3 ], [ 112.57867965644036, 26.421320343559643 ], [ 114.7, 27.3 ], [ 116.82132034355965, 26.421320343559643 ], [ 117.7, 24.3 ] ] ], [ [ [ 118.5, 25.9 ], [ 117.62132034355965, 23.778679656440357 ], [ 115.5, 22.9 ], [ 113.37867965644035, 23.778679656440357 ], [ 112.5, 25.9 ], [ 113.37867965644035, 28.02132034355964 ], [ 115.5, 28.9 ], [ 117.62132034355965, 28.02132034355964 ], [ 118.5, 25.9 ] ] ], [ [ [ 117.4, 27.4 ], [ 117.10710678118656, 26.692893218813452 ], [ 116.4, 26.4 ], [ 115.69289321881345, 26.692893218813452 ], [ 115.4, 27.4 ], [ 115.69289321881345, 28.107106781186545 ], [ 116.4, 28.4 ], [ 117.10710678118656, 28.107106781186545 ], [ 117.4, 27.4 ] ] ], [ [ [ 120.4, 28.9 ], [ 120.10710678118656, 28.192893218813452 ], [ 119.4, 27.9 ], [ 118.69289321881345, 28.192893218813452 ], [ 118.4, 28.9 ], [ 118.69289321881345, 29.607106781186545 ], [ 119.4, 29.9 ], [ 120.10710678118656, 29.607106781186545 ], [ 120.4, 28.9 ] ] ], [ [ [ 122.4, 30.2 ], [ 122.10710678118656, 29.492893218813453 ], [ 121.4, 29.2 ], [ 120.69289321881345, 29.492893218813453 ], [ 120.4, 30.2 ], [ 120.69289321881345, 30.907106781186545 ], [ 121.4, 31.2 ], [ 122.10710678118656, 30.907106781186545 ], [ 122.4, 30.2 ] ] ], [ [ [ 124.1, 30.5 ], [ 123.80710678118655, 29.792893218813454 ], [ 123.1, 29.5 ], [ 122.39289321881344, 29.792893218813454 ], [ 122.1, 30.5 ], [ 122.39289321881344, 31.207106781186546 ], [ 123.1, 31.5 ], [ 123.80710678118655, 31.207106781186546 ], [ 124.1, 30.5 ] ] ], [ [ [ 127.1, 29.9 ], [ 126.80710678118655, 29.192893218813452 ], [ 126.1, 28.9 ], [ 125.39289321881344, 29.192893218813452 ], [ 125.1, 29.9 ], [ 125.39289321881344, 30.607106781186545 ], [ 126.1, 30.9 ], [ 126.80710678118655, 30.607106781186545 ], [ 127.1, 29.9 ] ] ], [ [ [ 130.3, 29.4 ], [ 130.00710678118656, 28.692893218813452 ], [ 129.3, 28.4 ], [ 128.59289321881346, 28.692893218813452 ], [ 128.3, 29.4 ], [ 128.59289321881346, 30.107106781186545 ], [ 129.3, 30.4 ], [ 130.00710678118656, 30.107106781186545 ], [ 130.3, 29.4 ] ] ], [ [ [ 134.5, 29.4 ], [ 134.20710678118655, 28.692893218813452 ], [ 133.5, 28.4 ], [ 132.79289321881345, 28.692893218813452 ], [ 132.5, 29.4 ], [ 132.79289321881345, 30.107106781186545 ], [ 133.5, 30.4 ], [ 134.20710678118655, 30.107106781186545 ], [ 134.5, 29.4 ] ] ], [ [ [ 139.6, 29.5 ], [ 138.72132034355963, 27.378679656440358 ], [ 136.6, 26.5 ], [ 134.47867965644036, 27.378679656440358 ], [ 133.6, 29.5 ], [ 134.47867965644036, 31.621320343559642 ], [ 136.6, 32.5 ], [ 138.72132034355963, 31.621320343559642 ], [ 139.6, 29.5 ] ] ], [ [ [ 141.2, 29.2 ], [ 140.90710678118654, 28.492893218813453 ], [ 140.2, 28.2 ], [ 139.49289321881344, 28.492893218813453 ], [ 139.2, 29.2 ], [ 139.49289321881344, 29.907106781186545 ], [ 140.2, 30.2 ], [ 140.90710678118654, 29.907106781186545 ], [ 141.2, 29.2 ] ] ], [ [ [ 143.5, 28.9 ], [ 143.20710678118655, 28.192893218813452 ], [ 142.5, 27.9 ], [ 141.79289321881345, 28.192893218813452 ], [ 141.5, 28.9 ], [ 141.79289321881345, 29.607106781186545 ], [ 142.5, 29.9 ], [ 143.20710678118655, 29.607106781186545 ], [ 143.5, 28.9 ] ] ], [ [ [ 146.2, 28.7 ], [ 145.90710678118654, 27.992893218813453 ], [ 145.2, 27.7 ], [ 144.49289321881344, 27.992893218813453 ], [ 144.2, 28.7 ], [ 144.49289321881344, 29.407106781186545 ], [ 145.2, 29.7 ], [ 145.90710678118654, 29.407106781186545 ], [ 146.2, 28.7 ] ] ], [ [ [ 148.1, 28.3 ], [ 147.80710678118655, 27.592893218813455 ], [ 147.1, 27.3 ], [ 146.39289321881344, 27.592893218813455 ], [ 146.1, 28.3 ], [ 146.39289321881344, 29.007106781186547 ], [ 147.1, 29.3 ], [ 147.80710678118655, 29.007106781186547 ], [ 148.1, 28.3 ] ] ], [ [ [ 147.0, 27.5 ], [ 146.70710678118655, 26.792893218813454 ], [ 146.0, 26.5 ], [ 145.29289321881345, 26.792893218813454 ], [ 145.0, 27.5 ], [ 145.29289321881345, 28.207106781186546 ], [ 146.0, 28.5 ], [ 146.70710678118655, 28.207106781186546 ], [ 147.0, 27.5 ] ] ], [ [ [ 145.9, 26.7 ], [ 145.60710678118656, 25.992893218813453 ], [ 144.9, 25.7 ], [ 144.19289321881345, 25.992893218813453 ], [ 143.9, 26.7 ], [ 144.19289321881345, 27.407106781186545 ], [ 144.9, 27.7 ], [ 145.60710678118656, 27.407106781186545 ], [ 145.9, 26.7 ] ] ], [ [ [ 145.7, 26.9 ], [ 145.40710678118654, 26.192893218813452 ], [ 144.7, 25.9 ], [ 143.99289321881344, 26.192893218813452 ], [ 143.7, 26.9 ], [ 143.99289321881344, 27.607106781186545 ], [ 144.7, 27.9 ], [ 145.40710678118654, 27.607106781186545 ], [ 145.7, 26.9 ] ] ], [ [ [ 145.4, 27.1 ], [ 145.10710678118656, 26.392893218813455 ], [ 144.4, 26.1 ], [ 143.69289321881345, 26.392893218813455 ], [ 143.4, 27.1 ], [ 143.69289321881345, 27.807106781186548 ], [ 144.4, 28.1 ], [ 145.10710678118656, 27.807106781186548 ], [ 145.4, 27.1 ] ] ], [ [ [ 146.0, 27.3 ], [ 145.70710678118655, 26.592893218813455 ], [ 145.0, 26.3 ], [ 144.29289321881345, 26.592893218813455 ], [ 144.0, 27.3 ], [ 144.29289321881345, 28.007106781186547 ], [ 145.0, 28.3 ], [ 145.70710678118655, 28.007106781186547 ], [ 146.0, 27.3 ] ] ], [ [ [ 146.4, 27.8 ], [ 146.10710678118656, 27.092893218813455 ], [ 145.4, 26.8 ], [ 144.69289321881345, 27.092893218813455 ], [ 144.4, 27.8 ], [ 144.69289321881345, 28.507106781186547 ], [ 145.4, 28.8 ], [ 146.10710678118656, 28.507106781186547 ], [ 146.4, 27.8 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z", "2016-10-20T09:00:00Z", "2016-10-20T15:00:00Z", "2016-10-20T21:00:00Z", "2016-10-21T03:00:00Z", "2016-10-21T09:00:00Z", "2016-10-21T15:00:00Z", "2016-10-21T21:00:00Z", "2016-10-22T03:00:00Z", "2016-10-22T09:00:00Z", "2016-10-22T15:00:00Z", "2016-10-22T21:00:00Z", "2016-10-23T03:00:00Z", "2016-10-23T09:00:00Z", "2016-10-23T15:00:00Z", "2016-10-23T21:00:00Z", "2016-10-24T03:00:00Z", "2016-10-24T09:00:00Z", "2016-10-24T15:00:00Z", "2016-10-24T21:00:00Z", "2016-10-25T03:00:00Z", "2016-10-25T09:00:00Z", "2016-10-25T15:00:00Z", "2016-10-25T21:00:00Z", "2016-10-26T03:00:00Z", "2016-10-26T09:00:00Z", "2016-10-26T15:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1000.0, 996.0, 992.0, 985.0, 980.0, 975.0, 970.0, 960.0, 955.0, 950.0, 945.0, 925.0, 925.0, 915.0, 910.0, 900.0, 900.0, 900.0, 915.0, 940.0, 945.0, 950.0, 960.0, 960.0, 970.0, 980.0, 992.0, 998.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1002.0, 1002.0, 1006.0, 1008.0, 1012.0, 1010.0, 1012.0, 1012.0, 1014.0, 1012.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 55.0, 65.0, 70.0, 80.0, 85.0, 90.0, 95.0, 100.0, 100.0, 105.0, 110.0, 115.0, 115.0, 115.0, 100.0, 90.0, 80.0, 75.0, 70.0, 70.0, 60.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201622号 (HAIMA)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z", "2016-10-20T09:00:00Z", "2016-10-20T15:00:00Z", "2016-10-20T21:00:00Z", "2016-10-21T03:00:00Z", "2016-10-21T09:00:00Z", "2016-10-21T15:00:00Z", "2016-10-21T21:00:00Z", "2016-10-22T03:00:00Z", "2016-10-22T09:00:00Z", "2016-10-22T15:00:00Z", "2016-10-22T21:00:00Z", "2016-10-23T03:00:00Z", "2016-10-23T09:00:00Z", "2016-10-23T15:00:00Z", "2016-10-23T21:00:00Z", "2016-10-24T03:00:00Z", "2016-10-24T09:00:00Z", "2016-10-24T15:00:00Z", "2016-10-24T21:00:00Z", "2016-10-25T03:00:00Z", "2016-10-25T09:00:00Z", "2016-10-25T15:00:00Z", "2016-10-25T21:00:00Z", "2016-10-26T03:00:00Z", "2016-10-26T09:00:00Z", "2016-10-26T15:00:00Z" ],
+ "coordinates" : [ [ [ [ 145.5, 7.4 ], [ 145.20710678118655, 6.6928932188134524 ], [ 144.5, 6.4 ], [ 143.79289321881345, 6.6928932188134524 ], [ 143.5, 7.4 ], [ 143.79289321881345, 8.107106781186548 ], [ 144.5, 8.4 ], [ 145.20710678118655, 8.107106781186548 ], [ 145.5, 7.4 ] ] ], [ [ [ 144.6, 8.2 ], [ 144.30710678118655, 7.492893218813451 ], [ 143.6, 7.199999999999999 ], [ 142.89289321881344, 7.492893218813451 ], [ 142.6, 8.2 ], [ 142.89289321881344, 8.907106781186547 ], [ 143.6, 9.2 ], [ 144.30710678118655, 8.907106781186547 ], [ 144.6, 8.2 ] ] ], [ [ [ 145.9, 8.8 ], [ 145.02132034355964, 6.678679656440359 ], [ 142.9, 5.800000000000001 ], [ 140.77867965644037, 6.678679656440358 ], [ 139.9, 8.8 ], [ 140.77867965644037, 10.921320343559643 ], [ 142.9, 11.8 ], [ 145.02132034355964, 10.921320343559643 ], [ 145.9, 8.8 ] ] ], [ [ [ 145.1, 9.1 ], [ 144.22132034355963, 6.978679656440358 ], [ 142.1, 6.1 ], [ 139.97867965644036, 6.978679656440357 ], [ 139.1, 9.1 ], [ 139.97867965644036, 11.221320343559642 ], [ 142.1, 12.1 ], [ 144.22132034355963, 11.221320343559643 ], [ 145.1, 9.1 ] ] ], [ [ [ 143.7, 9.5 ], [ 142.82132034355962, 7.378679656440358 ], [ 140.7, 6.5 ], [ 138.57867965644036, 7.378679656440357 ], [ 137.7, 9.5 ], [ 138.57867965644036, 11.621320343559642 ], [ 140.7, 12.5 ], [ 142.82132034355962, 11.621320343559642 ], [ 143.7, 9.5 ] ] ], [ [ [ 143.0, 9.7 ], [ 142.12132034355963, 7.578679656440357 ], [ 140.0, 6.699999999999999 ], [ 137.87867965644037, 7.5786796564403565 ], [ 137.0, 9.7 ], [ 137.87867965644037, 11.821320343559641 ], [ 140.0, 12.7 ], [ 142.12132034355963, 11.821320343559641 ], [ 143.0, 9.7 ] ] ], [ [ [ 142.6, 9.9 ], [ 141.72132034355963, 7.778679656440358 ], [ 139.6, 6.9 ], [ 137.47867965644036, 7.7786796564403575 ], [ 136.6, 9.9 ], [ 137.47867965644036, 12.021320343559642 ], [ 139.6, 12.9 ], [ 141.72132034355963, 12.021320343559644 ], [ 142.6, 9.9 ] ] ], [ [ [ 142.1, 10.4 ], [ 141.22132034355963, 8.278679656440358 ], [ 139.1, 7.4 ], [ 136.97867965644036, 8.278679656440357 ], [ 136.1, 10.4 ], [ 136.97867965644036, 12.521320343559642 ], [ 139.1, 13.4 ], [ 141.22132034355963, 12.521320343559644 ], [ 142.1, 10.4 ] ] ], [ [ [ 141.7, 11.3 ], [ 140.82132034355962, 9.178679656440359 ], [ 138.7, 8.3 ], [ 136.57867965644036, 9.178679656440359 ], [ 135.7, 11.3 ], [ 136.57867965644036, 13.421320343559643 ], [ 138.7, 14.3 ], [ 140.82132034355962, 13.421320343559643 ], [ 141.7, 11.3 ] ] ], [ [ [ 140.8, 12.3 ], [ 139.92132034355964, 10.178679656440359 ], [ 137.8, 9.3 ], [ 135.67867965644038, 10.178679656440359 ], [ 134.8, 12.3 ], [ 135.67867965644038, 14.421320343559643 ], [ 137.8, 15.3 ], [ 139.92132034355964, 14.421320343559643 ], [ 140.8, 12.3 ] ] ], [ [ [ 139.7, 12.9 ], [ 138.82132034355962, 10.778679656440358 ], [ 136.7, 9.9 ], [ 134.57867965644036, 10.778679656440357 ], [ 133.7, 12.9 ], [ 134.57867965644036, 15.021320343559642 ], [ 136.7, 15.9 ], [ 138.82132034355962, 15.021320343559644 ], [ 139.7, 12.9 ] ] ], [ [ [ 138.5, 13.4 ], [ 137.62132034355963, 11.278679656440358 ], [ 135.5, 10.4 ], [ 133.37867965644037, 11.278679656440357 ], [ 132.5, 13.4 ], [ 133.37867965644037, 15.521320343559642 ], [ 135.5, 16.4 ], [ 137.62132034355963, 15.521320343559644 ], [ 138.5, 13.4 ] ] ], [ [ [ 137.5, 13.8 ], [ 136.62132034355963, 11.678679656440359 ], [ 134.5, 10.8 ], [ 132.37867965644037, 11.678679656440359 ], [ 131.5, 13.8 ], [ 132.37867965644037, 15.921320343559643 ], [ 134.5, 16.8 ], [ 136.62132034355963, 15.921320343559643 ], [ 137.5, 13.8 ] ] ], [ [ [ 136.3, 14.4 ], [ 135.42132034355964, 12.278679656440358 ], [ 133.3, 11.4 ], [ 131.17867965644038, 12.278679656440357 ], [ 130.3, 14.4 ], [ 131.17867965644038, 16.521320343559644 ], [ 133.3, 17.4 ], [ 135.42132034355964, 16.521320343559644 ], [ 136.3, 14.4 ] ] ], [ [ [ 135.1, 14.9 ], [ 134.22132034355963, 12.778679656440358 ], [ 132.1, 11.9 ], [ 129.97867965644036, 12.778679656440357 ], [ 129.1, 14.9 ], [ 129.97867965644036, 17.021320343559644 ], [ 132.1, 17.9 ], [ 134.22132034355963, 17.021320343559644 ], [ 135.1, 14.9 ] ] ], [ [ [ 133.7, 15.4 ], [ 132.82132034355962, 13.278679656440358 ], [ 130.7, 12.4 ], [ 128.57867965644036, 13.278679656440357 ], [ 127.69999999999999, 15.4 ], [ 128.57867965644036, 17.521320343559644 ], [ 130.7, 18.4 ], [ 132.82132034355962, 17.521320343559644 ], [ 133.7, 15.4 ] ] ], [ [ [ 132.1, 15.6 ], [ 131.22132034355963, 13.478679656440358 ], [ 129.1, 12.6 ], [ 126.97867965644035, 13.478679656440356 ], [ 126.1, 15.6 ], [ 126.97867965644035, 17.721320343559643 ], [ 129.1, 18.6 ], [ 131.22132034355963, 17.721320343559643 ], [ 132.1, 15.6 ] ] ], [ [ [ 132.5, 16.0 ], [ 131.03553390593274, 12.464466094067262 ], [ 127.5, 11.0 ], [ 123.96446609406726, 12.464466094067262 ], [ 122.5, 16.0 ], [ 123.96446609406726, 19.535533905932738 ], [ 127.5, 21.0 ], [ 131.03553390593274, 19.535533905932738 ], [ 132.5, 16.0 ] ] ], [ [ [ 131.0, 16.1 ], [ 129.53553390593274, 12.564466094067264 ], [ 126.0, 11.100000000000001 ], [ 122.46446609406726, 12.564466094067264 ], [ 121.0, 16.1 ], [ 122.46446609406726, 19.63553390593274 ], [ 126.0, 21.1 ], [ 129.53553390593274, 19.63553390593274 ], [ 131.0, 16.1 ] ] ], [ [ [ 129.7, 16.7 ], [ 128.23553390593275, 13.164466094067262 ], [ 124.7, 11.7 ], [ 121.16446609406727, 13.164466094067262 ], [ 119.7, 16.7 ], [ 121.16446609406727, 20.235533905932737 ], [ 124.7, 21.7 ], [ 128.23553390593273, 20.235533905932737 ], [ 129.7, 16.7 ] ] ], [ [ [ 126.1, 17.3 ], [ 125.22132034355964, 15.178679656440359 ], [ 123.1, 14.3 ], [ 120.97867965644035, 15.178679656440359 ], [ 120.1, 17.3 ], [ 120.97867965644035, 19.421320343559643 ], [ 123.1, 20.3 ], [ 125.22132034355964, 19.421320343559643 ], [ 126.1, 17.3 ] ] ], [ [ [ 124.5, 17.7 ], [ 123.62132034355965, 15.578679656440357 ], [ 121.5, 14.7 ], [ 119.37867965644035, 15.578679656440357 ], [ 118.5, 17.7 ], [ 119.37867965644035, 19.82132034355964 ], [ 121.5, 20.7 ], [ 123.62132034355965, 19.82132034355964 ], [ 124.5, 17.7 ] ] ], [ [ [ 123.1, 18.4 ], [ 122.22132034355964, 16.278679656440357 ], [ 120.1, 15.399999999999999 ], [ 117.97867965644035, 16.278679656440357 ], [ 117.1, 18.4 ], [ 117.97867965644035, 20.52132034355964 ], [ 120.1, 21.4 ], [ 122.22132034355964, 20.52132034355964 ], [ 123.1, 18.4 ] ] ], [ [ [ 121.8, 19.0 ], [ 120.92132034355964, 16.878679656440358 ], [ 118.8, 16.0 ], [ 116.67867965644035, 16.878679656440358 ], [ 115.8, 19.0 ], [ 116.67867965644035, 21.121320343559642 ], [ 118.8, 22.0 ], [ 120.92132034355964, 21.121320343559642 ], [ 121.8, 19.0 ] ] ], [ [ [ 120.4, 19.8 ], [ 119.52132034355965, 17.67867965644036 ], [ 117.4, 16.8 ], [ 115.27867965644036, 17.67867965644036 ], [ 114.4, 19.8 ], [ 115.27867965644036, 21.921320343559643 ], [ 117.4, 22.8 ], [ 119.52132034355965, 21.921320343559643 ], [ 120.4, 19.8 ] ] ], [ [ [ 119.6, 20.6 ], [ 118.72132034355964, 18.47867965644036 ], [ 116.6, 17.6 ], [ 114.47867965644035, 18.47867965644036 ], [ 113.6, 20.6 ], [ 114.47867965644035, 22.721320343559643 ], [ 116.6, 23.6 ], [ 118.72132034355964, 22.721320343559643 ], [ 119.6, 20.6 ] ] ], [ [ [ 118.6, 22.1 ], [ 117.72132034355964, 19.97867965644036 ], [ 115.6, 19.1 ], [ 113.47867965644035, 19.97867965644036 ], [ 112.6, 22.1 ], [ 113.47867965644035, 24.221320343559643 ], [ 115.6, 25.1 ], [ 117.72132034355964, 24.221320343559643 ], [ 118.6, 22.1 ] ] ], [ [ [ 118.1, 23.2 ], [ 117.22132034355964, 21.078679656440357 ], [ 115.1, 20.2 ], [ 112.97867965644035, 21.078679656440357 ], [ 112.1, 23.2 ], [ 112.97867965644035, 25.32132034355964 ], [ 115.1, 26.2 ], [ 117.22132034355964, 25.32132034355964 ], [ 118.1, 23.2 ] ] ], [ [ [ 117.7, 24.3 ], [ 116.82132034355965, 22.17867965644036 ], [ 114.7, 21.3 ], [ 112.57867965644036, 22.17867965644036 ], [ 111.7, 24.3 ], [ 112.57867965644036, 26.421320343559643 ], [ 114.7, 27.3 ], [ 116.82132034355965, 26.421320343559643 ], [ 117.7, 24.3 ] ] ], [ [ [ 118.5, 25.9 ], [ 117.62132034355965, 23.778679656440357 ], [ 115.5, 22.9 ], [ 113.37867965644035, 23.778679656440357 ], [ 112.5, 25.9 ], [ 113.37867965644035, 28.02132034355964 ], [ 115.5, 28.9 ], [ 117.62132034355965, 28.02132034355964 ], [ 118.5, 25.9 ] ] ], [ [ [ 117.4, 27.4 ], [ 117.10710678118656, 26.692893218813452 ], [ 116.4, 26.4 ], [ 115.69289321881345, 26.692893218813452 ], [ 115.4, 27.4 ], [ 115.69289321881345, 28.107106781186545 ], [ 116.4, 28.4 ], [ 117.10710678118656, 28.107106781186545 ], [ 117.4, 27.4 ] ] ], [ [ [ 120.4, 28.9 ], [ 120.10710678118656, 28.192893218813452 ], [ 119.4, 27.9 ], [ 118.69289321881345, 28.192893218813452 ], [ 118.4, 28.9 ], [ 118.69289321881345, 29.607106781186545 ], [ 119.4, 29.9 ], [ 120.10710678118656, 29.607106781186545 ], [ 120.4, 28.9 ] ] ], [ [ [ 122.4, 30.2 ], [ 122.10710678118656, 29.492893218813453 ], [ 121.4, 29.2 ], [ 120.69289321881345, 29.492893218813453 ], [ 120.4, 30.2 ], [ 120.69289321881345, 30.907106781186545 ], [ 121.4, 31.2 ], [ 122.10710678118656, 30.907106781186545 ], [ 122.4, 30.2 ] ] ], [ [ [ 124.1, 30.5 ], [ 123.80710678118655, 29.792893218813454 ], [ 123.1, 29.5 ], [ 122.39289321881344, 29.792893218813454 ], [ 122.1, 30.5 ], [ 122.39289321881344, 31.207106781186546 ], [ 123.1, 31.5 ], [ 123.80710678118655, 31.207106781186546 ], [ 124.1, 30.5 ] ] ], [ [ [ 127.1, 29.9 ], [ 126.80710678118655, 29.192893218813452 ], [ 126.1, 28.9 ], [ 125.39289321881344, 29.192893218813452 ], [ 125.1, 29.9 ], [ 125.39289321881344, 30.607106781186545 ], [ 126.1, 30.9 ], [ 126.80710678118655, 30.607106781186545 ], [ 127.1, 29.9 ] ] ], [ [ [ 130.3, 29.4 ], [ 130.00710678118656, 28.692893218813452 ], [ 129.3, 28.4 ], [ 128.59289321881346, 28.692893218813452 ], [ 128.3, 29.4 ], [ 128.59289321881346, 30.107106781186545 ], [ 129.3, 30.4 ], [ 130.00710678118656, 30.107106781186545 ], [ 130.3, 29.4 ] ] ], [ [ [ 134.5, 29.4 ], [ 134.20710678118655, 28.692893218813452 ], [ 133.5, 28.4 ], [ 132.79289321881345, 28.692893218813452 ], [ 132.5, 29.4 ], [ 132.79289321881345, 30.107106781186545 ], [ 133.5, 30.4 ], [ 134.20710678118655, 30.107106781186545 ], [ 134.5, 29.4 ] ] ], [ [ [ 139.6, 29.5 ], [ 138.72132034355963, 27.378679656440358 ], [ 136.6, 26.5 ], [ 134.47867965644036, 27.378679656440358 ], [ 133.6, 29.5 ], [ 134.47867965644036, 31.621320343559642 ], [ 136.6, 32.5 ], [ 138.72132034355963, 31.621320343559642 ], [ 139.6, 29.5 ] ] ], [ [ [ 141.2, 29.2 ], [ 140.90710678118654, 28.492893218813453 ], [ 140.2, 28.2 ], [ 139.49289321881344, 28.492893218813453 ], [ 139.2, 29.2 ], [ 139.49289321881344, 29.907106781186545 ], [ 140.2, 30.2 ], [ 140.90710678118654, 29.907106781186545 ], [ 141.2, 29.2 ] ] ], [ [ [ 143.5, 28.9 ], [ 143.20710678118655, 28.192893218813452 ], [ 142.5, 27.9 ], [ 141.79289321881345, 28.192893218813452 ], [ 141.5, 28.9 ], [ 141.79289321881345, 29.607106781186545 ], [ 142.5, 29.9 ], [ 143.20710678118655, 29.607106781186545 ], [ 143.5, 28.9 ] ] ], [ [ [ 146.2, 28.7 ], [ 145.90710678118654, 27.992893218813453 ], [ 145.2, 27.7 ], [ 144.49289321881344, 27.992893218813453 ], [ 144.2, 28.7 ], [ 144.49289321881344, 29.407106781186545 ], [ 145.2, 29.7 ], [ 145.90710678118654, 29.407106781186545 ], [ 146.2, 28.7 ] ] ], [ [ [ 148.1, 28.3 ], [ 147.80710678118655, 27.592893218813455 ], [ 147.1, 27.3 ], [ 146.39289321881344, 27.592893218813455 ], [ 146.1, 28.3 ], [ 146.39289321881344, 29.007106781186547 ], [ 147.1, 29.3 ], [ 147.80710678118655, 29.007106781186547 ], [ 148.1, 28.3 ] ] ], [ [ [ 147.0, 27.5 ], [ 146.70710678118655, 26.792893218813454 ], [ 146.0, 26.5 ], [ 145.29289321881345, 26.792893218813454 ], [ 145.0, 27.5 ], [ 145.29289321881345, 28.207106781186546 ], [ 146.0, 28.5 ], [ 146.70710678118655, 28.207106781186546 ], [ 147.0, 27.5 ] ] ], [ [ [ 145.9, 26.7 ], [ 145.60710678118656, 25.992893218813453 ], [ 144.9, 25.7 ], [ 144.19289321881345, 25.992893218813453 ], [ 143.9, 26.7 ], [ 144.19289321881345, 27.407106781186545 ], [ 144.9, 27.7 ], [ 145.60710678118656, 27.407106781186545 ], [ 145.9, 26.7 ] ] ], [ [ [ 145.7, 26.9 ], [ 145.40710678118654, 26.192893218813452 ], [ 144.7, 25.9 ], [ 143.99289321881344, 26.192893218813452 ], [ 143.7, 26.9 ], [ 143.99289321881344, 27.607106781186545 ], [ 144.7, 27.9 ], [ 145.40710678118654, 27.607106781186545 ], [ 145.7, 26.9 ] ] ], [ [ [ 145.4, 27.1 ], [ 145.10710678118656, 26.392893218813455 ], [ 144.4, 26.1 ], [ 143.69289321881345, 26.392893218813455 ], [ 143.4, 27.1 ], [ 143.69289321881345, 27.807106781186548 ], [ 144.4, 28.1 ], [ 145.10710678118656, 27.807106781186548 ], [ 145.4, 27.1 ] ] ], [ [ [ 146.0, 27.3 ], [ 145.70710678118655, 26.592893218813455 ], [ 145.0, 26.3 ], [ 144.29289321881345, 26.592893218813455 ], [ 144.0, 27.3 ], [ 144.29289321881345, 28.007106781186547 ], [ 145.0, 28.3 ], [ 145.70710678118655, 28.007106781186547 ], [ 146.0, 27.3 ] ] ], [ [ [ 146.4, 27.8 ], [ 146.10710678118656, 27.092893218813455 ], [ 145.4, 26.8 ], [ 144.69289321881345, 27.092893218813455 ], [ 144.4, 27.8 ], [ 144.69289321881345, 28.507106781186547 ], [ 145.4, 28.8 ], [ 146.10710678118656, 28.507106781186547 ], [ 146.4, 27.8 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-10-14T21:00:00Z", "2016-10-15T03:00:00Z", "2016-10-15T09:00:00Z", "2016-10-15T15:00:00Z", "2016-10-15T21:00:00Z", "2016-10-16T03:00:00Z", "2016-10-16T09:00:00Z", "2016-10-16T15:00:00Z", "2016-10-16T21:00:00Z", "2016-10-17T03:00:00Z", "2016-10-17T09:00:00Z", "2016-10-17T15:00:00Z", "2016-10-17T21:00:00Z", "2016-10-18T03:00:00Z", "2016-10-18T09:00:00Z", "2016-10-18T15:00:00Z", "2016-10-18T21:00:00Z", "2016-10-19T03:00:00Z", "2016-10-19T09:00:00Z", "2016-10-19T15:00:00Z", "2016-10-19T21:00:00Z", "2016-10-20T03:00:00Z", "2016-10-20T09:00:00Z", "2016-10-20T15:00:00Z", "2016-10-20T21:00:00Z", "2016-10-21T03:00:00Z", "2016-10-21T09:00:00Z", "2016-10-21T15:00:00Z", "2016-10-21T21:00:00Z", "2016-10-22T03:00:00Z", "2016-10-22T09:00:00Z", "2016-10-22T15:00:00Z", "2016-10-22T21:00:00Z", "2016-10-23T03:00:00Z", "2016-10-23T09:00:00Z", "2016-10-23T15:00:00Z", "2016-10-23T21:00:00Z", "2016-10-24T03:00:00Z", "2016-10-24T09:00:00Z", "2016-10-24T15:00:00Z", "2016-10-24T21:00:00Z", "2016-10-25T03:00:00Z", "2016-10-25T09:00:00Z", "2016-10-25T15:00:00Z", "2016-10-25T21:00:00Z", "2016-10-26T03:00:00Z", "2016-10-26T09:00:00Z", "2016-10-26T15:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1000.0, 996.0, 992.0, 985.0, 980.0, 975.0, 970.0, 960.0, 955.0, 950.0, 945.0, 925.0, 925.0, 915.0, 910.0, 900.0, 900.0, 900.0, 915.0, 940.0, 945.0, 950.0, 960.0, 960.0, 970.0, 980.0, 992.0, 998.0, 1004.0, 1004.0, 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1000.0, 1002.0, 1002.0, 1006.0, 1008.0, 1012.0, 1010.0, 1012.0, 1012.0, 1014.0, 1012.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 35.0, 40.0, 45.0, 50.0, 55.0, 65.0, 70.0, 80.0, 85.0, 90.0, 95.0, 100.0, 100.0, 105.0, 110.0, 115.0, 115.0, 115.0, 100.0, 90.0, 80.0, 75.0, 70.0, 70.0, 60.0, 45.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201623_MEARI_feature.json b/samples/Typhoon201623_MEARI_feature.json
index 66a9968..95e5167 100644
--- a/samples/Typhoon201623_MEARI_feature.json
+++ b/samples/Typhoon201623_MEARI_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201623号 (MEARI)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-10-31T03:00:00Z", "2016-10-31T09:00:00Z", "2016-10-31T15:00:00Z", "2016-10-31T21:00:00Z", "2016-11-01T03:00:00Z", "2016-11-01T09:00:00Z", "2016-11-01T15:00:00Z", "2016-11-01T21:00:00Z", "2016-11-02T03:00:00Z", "2016-11-02T09:00:00Z", "2016-11-02T15:00:00Z", "2016-11-02T21:00:00Z", "2016-11-03T03:00:00Z", "2016-11-03T09:00:00Z", "2016-11-03T15:00:00Z", "2016-11-03T21:00:00Z", "2016-11-04T03:00:00Z", "2016-11-04T09:00:00Z", "2016-11-04T15:00:00Z", "2016-11-04T21:00:00Z", "2016-11-05T03:00:00Z", "2016-11-05T09:00:00Z", "2016-11-05T15:00:00Z", "2016-11-05T21:00:00Z", "2016-11-06T03:00:00Z", "2016-11-06T09:00:00Z", "2016-11-06T15:00:00Z", "2016-11-06T21:00:00Z", "2016-11-07T03:00:00Z", "2016-11-07T09:00:00Z", "2016-11-07T15:00:00Z", "2016-11-07T21:00:00Z", "2016-11-08T03:00:00Z", "2016-11-08T09:00:00Z", "2016-11-08T15:00:00Z", "2016-11-08T21:00:00Z", "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z" ],
- "coordinates" : [ [ [ [ 147.9, 10.1 ], [ 147.60710678118656, 9.392893218813452 ], [ 146.9, 9.1 ], [ 146.19289321881345, 9.392893218813452 ], [ 145.9, 10.1 ], [ 146.19289321881345, 10.807106781186548 ], [ 146.9, 11.1 ], [ 147.60710678118656, 10.807106781186548 ], [ 147.9, 10.1 ] ] ], [ [ [ 147.2, 10.5 ], [ 146.90710678118654, 9.792893218813452 ], [ 146.2, 9.5 ], [ 145.49289321881344, 9.792893218813452 ], [ 145.2, 10.5 ], [ 145.49289321881344, 11.207106781186548 ], [ 146.2, 11.5 ], [ 146.90710678118654, 11.207106781186548 ], [ 147.2, 10.5 ] ] ], [ [ [ 146.2, 10.5 ], [ 145.90710678118654, 9.792893218813452 ], [ 145.2, 9.5 ], [ 144.49289321881344, 9.792893218813452 ], [ 144.2, 10.5 ], [ 144.49289321881344, 11.207106781186548 ], [ 145.2, 11.5 ], [ 145.90710678118654, 11.207106781186548 ], [ 146.2, 10.5 ] ] ], [ [ [ 145.1, 10.3 ], [ 144.80710678118655, 9.592893218813453 ], [ 144.1, 9.3 ], [ 143.39289321881344, 9.592893218813453 ], [ 143.1, 10.3 ], [ 143.39289321881344, 11.007106781186549 ], [ 144.1, 11.3 ], [ 144.80710678118655, 11.007106781186549 ], [ 145.1, 10.3 ] ] ], [ [ [ 144.5, 10.3 ], [ 144.20710678118655, 9.592893218813453 ], [ 143.5, 9.3 ], [ 142.79289321881345, 9.592893218813453 ], [ 142.5, 10.3 ], [ 142.79289321881345, 11.007106781186549 ], [ 143.5, 11.3 ], [ 144.20710678118655, 11.007106781186549 ], [ 144.5, 10.3 ] ] ], [ [ [ 143.5, 10.5 ], [ 143.20710678118655, 9.792893218813452 ], [ 142.5, 9.5 ], [ 141.79289321881345, 9.792893218813452 ], [ 141.5, 10.5 ], [ 141.79289321881345, 11.207106781186548 ], [ 142.5, 11.5 ], [ 143.20710678118655, 11.207106781186548 ], [ 143.5, 10.5 ] ] ], [ [ [ 144.6, 10.9 ], [ 143.72132034355963, 8.778679656440358 ], [ 141.6, 7.9 ], [ 139.47867965644036, 8.778679656440357 ], [ 138.6, 10.9 ], [ 139.47867965644036, 13.021320343559642 ], [ 141.6, 13.9 ], [ 143.72132034355963, 13.021320343559644 ], [ 144.6, 10.9 ] ] ], [ [ [ 142.9, 11.7 ], [ 142.02132034355964, 9.578679656440357 ], [ 139.9, 8.7 ], [ 137.77867965644037, 9.578679656440357 ], [ 136.9, 11.7 ], [ 137.77867965644037, 13.821320343559641 ], [ 139.9, 14.7 ], [ 142.02132034355964, 13.821320343559641 ], [ 142.9, 11.7 ] ] ], [ [ [ 141.7, 11.8 ], [ 140.82132034355962, 9.678679656440359 ], [ 138.7, 8.8 ], [ 136.57867965644036, 9.678679656440359 ], [ 135.7, 11.8 ], [ 136.57867965644036, 13.921320343559643 ], [ 138.7, 14.8 ], [ 140.82132034355962, 13.921320343559643 ], [ 141.7, 11.8 ] ] ], [ [ [ 141.1, 12.3 ], [ 140.22132034355963, 10.178679656440359 ], [ 138.1, 9.3 ], [ 135.97867965644036, 10.178679656440359 ], [ 135.1, 12.3 ], [ 135.97867965644036, 14.421320343559643 ], [ 138.1, 15.3 ], [ 140.22132034355963, 14.421320343559643 ], [ 141.1, 12.3 ] ] ], [ [ [ 140.8, 12.6 ], [ 139.92132034355964, 10.478679656440358 ], [ 137.8, 9.6 ], [ 135.67867965644038, 10.478679656440356 ], [ 134.8, 12.6 ], [ 135.67867965644038, 14.721320343559642 ], [ 137.8, 15.6 ], [ 139.92132034355964, 14.721320343559643 ], [ 140.8, 12.6 ] ] ], [ [ [ 140.6, 12.9 ], [ 139.72132034355963, 10.778679656440358 ], [ 137.6, 9.9 ], [ 135.47867965644036, 10.778679656440357 ], [ 134.6, 12.9 ], [ 135.47867965644036, 15.021320343559642 ], [ 137.6, 15.9 ], [ 139.72132034355963, 15.021320343559644 ], [ 140.6, 12.9 ] ] ], [ [ [ 140.4, 13.1 ], [ 139.52132034355964, 10.978679656440358 ], [ 137.4, 10.1 ], [ 135.27867965644037, 10.978679656440356 ], [ 134.4, 13.1 ], [ 135.27867965644037, 15.221320343559642 ], [ 137.4, 16.1 ], [ 139.52132034355964, 15.221320343559643 ], [ 140.4, 13.1 ] ] ], [ [ [ 140.3, 13.3 ], [ 139.42132034355964, 11.178679656440359 ], [ 137.3, 10.3 ], [ 135.17867965644038, 11.178679656440359 ], [ 134.3, 13.3 ], [ 135.17867965644038, 15.421320343559643 ], [ 137.3, 16.3 ], [ 139.42132034355964, 15.421320343559643 ], [ 140.3, 13.3 ] ] ], [ [ [ 140.3, 13.7 ], [ 139.42132034355964, 11.578679656440357 ], [ 137.3, 10.7 ], [ 135.17867965644038, 11.578679656440357 ], [ 134.3, 13.7 ], [ 135.17867965644038, 15.821320343559641 ], [ 137.3, 16.7 ], [ 139.42132034355964, 15.821320343559641 ], [ 140.3, 13.7 ] ] ], [ [ [ 140.4, 14.0 ], [ 139.52132034355964, 11.878679656440358 ], [ 137.4, 11.0 ], [ 135.27867965644037, 11.878679656440358 ], [ 134.4, 14.0 ], [ 135.27867965644037, 16.121320343559642 ], [ 137.4, 17.0 ], [ 139.52132034355964, 16.121320343559642 ], [ 140.4, 14.0 ] ] ], [ [ [ 140.9, 14.3 ], [ 140.02132034355964, 12.178679656440359 ], [ 137.9, 11.3 ], [ 135.77867965644037, 12.178679656440359 ], [ 134.9, 14.3 ], [ 135.77867965644037, 16.421320343559643 ], [ 137.9, 17.3 ], [ 140.02132034355964, 16.421320343559643 ], [ 140.9, 14.3 ] ] ], [ [ [ 141.8, 15.0 ], [ 140.92132034355964, 12.878679656440358 ], [ 138.8, 12.0 ], [ 136.67867965644038, 12.878679656440358 ], [ 135.8, 15.0 ], [ 136.67867965644038, 17.121320343559642 ], [ 138.8, 18.0 ], [ 140.92132034355964, 17.121320343559642 ], [ 141.8, 15.0 ] ] ], [ [ [ 142.1, 15.6 ], [ 141.22132034355963, 13.478679656440358 ], [ 139.1, 12.6 ], [ 136.97867965644036, 13.478679656440356 ], [ 136.1, 15.6 ], [ 136.97867965644036, 17.721320343559643 ], [ 139.1, 18.6 ], [ 141.22132034355963, 17.721320343559643 ], [ 142.1, 15.6 ] ] ], [ [ [ 142.3, 16.2 ], [ 141.42132034355964, 14.078679656440357 ], [ 139.3, 13.2 ], [ 137.17867965644038, 14.078679656440357 ], [ 136.3, 16.2 ], [ 137.17867965644038, 18.32132034355964 ], [ 139.3, 19.2 ], [ 141.42132034355964, 18.32132034355964 ], [ 142.3, 16.2 ] ] ], [ [ [ 142.4, 16.8 ], [ 141.52132034355964, 14.678679656440359 ], [ 139.4, 13.8 ], [ 137.27867965644037, 14.678679656440359 ], [ 136.4, 16.8 ], [ 137.27867965644037, 18.921320343559643 ], [ 139.4, 19.8 ], [ 141.52132034355964, 18.921320343559643 ], [ 142.4, 16.8 ] ] ], [ [ [ 142.9, 17.2 ], [ 142.02132034355964, 15.078679656440357 ], [ 139.9, 14.2 ], [ 137.77867965644037, 15.078679656440357 ], [ 136.9, 17.2 ], [ 137.77867965644037, 19.32132034355964 ], [ 139.9, 20.2 ], [ 142.02132034355964, 19.32132034355964 ], [ 142.9, 17.2 ] ] ], [ [ [ 143.3, 17.5 ], [ 142.42132034355964, 15.378679656440358 ], [ 140.3, 14.5 ], [ 138.17867965644038, 15.378679656440358 ], [ 137.3, 17.5 ], [ 138.17867965644038, 19.621320343559642 ], [ 140.3, 20.5 ], [ 142.42132034355964, 19.621320343559642 ], [ 143.3, 17.5 ] ] ], [ [ [ 143.7, 18.3 ], [ 142.82132034355962, 16.17867965644036 ], [ 140.7, 15.3 ], [ 138.57867965644036, 16.17867965644036 ], [ 137.7, 18.3 ], [ 138.57867965644036, 20.421320343559643 ], [ 140.7, 21.3 ], [ 142.82132034355962, 20.421320343559643 ], [ 143.7, 18.3 ] ] ], [ [ [ 144.8, 18.6 ], [ 143.92132034355964, 16.47867965644036 ], [ 141.8, 15.600000000000001 ], [ 139.67867965644038, 16.47867965644036 ], [ 138.8, 18.6 ], [ 139.67867965644038, 20.721320343559643 ], [ 141.8, 21.6 ], [ 143.92132034355964, 20.721320343559643 ], [ 144.8, 18.6 ] ] ], [ [ [ 145.5, 19.5 ], [ 144.62132034355963, 17.378679656440358 ], [ 142.5, 16.5 ], [ 140.37867965644037, 17.378679656440358 ], [ 139.5, 19.5 ], [ 140.37867965644037, 21.621320343559642 ], [ 142.5, 22.5 ], [ 144.62132034355963, 21.621320343559642 ], [ 145.5, 19.5 ] ] ], [ [ [ 146.6, 20.7 ], [ 145.72132034355963, 18.578679656440357 ], [ 143.6, 17.7 ], [ 141.47867965644036, 18.578679656440357 ], [ 140.6, 20.7 ], [ 141.47867965644036, 22.82132034355964 ], [ 143.6, 23.7 ], [ 145.72132034355963, 22.82132034355964 ], [ 146.6, 20.7 ] ] ], [ [ [ 147.8, 22.2 ], [ 146.92132034355964, 20.078679656440357 ], [ 144.8, 19.2 ], [ 142.67867965644038, 20.078679656440357 ], [ 141.8, 22.2 ], [ 142.67867965644038, 24.32132034355964 ], [ 144.8, 25.2 ], [ 146.92132034355964, 24.32132034355964 ], [ 147.8, 22.2 ] ] ], [ [ [ 149.1, 24.3 ], [ 148.22132034355963, 22.17867965644036 ], [ 146.1, 21.3 ], [ 143.97867965644036, 22.17867965644036 ], [ 143.1, 24.3 ], [ 143.97867965644036, 26.421320343559643 ], [ 146.1, 27.3 ], [ 148.22132034355963, 26.421320343559643 ], [ 149.1, 24.3 ] ] ], [ [ [ 150.0, 27.3 ], [ 149.12132034355963, 25.17867965644036 ], [ 147.0, 24.3 ], [ 144.87867965644037, 25.17867965644036 ], [ 144.0, 27.3 ], [ 144.87867965644037, 29.421320343559643 ], [ 147.0, 30.3 ], [ 149.12132034355963, 29.421320343559643 ], [ 150.0, 27.3 ] ] ], [ [ [ 150.5, 28.3 ], [ 149.62132034355963, 26.17867965644036 ], [ 147.5, 25.3 ], [ 145.37867965644037, 26.17867965644036 ], [ 144.5, 28.3 ], [ 145.37867965644037, 30.421320343559643 ], [ 147.5, 31.3 ], [ 149.62132034355963, 30.421320343559643 ], [ 150.5, 28.3 ] ] ], [ [ [ 151.0, 28.8 ], [ 150.12132034355963, 26.67867965644036 ], [ 148.0, 25.8 ], [ 145.87867965644037, 26.67867965644036 ], [ 145.0, 28.8 ], [ 145.87867965644037, 30.921320343559643 ], [ 148.0, 31.8 ], [ 150.12132034355963, 30.921320343559643 ], [ 151.0, 28.8 ] ] ], [ [ [ 152.1, 29.2 ], [ 151.22132034355963, 27.078679656440357 ], [ 149.1, 26.2 ], [ 146.97867965644036, 27.078679656440357 ], [ 146.1, 29.2 ], [ 146.97867965644036, 31.32132034355964 ], [ 149.1, 32.2 ], [ 151.22132034355963, 31.32132034355964 ], [ 152.1, 29.2 ] ] ], [ [ [ 153.5, 30.6 ], [ 152.62132034355963, 28.47867965644036 ], [ 150.5, 27.6 ], [ 148.37867965644037, 28.47867965644036 ], [ 147.5, 30.6 ], [ 148.37867965644037, 32.72132034355965 ], [ 150.5, 33.6 ], [ 152.62132034355963, 32.72132034355965 ], [ 153.5, 30.6 ] ] ], [ [ [ 155.2, 31.9 ], [ 154.32132034355962, 29.778679656440357 ], [ 152.2, 28.9 ], [ 150.07867965644036, 29.778679656440357 ], [ 149.2, 31.9 ], [ 150.07867965644036, 34.021320343559644 ], [ 152.2, 34.9 ], [ 154.32132034355962, 34.021320343559644 ], [ 155.2, 31.9 ] ] ], [ [ [ 157.6, 33.3 ], [ 156.72132034355963, 31.178679656440355 ], [ 154.6, 30.299999999999997 ], [ 152.47867965644036, 31.178679656440355 ], [ 151.6, 33.3 ], [ 152.47867965644036, 35.42132034355964 ], [ 154.6, 36.3 ], [ 156.72132034355963, 35.42132034355964 ], [ 157.6, 33.3 ] ] ], [ [ [ 160.1, 34.9 ], [ 159.22132034355963, 32.77867965644035 ], [ 157.1, 31.9 ], [ 154.97867965644036, 32.77867965644035 ], [ 154.1, 34.9 ], [ 154.97867965644036, 37.021320343559644 ], [ 157.1, 37.9 ], [ 159.22132034355963, 37.021320343559644 ], [ 160.1, 34.9 ] ] ], [ [ [ 164.0, 36.5 ], [ 163.12132034355963, 34.378679656440355 ], [ 161.0, 33.5 ], [ 158.87867965644037, 34.378679656440355 ], [ 158.0, 36.5 ], [ 158.87867965644037, 38.621320343559645 ], [ 161.0, 39.5 ], [ 163.12132034355963, 38.621320343559645 ], [ 164.0, 36.5 ] ] ], [ [ [ 164.0, 37.7 ], [ 163.70710678118655, 36.99289321881346 ], [ 163.0, 36.7 ], [ 162.29289321881345, 36.99289321881346 ], [ 162.0, 37.7 ], [ 162.29289321881345, 38.40710678118655 ], [ 163.0, 38.7 ], [ 163.70710678118655, 38.40710678118655 ], [ 164.0, 37.7 ] ] ], [ [ [ 165.0, 38.4 ], [ 164.70710678118655, 37.69289321881345 ], [ 164.0, 37.4 ], [ 163.29289321881345, 37.69289321881345 ], [ 163.0, 38.4 ], [ 163.29289321881345, 39.107106781186545 ], [ 164.0, 39.4 ], [ 164.70710678118655, 39.107106781186545 ], [ 165.0, 38.4 ] ] ], [ [ [ 166.5, 39.0 ], [ 166.20710678118655, 38.292893218813454 ], [ 165.5, 38.0 ], [ 164.79289321881345, 38.292893218813454 ], [ 164.5, 39.0 ], [ 164.79289321881345, 39.707106781186546 ], [ 165.5, 40.0 ], [ 166.20710678118655, 39.707106781186546 ], [ 166.5, 39.0 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-10-31T03:00:00Z", "2016-10-31T09:00:00Z", "2016-10-31T15:00:00Z", "2016-10-31T21:00:00Z", "2016-11-01T03:00:00Z", "2016-11-01T09:00:00Z", "2016-11-01T15:00:00Z", "2016-11-01T21:00:00Z", "2016-11-02T03:00:00Z", "2016-11-02T09:00:00Z", "2016-11-02T15:00:00Z", "2016-11-02T21:00:00Z", "2016-11-03T03:00:00Z", "2016-11-03T09:00:00Z", "2016-11-03T15:00:00Z", "2016-11-03T21:00:00Z", "2016-11-04T03:00:00Z", "2016-11-04T09:00:00Z", "2016-11-04T15:00:00Z", "2016-11-04T21:00:00Z", "2016-11-05T03:00:00Z", "2016-11-05T09:00:00Z", "2016-11-05T15:00:00Z", "2016-11-05T21:00:00Z", "2016-11-06T03:00:00Z", "2016-11-06T09:00:00Z", "2016-11-06T15:00:00Z", "2016-11-06T21:00:00Z", "2016-11-07T03:00:00Z", "2016-11-07T09:00:00Z", "2016-11-07T15:00:00Z", "2016-11-07T21:00:00Z", "2016-11-08T03:00:00Z", "2016-11-08T09:00:00Z", "2016-11-08T15:00:00Z", "2016-11-08T21:00:00Z", "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 996.0, 996.0, 992.0, 990.0, 985.0, 985.0, 975.0, 970.0, 965.0, 960.0, 960.0, 960.0, 960.0, 960.0, 965.0, 970.0, 976.0, 980.0, 984.0, 988.0, 992.0, 996.0, 998.0, 1000.0, 1002.0, 1002.0, 1004.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 55.0, 55.0, 60.0, 65.0, 70.0, 75.0, 75.0, 75.0, 75.0, 75.0, 70.0, 65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201623号 (MEARI)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-10-31T03:00:00Z", "2016-10-31T09:00:00Z", "2016-10-31T15:00:00Z", "2016-10-31T21:00:00Z", "2016-11-01T03:00:00Z", "2016-11-01T09:00:00Z", "2016-11-01T15:00:00Z", "2016-11-01T21:00:00Z", "2016-11-02T03:00:00Z", "2016-11-02T09:00:00Z", "2016-11-02T15:00:00Z", "2016-11-02T21:00:00Z", "2016-11-03T03:00:00Z", "2016-11-03T09:00:00Z", "2016-11-03T15:00:00Z", "2016-11-03T21:00:00Z", "2016-11-04T03:00:00Z", "2016-11-04T09:00:00Z", "2016-11-04T15:00:00Z", "2016-11-04T21:00:00Z", "2016-11-05T03:00:00Z", "2016-11-05T09:00:00Z", "2016-11-05T15:00:00Z", "2016-11-05T21:00:00Z", "2016-11-06T03:00:00Z", "2016-11-06T09:00:00Z", "2016-11-06T15:00:00Z", "2016-11-06T21:00:00Z", "2016-11-07T03:00:00Z", "2016-11-07T09:00:00Z", "2016-11-07T15:00:00Z", "2016-11-07T21:00:00Z", "2016-11-08T03:00:00Z", "2016-11-08T09:00:00Z", "2016-11-08T15:00:00Z", "2016-11-08T21:00:00Z", "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z" ],
+ "coordinates" : [ [ [ [ 147.9, 10.1 ], [ 147.60710678118656, 9.392893218813452 ], [ 146.9, 9.1 ], [ 146.19289321881345, 9.392893218813452 ], [ 145.9, 10.1 ], [ 146.19289321881345, 10.807106781186548 ], [ 146.9, 11.1 ], [ 147.60710678118656, 10.807106781186548 ], [ 147.9, 10.1 ] ] ], [ [ [ 147.2, 10.5 ], [ 146.90710678118654, 9.792893218813452 ], [ 146.2, 9.5 ], [ 145.49289321881344, 9.792893218813452 ], [ 145.2, 10.5 ], [ 145.49289321881344, 11.207106781186548 ], [ 146.2, 11.5 ], [ 146.90710678118654, 11.207106781186548 ], [ 147.2, 10.5 ] ] ], [ [ [ 146.2, 10.5 ], [ 145.90710678118654, 9.792893218813452 ], [ 145.2, 9.5 ], [ 144.49289321881344, 9.792893218813452 ], [ 144.2, 10.5 ], [ 144.49289321881344, 11.207106781186548 ], [ 145.2, 11.5 ], [ 145.90710678118654, 11.207106781186548 ], [ 146.2, 10.5 ] ] ], [ [ [ 145.1, 10.3 ], [ 144.80710678118655, 9.592893218813453 ], [ 144.1, 9.3 ], [ 143.39289321881344, 9.592893218813453 ], [ 143.1, 10.3 ], [ 143.39289321881344, 11.007106781186549 ], [ 144.1, 11.3 ], [ 144.80710678118655, 11.007106781186549 ], [ 145.1, 10.3 ] ] ], [ [ [ 144.5, 10.3 ], [ 144.20710678118655, 9.592893218813453 ], [ 143.5, 9.3 ], [ 142.79289321881345, 9.592893218813453 ], [ 142.5, 10.3 ], [ 142.79289321881345, 11.007106781186549 ], [ 143.5, 11.3 ], [ 144.20710678118655, 11.007106781186549 ], [ 144.5, 10.3 ] ] ], [ [ [ 143.5, 10.5 ], [ 143.20710678118655, 9.792893218813452 ], [ 142.5, 9.5 ], [ 141.79289321881345, 9.792893218813452 ], [ 141.5, 10.5 ], [ 141.79289321881345, 11.207106781186548 ], [ 142.5, 11.5 ], [ 143.20710678118655, 11.207106781186548 ], [ 143.5, 10.5 ] ] ], [ [ [ 144.6, 10.9 ], [ 143.72132034355963, 8.778679656440358 ], [ 141.6, 7.9 ], [ 139.47867965644036, 8.778679656440357 ], [ 138.6, 10.9 ], [ 139.47867965644036, 13.021320343559642 ], [ 141.6, 13.9 ], [ 143.72132034355963, 13.021320343559644 ], [ 144.6, 10.9 ] ] ], [ [ [ 142.9, 11.7 ], [ 142.02132034355964, 9.578679656440357 ], [ 139.9, 8.7 ], [ 137.77867965644037, 9.578679656440357 ], [ 136.9, 11.7 ], [ 137.77867965644037, 13.821320343559641 ], [ 139.9, 14.7 ], [ 142.02132034355964, 13.821320343559641 ], [ 142.9, 11.7 ] ] ], [ [ [ 141.7, 11.8 ], [ 140.82132034355962, 9.678679656440359 ], [ 138.7, 8.8 ], [ 136.57867965644036, 9.678679656440359 ], [ 135.7, 11.8 ], [ 136.57867965644036, 13.921320343559643 ], [ 138.7, 14.8 ], [ 140.82132034355962, 13.921320343559643 ], [ 141.7, 11.8 ] ] ], [ [ [ 141.1, 12.3 ], [ 140.22132034355963, 10.178679656440359 ], [ 138.1, 9.3 ], [ 135.97867965644036, 10.178679656440359 ], [ 135.1, 12.3 ], [ 135.97867965644036, 14.421320343559643 ], [ 138.1, 15.3 ], [ 140.22132034355963, 14.421320343559643 ], [ 141.1, 12.3 ] ] ], [ [ [ 140.8, 12.6 ], [ 139.92132034355964, 10.478679656440358 ], [ 137.8, 9.6 ], [ 135.67867965644038, 10.478679656440356 ], [ 134.8, 12.6 ], [ 135.67867965644038, 14.721320343559642 ], [ 137.8, 15.6 ], [ 139.92132034355964, 14.721320343559643 ], [ 140.8, 12.6 ] ] ], [ [ [ 140.6, 12.9 ], [ 139.72132034355963, 10.778679656440358 ], [ 137.6, 9.9 ], [ 135.47867965644036, 10.778679656440357 ], [ 134.6, 12.9 ], [ 135.47867965644036, 15.021320343559642 ], [ 137.6, 15.9 ], [ 139.72132034355963, 15.021320343559644 ], [ 140.6, 12.9 ] ] ], [ [ [ 140.4, 13.1 ], [ 139.52132034355964, 10.978679656440358 ], [ 137.4, 10.1 ], [ 135.27867965644037, 10.978679656440356 ], [ 134.4, 13.1 ], [ 135.27867965644037, 15.221320343559642 ], [ 137.4, 16.1 ], [ 139.52132034355964, 15.221320343559643 ], [ 140.4, 13.1 ] ] ], [ [ [ 140.3, 13.3 ], [ 139.42132034355964, 11.178679656440359 ], [ 137.3, 10.3 ], [ 135.17867965644038, 11.178679656440359 ], [ 134.3, 13.3 ], [ 135.17867965644038, 15.421320343559643 ], [ 137.3, 16.3 ], [ 139.42132034355964, 15.421320343559643 ], [ 140.3, 13.3 ] ] ], [ [ [ 140.3, 13.7 ], [ 139.42132034355964, 11.578679656440357 ], [ 137.3, 10.7 ], [ 135.17867965644038, 11.578679656440357 ], [ 134.3, 13.7 ], [ 135.17867965644038, 15.821320343559641 ], [ 137.3, 16.7 ], [ 139.42132034355964, 15.821320343559641 ], [ 140.3, 13.7 ] ] ], [ [ [ 140.4, 14.0 ], [ 139.52132034355964, 11.878679656440358 ], [ 137.4, 11.0 ], [ 135.27867965644037, 11.878679656440358 ], [ 134.4, 14.0 ], [ 135.27867965644037, 16.121320343559642 ], [ 137.4, 17.0 ], [ 139.52132034355964, 16.121320343559642 ], [ 140.4, 14.0 ] ] ], [ [ [ 140.9, 14.3 ], [ 140.02132034355964, 12.178679656440359 ], [ 137.9, 11.3 ], [ 135.77867965644037, 12.178679656440359 ], [ 134.9, 14.3 ], [ 135.77867965644037, 16.421320343559643 ], [ 137.9, 17.3 ], [ 140.02132034355964, 16.421320343559643 ], [ 140.9, 14.3 ] ] ], [ [ [ 141.8, 15.0 ], [ 140.92132034355964, 12.878679656440358 ], [ 138.8, 12.0 ], [ 136.67867965644038, 12.878679656440358 ], [ 135.8, 15.0 ], [ 136.67867965644038, 17.121320343559642 ], [ 138.8, 18.0 ], [ 140.92132034355964, 17.121320343559642 ], [ 141.8, 15.0 ] ] ], [ [ [ 142.1, 15.6 ], [ 141.22132034355963, 13.478679656440358 ], [ 139.1, 12.6 ], [ 136.97867965644036, 13.478679656440356 ], [ 136.1, 15.6 ], [ 136.97867965644036, 17.721320343559643 ], [ 139.1, 18.6 ], [ 141.22132034355963, 17.721320343559643 ], [ 142.1, 15.6 ] ] ], [ [ [ 142.3, 16.2 ], [ 141.42132034355964, 14.078679656440357 ], [ 139.3, 13.2 ], [ 137.17867965644038, 14.078679656440357 ], [ 136.3, 16.2 ], [ 137.17867965644038, 18.32132034355964 ], [ 139.3, 19.2 ], [ 141.42132034355964, 18.32132034355964 ], [ 142.3, 16.2 ] ] ], [ [ [ 142.4, 16.8 ], [ 141.52132034355964, 14.678679656440359 ], [ 139.4, 13.8 ], [ 137.27867965644037, 14.678679656440359 ], [ 136.4, 16.8 ], [ 137.27867965644037, 18.921320343559643 ], [ 139.4, 19.8 ], [ 141.52132034355964, 18.921320343559643 ], [ 142.4, 16.8 ] ] ], [ [ [ 142.9, 17.2 ], [ 142.02132034355964, 15.078679656440357 ], [ 139.9, 14.2 ], [ 137.77867965644037, 15.078679656440357 ], [ 136.9, 17.2 ], [ 137.77867965644037, 19.32132034355964 ], [ 139.9, 20.2 ], [ 142.02132034355964, 19.32132034355964 ], [ 142.9, 17.2 ] ] ], [ [ [ 143.3, 17.5 ], [ 142.42132034355964, 15.378679656440358 ], [ 140.3, 14.5 ], [ 138.17867965644038, 15.378679656440358 ], [ 137.3, 17.5 ], [ 138.17867965644038, 19.621320343559642 ], [ 140.3, 20.5 ], [ 142.42132034355964, 19.621320343559642 ], [ 143.3, 17.5 ] ] ], [ [ [ 143.7, 18.3 ], [ 142.82132034355962, 16.17867965644036 ], [ 140.7, 15.3 ], [ 138.57867965644036, 16.17867965644036 ], [ 137.7, 18.3 ], [ 138.57867965644036, 20.421320343559643 ], [ 140.7, 21.3 ], [ 142.82132034355962, 20.421320343559643 ], [ 143.7, 18.3 ] ] ], [ [ [ 144.8, 18.6 ], [ 143.92132034355964, 16.47867965644036 ], [ 141.8, 15.600000000000001 ], [ 139.67867965644038, 16.47867965644036 ], [ 138.8, 18.6 ], [ 139.67867965644038, 20.721320343559643 ], [ 141.8, 21.6 ], [ 143.92132034355964, 20.721320343559643 ], [ 144.8, 18.6 ] ] ], [ [ [ 145.5, 19.5 ], [ 144.62132034355963, 17.378679656440358 ], [ 142.5, 16.5 ], [ 140.37867965644037, 17.378679656440358 ], [ 139.5, 19.5 ], [ 140.37867965644037, 21.621320343559642 ], [ 142.5, 22.5 ], [ 144.62132034355963, 21.621320343559642 ], [ 145.5, 19.5 ] ] ], [ [ [ 146.6, 20.7 ], [ 145.72132034355963, 18.578679656440357 ], [ 143.6, 17.7 ], [ 141.47867965644036, 18.578679656440357 ], [ 140.6, 20.7 ], [ 141.47867965644036, 22.82132034355964 ], [ 143.6, 23.7 ], [ 145.72132034355963, 22.82132034355964 ], [ 146.6, 20.7 ] ] ], [ [ [ 147.8, 22.2 ], [ 146.92132034355964, 20.078679656440357 ], [ 144.8, 19.2 ], [ 142.67867965644038, 20.078679656440357 ], [ 141.8, 22.2 ], [ 142.67867965644038, 24.32132034355964 ], [ 144.8, 25.2 ], [ 146.92132034355964, 24.32132034355964 ], [ 147.8, 22.2 ] ] ], [ [ [ 149.1, 24.3 ], [ 148.22132034355963, 22.17867965644036 ], [ 146.1, 21.3 ], [ 143.97867965644036, 22.17867965644036 ], [ 143.1, 24.3 ], [ 143.97867965644036, 26.421320343559643 ], [ 146.1, 27.3 ], [ 148.22132034355963, 26.421320343559643 ], [ 149.1, 24.3 ] ] ], [ [ [ 150.0, 27.3 ], [ 149.12132034355963, 25.17867965644036 ], [ 147.0, 24.3 ], [ 144.87867965644037, 25.17867965644036 ], [ 144.0, 27.3 ], [ 144.87867965644037, 29.421320343559643 ], [ 147.0, 30.3 ], [ 149.12132034355963, 29.421320343559643 ], [ 150.0, 27.3 ] ] ], [ [ [ 150.5, 28.3 ], [ 149.62132034355963, 26.17867965644036 ], [ 147.5, 25.3 ], [ 145.37867965644037, 26.17867965644036 ], [ 144.5, 28.3 ], [ 145.37867965644037, 30.421320343559643 ], [ 147.5, 31.3 ], [ 149.62132034355963, 30.421320343559643 ], [ 150.5, 28.3 ] ] ], [ [ [ 151.0, 28.8 ], [ 150.12132034355963, 26.67867965644036 ], [ 148.0, 25.8 ], [ 145.87867965644037, 26.67867965644036 ], [ 145.0, 28.8 ], [ 145.87867965644037, 30.921320343559643 ], [ 148.0, 31.8 ], [ 150.12132034355963, 30.921320343559643 ], [ 151.0, 28.8 ] ] ], [ [ [ 152.1, 29.2 ], [ 151.22132034355963, 27.078679656440357 ], [ 149.1, 26.2 ], [ 146.97867965644036, 27.078679656440357 ], [ 146.1, 29.2 ], [ 146.97867965644036, 31.32132034355964 ], [ 149.1, 32.2 ], [ 151.22132034355963, 31.32132034355964 ], [ 152.1, 29.2 ] ] ], [ [ [ 153.5, 30.6 ], [ 152.62132034355963, 28.47867965644036 ], [ 150.5, 27.6 ], [ 148.37867965644037, 28.47867965644036 ], [ 147.5, 30.6 ], [ 148.37867965644037, 32.72132034355965 ], [ 150.5, 33.6 ], [ 152.62132034355963, 32.72132034355965 ], [ 153.5, 30.6 ] ] ], [ [ [ 155.2, 31.9 ], [ 154.32132034355962, 29.778679656440357 ], [ 152.2, 28.9 ], [ 150.07867965644036, 29.778679656440357 ], [ 149.2, 31.9 ], [ 150.07867965644036, 34.021320343559644 ], [ 152.2, 34.9 ], [ 154.32132034355962, 34.021320343559644 ], [ 155.2, 31.9 ] ] ], [ [ [ 157.6, 33.3 ], [ 156.72132034355963, 31.178679656440355 ], [ 154.6, 30.299999999999997 ], [ 152.47867965644036, 31.178679656440355 ], [ 151.6, 33.3 ], [ 152.47867965644036, 35.42132034355964 ], [ 154.6, 36.3 ], [ 156.72132034355963, 35.42132034355964 ], [ 157.6, 33.3 ] ] ], [ [ [ 160.1, 34.9 ], [ 159.22132034355963, 32.77867965644035 ], [ 157.1, 31.9 ], [ 154.97867965644036, 32.77867965644035 ], [ 154.1, 34.9 ], [ 154.97867965644036, 37.021320343559644 ], [ 157.1, 37.9 ], [ 159.22132034355963, 37.021320343559644 ], [ 160.1, 34.9 ] ] ], [ [ [ 164.0, 36.5 ], [ 163.12132034355963, 34.378679656440355 ], [ 161.0, 33.5 ], [ 158.87867965644037, 34.378679656440355 ], [ 158.0, 36.5 ], [ 158.87867965644037, 38.621320343559645 ], [ 161.0, 39.5 ], [ 163.12132034355963, 38.621320343559645 ], [ 164.0, 36.5 ] ] ], [ [ [ 164.0, 37.7 ], [ 163.70710678118655, 36.99289321881346 ], [ 163.0, 36.7 ], [ 162.29289321881345, 36.99289321881346 ], [ 162.0, 37.7 ], [ 162.29289321881345, 38.40710678118655 ], [ 163.0, 38.7 ], [ 163.70710678118655, 38.40710678118655 ], [ 164.0, 37.7 ] ] ], [ [ [ 165.0, 38.4 ], [ 164.70710678118655, 37.69289321881345 ], [ 164.0, 37.4 ], [ 163.29289321881345, 37.69289321881345 ], [ 163.0, 38.4 ], [ 163.29289321881345, 39.107106781186545 ], [ 164.0, 39.4 ], [ 164.70710678118655, 39.107106781186545 ], [ 165.0, 38.4 ] ] ], [ [ [ 166.5, 39.0 ], [ 166.20710678118655, 38.292893218813454 ], [ 165.5, 38.0 ], [ 164.79289321881345, 38.292893218813454 ], [ 164.5, 39.0 ], [ 164.79289321881345, 39.707106781186546 ], [ 165.5, 40.0 ], [ 166.20710678118655, 39.707106781186546 ], [ 166.5, 39.0 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-10-31T03:00:00Z", "2016-10-31T09:00:00Z", "2016-10-31T15:00:00Z", "2016-10-31T21:00:00Z", "2016-11-01T03:00:00Z", "2016-11-01T09:00:00Z", "2016-11-01T15:00:00Z", "2016-11-01T21:00:00Z", "2016-11-02T03:00:00Z", "2016-11-02T09:00:00Z", "2016-11-02T15:00:00Z", "2016-11-02T21:00:00Z", "2016-11-03T03:00:00Z", "2016-11-03T09:00:00Z", "2016-11-03T15:00:00Z", "2016-11-03T21:00:00Z", "2016-11-04T03:00:00Z", "2016-11-04T09:00:00Z", "2016-11-04T15:00:00Z", "2016-11-04T21:00:00Z", "2016-11-05T03:00:00Z", "2016-11-05T09:00:00Z", "2016-11-05T15:00:00Z", "2016-11-05T21:00:00Z", "2016-11-06T03:00:00Z", "2016-11-06T09:00:00Z", "2016-11-06T15:00:00Z", "2016-11-06T21:00:00Z", "2016-11-07T03:00:00Z", "2016-11-07T09:00:00Z", "2016-11-07T15:00:00Z", "2016-11-07T21:00:00Z", "2016-11-08T03:00:00Z", "2016-11-08T09:00:00Z", "2016-11-08T15:00:00Z", "2016-11-08T21:00:00Z", "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1002.0, 1002.0, 1002.0, 1002.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 1000.0, 998.0, 996.0, 996.0, 996.0, 992.0, 990.0, 985.0, 985.0, 975.0, 970.0, 965.0, 960.0, 960.0, 960.0, 960.0, 960.0, 965.0, 970.0, 976.0, 980.0, 984.0, 988.0, 992.0, 996.0, 998.0, 1000.0, 1002.0, 1002.0, 1004.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 40.0, 45.0, 55.0, 55.0, 60.0, 65.0, 70.0, 75.0, 75.0, 75.0, 75.0, 75.0, 70.0, 65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201624_MA-ON_feature.json b/samples/Typhoon201624_MA-ON_feature.json
index 5452131..844620e 100644
--- a/samples/Typhoon201624_MA-ON_feature.json
+++ b/samples/Typhoon201624_MA-ON_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201624号 (MA-ON)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z", "2016-11-10T09:00:00Z", "2016-11-10T15:00:00Z", "2016-11-10T21:00:00Z", "2016-11-11T03:00:00Z", "2016-11-11T09:00:00Z", "2016-11-11T15:00:00Z", "2016-11-11T21:00:00Z", "2016-11-12T03:00:00Z", "2016-11-12T09:00:00Z", "2016-11-12T15:00:00Z", "2016-11-12T21:00:00Z", "2016-11-13T03:00:00Z", "2016-11-13T09:00:00Z" ],
- "coordinates" : [ [ [ [ 162.4, 12.8 ], [ 162.10710678118656, 12.092893218813453 ], [ 161.4, 11.8 ], [ 160.69289321881345, 12.092893218813453 ], [ 160.4, 12.8 ], [ 160.69289321881345, 13.507106781186549 ], [ 161.4, 13.8 ], [ 162.10710678118656, 13.507106781186549 ], [ 162.4, 12.8 ] ] ], [ [ [ 161.4, 13.4 ], [ 161.10710678118656, 12.692893218813452 ], [ 160.4, 12.4 ], [ 159.69289321881345, 12.692893218813452 ], [ 159.4, 13.4 ], [ 159.69289321881345, 14.107106781186548 ], [ 160.4, 14.4 ], [ 161.10710678118656, 14.107106781186548 ], [ 161.4, 13.4 ] ] ], [ [ [ 160.7, 14.6 ], [ 160.40710678118654, 13.892893218813452 ], [ 159.7, 13.6 ], [ 158.99289321881344, 13.892893218813452 ], [ 158.7, 14.6 ], [ 158.99289321881344, 15.307106781186548 ], [ 159.7, 15.6 ], [ 160.40710678118654, 15.307106781186548 ], [ 160.7, 14.6 ] ] ], [ [ [ 159.5, 15.8 ], [ 159.20710678118655, 15.092893218813453 ], [ 158.5, 14.8 ], [ 157.79289321881345, 15.092893218813453 ], [ 157.5, 15.8 ], [ 157.79289321881345, 16.507106781186547 ], [ 158.5, 16.8 ], [ 159.20710678118655, 16.507106781186547 ], [ 159.5, 15.8 ] ] ], [ [ [ 158.7, 16.3 ], [ 158.40710678118654, 15.592893218813453 ], [ 157.7, 15.3 ], [ 156.99289321881344, 15.592893218813453 ], [ 156.7, 16.3 ], [ 156.99289321881344, 17.007106781186547 ], [ 157.7, 17.3 ], [ 158.40710678118654, 17.007106781186547 ], [ 158.7, 16.3 ] ] ], [ [ [ 157.9, 16.9 ], [ 157.60710678118656, 16.192893218813452 ], [ 156.9, 15.899999999999999 ], [ 156.19289321881345, 16.192893218813452 ], [ 155.9, 16.9 ], [ 156.19289321881345, 17.607106781186545 ], [ 156.9, 17.9 ], [ 157.60710678118656, 17.607106781186545 ], [ 157.9, 16.9 ] ] ], [ [ [ 156.9, 17.3 ], [ 156.60710678118656, 16.592893218813455 ], [ 155.9, 16.3 ], [ 155.19289321881345, 16.592893218813455 ], [ 154.9, 17.3 ], [ 155.19289321881345, 18.007106781186547 ], [ 155.9, 18.3 ], [ 156.60710678118656, 18.007106781186547 ], [ 156.9, 17.3 ] ] ], [ [ [ 155.5, 17.5 ], [ 155.20710678118655, 16.792893218813454 ], [ 154.5, 16.5 ], [ 153.79289321881345, 16.792893218813454 ], [ 153.5, 17.5 ], [ 153.79289321881345, 18.207106781186546 ], [ 154.5, 18.5 ], [ 155.20710678118655, 18.207106781186546 ], [ 155.5, 17.5 ] ] ], [ [ [ 154.5, 17.9 ], [ 154.20710678118655, 17.192893218813452 ], [ 153.5, 16.9 ], [ 152.79289321881345, 17.192893218813452 ], [ 152.5, 17.9 ], [ 152.79289321881345, 18.607106781186545 ], [ 153.5, 18.9 ], [ 154.20710678118655, 18.607106781186545 ], [ 154.5, 17.9 ] ] ], [ [ [ 153.3, 18.3 ], [ 153.00710678118656, 17.592893218813455 ], [ 152.3, 17.3 ], [ 151.59289321881346, 17.592893218813455 ], [ 151.3, 18.3 ], [ 151.59289321881346, 19.007106781186547 ], [ 152.3, 19.3 ], [ 153.00710678118656, 19.007106781186547 ], [ 153.3, 18.3 ] ] ], [ [ [ 151.9, 19.1 ], [ 151.60710678118656, 18.392893218813455 ], [ 150.9, 18.1 ], [ 150.19289321881345, 18.392893218813455 ], [ 149.9, 19.1 ], [ 150.19289321881345, 19.807106781186548 ], [ 150.9, 20.1 ], [ 151.60710678118656, 19.807106781186548 ], [ 151.9, 19.1 ] ] ], [ [ [ 149.1, 19.9 ], [ 148.80710678118655, 19.192893218813452 ], [ 148.1, 18.9 ], [ 147.39289321881344, 19.192893218813452 ], [ 147.1, 19.9 ], [ 147.39289321881344, 20.607106781186545 ], [ 148.1, 20.9 ], [ 148.80710678118655, 20.607106781186545 ], [ 149.1, 19.9 ] ] ], [ [ [ 147.8, 20.7 ], [ 147.50710678118656, 19.992893218813453 ], [ 146.8, 19.7 ], [ 146.09289321881346, 19.992893218813453 ], [ 145.8, 20.7 ], [ 146.09289321881346, 21.407106781186545 ], [ 146.8, 21.7 ], [ 147.50710678118656, 21.407106781186545 ], [ 147.8, 20.7 ] ] ], [ [ [ 146.5, 20.8 ], [ 146.20710678118655, 20.092893218813455 ], [ 145.5, 19.8 ], [ 144.79289321881345, 20.092893218813455 ], [ 144.5, 20.8 ], [ 144.79289321881345, 21.507106781186547 ], [ 145.5, 21.8 ], [ 146.20710678118655, 21.507106781186547 ], [ 146.5, 20.8 ] ] ], [ [ [ 145.7, 21.6 ], [ 145.40710678118654, 20.892893218813455 ], [ 144.7, 20.6 ], [ 143.99289321881344, 20.892893218813455 ], [ 143.7, 21.6 ], [ 143.99289321881344, 22.307106781186548 ], [ 144.7, 22.6 ], [ 145.40710678118654, 22.307106781186548 ], [ 145.7, 21.6 ] ] ], [ [ [ 144.4, 21.4 ], [ 144.10710678118656, 20.692893218813452 ], [ 143.4, 20.4 ], [ 142.69289321881345, 20.692893218813452 ], [ 142.4, 21.4 ], [ 142.69289321881345, 22.107106781186545 ], [ 143.4, 22.4 ], [ 144.10710678118656, 22.107106781186545 ], [ 144.4, 21.4 ] ] ], [ [ [ 143.4, 21.4 ], [ 143.10710678118656, 20.692893218813452 ], [ 142.4, 20.4 ], [ 141.69289321881345, 20.692893218813452 ], [ 141.4, 21.4 ], [ 141.69289321881345, 22.107106781186545 ], [ 142.4, 22.4 ], [ 143.10710678118656, 22.107106781186545 ], [ 143.4, 21.4 ] ] ], [ [ [ 142.4, 21.3 ], [ 142.10710678118656, 20.592893218813455 ], [ 141.4, 20.3 ], [ 140.69289321881345, 20.592893218813455 ], [ 140.4, 21.3 ], [ 140.69289321881345, 22.007106781186547 ], [ 141.4, 22.3 ], [ 142.10710678118656, 22.007106781186547 ], [ 142.4, 21.3 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z", "2016-11-10T09:00:00Z", "2016-11-10T15:00:00Z", "2016-11-10T21:00:00Z", "2016-11-11T03:00:00Z", "2016-11-11T09:00:00Z", "2016-11-11T15:00:00Z", "2016-11-11T21:00:00Z", "2016-11-12T03:00:00Z", "2016-11-12T09:00:00Z", "2016-11-12T15:00:00Z", "2016-11-12T21:00:00Z", "2016-11-13T03:00:00Z", "2016-11-13T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1008.0, 1006.0, 1006.0, 1006.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1004.0, 1004.0, 1006.0, 1008.0, 1012.0, 1010.0, 1014.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201624号 (MA-ON)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z", "2016-11-10T09:00:00Z", "2016-11-10T15:00:00Z", "2016-11-10T21:00:00Z", "2016-11-11T03:00:00Z", "2016-11-11T09:00:00Z", "2016-11-11T15:00:00Z", "2016-11-11T21:00:00Z", "2016-11-12T03:00:00Z", "2016-11-12T09:00:00Z", "2016-11-12T15:00:00Z", "2016-11-12T21:00:00Z", "2016-11-13T03:00:00Z", "2016-11-13T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 162.4, 12.8 ], [ 162.10710678118656, 12.092893218813453 ], [ 161.4, 11.8 ], [ 160.69289321881345, 12.092893218813453 ], [ 160.4, 12.8 ], [ 160.69289321881345, 13.507106781186549 ], [ 161.4, 13.8 ], [ 162.10710678118656, 13.507106781186549 ], [ 162.4, 12.8 ] ] ], [ [ [ 161.4, 13.4 ], [ 161.10710678118656, 12.692893218813452 ], [ 160.4, 12.4 ], [ 159.69289321881345, 12.692893218813452 ], [ 159.4, 13.4 ], [ 159.69289321881345, 14.107106781186548 ], [ 160.4, 14.4 ], [ 161.10710678118656, 14.107106781186548 ], [ 161.4, 13.4 ] ] ], [ [ [ 160.7, 14.6 ], [ 160.40710678118654, 13.892893218813452 ], [ 159.7, 13.6 ], [ 158.99289321881344, 13.892893218813452 ], [ 158.7, 14.6 ], [ 158.99289321881344, 15.307106781186548 ], [ 159.7, 15.6 ], [ 160.40710678118654, 15.307106781186548 ], [ 160.7, 14.6 ] ] ], [ [ [ 159.5, 15.8 ], [ 159.20710678118655, 15.092893218813453 ], [ 158.5, 14.8 ], [ 157.79289321881345, 15.092893218813453 ], [ 157.5, 15.8 ], [ 157.79289321881345, 16.507106781186547 ], [ 158.5, 16.8 ], [ 159.20710678118655, 16.507106781186547 ], [ 159.5, 15.8 ] ] ], [ [ [ 158.7, 16.3 ], [ 158.40710678118654, 15.592893218813453 ], [ 157.7, 15.3 ], [ 156.99289321881344, 15.592893218813453 ], [ 156.7, 16.3 ], [ 156.99289321881344, 17.007106781186547 ], [ 157.7, 17.3 ], [ 158.40710678118654, 17.007106781186547 ], [ 158.7, 16.3 ] ] ], [ [ [ 157.9, 16.9 ], [ 157.60710678118656, 16.192893218813452 ], [ 156.9, 15.899999999999999 ], [ 156.19289321881345, 16.192893218813452 ], [ 155.9, 16.9 ], [ 156.19289321881345, 17.607106781186545 ], [ 156.9, 17.9 ], [ 157.60710678118656, 17.607106781186545 ], [ 157.9, 16.9 ] ] ], [ [ [ 156.9, 17.3 ], [ 156.60710678118656, 16.592893218813455 ], [ 155.9, 16.3 ], [ 155.19289321881345, 16.592893218813455 ], [ 154.9, 17.3 ], [ 155.19289321881345, 18.007106781186547 ], [ 155.9, 18.3 ], [ 156.60710678118656, 18.007106781186547 ], [ 156.9, 17.3 ] ] ], [ [ [ 155.5, 17.5 ], [ 155.20710678118655, 16.792893218813454 ], [ 154.5, 16.5 ], [ 153.79289321881345, 16.792893218813454 ], [ 153.5, 17.5 ], [ 153.79289321881345, 18.207106781186546 ], [ 154.5, 18.5 ], [ 155.20710678118655, 18.207106781186546 ], [ 155.5, 17.5 ] ] ], [ [ [ 154.5, 17.9 ], [ 154.20710678118655, 17.192893218813452 ], [ 153.5, 16.9 ], [ 152.79289321881345, 17.192893218813452 ], [ 152.5, 17.9 ], [ 152.79289321881345, 18.607106781186545 ], [ 153.5, 18.9 ], [ 154.20710678118655, 18.607106781186545 ], [ 154.5, 17.9 ] ] ], [ [ [ 153.3, 18.3 ], [ 153.00710678118656, 17.592893218813455 ], [ 152.3, 17.3 ], [ 151.59289321881346, 17.592893218813455 ], [ 151.3, 18.3 ], [ 151.59289321881346, 19.007106781186547 ], [ 152.3, 19.3 ], [ 153.00710678118656, 19.007106781186547 ], [ 153.3, 18.3 ] ] ], [ [ [ 151.9, 19.1 ], [ 151.60710678118656, 18.392893218813455 ], [ 150.9, 18.1 ], [ 150.19289321881345, 18.392893218813455 ], [ 149.9, 19.1 ], [ 150.19289321881345, 19.807106781186548 ], [ 150.9, 20.1 ], [ 151.60710678118656, 19.807106781186548 ], [ 151.9, 19.1 ] ] ], [ [ [ 149.1, 19.9 ], [ 148.80710678118655, 19.192893218813452 ], [ 148.1, 18.9 ], [ 147.39289321881344, 19.192893218813452 ], [ 147.1, 19.9 ], [ 147.39289321881344, 20.607106781186545 ], [ 148.1, 20.9 ], [ 148.80710678118655, 20.607106781186545 ], [ 149.1, 19.9 ] ] ], [ [ [ 147.8, 20.7 ], [ 147.50710678118656, 19.992893218813453 ], [ 146.8, 19.7 ], [ 146.09289321881346, 19.992893218813453 ], [ 145.8, 20.7 ], [ 146.09289321881346, 21.407106781186545 ], [ 146.8, 21.7 ], [ 147.50710678118656, 21.407106781186545 ], [ 147.8, 20.7 ] ] ], [ [ [ 146.5, 20.8 ], [ 146.20710678118655, 20.092893218813455 ], [ 145.5, 19.8 ], [ 144.79289321881345, 20.092893218813455 ], [ 144.5, 20.8 ], [ 144.79289321881345, 21.507106781186547 ], [ 145.5, 21.8 ], [ 146.20710678118655, 21.507106781186547 ], [ 146.5, 20.8 ] ] ], [ [ [ 145.7, 21.6 ], [ 145.40710678118654, 20.892893218813455 ], [ 144.7, 20.6 ], [ 143.99289321881344, 20.892893218813455 ], [ 143.7, 21.6 ], [ 143.99289321881344, 22.307106781186548 ], [ 144.7, 22.6 ], [ 145.40710678118654, 22.307106781186548 ], [ 145.7, 21.6 ] ] ], [ [ [ 144.4, 21.4 ], [ 144.10710678118656, 20.692893218813452 ], [ 143.4, 20.4 ], [ 142.69289321881345, 20.692893218813452 ], [ 142.4, 21.4 ], [ 142.69289321881345, 22.107106781186545 ], [ 143.4, 22.4 ], [ 144.10710678118656, 22.107106781186545 ], [ 144.4, 21.4 ] ] ], [ [ [ 143.4, 21.4 ], [ 143.10710678118656, 20.692893218813452 ], [ 142.4, 20.4 ], [ 141.69289321881345, 20.692893218813452 ], [ 141.4, 21.4 ], [ 141.69289321881345, 22.107106781186545 ], [ 142.4, 22.4 ], [ 143.10710678118656, 22.107106781186545 ], [ 143.4, 21.4 ] ] ], [ [ [ 142.4, 21.3 ], [ 142.10710678118656, 20.592893218813455 ], [ 141.4, 20.3 ], [ 140.69289321881345, 20.592893218813455 ], [ 140.4, 21.3 ], [ 140.69289321881345, 22.007106781186547 ], [ 141.4, 22.3 ], [ 142.10710678118656, 22.007106781186547 ], [ 142.4, 21.3 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-11-09T03:00:00Z", "2016-11-09T09:00:00Z", "2016-11-09T15:00:00Z", "2016-11-09T21:00:00Z", "2016-11-10T03:00:00Z", "2016-11-10T09:00:00Z", "2016-11-10T15:00:00Z", "2016-11-10T21:00:00Z", "2016-11-11T03:00:00Z", "2016-11-11T09:00:00Z", "2016-11-11T15:00:00Z", "2016-11-11T21:00:00Z", "2016-11-12T03:00:00Z", "2016-11-12T09:00:00Z", "2016-11-12T15:00:00Z", "2016-11-12T21:00:00Z", "2016-11-13T03:00:00Z", "2016-11-13T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1008.0, 1006.0, 1006.0, 1006.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1002.0, 1004.0, 1004.0, 1006.0, 1008.0, 1012.0, 1010.0, 1014.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201625_TOKAGE_feature.json b/samples/Typhoon201625_TOKAGE_feature.json
index 31d2756..f2a1309 100644
--- a/samples/Typhoon201625_TOKAGE_feature.json
+++ b/samples/Typhoon201625_TOKAGE_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201625号 (TOKAGE)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-11-24T09:00:00Z", "2016-11-24T15:00:00Z", "2016-11-24T21:00:00Z", "2016-11-25T03:00:00Z", "2016-11-25T09:00:00Z", "2016-11-25T15:00:00Z", "2016-11-25T21:00:00Z", "2016-11-26T03:00:00Z", "2016-11-26T09:00:00Z", "2016-11-26T15:00:00Z", "2016-11-26T21:00:00Z", "2016-11-27T03:00:00Z", "2016-11-27T09:00:00Z", "2016-11-27T15:00:00Z", "2016-11-27T21:00:00Z", "2016-11-28T03:00:00Z", "2016-11-28T09:00:00Z" ],
- "coordinates" : [ [ [ [ 127.8, 9.7 ], [ 127.50710678118655, 8.992893218813451 ], [ 126.8, 8.7 ], [ 126.09289321881344, 8.992893218813451 ], [ 125.8, 9.7 ], [ 126.09289321881344, 10.407106781186547 ], [ 126.8, 10.7 ], [ 127.50710678118655, 10.407106781186547 ], [ 127.8, 9.7 ] ] ], [ [ [ 126.5, 10.4 ], [ 126.20710678118655, 9.692893218813452 ], [ 125.5, 9.4 ], [ 124.79289321881345, 9.692893218813452 ], [ 124.5, 10.4 ], [ 124.79289321881345, 11.107106781186548 ], [ 125.5, 11.4 ], [ 126.20710678118655, 11.107106781186548 ], [ 126.5, 10.4 ] ] ], [ [ [ 125.3, 10.8 ], [ 125.00710678118655, 10.092893218813453 ], [ 124.3, 9.8 ], [ 123.59289321881344, 10.092893218813453 ], [ 123.3, 10.8 ], [ 123.59289321881344, 11.507106781186549 ], [ 124.3, 11.8 ], [ 125.00710678118655, 11.507106781186549 ], [ 125.3, 10.8 ] ] ], [ [ [ 126.2, 11.0 ], [ 125.32132034355965, 8.878679656440358 ], [ 123.2, 8.0 ], [ 121.07867965644036, 8.878679656440358 ], [ 120.2, 11.0 ], [ 121.07867965644036, 13.121320343559642 ], [ 123.2, 14.0 ], [ 125.32132034355965, 13.121320343559642 ], [ 126.2, 11.0 ] ] ], [ [ [ 125.5, 11.4 ], [ 124.62132034355965, 9.278679656440358 ], [ 122.5, 8.4 ], [ 120.37867965644035, 9.278679656440357 ], [ 119.5, 11.4 ], [ 120.37867965644035, 13.521320343559642 ], [ 122.5, 14.4 ], [ 124.62132034355965, 13.521320343559644 ], [ 125.5, 11.4 ] ] ], [ [ [ 124.3, 11.5 ], [ 123.42132034355964, 9.378679656440358 ], [ 121.3, 8.5 ], [ 119.17867965644035, 9.378679656440358 ], [ 118.3, 11.5 ], [ 119.17867965644035, 13.621320343559642 ], [ 121.3, 14.5 ], [ 123.42132034355964, 13.621320343559642 ], [ 124.3, 11.5 ] ] ], [ [ [ 123.7, 11.7 ], [ 122.82132034355965, 9.578679656440357 ], [ 120.7, 8.7 ], [ 118.57867965644036, 9.578679656440357 ], [ 117.7, 11.7 ], [ 118.57867965644036, 13.821320343559641 ], [ 120.7, 14.7 ], [ 122.82132034355965, 13.821320343559641 ], [ 123.7, 11.7 ] ] ], [ [ [ 122.9, 12.6 ], [ 122.02132034355965, 10.478679656440358 ], [ 119.9, 9.6 ], [ 117.77867965644036, 10.478679656440356 ], [ 116.9, 12.6 ], [ 117.77867965644036, 14.721320343559642 ], [ 119.9, 15.6 ], [ 122.02132034355965, 14.721320343559643 ], [ 122.9, 12.6 ] ] ], [ [ [ 121.7, 13.2 ], [ 120.82132034355965, 11.078679656440357 ], [ 118.7, 10.2 ], [ 116.57867965644036, 11.078679656440357 ], [ 115.7, 13.2 ], [ 116.57867965644036, 15.321320343559641 ], [ 118.7, 16.2 ], [ 120.82132034355965, 15.321320343559641 ], [ 121.7, 13.2 ] ] ], [ [ [ 120.7, 13.8 ], [ 119.82132034355965, 11.678679656440359 ], [ 117.7, 10.8 ], [ 115.57867965644036, 11.678679656440359 ], [ 114.7, 13.8 ], [ 115.57867965644036, 15.921320343559643 ], [ 117.7, 16.8 ], [ 119.82132034355965, 15.921320343559643 ], [ 120.7, 13.8 ] ] ], [ [ [ 120.4, 14.3 ], [ 119.52132034355965, 12.178679656440359 ], [ 117.4, 11.3 ], [ 115.27867965644036, 12.178679656440359 ], [ 114.4, 14.3 ], [ 115.27867965644036, 16.421320343559643 ], [ 117.4, 17.3 ], [ 119.52132034355965, 16.421320343559643 ], [ 120.4, 14.3 ] ] ], [ [ [ 120.3, 14.8 ], [ 119.42132034355964, 12.678679656440359 ], [ 117.3, 11.8 ], [ 115.17867965644035, 12.678679656440359 ], [ 114.3, 14.8 ], [ 115.17867965644035, 16.921320343559643 ], [ 117.3, 17.8 ], [ 119.42132034355964, 16.921320343559643 ], [ 120.3, 14.8 ] ] ], [ [ [ 120.6, 15.7 ], [ 119.72132034355964, 13.578679656440357 ], [ 117.6, 12.7 ], [ 115.47867965644035, 13.578679656440357 ], [ 114.6, 15.7 ], [ 115.47867965644035, 17.82132034355964 ], [ 117.6, 18.7 ], [ 119.72132034355964, 17.82132034355964 ], [ 120.6, 15.7 ] ] ], [ [ [ 121.0, 16.4 ], [ 120.12132034355965, 14.278679656440357 ], [ 118.0, 13.399999999999999 ], [ 115.87867965644035, 14.278679656440357 ], [ 115.0, 16.4 ], [ 115.87867965644035, 18.52132034355964 ], [ 118.0, 19.4 ], [ 120.12132034355965, 18.52132034355964 ], [ 121.0, 16.4 ] ] ], [ [ [ 121.2, 16.8 ], [ 120.32132034355965, 14.678679656440359 ], [ 118.2, 13.8 ], [ 116.07867965644036, 14.678679656440359 ], [ 115.2, 16.8 ], [ 116.07867965644036, 18.921320343559643 ], [ 118.2, 19.8 ], [ 120.32132034355965, 18.921320343559643 ], [ 121.2, 16.8 ] ] ], [ [ [ 121.5, 17.0 ], [ 120.62132034355965, 14.878679656440358 ], [ 118.5, 14.0 ], [ 116.37867965644035, 14.878679656440358 ], [ 115.5, 17.0 ], [ 116.37867965644035, 19.121320343559642 ], [ 118.5, 20.0 ], [ 120.62132034355965, 19.121320343559642 ], [ 121.5, 17.0 ] ] ], [ [ [ 119.7, 17.1 ], [ 119.40710678118656, 16.392893218813455 ], [ 118.7, 16.1 ], [ 117.99289321881345, 16.392893218813455 ], [ 117.7, 17.1 ], [ 117.99289321881345, 17.807106781186548 ], [ 118.7, 18.1 ], [ 119.40710678118656, 17.807106781186548 ], [ 119.7, 17.1 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-11-24T09:00:00Z", "2016-11-24T15:00:00Z", "2016-11-24T21:00:00Z", "2016-11-25T03:00:00Z", "2016-11-25T09:00:00Z", "2016-11-25T15:00:00Z", "2016-11-25T21:00:00Z", "2016-11-26T03:00:00Z", "2016-11-26T09:00:00Z", "2016-11-26T15:00:00Z", "2016-11-26T21:00:00Z", "2016-11-27T03:00:00Z", "2016-11-27T09:00:00Z", "2016-11-27T15:00:00Z", "2016-11-27T21:00:00Z", "2016-11-28T03:00:00Z", "2016-11-28T09:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 994.0, 992.0, 994.0, 994.0, 994.0, 994.0, 994.0, 994.0, 1000.0, 1006.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 50.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 35.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201625号 (TOKAGE)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-11-24T09:00:00Z", "2016-11-24T15:00:00Z", "2016-11-24T21:00:00Z", "2016-11-25T03:00:00Z", "2016-11-25T09:00:00Z", "2016-11-25T15:00:00Z", "2016-11-25T21:00:00Z", "2016-11-26T03:00:00Z", "2016-11-26T09:00:00Z", "2016-11-26T15:00:00Z", "2016-11-26T21:00:00Z", "2016-11-27T03:00:00Z", "2016-11-27T09:00:00Z", "2016-11-27T15:00:00Z", "2016-11-27T21:00:00Z", "2016-11-28T03:00:00Z", "2016-11-28T09:00:00Z" ],
+ "coordinates" : [ [ [ [ 127.8, 9.7 ], [ 127.50710678118655, 8.992893218813451 ], [ 126.8, 8.7 ], [ 126.09289321881344, 8.992893218813451 ], [ 125.8, 9.7 ], [ 126.09289321881344, 10.407106781186547 ], [ 126.8, 10.7 ], [ 127.50710678118655, 10.407106781186547 ], [ 127.8, 9.7 ] ] ], [ [ [ 126.5, 10.4 ], [ 126.20710678118655, 9.692893218813452 ], [ 125.5, 9.4 ], [ 124.79289321881345, 9.692893218813452 ], [ 124.5, 10.4 ], [ 124.79289321881345, 11.107106781186548 ], [ 125.5, 11.4 ], [ 126.20710678118655, 11.107106781186548 ], [ 126.5, 10.4 ] ] ], [ [ [ 125.3, 10.8 ], [ 125.00710678118655, 10.092893218813453 ], [ 124.3, 9.8 ], [ 123.59289321881344, 10.092893218813453 ], [ 123.3, 10.8 ], [ 123.59289321881344, 11.507106781186549 ], [ 124.3, 11.8 ], [ 125.00710678118655, 11.507106781186549 ], [ 125.3, 10.8 ] ] ], [ [ [ 126.2, 11.0 ], [ 125.32132034355965, 8.878679656440358 ], [ 123.2, 8.0 ], [ 121.07867965644036, 8.878679656440358 ], [ 120.2, 11.0 ], [ 121.07867965644036, 13.121320343559642 ], [ 123.2, 14.0 ], [ 125.32132034355965, 13.121320343559642 ], [ 126.2, 11.0 ] ] ], [ [ [ 125.5, 11.4 ], [ 124.62132034355965, 9.278679656440358 ], [ 122.5, 8.4 ], [ 120.37867965644035, 9.278679656440357 ], [ 119.5, 11.4 ], [ 120.37867965644035, 13.521320343559642 ], [ 122.5, 14.4 ], [ 124.62132034355965, 13.521320343559644 ], [ 125.5, 11.4 ] ] ], [ [ [ 124.3, 11.5 ], [ 123.42132034355964, 9.378679656440358 ], [ 121.3, 8.5 ], [ 119.17867965644035, 9.378679656440358 ], [ 118.3, 11.5 ], [ 119.17867965644035, 13.621320343559642 ], [ 121.3, 14.5 ], [ 123.42132034355964, 13.621320343559642 ], [ 124.3, 11.5 ] ] ], [ [ [ 123.7, 11.7 ], [ 122.82132034355965, 9.578679656440357 ], [ 120.7, 8.7 ], [ 118.57867965644036, 9.578679656440357 ], [ 117.7, 11.7 ], [ 118.57867965644036, 13.821320343559641 ], [ 120.7, 14.7 ], [ 122.82132034355965, 13.821320343559641 ], [ 123.7, 11.7 ] ] ], [ [ [ 122.9, 12.6 ], [ 122.02132034355965, 10.478679656440358 ], [ 119.9, 9.6 ], [ 117.77867965644036, 10.478679656440356 ], [ 116.9, 12.6 ], [ 117.77867965644036, 14.721320343559642 ], [ 119.9, 15.6 ], [ 122.02132034355965, 14.721320343559643 ], [ 122.9, 12.6 ] ] ], [ [ [ 121.7, 13.2 ], [ 120.82132034355965, 11.078679656440357 ], [ 118.7, 10.2 ], [ 116.57867965644036, 11.078679656440357 ], [ 115.7, 13.2 ], [ 116.57867965644036, 15.321320343559641 ], [ 118.7, 16.2 ], [ 120.82132034355965, 15.321320343559641 ], [ 121.7, 13.2 ] ] ], [ [ [ 120.7, 13.8 ], [ 119.82132034355965, 11.678679656440359 ], [ 117.7, 10.8 ], [ 115.57867965644036, 11.678679656440359 ], [ 114.7, 13.8 ], [ 115.57867965644036, 15.921320343559643 ], [ 117.7, 16.8 ], [ 119.82132034355965, 15.921320343559643 ], [ 120.7, 13.8 ] ] ], [ [ [ 120.4, 14.3 ], [ 119.52132034355965, 12.178679656440359 ], [ 117.4, 11.3 ], [ 115.27867965644036, 12.178679656440359 ], [ 114.4, 14.3 ], [ 115.27867965644036, 16.421320343559643 ], [ 117.4, 17.3 ], [ 119.52132034355965, 16.421320343559643 ], [ 120.4, 14.3 ] ] ], [ [ [ 120.3, 14.8 ], [ 119.42132034355964, 12.678679656440359 ], [ 117.3, 11.8 ], [ 115.17867965644035, 12.678679656440359 ], [ 114.3, 14.8 ], [ 115.17867965644035, 16.921320343559643 ], [ 117.3, 17.8 ], [ 119.42132034355964, 16.921320343559643 ], [ 120.3, 14.8 ] ] ], [ [ [ 120.6, 15.7 ], [ 119.72132034355964, 13.578679656440357 ], [ 117.6, 12.7 ], [ 115.47867965644035, 13.578679656440357 ], [ 114.6, 15.7 ], [ 115.47867965644035, 17.82132034355964 ], [ 117.6, 18.7 ], [ 119.72132034355964, 17.82132034355964 ], [ 120.6, 15.7 ] ] ], [ [ [ 121.0, 16.4 ], [ 120.12132034355965, 14.278679656440357 ], [ 118.0, 13.399999999999999 ], [ 115.87867965644035, 14.278679656440357 ], [ 115.0, 16.4 ], [ 115.87867965644035, 18.52132034355964 ], [ 118.0, 19.4 ], [ 120.12132034355965, 18.52132034355964 ], [ 121.0, 16.4 ] ] ], [ [ [ 121.2, 16.8 ], [ 120.32132034355965, 14.678679656440359 ], [ 118.2, 13.8 ], [ 116.07867965644036, 14.678679656440359 ], [ 115.2, 16.8 ], [ 116.07867965644036, 18.921320343559643 ], [ 118.2, 19.8 ], [ 120.32132034355965, 18.921320343559643 ], [ 121.2, 16.8 ] ] ], [ [ [ 121.5, 17.0 ], [ 120.62132034355965, 14.878679656440358 ], [ 118.5, 14.0 ], [ 116.37867965644035, 14.878679656440358 ], [ 115.5, 17.0 ], [ 116.37867965644035, 19.121320343559642 ], [ 118.5, 20.0 ], [ 120.62132034355965, 19.121320343559642 ], [ 121.5, 17.0 ] ] ], [ [ [ 119.7, 17.1 ], [ 119.40710678118656, 16.392893218813455 ], [ 118.7, 16.1 ], [ 117.99289321881345, 16.392893218813455 ], [ 117.7, 17.1 ], [ 117.99289321881345, 17.807106781186548 ], [ 118.7, 18.1 ], [ 119.40710678118656, 17.807106781186548 ], [ 119.7, 17.1 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-11-24T09:00:00Z", "2016-11-24T15:00:00Z", "2016-11-24T21:00:00Z", "2016-11-25T03:00:00Z", "2016-11-25T09:00:00Z", "2016-11-25T15:00:00Z", "2016-11-25T21:00:00Z", "2016-11-26T03:00:00Z", "2016-11-26T09:00:00Z", "2016-11-26T15:00:00Z", "2016-11-26T21:00:00Z", "2016-11-27T03:00:00Z", "2016-11-27T09:00:00Z", "2016-11-27T15:00:00Z", "2016-11-27T21:00:00Z", "2016-11-28T03:00:00Z", "2016-11-28T09:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1006.0, 1004.0, 1002.0, 1000.0, 1000.0, 1000.0, 998.0, 994.0, 992.0, 994.0, 994.0, 994.0, 994.0, 994.0, 994.0, 1000.0, 1006.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 45.0, 50.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 35.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/samples/Typhoon201626_NOCK-TEN_feature.json b/samples/Typhoon201626_NOCK-TEN_feature.json
index 2a64d86..d434f1b 100644
--- a/samples/Typhoon201626_NOCK-TEN_feature.json
+++ b/samples/Typhoon201626_NOCK-TEN_feature.json
@@ -1,25 +1,25 @@
-{
- "type" : "MovingFeature",
- "properties" : {
- "name" : "台風201626号 (NOCK-TEN)"
- },
- "temporalGeometry" : {
- "type" : "MovingPolygon",
- "datetimes" : [ "2016-12-20T21:00:00Z", "2016-12-21T03:00:00Z", "2016-12-21T09:00:00Z", "2016-12-21T15:00:00Z", "2016-12-21T21:00:00Z", "2016-12-22T03:00:00Z", "2016-12-22T09:00:00Z", "2016-12-22T15:00:00Z", "2016-12-22T21:00:00Z", "2016-12-23T03:00:00Z", "2016-12-23T09:00:00Z", "2016-12-23T15:00:00Z", "2016-12-23T21:00:00Z", "2016-12-24T03:00:00Z", "2016-12-24T09:00:00Z", "2016-12-24T15:00:00Z", "2016-12-24T21:00:00Z", "2016-12-25T03:00:00Z", "2016-12-25T09:00:00Z", "2016-12-25T15:00:00Z", "2016-12-25T21:00:00Z", "2016-12-26T03:00:00Z", "2016-12-26T09:00:00Z", "2016-12-26T15:00:00Z", "2016-12-26T21:00:00Z", "2016-12-27T03:00:00Z", "2016-12-27T09:00:00Z", "2016-12-27T15:00:00Z", "2016-12-27T21:00:00Z", "2016-12-28T03:00:00Z", "2016-12-28T09:00:00Z", "2016-12-28T15:00:00Z", "2016-12-28T21:00:00Z" ],
- "coordinates" : [ [ [ [ 145.5, 6.2 ], [ 145.20710678118655, 5.492893218813453 ], [ 144.5, 5.2 ], [ 143.79289321881345, 5.492893218813452 ], [ 143.5, 6.2 ], [ 143.79289321881345, 6.907106781186547 ], [ 144.5, 7.2 ], [ 145.20710678118655, 6.907106781186548 ], [ 145.5, 6.2 ] ] ], [ [ [ 144.4, 6.2 ], [ 144.10710678118656, 5.492893218813453 ], [ 143.4, 5.2 ], [ 142.69289321881345, 5.492893218813452 ], [ 142.4, 6.2 ], [ 142.69289321881345, 6.907106781186547 ], [ 143.4, 7.2 ], [ 144.10710678118656, 6.907106781186548 ], [ 144.4, 6.2 ] ] ], [ [ [ 143.4, 6.3 ], [ 143.10710678118656, 5.592893218813453 ], [ 142.4, 5.3 ], [ 141.69289321881345, 5.592893218813452 ], [ 141.4, 6.3 ], [ 141.69289321881345, 7.007106781186547 ], [ 142.4, 7.3 ], [ 143.10710678118656, 7.007106781186548 ], [ 143.4, 6.3 ] ] ], [ [ [ 142.7, 6.4 ], [ 142.40710678118654, 5.6928932188134524 ], [ 141.7, 5.4 ], [ 140.99289321881344, 5.6928932188134524 ], [ 140.7, 6.4 ], [ 140.99289321881344, 7.107106781186548 ], [ 141.7, 7.4 ], [ 142.40710678118654, 7.107106781186548 ], [ 142.7, 6.4 ] ] ], [ [ [ 141.9, 6.8 ], [ 141.60710678118656, 6.092893218813453 ], [ 140.9, 5.8 ], [ 140.19289321881345, 6.092893218813452 ], [ 139.9, 6.8 ], [ 140.19289321881345, 7.507106781186547 ], [ 140.9, 7.8 ], [ 141.60710678118656, 7.507106781186548 ], [ 141.9, 6.8 ] ] ], [ [ [ 143.0, 7.8 ], [ 142.12132034355963, 5.678679656440357 ], [ 140.0, 4.8 ], [ 137.87867965644037, 5.678679656440357 ], [ 137.0, 7.8 ], [ 137.87867965644037, 9.921320343559643 ], [ 140.0, 10.8 ], [ 142.12132034355963, 9.921320343559643 ], [ 143.0, 7.8 ] ] ], [ [ [ 142.1, 8.6 ], [ 141.22132034355963, 6.478679656440358 ], [ 139.1, 5.6 ], [ 136.97867965644036, 6.478679656440357 ], [ 136.1, 8.6 ], [ 136.97867965644036, 10.721320343559642 ], [ 139.1, 11.6 ], [ 141.22132034355963, 10.721320343559643 ], [ 142.1, 8.6 ] ] ], [ [ [ 140.8, 9.4 ], [ 139.92132034355964, 7.278679656440358 ], [ 137.8, 6.4 ], [ 135.67867965644038, 7.2786796564403575 ], [ 134.8, 9.4 ], [ 135.67867965644038, 11.521320343559642 ], [ 137.8, 12.4 ], [ 139.92132034355964, 11.521320343559644 ], [ 140.8, 9.4 ] ] ], [ [ [ 139.3, 10.2 ], [ 138.42132034355964, 8.078679656440357 ], [ 136.3, 7.199999999999999 ], [ 134.17867965644038, 8.078679656440357 ], [ 133.3, 10.2 ], [ 134.17867965644038, 12.321320343559641 ], [ 136.3, 13.2 ], [ 138.42132034355964, 12.321320343559641 ], [ 139.3, 10.2 ] ] ], [ [ [ 137.8, 11.1 ], [ 136.92132034355964, 8.978679656440358 ], [ 134.8, 8.1 ], [ 132.67867965644038, 8.978679656440356 ], [ 131.8, 11.1 ], [ 132.67867965644038, 13.221320343559642 ], [ 134.8, 14.1 ], [ 136.92132034355964, 13.221320343559643 ], [ 137.8, 11.1 ] ] ], [ [ [ 136.3, 11.7 ], [ 135.42132034355964, 9.578679656440357 ], [ 133.3, 8.7 ], [ 131.17867965644038, 9.578679656440357 ], [ 130.3, 11.7 ], [ 131.17867965644038, 13.821320343559641 ], [ 133.3, 14.7 ], [ 135.42132034355964, 13.821320343559641 ], [ 136.3, 11.7 ] ] ], [ [ [ 135.1, 11.9 ], [ 134.22132034355963, 9.778679656440358 ], [ 132.1, 8.9 ], [ 129.97867965644036, 9.778679656440357 ], [ 129.1, 11.9 ], [ 129.97867965644036, 14.021320343559642 ], [ 132.1, 14.9 ], [ 134.22132034355963, 14.021320343559644 ], [ 135.1, 11.9 ] ] ], [ [ [ 134.0, 12.6 ], [ 133.12132034355963, 10.478679656440358 ], [ 131.0, 9.6 ], [ 128.87867965644037, 10.478679656440356 ], [ 128.0, 12.6 ], [ 128.87867965644037, 14.721320343559642 ], [ 131.0, 15.6 ], [ 133.12132034355963, 14.721320343559643 ], [ 134.0, 12.6 ] ] ], [ [ [ 132.9, 13.0 ], [ 132.02132034355964, 10.878679656440358 ], [ 129.9, 10.0 ], [ 127.77867965644036, 10.878679656440358 ], [ 126.9, 13.0 ], [ 127.77867965644036, 15.121320343559642 ], [ 129.9, 16.0 ], [ 132.02132034355964, 15.121320343559642 ], [ 132.9, 13.0 ] ] ], [ [ [ 131.9, 13.1 ], [ 131.02132034355964, 10.978679656440358 ], [ 128.9, 10.1 ], [ 126.77867965644036, 10.978679656440356 ], [ 125.9, 13.1 ], [ 126.77867965644036, 15.221320343559642 ], [ 128.9, 16.1 ], [ 131.02132034355964, 15.221320343559643 ], [ 131.9, 13.1 ] ] ], [ [ [ 131.2, 13.3 ], [ 130.32132034355962, 11.178679656440359 ], [ 128.2, 10.3 ], [ 126.07867965644034, 11.178679656440359 ], [ 125.19999999999999, 13.3 ], [ 126.07867965644034, 15.421320343559643 ], [ 128.2, 16.3 ], [ 130.32132034355962, 15.421320343559643 ], [ 131.2, 13.3 ] ] ], [ [ [ 130.5, 13.4 ], [ 129.62132034355963, 11.278679656440358 ], [ 127.5, 10.4 ], [ 125.37867965644035, 11.278679656440357 ], [ 124.5, 13.4 ], [ 125.37867965644035, 15.521320343559642 ], [ 127.5, 16.4 ], [ 129.62132034355963, 15.521320343559644 ], [ 130.5, 13.4 ] ] ], [ [ [ 129.7, 13.6 ], [ 128.82132034355965, 11.478679656440358 ], [ 126.7, 10.6 ], [ 124.57867965644036, 11.478679656440356 ], [ 123.7, 13.6 ], [ 124.57867965644036, 15.721320343559642 ], [ 126.7, 16.6 ], [ 128.82132034355965, 15.721320343559643 ], [ 129.7, 13.6 ] ] ], [ [ [ 129.0, 13.5 ], [ 128.12132034355963, 11.378679656440358 ], [ 126.0, 10.5 ], [ 123.87867965644035, 11.378679656440358 ], [ 123.0, 13.5 ], [ 123.87867965644035, 15.621320343559642 ], [ 126.0, 16.5 ], [ 128.12132034355963, 15.621320343559642 ], [ 129.0, 13.5 ] ] ], [ [ [ 128.1, 13.5 ], [ 127.22132034355964, 11.378679656440358 ], [ 125.1, 10.5 ], [ 122.97867965644035, 11.378679656440358 ], [ 122.1, 13.5 ], [ 122.97867965644035, 15.621320343559642 ], [ 125.1, 16.5 ], [ 127.22132034355964, 15.621320343559642 ], [ 128.1, 13.5 ] ] ], [ [ [ 127.0, 13.5 ], [ 126.12132034355965, 11.378679656440358 ], [ 124.0, 10.5 ], [ 121.87867965644035, 11.378679656440358 ], [ 121.0, 13.5 ], [ 121.87867965644035, 15.621320343559642 ], [ 124.0, 16.5 ], [ 126.12132034355965, 15.621320343559642 ], [ 127.0, 13.5 ] ] ], [ [ [ 125.8, 13.5 ], [ 124.92132034355964, 11.378679656440358 ], [ 122.8, 10.5 ], [ 120.67867965644035, 11.378679656440358 ], [ 119.8, 13.5 ], [ 120.67867965644035, 15.621320343559642 ], [ 122.8, 16.5 ], [ 124.92132034355964, 15.621320343559642 ], [ 125.8, 13.5 ] ] ], [ [ [ 124.4, 13.6 ], [ 123.52132034355965, 11.478679656440358 ], [ 121.4, 10.6 ], [ 119.27867965644036, 11.478679656440356 ], [ 118.4, 13.6 ], [ 119.27867965644036, 15.721320343559642 ], [ 121.4, 16.6 ], [ 123.52132034355965, 15.721320343559643 ], [ 124.4, 13.6 ] ] ], [ [ [ 122.7, 14.1 ], [ 121.82132034355965, 11.978679656440358 ], [ 119.7, 11.1 ], [ 117.57867965644036, 11.978679656440356 ], [ 116.7, 14.1 ], [ 117.57867965644036, 16.221320343559643 ], [ 119.7, 17.1 ], [ 121.82132034355965, 16.221320343559643 ], [ 122.7, 14.1 ] ] ], [ [ [ 121.4, 14.4 ], [ 120.52132034355965, 12.278679656440358 ], [ 118.4, 11.4 ], [ 116.27867965644036, 12.278679656440357 ], [ 115.4, 14.4 ], [ 116.27867965644036, 16.521320343559644 ], [ 118.4, 17.4 ], [ 120.52132034355965, 16.521320343559644 ], [ 121.4, 14.4 ] ] ], [ [ [ 120.0, 14.8 ], [ 119.12132034355965, 12.678679656440359 ], [ 117.0, 11.8 ], [ 114.87867965644035, 12.678679656440359 ], [ 114.0, 14.8 ], [ 114.87867965644035, 16.921320343559643 ], [ 117.0, 17.8 ], [ 119.12132034355965, 16.921320343559643 ], [ 120.0, 14.8 ] ] ], [ [ [ 119.3, 15.0 ], [ 118.42132034355964, 12.878679656440358 ], [ 116.3, 12.0 ], [ 114.17867965644035, 12.878679656440358 ], [ 113.3, 15.0 ], [ 114.17867965644035, 17.121320343559642 ], [ 116.3, 18.0 ], [ 118.42132034355964, 17.121320343559642 ], [ 119.3, 15.0 ] ] ], [ [ [ 119.0, 14.7 ], [ 118.12132034355965, 12.578679656440357 ], [ 116.0, 11.7 ], [ 113.87867965644035, 12.578679656440357 ], [ 113.0, 14.7 ], [ 113.87867965644035, 16.82132034355964 ], [ 116.0, 17.7 ], [ 118.12132034355965, 16.82132034355964 ], [ 119.0, 14.7 ] ] ], [ [ [ 118.5, 14.2 ], [ 117.62132034355965, 12.078679656440357 ], [ 115.5, 11.2 ], [ 113.37867965644035, 12.078679656440357 ], [ 112.5, 14.2 ], [ 113.37867965644035, 16.32132034355964 ], [ 115.5, 17.2 ], [ 117.62132034355965, 16.32132034355964 ], [ 118.5, 14.2 ] ] ], [ [ [ 115.7, 13.3 ], [ 115.40710678118656, 12.592893218813453 ], [ 114.7, 12.3 ], [ 113.99289321881345, 12.592893218813453 ], [ 113.7, 13.3 ], [ 113.99289321881345, 14.007106781186549 ], [ 114.7, 14.3 ], [ 115.40710678118656, 14.007106781186549 ], [ 115.7, 13.3 ] ] ], [ [ [ 114.3, 13.0 ], [ 114.00710678118655, 12.292893218813452 ], [ 113.3, 12.0 ], [ 112.59289321881344, 12.292893218813452 ], [ 112.3, 13.0 ], [ 112.59289321881344, 13.707106781186548 ], [ 113.3, 14.0 ], [ 114.00710678118655, 13.707106781186548 ], [ 114.3, 13.0 ] ] ], [ [ [ 113.3, 11.9 ], [ 113.00710678118655, 11.192893218813452 ], [ 112.3, 10.9 ], [ 111.59289321881344, 11.192893218813452 ], [ 111.3, 11.9 ], [ 111.59289321881344, 12.607106781186548 ], [ 112.3, 12.9 ], [ 113.00710678118655, 12.607106781186548 ], [ 113.3, 11.9 ] ] ], [ [ [ 112.4, 11.2 ], [ 112.10710678118656, 10.492893218813451 ], [ 111.4, 10.2 ], [ 110.69289321881345, 10.492893218813451 ], [ 110.4, 11.2 ], [ 110.69289321881345, 11.907106781186547 ], [ 111.4, 12.2 ], [ 112.10710678118656, 11.907106781186547 ], [ 112.4, 11.2 ] ] ] ],
- "interpolations" : [ "Spline" ]
- },
- "temporalProperties" : [ {
- "datetimes" : [ "2016-12-20T21:00:00Z", "2016-12-21T03:00:00Z", "2016-12-21T09:00:00Z", "2016-12-21T15:00:00Z", "2016-12-21T21:00:00Z", "2016-12-22T03:00:00Z", "2016-12-22T09:00:00Z", "2016-12-22T15:00:00Z", "2016-12-22T21:00:00Z", "2016-12-23T03:00:00Z", "2016-12-23T09:00:00Z", "2016-12-23T15:00:00Z", "2016-12-23T21:00:00Z", "2016-12-24T03:00:00Z", "2016-12-24T09:00:00Z", "2016-12-24T15:00:00Z", "2016-12-24T21:00:00Z", "2016-12-25T03:00:00Z", "2016-12-25T09:00:00Z", "2016-12-25T15:00:00Z", "2016-12-25T21:00:00Z", "2016-12-26T03:00:00Z", "2016-12-26T09:00:00Z", "2016-12-26T15:00:00Z", "2016-12-26T21:00:00Z", "2016-12-27T03:00:00Z", "2016-12-27T09:00:00Z", "2016-12-27T15:00:00Z", "2016-12-27T21:00:00Z", "2016-12-28T03:00:00Z", "2016-12-28T09:00:00Z", "2016-12-28T15:00:00Z", "2016-12-28T21:00:00Z" ],
- "pressure" : {
- "uom" : "hPa",
- "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1004.0, 998.0, 994.0, 994.0, 992.0, 985.0, 985.0, 970.0, 955.0, 950.0, 935.0, 915.0, 915.0, 915.0, 915.0, 925.0, 925.0, 950.0, 950.0, 970.0, 970.0, 975.0, 980.0, 985.0, 996.0, 1004.0, 1006.0, 1006.0, 1008.0 ],
- "interpolations" : [ "Stepwise" ]
- },
- "speed" : {
- "uom" : "kt",
- "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 45.0, 55.0, 55.0, 70.0, 80.0, 85.0, 95.0, 105.0, 105.0, 105.0, 105.0, 100.0, 100.0, 85.0, 85.0, 70.0, 70.0, 65.0, 60.0, 50.0, 40.0, 0.0, 0.0, 0.0, 0.0 ],
- "interpolations" : [ "Linear" ]
- }
- } ]
+{
+ "type" : "MovingFeature",
+ "properties" : {
+ "name" : "台風201626号 (NOCK-TEN)"
+ },
+ "temporalGeometry" : {
+ "type" : "MovingPolygon",
+ "datetimes" : [ "2016-12-20T21:00:00Z", "2016-12-21T03:00:00Z", "2016-12-21T09:00:00Z", "2016-12-21T15:00:00Z", "2016-12-21T21:00:00Z", "2016-12-22T03:00:00Z", "2016-12-22T09:00:00Z", "2016-12-22T15:00:00Z", "2016-12-22T21:00:00Z", "2016-12-23T03:00:00Z", "2016-12-23T09:00:00Z", "2016-12-23T15:00:00Z", "2016-12-23T21:00:00Z", "2016-12-24T03:00:00Z", "2016-12-24T09:00:00Z", "2016-12-24T15:00:00Z", "2016-12-24T21:00:00Z", "2016-12-25T03:00:00Z", "2016-12-25T09:00:00Z", "2016-12-25T15:00:00Z", "2016-12-25T21:00:00Z", "2016-12-26T03:00:00Z", "2016-12-26T09:00:00Z", "2016-12-26T15:00:00Z", "2016-12-26T21:00:00Z", "2016-12-27T03:00:00Z", "2016-12-27T09:00:00Z", "2016-12-27T15:00:00Z", "2016-12-27T21:00:00Z", "2016-12-28T03:00:00Z", "2016-12-28T09:00:00Z", "2016-12-28T15:00:00Z", "2016-12-28T21:00:00Z" ],
+ "coordinates" : [ [ [ [ 145.5, 6.2 ], [ 145.20710678118655, 5.492893218813453 ], [ 144.5, 5.2 ], [ 143.79289321881345, 5.492893218813452 ], [ 143.5, 6.2 ], [ 143.79289321881345, 6.907106781186547 ], [ 144.5, 7.2 ], [ 145.20710678118655, 6.907106781186548 ], [ 145.5, 6.2 ] ] ], [ [ [ 144.4, 6.2 ], [ 144.10710678118656, 5.492893218813453 ], [ 143.4, 5.2 ], [ 142.69289321881345, 5.492893218813452 ], [ 142.4, 6.2 ], [ 142.69289321881345, 6.907106781186547 ], [ 143.4, 7.2 ], [ 144.10710678118656, 6.907106781186548 ], [ 144.4, 6.2 ] ] ], [ [ [ 143.4, 6.3 ], [ 143.10710678118656, 5.592893218813453 ], [ 142.4, 5.3 ], [ 141.69289321881345, 5.592893218813452 ], [ 141.4, 6.3 ], [ 141.69289321881345, 7.007106781186547 ], [ 142.4, 7.3 ], [ 143.10710678118656, 7.007106781186548 ], [ 143.4, 6.3 ] ] ], [ [ [ 142.7, 6.4 ], [ 142.40710678118654, 5.6928932188134524 ], [ 141.7, 5.4 ], [ 140.99289321881344, 5.6928932188134524 ], [ 140.7, 6.4 ], [ 140.99289321881344, 7.107106781186548 ], [ 141.7, 7.4 ], [ 142.40710678118654, 7.107106781186548 ], [ 142.7, 6.4 ] ] ], [ [ [ 141.9, 6.8 ], [ 141.60710678118656, 6.092893218813453 ], [ 140.9, 5.8 ], [ 140.19289321881345, 6.092893218813452 ], [ 139.9, 6.8 ], [ 140.19289321881345, 7.507106781186547 ], [ 140.9, 7.8 ], [ 141.60710678118656, 7.507106781186548 ], [ 141.9, 6.8 ] ] ], [ [ [ 143.0, 7.8 ], [ 142.12132034355963, 5.678679656440357 ], [ 140.0, 4.8 ], [ 137.87867965644037, 5.678679656440357 ], [ 137.0, 7.8 ], [ 137.87867965644037, 9.921320343559643 ], [ 140.0, 10.8 ], [ 142.12132034355963, 9.921320343559643 ], [ 143.0, 7.8 ] ] ], [ [ [ 142.1, 8.6 ], [ 141.22132034355963, 6.478679656440358 ], [ 139.1, 5.6 ], [ 136.97867965644036, 6.478679656440357 ], [ 136.1, 8.6 ], [ 136.97867965644036, 10.721320343559642 ], [ 139.1, 11.6 ], [ 141.22132034355963, 10.721320343559643 ], [ 142.1, 8.6 ] ] ], [ [ [ 140.8, 9.4 ], [ 139.92132034355964, 7.278679656440358 ], [ 137.8, 6.4 ], [ 135.67867965644038, 7.2786796564403575 ], [ 134.8, 9.4 ], [ 135.67867965644038, 11.521320343559642 ], [ 137.8, 12.4 ], [ 139.92132034355964, 11.521320343559644 ], [ 140.8, 9.4 ] ] ], [ [ [ 139.3, 10.2 ], [ 138.42132034355964, 8.078679656440357 ], [ 136.3, 7.199999999999999 ], [ 134.17867965644038, 8.078679656440357 ], [ 133.3, 10.2 ], [ 134.17867965644038, 12.321320343559641 ], [ 136.3, 13.2 ], [ 138.42132034355964, 12.321320343559641 ], [ 139.3, 10.2 ] ] ], [ [ [ 137.8, 11.1 ], [ 136.92132034355964, 8.978679656440358 ], [ 134.8, 8.1 ], [ 132.67867965644038, 8.978679656440356 ], [ 131.8, 11.1 ], [ 132.67867965644038, 13.221320343559642 ], [ 134.8, 14.1 ], [ 136.92132034355964, 13.221320343559643 ], [ 137.8, 11.1 ] ] ], [ [ [ 136.3, 11.7 ], [ 135.42132034355964, 9.578679656440357 ], [ 133.3, 8.7 ], [ 131.17867965644038, 9.578679656440357 ], [ 130.3, 11.7 ], [ 131.17867965644038, 13.821320343559641 ], [ 133.3, 14.7 ], [ 135.42132034355964, 13.821320343559641 ], [ 136.3, 11.7 ] ] ], [ [ [ 135.1, 11.9 ], [ 134.22132034355963, 9.778679656440358 ], [ 132.1, 8.9 ], [ 129.97867965644036, 9.778679656440357 ], [ 129.1, 11.9 ], [ 129.97867965644036, 14.021320343559642 ], [ 132.1, 14.9 ], [ 134.22132034355963, 14.021320343559644 ], [ 135.1, 11.9 ] ] ], [ [ [ 134.0, 12.6 ], [ 133.12132034355963, 10.478679656440358 ], [ 131.0, 9.6 ], [ 128.87867965644037, 10.478679656440356 ], [ 128.0, 12.6 ], [ 128.87867965644037, 14.721320343559642 ], [ 131.0, 15.6 ], [ 133.12132034355963, 14.721320343559643 ], [ 134.0, 12.6 ] ] ], [ [ [ 132.9, 13.0 ], [ 132.02132034355964, 10.878679656440358 ], [ 129.9, 10.0 ], [ 127.77867965644036, 10.878679656440358 ], [ 126.9, 13.0 ], [ 127.77867965644036, 15.121320343559642 ], [ 129.9, 16.0 ], [ 132.02132034355964, 15.121320343559642 ], [ 132.9, 13.0 ] ] ], [ [ [ 131.9, 13.1 ], [ 131.02132034355964, 10.978679656440358 ], [ 128.9, 10.1 ], [ 126.77867965644036, 10.978679656440356 ], [ 125.9, 13.1 ], [ 126.77867965644036, 15.221320343559642 ], [ 128.9, 16.1 ], [ 131.02132034355964, 15.221320343559643 ], [ 131.9, 13.1 ] ] ], [ [ [ 131.2, 13.3 ], [ 130.32132034355962, 11.178679656440359 ], [ 128.2, 10.3 ], [ 126.07867965644034, 11.178679656440359 ], [ 125.19999999999999, 13.3 ], [ 126.07867965644034, 15.421320343559643 ], [ 128.2, 16.3 ], [ 130.32132034355962, 15.421320343559643 ], [ 131.2, 13.3 ] ] ], [ [ [ 130.5, 13.4 ], [ 129.62132034355963, 11.278679656440358 ], [ 127.5, 10.4 ], [ 125.37867965644035, 11.278679656440357 ], [ 124.5, 13.4 ], [ 125.37867965644035, 15.521320343559642 ], [ 127.5, 16.4 ], [ 129.62132034355963, 15.521320343559644 ], [ 130.5, 13.4 ] ] ], [ [ [ 129.7, 13.6 ], [ 128.82132034355965, 11.478679656440358 ], [ 126.7, 10.6 ], [ 124.57867965644036, 11.478679656440356 ], [ 123.7, 13.6 ], [ 124.57867965644036, 15.721320343559642 ], [ 126.7, 16.6 ], [ 128.82132034355965, 15.721320343559643 ], [ 129.7, 13.6 ] ] ], [ [ [ 129.0, 13.5 ], [ 128.12132034355963, 11.378679656440358 ], [ 126.0, 10.5 ], [ 123.87867965644035, 11.378679656440358 ], [ 123.0, 13.5 ], [ 123.87867965644035, 15.621320343559642 ], [ 126.0, 16.5 ], [ 128.12132034355963, 15.621320343559642 ], [ 129.0, 13.5 ] ] ], [ [ [ 128.1, 13.5 ], [ 127.22132034355964, 11.378679656440358 ], [ 125.1, 10.5 ], [ 122.97867965644035, 11.378679656440358 ], [ 122.1, 13.5 ], [ 122.97867965644035, 15.621320343559642 ], [ 125.1, 16.5 ], [ 127.22132034355964, 15.621320343559642 ], [ 128.1, 13.5 ] ] ], [ [ [ 127.0, 13.5 ], [ 126.12132034355965, 11.378679656440358 ], [ 124.0, 10.5 ], [ 121.87867965644035, 11.378679656440358 ], [ 121.0, 13.5 ], [ 121.87867965644035, 15.621320343559642 ], [ 124.0, 16.5 ], [ 126.12132034355965, 15.621320343559642 ], [ 127.0, 13.5 ] ] ], [ [ [ 125.8, 13.5 ], [ 124.92132034355964, 11.378679656440358 ], [ 122.8, 10.5 ], [ 120.67867965644035, 11.378679656440358 ], [ 119.8, 13.5 ], [ 120.67867965644035, 15.621320343559642 ], [ 122.8, 16.5 ], [ 124.92132034355964, 15.621320343559642 ], [ 125.8, 13.5 ] ] ], [ [ [ 124.4, 13.6 ], [ 123.52132034355965, 11.478679656440358 ], [ 121.4, 10.6 ], [ 119.27867965644036, 11.478679656440356 ], [ 118.4, 13.6 ], [ 119.27867965644036, 15.721320343559642 ], [ 121.4, 16.6 ], [ 123.52132034355965, 15.721320343559643 ], [ 124.4, 13.6 ] ] ], [ [ [ 122.7, 14.1 ], [ 121.82132034355965, 11.978679656440358 ], [ 119.7, 11.1 ], [ 117.57867965644036, 11.978679656440356 ], [ 116.7, 14.1 ], [ 117.57867965644036, 16.221320343559643 ], [ 119.7, 17.1 ], [ 121.82132034355965, 16.221320343559643 ], [ 122.7, 14.1 ] ] ], [ [ [ 121.4, 14.4 ], [ 120.52132034355965, 12.278679656440358 ], [ 118.4, 11.4 ], [ 116.27867965644036, 12.278679656440357 ], [ 115.4, 14.4 ], [ 116.27867965644036, 16.521320343559644 ], [ 118.4, 17.4 ], [ 120.52132034355965, 16.521320343559644 ], [ 121.4, 14.4 ] ] ], [ [ [ 120.0, 14.8 ], [ 119.12132034355965, 12.678679656440359 ], [ 117.0, 11.8 ], [ 114.87867965644035, 12.678679656440359 ], [ 114.0, 14.8 ], [ 114.87867965644035, 16.921320343559643 ], [ 117.0, 17.8 ], [ 119.12132034355965, 16.921320343559643 ], [ 120.0, 14.8 ] ] ], [ [ [ 119.3, 15.0 ], [ 118.42132034355964, 12.878679656440358 ], [ 116.3, 12.0 ], [ 114.17867965644035, 12.878679656440358 ], [ 113.3, 15.0 ], [ 114.17867965644035, 17.121320343559642 ], [ 116.3, 18.0 ], [ 118.42132034355964, 17.121320343559642 ], [ 119.3, 15.0 ] ] ], [ [ [ 119.0, 14.7 ], [ 118.12132034355965, 12.578679656440357 ], [ 116.0, 11.7 ], [ 113.87867965644035, 12.578679656440357 ], [ 113.0, 14.7 ], [ 113.87867965644035, 16.82132034355964 ], [ 116.0, 17.7 ], [ 118.12132034355965, 16.82132034355964 ], [ 119.0, 14.7 ] ] ], [ [ [ 118.5, 14.2 ], [ 117.62132034355965, 12.078679656440357 ], [ 115.5, 11.2 ], [ 113.37867965644035, 12.078679656440357 ], [ 112.5, 14.2 ], [ 113.37867965644035, 16.32132034355964 ], [ 115.5, 17.2 ], [ 117.62132034355965, 16.32132034355964 ], [ 118.5, 14.2 ] ] ], [ [ [ 115.7, 13.3 ], [ 115.40710678118656, 12.592893218813453 ], [ 114.7, 12.3 ], [ 113.99289321881345, 12.592893218813453 ], [ 113.7, 13.3 ], [ 113.99289321881345, 14.007106781186549 ], [ 114.7, 14.3 ], [ 115.40710678118656, 14.007106781186549 ], [ 115.7, 13.3 ] ] ], [ [ [ 114.3, 13.0 ], [ 114.00710678118655, 12.292893218813452 ], [ 113.3, 12.0 ], [ 112.59289321881344, 12.292893218813452 ], [ 112.3, 13.0 ], [ 112.59289321881344, 13.707106781186548 ], [ 113.3, 14.0 ], [ 114.00710678118655, 13.707106781186548 ], [ 114.3, 13.0 ] ] ], [ [ [ 113.3, 11.9 ], [ 113.00710678118655, 11.192893218813452 ], [ 112.3, 10.9 ], [ 111.59289321881344, 11.192893218813452 ], [ 111.3, 11.9 ], [ 111.59289321881344, 12.607106781186548 ], [ 112.3, 12.9 ], [ 113.00710678118655, 12.607106781186548 ], [ 113.3, 11.9 ] ] ], [ [ [ 112.4, 11.2 ], [ 112.10710678118656, 10.492893218813451 ], [ 111.4, 10.2 ], [ 110.69289321881345, 10.492893218813451 ], [ 110.4, 11.2 ], [ 110.69289321881345, 11.907106781186547 ], [ 111.4, 12.2 ], [ 112.10710678118656, 11.907106781186547 ], [ 112.4, 11.2 ] ] ] ],
+ "interpolations" : [ "Spline" ]
+ },
+ "temporalProperties" : [ {
+ "datetimes" : [ "2016-12-20T21:00:00Z", "2016-12-21T03:00:00Z", "2016-12-21T09:00:00Z", "2016-12-21T15:00:00Z", "2016-12-21T21:00:00Z", "2016-12-22T03:00:00Z", "2016-12-22T09:00:00Z", "2016-12-22T15:00:00Z", "2016-12-22T21:00:00Z", "2016-12-23T03:00:00Z", "2016-12-23T09:00:00Z", "2016-12-23T15:00:00Z", "2016-12-23T21:00:00Z", "2016-12-24T03:00:00Z", "2016-12-24T09:00:00Z", "2016-12-24T15:00:00Z", "2016-12-24T21:00:00Z", "2016-12-25T03:00:00Z", "2016-12-25T09:00:00Z", "2016-12-25T15:00:00Z", "2016-12-25T21:00:00Z", "2016-12-26T03:00:00Z", "2016-12-26T09:00:00Z", "2016-12-26T15:00:00Z", "2016-12-26T21:00:00Z", "2016-12-27T03:00:00Z", "2016-12-27T09:00:00Z", "2016-12-27T15:00:00Z", "2016-12-27T21:00:00Z", "2016-12-28T03:00:00Z", "2016-12-28T09:00:00Z", "2016-12-28T15:00:00Z", "2016-12-28T21:00:00Z" ],
+ "pressure" : {
+ "uom" : "hPa",
+ "values" : [ 1004.0, 1004.0, 1004.0, 1002.0, 1004.0, 998.0, 994.0, 994.0, 992.0, 985.0, 985.0, 970.0, 955.0, 950.0, 935.0, 915.0, 915.0, 915.0, 915.0, 925.0, 925.0, 950.0, 950.0, 970.0, 970.0, 975.0, 980.0, 985.0, 996.0, 1004.0, 1006.0, 1006.0, 1008.0 ],
+ "interpolations" : [ "Stepwise" ]
+ },
+ "speed" : {
+ "uom" : "kt",
+ "values" : [ 0.0, 0.0, 0.0, 0.0, 0.0, 35.0, 40.0, 40.0, 45.0, 55.0, 55.0, 70.0, 80.0, 85.0, 95.0, 105.0, 105.0, 105.0, 105.0, 100.0, 100.0, 85.0, 85.0, 70.0, 70.0, 65.0, 60.0, 50.0, 40.0, 0.0, 0.0, 0.0, 0.0 ],
+ "interpolations" : [ "Linear" ]
+ }
+ } ]
}
\ No newline at end of file
diff --git a/standard/.DS_Store b/standard/.DS_Store
deleted file mode 100644
index ed7aea4..0000000
Binary files a/standard/.DS_Store and /dev/null differ
diff --git a/standard/README.md b/standard/README.md
index 1a30cca..b876261 100755
--- a/standard/README.md
+++ b/standard/README.md
@@ -1,6 +1,6 @@
-This folder contains the text for the standard
-
-* standard_document.adoc - the main standard document with references to all sections
-* remaining adocs - each section of the standard document is in a separate document: follow directions in each document to populate
-* images - directory for image files used as figures
-* requirements - directory for requirements and requirement classes to be referenced in clause_7_normative_text.adoc
+This folder contains the text for the standard
+
+* standard_document.adoc - the main standard document with references to all sections
+* remaining adocs - each section of the standard document is in a separate document: follow directions in each document to populate
+* images - directory for image files used as figures
+* requirements - directory for requirements and requirement classes to be referenced in clause_7_normative_text.adoc
diff --git a/standard/annex-a.adoc b/standard/annex-a.adoc
index 17e53b3..d08feb0 100755
--- a/standard/annex-a.adoc
+++ b/standard/annex-a.adoc
@@ -1,350 +1,350 @@
-[appendix]
-:appendix-caption: Annex
-== Conformance Class Abstract Test Suite (Normative)
-
-[NOTE]
-Ensure that there is a conformance class for each requirements class and a test for each requirement (identified by requirement name and number)
-
-=== A.1 Conformance Test Class: MF-JSON Trajectory Encoding
-
-==== A.1.1 MF-JSON Trajectory file
-A MF-JSON Trajectory file SHALL contain a LinearTrajectory object or a set of LinearTrajectory objects having a compliance with the IETF GeoJSON specification.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/trajectory
-|Requirement: | req/trajectory/GeoJSON
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.1.2 LinearTrajectory object
-A LinearTrajectory object SHALL be a GeoJSON Feature object that has two MANDATORY members of `"geometry"` and `"properties"`.
-The value of the `"geometry"` member SHALL be a LineString Geometry object, having `"type"` = `"LineString"`.
-The value of the `"properties"` member SHALL be a GeoJSON object that has at least a member with the named `"datetimes"`.
-The value of the `"datetimes"` member is a JSON array.
-The number of elements in the array of the `"coordinates"` value in the Geometry object SHALL more than two positions.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/trajectory/lineartrajectory
-|Requirement: |
-* req/trajectory/lineartrajectory
-* req/trajectory/lineartrajectory/geometry
-* req/trajectory/lineartrajectory/propeties
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.1.3 Datetimes
-Each element in the array of the `"datetimes"` value SHALL be a instant object.
-An instant object is only a JSON string encoded by ISO 8601 field-based formats using `Z` or the number of milliseconds since midnight (00:00 a.m.) on January 1, 1970, in UTC.
-The array of the `"datetimes"` value SHALL be a monotonic increasing sequence.
-There is no instant object that has the same value as any other element.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/trajectory/datetimes
-|Requirement: |
-* req/trajectory/datetimes
-* req/trajectory/datetimes/monotonic
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.1.4 Constraints
-The number of elements in both arrays of the `"coordinates"` value and the `"datetimes"` value SHALL be equal.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/trajectory/constraints
-|Requirement: | req/trajectory/constraints
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-=== A.2 Conformance Test Class: MF-JSON Prism Encoding
-
-==== A.2.1 MF-JSON Prism file
-A MF-JSON Prism file SHALL be compatible with the IETF GeoJSON Format.
-A JSON object in an MF-JSON Prism file SHALL be encoded by one of the Object types defined in this standard,
-i.e., TemporalGeometry, TemporalProperties, CoordinateReferenceSystem, MovingFeature, MovingFeatureCollection, LifeSpan, BoundingBox, Geometry, Properties, and MotionCurve.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism
-|Requirement: |
-* req/prism/GeoJSON
-* req/prism/object
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.2 Conflict
-Two encodings of MF-JSON Prism and MF-JSON Trajectory SHALL be not able to coexist with each other in a GeoJSON Feature object.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/conflict
-|Requirement: | req/prism/conflict
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.3 TemporalGeometry object
-A TemporalGeometry object SHALL have at least a mandatory member with the named `"type"` and its value SHALL be one of string
-"MovingPoint", "MovingLineString", "MovingPolygon", "MovingPointCloud", "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection".
-The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
-If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry
-|Requirement: |
-* req/prism/tgeometry
-* req/prism/tgeometry/crs
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.4 TemporalPrimitiveGeometry object
-A TemporalPrimitiveGeometry object SHALL have at least three mandatory members of `"type"`, `"datetimes"`, and `"coordinates"`.
-The value of the `"type"` member SHALL be one of string "MovingPoint", "MovingLineString", "MovingPolygon", and "MovingPointCloud".
-The value of the `"datetimes"` member SHALL be a JSON array of a sequence of monotonic increasing instants, having at least one element that is not `null`.
-The value of the `"coordinates"` member SHALL be a JSON array of a sequence of leaf geometries of a temporal geometry, having at least one element that is not `null` and its expression is depending on the `"type"`.
-The value of the `"interpolation"` member SHALL be a MotionCurve object.
-The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
-If the TemporalPrimitiveGeometry object has no member with the name `"interpolation"`, the default MotionCurve object (`"Linear"`) SHALL be applied.
-If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
-The number of elements in both arrays of the `"coordinates"` value and the `"datetimes"` value SHALL be equal.
-The number of elements in both arrays of the `"orientations"` value and the `"datetimes"` value SHALL be equal.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/primitive
-|Requirement: |
-* req/prism/tgeometry/primitive
-* req/prism/tgeometry/primitive/interpolation
-* req/prism/tgeometry/primitive/crs
-* req/prism/tgeometry/primitive/constraint
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.5 TemporalPrimitiveGeometry object type
-A MovingPoint object SHALL have the value of the `"type"` = `"MovingPoint"` and the value of the `"coordinates"` member SHALL be a list of Point coordinates to construct a 0D leaf geometry (point) corresponding to each instant in order.
-A MovingLineString object SHALL have the value of the `"type"` = `"MovingLineString"` and the value of the `"coordinates"` member SHALL be a list of LineString coordinate arrays to construct a 1D leaf geometry (linestring) corresponding to each instant in order.
-A MovingPolygon object SHALL have the value of the `"type"` = `"MovingPolygon"` and the value of the `"coordinates"` member SHALL be a list of Polygon coordinate arrays to construct a 2D leaf geometry (polygon) corresponding to each instant in order.
-A MovingPointCloud object SHALL have the value of the `"type"` = `"MovingPointCloud"` and the value of the `"coordinates"` member SHALL be a list of MultiPoint 3D coordinate arrays to construct a set of points as a leaf geometry corresponding to each instant in order.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/primitive/type
-|Requirement: |
-* req/prism/tgeometry/primitive/movingpoint
-* req/prism/tgeometry/primitive/movinglinestring
-* req/prism/tgeometry/primitive/movingpolygon
-* req/prism/tgeometry/primitive/movingpointcloud
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.6 3D model
-The 3D model SHALL be transformed into the fixed local coordinate reference system whose bound is -0.5 to 0.5 for each axis and unit is meter.
-The coordinate reference system for the 3D model SHALL be a right-handed coordinate system.
-The value of the `"base"` member SHALL be a URL to address an OBJ file of a 3D model data.
-The value of the `"orientations"` member SHALL be a JSON array to represent a transformation matrix.
-The size of the element in array of the `"orientations"` value SHALL be 16.
-The `"orientations"` member SHALL be accompanied with the `"base"` member.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/primitive/3dmodel
-|Requirement: |
-* req/prism/tgeometry/primitive/3dmodel
-* req/prism/tgeometry/primitive/base
-* req/prism/tgeometry/primitive/orientations
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.7 TemporalAggregateGeometry object
-A TemporalAggregateGeometry object SHALL have at least two mandatory members of `"type"` and `"prisms"`.
-The value of the `"type"` member SHALL be one of string "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection".
-The value of the `"prisms"` member SHALL be a JSON array of a set of TemporalPrimitiveGeometry instances, having at least one element in the array.
-The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
-If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/aggregation
-|Requirement: |
-* req/prism/tgeometry/aggregation
-* req/prism/tgeometry/aggregation/crs
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.8 TemporalAggregateGeometry object type
-A TemporalAggregateGeometry object SHALL have at least two mandatory members of `"type"` and `"prisms"`.
-A MultiMovingPoint object SHALL have the value of the `"type"` = `"MultiMovingPoint"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingPoint"`.
-The leaf geometry at a time position must be an instance of type `"MultiPoint"` of GeoJSON, which is the union of each leaf of moving point members at the same time.
-A MultiMovingLineString object SHALL have the value of the `"type"` = `"MultiMovingLineString"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingLineString"`.
-The leaf geometry at a time position must be an instance of type `"MultiLineString"` of GeoJSON, which is the union of each leaf of moving linestring members at the same time.
-A MultiMovingPolygon object SHALL have the value of the `"type"` = `"MultiMovingPolygon"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingPolygon"`.
-The leaf geometry at a time position must be an instance of type `"MultiPolygon"` of GeoJSON, which is the union of each leaf of moving polygon members at the same time.
-A MovingGeometryCollection object SHALL the value of the `"type"` = `"MovingGeometryCollection"` and each element of `"prisms"` SHALL be an TemporalPrimitiveGeometry with one of types of `"MovingPoint"`, `"MovingLineString"`, `"MovingPolygon"`, and `"MovingPointCloud"`.
-The leaf geometry at a time position must be an instance of type `"GeometryCollection"` of GeoJSON, which is the union of each leaf of any temporal geometries at the same time.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/aggregation/type
-|Requirement: |
-* req/prism/tgeometry/aggregation/multimovingpoint
-* req/prism/tgeometry/aggregation/multimovinglinestring
-* req/prism/tgeometry/aggregation/multimovingpolygon
-* req/prism/tgeometry/aggregation/movinggeometrycollection
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.8 TemporalProperties object
-A TemporalProperties object SHALL be a JSON array of ParametricValues objects.
-A ParametricValues object SHALL have at least a mandatory member with the named `"datetimes"`
-and more than one member with the name latexmath:[@propertyN],
-where latexmath:[@propertyN] is any string defined by an application as a temporal property.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tproperties
-|Requirement: |
-* req/prism/tproperties
-* req/prism/tproperties/pvalues
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.9 latexmath:[@propertyN] object
-A latexmath:[@propertyN] object SHALL have at least two mandatory members of `"type"` and `"values"`.
-The value of the `"type"` member SHALL be one of string "measure", "text", and "image".
-The value of the `"values"` member SHALL be a JSON array whose element is a string (including null, true and false) or numeric value.
-The value of the `"interpolation"` member SHALL be only one of string "Discrete", "Step", "Linear", and "Regression" or a URL indicating an InterpolationCode defined in OGC TimeseriesML 1.0 [OGC 15-042r3].
-The value of the `"form"` member SHALL be a JSON string as a common code (3 characters) described in the list of Code List Rec 20 by the UN Centre for Trade Facilitation and Electronic Business (UN/CEFACT)
-or a URI denoting a unit-of-measure defined in a web resource.
-The number of elements in both arrays of the `"datetimes"` value and the `"values"` value SHALL be equal.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tproperties/property
-|Requirement: |
-* req/prism/tproperties/pvalues/property
-* req/prism/tproperties/pvalues/property/interpolation
-* req/prism/tproperties/pvalues/property/form
-* req/prism/tproperties/pvalues/property/constraint
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.10 CoordinateReferenceSystem object
-A CoordinateReferenceSystem object SHALL have two mandatory members of `"type"` and `"properties"`.
-The value of the `"type"` member SHALL be one of string "name" and "link".
-The value of the `"properties"` member SHALL be a JSON object with three optional members named `"name"`, `"href"`, and `"type"` whose value is a JSON string or JSON null value.
-A named CRS object SHALL have the value of the `"type"` = `"name"` and the value of the `"properties"` member SHALL be a JSON object containing a `"name"` member whose value is a string identifying a coordinate reference system.
-A linked CRS object SHALL have the value of the `"type"` = `"link"` and the value of the `"properties"` member SHALL be a JSON object containing a `"href"` member whose value is a dereferenceable URI.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/crs
-|Requirement: |
-* req/prism/crs
-* req/prism/crs/named
-* req/prism/crs/linked
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.11 MovingFeature object
-A MovingFeature object SHALL be a GeoJSON Feature object that have two mandatory members of `"type"` and `"temporalGeometry"`.
-The value of the `"type"` member SHALL be a `"Feature"` string.
-The value of the `"temporalGeometry"` member SHALL be a JSON object to represent a TemporalGeometry object, not allowing the JSON `null`.
-The value of the `"temporalProperties"` member SHALL be a JSON array of TemporalProperties objects, allowing the JSON `null`.
-The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
-The value of the `"bbox"` member SHALL be a JSON array to represent a BoundingBox object, allowing the JSON `null`.
-The value of the `"time"` member SHALL be a JSON array to represent a LifeSpan object, allowing the JSON `null`.
-The value of the `"geometry"` member SHALL be any JSON object or a JSON null value for the `"geometry"` member in a GeoJSON Feature object.
-The value of the `"properties"` member SHALL be any JSON object or a JSON null value for the `"properties"` member in a GeoJSON Feature object.
-If no CRS instance can be so acquired in a file, the default spatial CRS (and temporal CRS) SHALL be applied to the object.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/feature
-|Requirement: |
-* req/prism/feature
-* req/prism/feature/temporalProperties
-* req/prism/feature/crs
-* req/prism/feature/bbox
-* req/prism/feature/time
-* req/prism/feature/geometry
-* req/prism/feature/properties
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.12 MovingFeatureCollection object
-A MovingFeatureCollection object SHALL be a GeoJSON FeatureCollection object that have two mandatory members of `"type"` and `"features"`.
-The value of the `"type"` member SHALL be a `"FeatureCollection"` string.
-The value of the `"features"` member SHALL be a JSON array whose element is a MovingFeature object.
-The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
-The value of the `"bbox"` member SHALL be a JSON array to represent a BoundingBox object, allowing the JSON `null`.
-The value of the `"time"` member SHALL be a JSON array to represent a LifeSpan object, allowing the JSON `null`.
-The value of the `"label"` member SHALL be a JSON string to indicate an alias of the collection, allowing the JSON `null`.
-If no CRS instance can be so acquired in a file, the default spatial CRS (and temporal CRS) SHALL be applied to the object.
-The number of elements in an array of the `"features"` value SHALL be more than 1.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/featurecollection
-|Requirement: |
-* req/prism/featurecollection
-* req/prism/featurecollection/crs
-* req/prism/featurecollection/bbox
-* req/prism/featurecollection/time
-* req/prism/featurecollection/label
-* req/prism/featurecollection/constraints
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.13 LifeSpan object
-A LifeSpan object SHALL be a JSON array to represent a time interval with two instants of latexmath:[t_s] and latexmath:[t_e].
-Two elements of latexmath:[t_s, t_e] SHALL be latexmath:[t_s \leq t_e].
-The expression of an element in the array SHALL refer to the default temporal CRS object (ISO8601).
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/time
-|Requirement: |
-* req/prism/time
-* req/prism/time/element
-* req/prism/time/crs
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.14 BoundingBox object
-A BoundingBox object SHALL be a JSON array of length latexmath:[2*n] where latexmath:[n] is the number of dimensions represented in the spatial bounding box.
-The elements in the array SHALL be two coordinates (lower-bound coordinate and upper-bound coordinate).
-The order of values SHALL follow the axes order of single position of longitude, latitude, and elevation.
-The expression of an element in the array SHALL refer to the default spatial CRS object (WGS84).
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/bbox
-|Requirement: |
-* req/prism/bbox
-* req/prism/bbox/element
-* req/prism/bbox/crs
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
-
-==== A.2.15 MotionCurve object
-The `"coordinate"` member in the TemporalPrimitiveGeometry object SHALL be interpolated by MotionCurve object.
-The value of the `"interpolation"` member in the TemporalPrimitiveGeometry object SHALL be one of string "Discrete", "Step", "Linear", "Quadratic", and "Cube", or
-a URL to address a user-defined parametric curve. A user-defined parametric curve SHALL be a JSON object which has three members of `"crs"`, `"trs"`, and `"equations"`.
-The value of the `"equations"` member SHALL be not empty and be a JSON array whose element is a user-defined parametric segment having two members of `"coefficients"` and `"time"`.
-The value of `"coefficients"` member SHALL be a JSON array whose element is an array of coefficients of the interpolation formula of a temporal position.
-The order of elements in array of the `"coefficients"` value for the interpolation formula of a temporal position SHALL follow the order of the spatial CRS.
-The expression of an element in the array of the `"time"` value SHALL refer to the temporal CRS object.
-[cols=">20h,<80a",width="100%"]
-|===
-|Test id: | conf/prism/tgeometry/interpolation
-|Requirement: |
-* req/prism/tgeometry/interpolation
-* req/prism/tgeometry/interpolation/userdefined
-* req/prism/tgeometry/interpolation/userdefined/coefficients
-* req/prism/tgeometry/interpolation/userdefined/time
-|Test purpose: | Verify that this requirement is satisfied.
-|Test method: | Inspect the document to verify the above.
-|===
+[appendix]
+:appendix-caption: Annex
+== Conformance Class Abstract Test Suite (Normative)
+
+[NOTE]
+Ensure that there is a conformance class for each requirements class and a test for each requirement (identified by requirement name and number)
+
+=== Conformance Test Class: MF-JSON Trajectory Encoding
+
+==== MF-JSON Trajectory file
+A MF-JSON Trajectory file SHALL contain a LinearTrajectory object or a set of LinearTrajectory objects having a compliance with the IETF GeoJSON specification.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/trajectory
+|Requirement: | req/trajectory/GeoJSON
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== LinearTrajectory object
+A LinearTrajectory object SHALL be a GeoJSON Feature object that has two MANDATORY members of `"geometry"` and `"properties"`.
+The value of the `"geometry"` member SHALL be a LineString Geometry object, having `"type"` = `"LineString"`.
+The value of the `"properties"` member SHALL be a GeoJSON object that has at least a member with the named `"datetimes"`.
+The value of the `"datetimes"` member is a JSON array.
+The number of elements in the array of the `"coordinates"` value in the Geometry object SHALL more than two positions.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/trajectory/lineartrajectory
+|Requirement: |
+* req/trajectory/lineartrajectory
+* req/trajectory/lineartrajectory/geometry
+* req/trajectory/lineartrajectory/propeties
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== Datetimes
+Each element in the array of the `"datetimes"` value SHALL be a instant object.
+An instant object is only a JSON string encoded by ISO 8601 field-based formats using `Z` or the number of milliseconds since midnight (00:00 a.m.) on January 1, 1970, in UTC.
+The array of the `"datetimes"` value SHALL be a monotonic increasing sequence.
+There is no instant object that has the same value as any other element.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/trajectory/datetimes
+|Requirement: |
+* req/trajectory/datetimes
+* req/trajectory/datetimes/monotonic
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== Constraints
+The number of elements in both arrays of the `"coordinates"` value and the `"datetimes"` value SHALL be equal.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/trajectory/constraints
+|Requirement: | req/trajectory/constraints
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+=== Conformance Test Class: MF-JSON Prism Encoding
+
+==== MF-JSON Prism file
+A MF-JSON Prism file SHALL be compatible with the IETF GeoJSON Format.
+A JSON object in an MF-JSON Prism file SHALL be encoded by one of the Object types defined in this standard,
+i.e., TemporalGeometry, TemporalProperties, CoordinateReferenceSystem, MovingFeature, MovingFeatureCollection, LifeSpan, BoundingBox, Geometry, Properties, and MotionCurve.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism
+|Requirement: |
+* req/prism/GeoJSON
+* req/prism/object
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== Conflict
+Two encodings of MF-JSON Prism and MF-JSON Trajectory SHALL be not able to coexist with each other in a GeoJSON Feature object.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/conflict
+|Requirement: | req/prism/conflict
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalGeometry object
+A TemporalGeometry object SHALL have at least a mandatory member with the named `"type"` and its value SHALL be one of string
+"MovingPoint", "MovingLineString", "MovingPolygon", "MovingPointCloud", "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection".
+The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
+If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry
+|Requirement: |
+* req/prism/tgeometry
+* req/prism/tgeometry/crs
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalPrimitiveGeometry object
+A TemporalPrimitiveGeometry object SHALL have at least three mandatory members of `"type"`, `"datetimes"`, and `"coordinates"`.
+The value of the `"type"` member SHALL be one of string "MovingPoint", "MovingLineString", "MovingPolygon", and "MovingPointCloud".
+The value of the `"datetimes"` member SHALL be a JSON array of a sequence of monotonic increasing instants, having at least one element that is not `null`.
+The value of the `"coordinates"` member SHALL be a JSON array of a sequence of leaf geometries of a temporal geometry, having at least one element that is not `null` and its expression is depending on the `"type"`.
+The value of the `"interpolation"` member SHALL be a MotionCurve object.
+The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
+If the TemporalPrimitiveGeometry object has no member with the name `"interpolation"`, the default MotionCurve object (`"Linear"`) SHALL be applied.
+If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
+The number of elements in both arrays of the `"coordinates"` value and the `"datetimes"` value SHALL be equal.
+The number of elements in both arrays of the `"orientations"` value and the `"datetimes"` value SHALL be equal.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/primitive
+|Requirement: |
+* req/prism/tgeometry/primitive
+* req/prism/tgeometry/primitive/interpolation
+* req/prism/tgeometry/primitive/crs
+* req/prism/tgeometry/primitive/constraint
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalPrimitiveGeometry object type
+A MovingPoint object SHALL have the value of the `"type"` = `"MovingPoint"` and the value of the `"coordinates"` member SHALL be a list of Point coordinates to construct a 0D leaf geometry (point) corresponding to each instant in order.
+A MovingLineString object SHALL have the value of the `"type"` = `"MovingLineString"` and the value of the `"coordinates"` member SHALL be a list of LineString coordinate arrays to construct a 1D leaf geometry (linestring) corresponding to each instant in order.
+A MovingPolygon object SHALL have the value of the `"type"` = `"MovingPolygon"` and the value of the `"coordinates"` member SHALL be a list of Polygon coordinate arrays to construct a 2D leaf geometry (polygon) corresponding to each instant in order.
+A MovingPointCloud object SHALL have the value of the `"type"` = `"MovingPointCloud"` and the value of the `"coordinates"` member SHALL be a list of MultiPoint 3D coordinate arrays to construct a set of points as a leaf geometry corresponding to each instant in order.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/primitive/type
+|Requirement: |
+* req/prism/tgeometry/primitive/movingpoint
+* req/prism/tgeometry/primitive/movinglinestring
+* req/prism/tgeometry/primitive/movingpolygon
+* req/prism/tgeometry/primitive/movingpointcloud
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== 3D model
+The 3D model SHALL be transformed into the fixed local coordinate reference system whose bound is -0.5 to 0.5 for each axis and unit is meter.
+The coordinate reference system for the 3D model SHALL be a right-handed coordinate system.
+The value of the `"base"` member SHALL be a URL to address an OBJ file of a 3D model data.
+The value of the `"orientations"` member SHALL be a JSON array to represent a transformation matrix.
+The size of the element in array of the `"orientations"` value SHALL be 16.
+The `"orientations"` member SHALL be accompanied with the `"base"` member.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/primitive/3dmodel
+|Requirement: |
+* req/prism/tgeometry/primitive/3dmodel
+* req/prism/tgeometry/primitive/base
+* req/prism/tgeometry/primitive/orientations
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalAggregateGeometry object
+A TemporalAggregateGeometry object SHALL have at least two mandatory members of `"type"` and `"prisms"`.
+The value of the `"type"` member SHALL be one of string "MultiMovingPoint", "MultiMovingLineString", "MultiMovingPolygon", and "MovingGeometryCollection".
+The value of the `"prisms"` member SHALL be a JSON array of a set of TemporalPrimitiveGeometry instances, having at least one element in the array.
+The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
+If no CRS instance can be so acquired from upper-level braces of a JSON object, the default spatial CRS (and temporal CRS) SHALL be applied.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/aggregation
+|Requirement: |
+* req/prism/tgeometry/aggregation
+* req/prism/tgeometry/aggregation/crs
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalAggregateGeometry object type
+A TemporalAggregateGeometry object SHALL have at least two mandatory members of `"type"` and `"prisms"`.
+A MultiMovingPoint object SHALL have the value of the `"type"` = `"MultiMovingPoint"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingPoint"`.
+The leaf geometry at a time position must be an instance of type `"MultiPoint"` of GeoJSON, which is the union of each leaf of moving point members at the same time.
+A MultiMovingLineString object SHALL have the value of the `"type"` = `"MultiMovingLineString"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingLineString"`.
+The leaf geometry at a time position must be an instance of type `"MultiLineString"` of GeoJSON, which is the union of each leaf of moving linestring members at the same time.
+A MultiMovingPolygon object SHALL have the value of the `"type"` = `"MultiMovingPolygon"` and an element of the `"prisms"` member SHALL be a JSON array of TemporalPrimitiveGeometry instances of type `"MovingPolygon"`.
+The leaf geometry at a time position must be an instance of type `"MultiPolygon"` of GeoJSON, which is the union of each leaf of moving polygon members at the same time.
+A MovingGeometryCollection object SHALL the value of the `"type"` = `"MovingGeometryCollection"` and each element of `"prisms"` SHALL be an TemporalPrimitiveGeometry with one of types of `"MovingPoint"`, `"MovingLineString"`, `"MovingPolygon"`, and `"MovingPointCloud"`.
+The leaf geometry at a time position must be an instance of type `"GeometryCollection"` of GeoJSON, which is the union of each leaf of any temporal geometries at the same time.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/aggregation/type
+|Requirement: |
+* req/prism/tgeometry/aggregation/multimovingpoint
+* req/prism/tgeometry/aggregation/multimovinglinestring
+* req/prism/tgeometry/aggregation/multimovingpolygon
+* req/prism/tgeometry/aggregation/movinggeometrycollection
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== TemporalProperties object
+A TemporalProperties object SHALL be a JSON array of ParametricValues objects.
+A ParametricValues object SHALL have at least a mandatory member with the named `"datetimes"`
+and more than one member with the name latexmath:[@propertyN],
+where latexmath:[@propertyN] is any string defined by an application as a temporal property.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tproperties
+|Requirement: |
+* req/prism/tproperties
+* req/prism/tproperties/pvalues
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== latexmath:[@propertyN] object
+A latexmath:[@propertyN] object SHALL have at least two mandatory members of `"type"` and `"values"`.
+The value of the `"type"` member SHALL be one of string "measure", "text", and "image".
+The value of the `"values"` member SHALL be a JSON array whose element is a string (including null, true and false) or numeric value.
+The value of the `"interpolation"` member SHALL be only one of string "Discrete", "Step", "Linear", and "Regression" or a URL indicating an InterpolationCode defined in OGC TimeseriesML 1.0 [OGC 15-042r3].
+The value of the `"form"` member SHALL be a JSON string as a common code (3 characters) described in the list of Code List Rec 20 by the UN Centre for Trade Facilitation and Electronic Business (UN/CEFACT)
+or a URI denoting a unit-of-measure defined in a web resource.
+The number of elements in both arrays of the `"datetimes"` value and the `"values"` value SHALL be equal.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tproperties/property
+|Requirement: |
+* req/prism/tproperties/pvalues/property
+* req/prism/tproperties/pvalues/property/interpolation
+* req/prism/tproperties/pvalues/property/form
+* req/prism/tproperties/pvalues/property/constraint
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== CoordinateReferenceSystem object
+A CoordinateReferenceSystem object SHALL have two mandatory members of `"type"` and `"properties"`.
+The value of the `"type"` member SHALL be one of string "name" and "link".
+The value of the `"properties"` member SHALL be a JSON object with three optional members named `"name"`, `"href"`, and `"type"` whose value is a JSON string or JSON null value.
+A named CRS object SHALL have the value of the `"type"` = `"name"` and the value of the `"properties"` member SHALL be a JSON object containing a `"name"` member whose value is a string identifying a coordinate reference system.
+A linked CRS object SHALL have the value of the `"type"` = `"link"` and the value of the `"properties"` member SHALL be a JSON object containing a `"href"` member whose value is a dereferenceable URI.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/crs
+|Requirement: |
+* req/prism/crs
+* req/prism/crs/named
+* req/prism/crs/linked
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== MovingFeature object
+A MovingFeature object SHALL be a GeoJSON Feature object that have two mandatory members of `"type"` and `"temporalGeometry"`.
+The value of the `"type"` member SHALL be a `"Feature"` string.
+The value of the `"temporalGeometry"` member SHALL be a JSON object to represent a TemporalGeometry object, not allowing the JSON `null`.
+The value of the `"temporalProperties"` member SHALL be a JSON array of TemporalProperties objects, allowing the JSON `null`.
+The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
+The value of the `"bbox"` member SHALL be a JSON array to represent a BoundingBox object, allowing the JSON `null`.
+The value of the `"time"` member SHALL be a JSON array to represent a LifeSpan object, allowing the JSON `null`.
+The value of the `"geometry"` member SHALL be any JSON object or a JSON null value for the `"geometry"` member in a GeoJSON Feature object.
+The value of the `"properties"` member SHALL be any JSON object or a JSON null value for the `"properties"` member in a GeoJSON Feature object.
+If no CRS instance can be so acquired in a file, the default spatial CRS (and temporal CRS) SHALL be applied to the object.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/feature
+|Requirement: |
+* req/prism/feature
+* req/prism/feature/temporalProperties
+* req/prism/feature/crs
+* req/prism/feature/bbox
+* req/prism/feature/time
+* req/prism/feature/geometry
+* req/prism/feature/properties
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== MovingFeatureCollection object
+A MovingFeatureCollection object SHALL be a GeoJSON FeatureCollection object that have two mandatory members of `"type"` and `"features"`.
+The value of the `"type"` member SHALL be a `"FeatureCollection"` string.
+The value of the `"features"` member SHALL be a JSON array whose element is a MovingFeature object.
+The value of the `"crs"` and `"trs"` member SHALL be a JSON object to represent a CoordinateReferenceSystem (CRS) object.
+The value of the `"bbox"` member SHALL be a JSON array to represent a BoundingBox object, allowing the JSON `null`.
+The value of the `"time"` member SHALL be a JSON array to represent a LifeSpan object, allowing the JSON `null`.
+The value of the `"label"` member SHALL be a JSON string to indicate an alias of the collection, allowing the JSON `null`.
+If no CRS instance can be so acquired in a file, the default spatial CRS (and temporal CRS) SHALL be applied to the object.
+The number of elements in an array of the `"features"` value SHALL be more than 1.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/featurecollection
+|Requirement: |
+* req/prism/featurecollection
+* req/prism/featurecollection/crs
+* req/prism/featurecollection/bbox
+* req/prism/featurecollection/time
+* req/prism/featurecollection/label
+* req/prism/featurecollection/constraints
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== LifeSpan object
+A LifeSpan object SHALL be a JSON array to represent a time interval with two instants of latexmath:[t_s] and latexmath:[t_e].
+Two elements of latexmath:[t_s, t_e] SHALL be latexmath:[t_s \leq t_e].
+The expression of an element in the array SHALL refer to the default temporal CRS object (ISO8601).
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/time
+|Requirement: |
+* req/prism/time
+* req/prism/time/element
+* req/prism/time/crs
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== BoundingBox object
+A BoundingBox object SHALL be a JSON array of length latexmath:[2*n] where latexmath:[n] is the number of dimensions represented in the spatial bounding box.
+The elements in the array SHALL be two coordinates (lower-bound coordinate and upper-bound coordinate).
+The order of values SHALL follow the axes order of single position of longitude, latitude, and elevation.
+The expression of an element in the array SHALL refer to the default spatial CRS object (WGS84).
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/bbox
+|Requirement: |
+* req/prism/bbox
+* req/prism/bbox/element
+* req/prism/bbox/crs
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
+
+==== MotionCurve object
+The `"coordinate"` member in the TemporalPrimitiveGeometry object SHALL be interpolated by MotionCurve object.
+The value of the `"interpolation"` member in the TemporalPrimitiveGeometry object SHALL be one of string "Discrete", "Step", "Linear", "Quadratic", and "Cube", or
+a URL to address a user-defined parametric curve. A user-defined parametric curve SHALL be a JSON object which has three members of `"crs"`, `"trs"`, and `"equations"`.
+The value of the `"equations"` member SHALL be not empty and be a JSON array whose element is a user-defined parametric segment having two members of `"coefficients"` and `"time"`.
+The value of `"coefficients"` member SHALL be a JSON array whose element is an array of coefficients of the interpolation formula of a temporal position.
+The order of elements in array of the `"coefficients"` value for the interpolation formula of a temporal position SHALL follow the order of the spatial CRS.
+The expression of an element in the array of the `"time"` value SHALL refer to the temporal CRS object.
+[cols=">20h,<80a",width="100%"]
+|===
+|Test id: | conf/prism/tgeometry/interpolation
+|Requirement: |
+* req/prism/tgeometry/interpolation
+* req/prism/tgeometry/interpolation/userdefined
+* req/prism/tgeometry/interpolation/userdefined/coefficients
+* req/prism/tgeometry/interpolation/userdefined/time
+|Test purpose: | Verify that this requirement is satisfied.
+|Test method: | Inspect the document to verify the above.
+|===
diff --git a/standard/annex-bibliography.adoc b/standard/annex-bibliography.adoc
index 11e0e18..5a03bdb 100755
--- a/standard/annex-bibliography.adoc
+++ b/standard/annex-bibliography.adoc
@@ -1,49 +1,49 @@
-[appendix]
-:appendix-caption: Annex
-[[Bibliography]]
-= Bibliography
-
-////
-[NOTE]
-.Example Bibliography (Delete this note).
-===============================================
-The TC has approved Springer LNCS as the official document citation type.
-
-Springer LNCS is widely used in technical and computer science journals and other publications
-
-* For citations in the text please use square brackets and consecutive numbers: [1], [2], [3]
-
-– Actual References:
-
-[n] Journal: Author Surname, A.: Title. Publication Title. Volume number, Issue number, Pages Used (Year Published)
-
-[n] Web: Author Surname, A.: Title, http://Website-Url
-
-===============================================
-////
-
-((( Example )))
-[#WGS84, reftext='[{counter:ref-num}]']
-[1] National Imagery and Mapping Agency, "Department of Defense World Geodetic System 1984: Its Definition and Relationships with Local Geodetic Systems", Third Edition, 1984.
-
-[#UNCODES, reftext='[{counter:ref-num}]']
-[2] Rec 20 – Codes for Units of Measure Used in International Trade, UN Centre for Trade Facilitation and Electronic Business (UN/CEFACT), https://www.unece.org/uncefact/codelistrecs.html
-
-[#EPSG, reftext='[{counter:ref-num}]']
-[3] EPSG Geodetic Parameter Dataset, http://www.epsg.org
-
-[#GJSON2008, reftext='[{counter:ref-num}]']
-[4] The GeoJSON Format Specification. 2008, https://geojson.org
-
-[#INTER, reftext='[{counter:ref-num}]']
-[5] Rick Parent, Chapter 3 - Interpolating Values, Editor(s): Rick Parent, Computer Animation (Third Edition), Morgan Kaufmann, 2012, Pages 61-109, https://doi.org/10.1016/B978-0-12-415842-9.00003-4.
-
-[#OBJ, reftext='[{counter:ref-num}]']
-[6] Wavefront OBJ, https://en.wikipedia.org/wiki/Wavefront_.obj_file
-
-
-//////////////
-https://qroph.github.io/2018/07/30/smooth-paths-using-catmull-rom-splines.html
-[#UCUM, reftext='[{counter:ref-num}]']
-[2] Unified Code for Units of Measure (UCUM), https://unitsofmeasure.org
-//////////////
+[appendix]
+:appendix-caption: Annex
+[[Bibliography]]
+= Bibliography
+
+////
+[NOTE]
+.Example Bibliography (Delete this note).
+===============================================
+The TC has approved Springer LNCS as the official document citation type.
+
+Springer LNCS is widely used in technical and computer science journals and other publications
+
+* For citations in the text please use square brackets and consecutive numbers: [1], [2], [3]
+
+– Actual References:
+
+[n] Journal: Author Surname, A.: Title. Publication Title. Volume number, Issue number, Pages Used (Year Published)
+
+[n] Web: Author Surname, A.: Title, http://Website-Url
+
+===============================================
+////
+
+((( Example )))
+[#WGS84, reftext='[{counter:ref-num}]']
+[1] National Imagery and Mapping Agency, "Department of Defense World Geodetic System 1984: Its Definition and Relationships with Local Geodetic Systems", Third Edition, 1984.
+
+[#UNCODES, reftext='[{counter:ref-num}]']
+[2] Rec 20 – Codes for Units of Measure Used in International Trade, UN Centre for Trade Facilitation and Electronic Business (UN/CEFACT), https://www.unece.org/uncefact/codelistrecs.html
+
+[#EPSG, reftext='[{counter:ref-num}]']
+[3] EPSG Geodetic Parameter Dataset, http://www.epsg.org
+
+[#GJSON2008, reftext='[{counter:ref-num}]']
+[4] The GeoJSON Format Specification. 2008, https://geojson.org
+
+[#INTER, reftext='[{counter:ref-num}]']
+[5] Rick Parent, Chapter 3 - Interpolating Values, Editor(s): Rick Parent, Computer Animation (Third Edition), Morgan Kaufmann, 2012, Pages 61-109, https://doi.org/10.1016/B978-0-12-415842-9.00003-4.
+
+[#OBJ, reftext='[{counter:ref-num}]']
+[6] Wavefront OBJ, https://en.wikipedia.org/wiki/Wavefront_.obj_file
+
+
+//////////////
+https://qroph.github.io/2018/07/30/smooth-paths-using-catmull-rom-splines.html
+[#UCUM, reftext='[{counter:ref-num}]']
+[2] Unified Code for Units of Measure (UCUM), https://unitsofmeasure.org
+//////////////
diff --git a/standard/annex-history.adoc b/standard/annex-history.adoc
index 57a3a1f..07a3544 100755
--- a/standard/annex-history.adoc
+++ b/standard/annex-history.adoc
@@ -1,13 +1,13 @@
-[appendix]
-:appendix-caption: Annex
-== Revision History
-
-[width="90%",options="header"]
-|===
-|Date |Release |Editor | Primary clauses modified |Description
-|2018-12-01 |1.0 |Kyoung-Sook Kim |all |initial version
-|2018-01-25 |1.0 |Kyoung-Sook Kim, Taehoon Kim |all |first draft
-|2019-04-21 |1.0 |Kyoung-Sook Kim |trajectory |revision
-|2019-06-20 |1.0 |Kyoung-Sook Kim |prism |revision
-|2019-07-27 |1.0 |Kyoung-Sook Kim, Taehoon Kim |requirement, conformance |addition
-|===
+[appendix]
+:appendix-caption: Annex
+== Revision History
+
+[width="90%",options="header"]
+|===
+|Date |Release |Editor | Primary clauses modified |Description
+|2018-12-01 |1.0 |Kyoung-Sook Kim |all |initial version
+|2018-01-25 |1.0 |Kyoung-Sook Kim, Taehoon Kim |all |first draft
+|2019-04-21 |1.0 |Kyoung-Sook Kim |trajectory |revision
+|2019-06-20 |1.0 |Kyoung-Sook Kim |prism |revision
+|2019-07-27 |1.0 |Kyoung-Sook Kim, Taehoon Kim |requirement, conformance |addition
+|===
diff --git a/standard/annex-n.adoc b/standard/annex-n.adoc
index c7e9116..a56121d 100755
--- a/standard/annex-n.adoc
+++ b/standard/annex-n.adoc
@@ -1,6 +1,6 @@
-[appendix]
-:appendix-caption: Annex
-== Title ( {Normative/Informative} )
-
-[NOTE]
-Place other Annex material in sequential annexes beginning with "B" and leave final two annexes for the Revision History and Bibliography
+[appendix]
+:appendix-caption: Annex
+== Title ( {Normative/Informative} )
+
+[NOTE]
+Place other Annex material in sequential annexes beginning with "B" and leave final two annexes for the Revision History and Bibliography
diff --git a/standard/clause_0_front_material.adoc b/standard/clause_0_front_material.adoc
index ce35338..d12dc51 100755
--- a/standard/clause_0_front_material.adoc
+++ b/standard/clause_0_front_material.adoc
@@ -1,61 +1,61 @@
-[big]*i. Abstract*
-
-This standard defines how to encode and share the various movements of geographic features by using JavaScript Object Notation (JSON).
-It provides an alternative encoding for OGC Moving Features instead of http://www.opengeospatial.org/standards/movingfeatures[XML Core [OGC 14-083r2]] and http://www.opengeospatial.org/standards/movingfeatures[Simple CSV [OGC 14-084r2]].
-A moving feature, typically like a vehicle and pedestrian, contains a temporal geometry
-whose location continuously changes over time and dynamic non-spatial attributes whose values vary with time.
-This Moving Features JSON encoding defines several keywords to implement the conceptual schema of moving features defined in ISO 19141:2008 [ISO 19141:2008], accompanied with https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON Format [IETF RFC 7946]].
-
-////
-In addition, this document provides an example of RESTful approaches as a OGC Web Feature Service that has the potential for simplicity, scalability, and resilience with respect to exchange of moving feature data across the Web.
-////
-
-[big]*ii. Keywords*
-
-TThe following are keywords to be used by search engines and document catalogues.
-
-ogcdoc, OGC document, moving features, encoding, JSON, OpenAPI
-
-[big]*iii. Preface*
-////
-[NOTE]
-====
-Insert Preface Text here. Give OGC specific commentary: describe the technical content, reason for document, history of the document and precursors, and plans for future work. >
-====
-////
-
-This document specifies JSON encodings for the implementation of the conceptual schema of moving features defined in https://www.iso.org/standard/41445.html[ISO 19141:2008],
-i.e., features whose locations change over time. OGC Moving Features Encoding standards http://www.opengeospatial.org/standards/movingfeatures[XML Core [OGC 14-083r2]]
-and http://www.opengeospatial.org/standards/movingfeatures[Simple CSV [OGC 14-084r2]] have focused on the movement of 0-dimensional geometric primitives (Points),
-called trajectories. In addition, the ISO schema excludes deformation and changes of non-spatial attributes of the feature.
-However, there are requirements to represent and share the movements of 1-dimensional curve LineStrings, 2-dimensional surface Polygons, and 3-dimensional solid polyhedrons with time-varying non-spatial attributes in various application areas, including: Location Based Services, Intelligent Transportation Systems,
-Disaster Risk Management Systems, and Smart City Applications. For example, the traffic congestion on roads and the hotspot of air pollution are typical moving features in the real world.
-
-Therefore, OGC Moving Features JSON encodings (MF-JSON) define data members for one-parameter geometries and propeties of the moving feature in time not only trajectory.
-MF-JSON is compatible with the https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON Format [IETF RFC 7946]] in a JSON document.
-
-Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.
-
-Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation.
-
-[big]*iv. Submitting organizations*
-
-The following organization has submitted this Document to the Open GeoSpatial Consortium, Inc.:
-
-* Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-* Defense Systems Company, Hitachi, Ltd.
-* Pusan National University
-
-[big]*v. Submitters*
-
-All questions regarding this submission should be directed to the editor or the submitters:
-
-{set:cellbgcolor!}
-[width="99%", cols="3,7"]
-|===========================================================
-|*Name* |*Organization*
-|Kyoung-Sook KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-|Taehoon KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
-|Nobuhiro ISHIMARU|Defense Systems Company, Hitachi, Ltd.
-|Ki-Joune LI|Pusan National University
-|===========================================================
+[big]*i. Abstract*
+
+This standard defines how to encode and share the various movements of geographic features by using JavaScript Object Notation (JSON).
+It provides an alternative encoding for OGC Moving Features instead of http://www.opengeospatial.org/standards/movingfeatures[XML Core [OGC 14-083r2]] and http://www.opengeospatial.org/standards/movingfeatures[Simple CSV [OGC 14-084r2]].
+A moving feature, typically like a vehicle and pedestrian, contains a temporal geometry
+whose location continuously changes over time and dynamic non-spatial attributes whose values vary with time.
+This Moving Features JSON encoding defines a set of keywords to implement the conceptual schema of moving features defined in ISO 19141:2008 [ISO 19141:2008], accompanied with https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON Format [IETF RFC 7946]].
+
+////
+In addition, this document provides an example of RESTful approaches as a OGC Web Feature Service that has the potential for simplicity, scalability, and resilience with respect to exchange of moving feature data across the Web.
+////
+
+[big]*ii. Keywords*
+
+The following are keywords to be used by search engines and document catalogues.
+
+ogcdoc, OGC document, moving features, encoding, JSON
+
+[big]*iii. Preface*
+////
+[NOTE]
+====
+Insert Preface Text here. Give OGC specific commentary: describe the technical content, reason for document, history of the document and precursors, and plans for future work. >
+====
+////
+
+This document specifies JSON encodings for the implementation of the conceptual schema of moving features defined in https://www.iso.org/standard/41445.html[ISO 19141:2008],
+i.e., features whose locations change over time. OGC Moving Features Encoding standards http://www.opengeospatial.org/standards/movingfeatures[XML Core [OGC 14-083r2]]
+and http://www.opengeospatial.org/standards/movingfeatures[Simple CSV [OGC 14-084r2]] have focused on the movement of 0-dimensional geometric primitives (Points),
+called trajectories. In addition, the ISO schema excludes deformation and changes of non-spatial attributes of the feature.
+However, there are requirements to represent and share the movements of 1-dimensional curve LineStrings, 2-dimensional surface Polygons, and 3-dimensional solid polyhedrons with time-varying non-spatial attributes in various application areas, including: Location Based Services, Intelligent Transportation Systems,
+Disaster Risk Management Systems, and Smart City Applications. For example, the traffic congestion on roads and the hotspot of air pollution are typical moving features in the real world.
+
+Therefore, OGC Moving Features JSON encodings (MF-JSON) define data members for one-parameter geometries and propeties of the moving feature in time not only trajectory.
+MF-JSON is compatible with the https://www.ietf.org/rfc/rfc7946.txt[IETF GeoJSON Format [IETF RFC 7946]].
+
+Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.
+
+Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation.
+
+[big]*iv. Submitting organizations*
+
+The following organization has submitted this Document to the Open GeoSpatial Consortium, Inc.:
+
+* Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+* Defense Systems Company, Hitachi, Ltd.
+* Pusan National University
+
+[big]*v. Submitters*
+
+All questions regarding this submission should be directed to the editor or the submitters:
+
+{set:cellbgcolor!}
+[width="99%", cols="3,7"]
+|===========================================================
+|*Name* |*Organization*
+|Kyoung-Sook KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+|Taehoon KIM |Artificial Intelligence Research Center, National Institute of Advanced Industrial Science and Technology
+|Nobuhiro ISHIMARU|Defense Systems Company, Hitachi, Ltd.
+|Ki-Joune LI|Pusan National University
+|===========================================================
diff --git a/standard/clause_1_scope.adoc b/standard/clause_1_scope.adoc
index c430076..27f1a2c 100755
--- a/standard/clause_1_scope.adoc
+++ b/standard/clause_1_scope.adoc
@@ -1,38 +1,38 @@
-== Scope
-This document defines the structure and content of JSON (JavaScript Object Notation) [https://www.ietf.org/rfc/rfc7159.txt[IETF RFC7159]]
-encoding implementation of the conceptual model for moving features described in http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008].
-In common, a moving feature is a geographic feature whose location changes over time containing zero or more thematic attributes.
-Such a feature may be a car, an airplane, a ship, or something alike.
-The geometry of a moving feature to express its motion is defined as a one parameter set of geometries that may be viewed as a set of leaves or
-a set of trajectories as shown in the <>.
-A leaf represents the geometry of the moving feature at a particular value of the parameter (e.g., a point in time) and
-a trajectory is a curve that represents the path of a point in the geometry of the moving feature as it moves with respect to the parameter (e.g., time).
-
-[#mf-concept,reftext='{figure-caption} {counter:figure-num}']
-.Feature Movement: Trajectory, Leaf, Foliation, and Prism [ISO 19141:2008]
-image::mf-concept.png[Conceptual Moving Feature, pdfwidth=60%, width=60%, align="center"]
-
-In the illustration above, a 2D rectangle moves, rotates, and shrink through time.
-Each representation of the rectangle at a given time (e.g., latexmath:[t_1], latexmath:[t_2], and latexmath:[t_3]) is a leaf.
-The path traced by each corner point of the rectangle (and by each of its other points) is a trajectory.
-The set of points contained in all of the leaves, and in all of the trajectories, forms a prism.
-The set of leaves also forms a foliation, meaning that there is a complete and separate representation of the geometry of the feature for each specific time.
-If viewed in a 4 dimensional spatiotemporal coordinate system, the points on the feature's geometry at different times are different points.
-
-This specification of Moving Features JSON encodings extends IETF GeoJSON Format https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]] to describe two types of dynamic attribute of a feature
-or feature collection in a JSON document as follows:
-
-* _The spatial change over time (temporal geometry)_, representing the movement of the rigid or nonrigid body of a feature; and
-* _The thematic change over time (temporal property)_, representing the variation of the value of any descriptive characteristic of a feature.
-
-The JSON encodings provide an alternative to the OGC(R) Moving Features Encodings XML Core http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[[OGC 14-083r2]] and
-Simple Comma Separated Values (CSV) http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[[OGC 14-084r2]] standards by using GeoJSON https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]].
-Moreover, it can encompass the movement of 1-dimensional, 2-dimensional, 3-dimensional geometric primitives, and their aggregation, as well as moving points and their trajectories.
-For exmaple, the representation of the following phenomena in a spatiotemporal domain is scope of this specification:
-
-* _Discrete phenomena_, which exist only on a set of instants, such as road accidents;
-* _Stepwise phenomena_, where the changes of locations are abrupt at an instant, such as administrative boundaries;
-* _Continuous phenomena_, whose locations move continuously for a period in time, such as vehicles, typhoons, or floods.
-
-This specification does not address partial motions of parts of bodies and the dimensonal deformation of the feature (e.g., from 1-d geometry to 0-d geometry).
-Also the succession of either features or their association is out of scope in this specification.
+== Scope
+This document defines the structure and content of JSON (JavaScript Object Notation) [https://www.ietf.org/rfc/rfc7159.txt[IETF RFC7159]]
+encoding implementation of the conceptual model for moving features described in http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008].
+In common, a moving feature is a geographic feature whose location changes over time containing zero or more thematic attributes.
+Such a feature may be a car, a pedestrian, an airplane, a ship, or something alike.
+The geometry of a moving feature to express its motion is defined as a one parameter set of geometries that may be viewed as a set of leaves or
+a set of trajectories as shown in the <>.
+A leaf represents the geometry of the moving feature at a particular value of the parameter (e.g., a point in time) and
+a trajectory is a curve that represents the path of a point in the geometry of the moving feature as it moves with respect to the parameter (e.g., time).
+
+[#mf-concept,reftext='{figure-caption} {counter:figure-num}']
+.Feature Movement: Trajectory, Leaf, Foliation, and Prism [ISO 19141:2008]
+image::mf-concept.png[Conceptual Moving Feature, pdfwidth=60%, width=60%, align="center"]
+
+In the illustration above, a 2D rectangle moves, rotates, and shrink through time.
+Each representation of the rectangle at a given time (e.g., latexmath:[t_1], latexmath:[t_2], and latexmath:[t_3]) is a leaf.
+The path traced by each corner point of the rectangle (and by each of its other points) is a trajectory.
+The set of points contained in all of the leaves, and in all of the trajectories, forms a prism.
+The set of leaves also forms a foliation, meaning that there is a complete and separate representation of the geometry of the feature for each specific time.
+If viewed in a 4 dimensional spatiotemporal coordinate system, the points on the feature's geometry at different times are different points.
+
+This specification of Moving Features JSON encodings extends IETF GeoJSON Format https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]] to describe two types of dynamic attribute of a feature
+or feature collection in a JSON document as follows:
+
+* _Temporal geometry_: The spatial change over time, representing the movement of the rigid or nonrigid body of a feature; and
+* _Temporal property_: The thematic change over time, representing the variation of the value of any descriptive characteristic of a feature.
+
+The JSON encodings provide an alternative to the OGC(R) Moving Features Encodings XML Core http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[[OGC 14-083r2]] and
+Simple Comma Separated Values (CSV) http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[[OGC 14-084r2]] standards by using GeoJSON https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]].
+Moreover, it can encompass the movement of 1-dimensional, 2-dimensional, 3-dimensional geometric primitives, and their aggregation, as well as moving points and their trajectories.
+For exmaple, the representation of the following phenomena in a spatiotemporal domain is scope of this specification:
+
+* _Discrete phenomena_, which exist only on a set of instants, such as road accidents;
+* _Stepwise phenomena_, where the changes of locations are abrupt at an instant, such as administrative boundaries;
+* _Continuous phenomena_, whose locations move continuously for a period in time, such as vehicles, typhoons, or floods.
+
+This specification does not address partial motions of parts of bodies and the dimensonal deformation of the feature (e.g., from 1-d geometry to 0-d geometry).
+Also the succession of either features or their association is out of scope in this specification.
diff --git a/standard/clause_2_conformance.adoc b/standard/clause_2_conformance.adoc
index 72a7658..9e07f1f 100755
--- a/standard/clause_2_conformance.adoc
+++ b/standard/clause_2_conformance.adoc
@@ -1,15 +1,15 @@
-== Conformance
-
-This standard defines 2 requirements classes with URI:
-
-* http://www.opengis.net/spec/movingfeatures/json/1.0/req/trajectory
-* http://www.opengis.net/spec/movingfeatures/json/1.0/req/prism
-
-with two accompanying conformance classes with URI:
-
-* http://www.opengis.net/spec/movingfeatures/json/1.0/conf/trajectory
-* http://www.opengis.net/spec/movingfeatures/json/1.0/conf/prism
-
-Conformance with this standard shall be checked using all the relevant tests specified in Annex A (normative) of this document.
-The framework, concepts, and methodology for testing, and the criteria to be achieved to claim conformance are specified
-in the OGC Compliance Testing Policies and Procedures and the OGC Compliance Testing web site.
+== Conformance
+
+This standard defines 2 requirements classes with URI:
+
+* http://www.opengis.net/spec/movingfeatures/json/1.0/req/trajectory
+* http://www.opengis.net/spec/movingfeatures/json/1.0/req/prism
+
+with two accompanying conformance classes with URI:
+
+* http://www.opengis.net/spec/movingfeatures/json/1.0/conf/trajectory
+* http://www.opengis.net/spec/movingfeatures/json/1.0/conf/prism
+
+Conformance with this standard shall be checked using all the relevant tests specified in Annex A (normative) of this document.
+The framework, concepts, and methodology for testing, and the criteria to be achieved to claim conformance are specified
+in the OGC Compliance Testing Policies and Procedures and the OGC Compliance Testing web site.
diff --git a/standard/clause_3_references.adoc b/standard/clause_3_references.adoc
index 906cd15..ba61a70 100755
--- a/standard/clause_3_references.adoc
+++ b/standard/clause_3_references.adoc
@@ -1,72 +1,72 @@
-== References
-The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
-
-* OGC: https://portal.opengeospatial.org/files/?artifact_id=39049[OGC 08-015r2], _OGC Abstract Specifications - Topic 2 - Spatial referencing by coordinates_, version 4.0, 2010.
-* OGC: https://portal.opengeospatial.org/files/?artifact_id=37761[OGC 10-020], _OGC Abstract Specifications - Topic 2.1 - Spatial referencing by coordinates - Extension for Parametric Values_, version 1.0, 2014.
-* OGC: http://docs.opengeospatial.org/is/15-042r3/15-042r3.html[OGC 15-042r3],_TimeseriesML 1.0 – XML Encoding of the Timeseries Profile of Observations and Measurements_, version 1.0, 2016.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-083r2], _OGC Moving Features Encoding Part I: XML Core_, 2015.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-084r2], _OGC Moving Features Encoding Extension: Simple Comma Separated Values (CSV)_, 2015.
-* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 16-120r3], _OGC Moving Features Access_, 2017.
-* ISO: http://isotc.iso.org/livelink/livelink?func=ll&objId=4230456&objAction=browse&sort=subtype[ISO/IEC Directives], _Part 2. Rules for the structure and drafting of International Standards_
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=40874[ISO 8601:2004], _Data elements and interchange formats - Information interchange - Representation of dates and time_, 2004.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=59164[ISO 19101:2014], _Geographic information — Reference model — Part 1: Fundamentals_, 2014.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19107:2003] _Geographic Information - Spatial schema_, 2003.
-* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19108:2002] _Geographic Information - Temporal schema_, 2002.
-* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008], _Geographic information - Schema for moving features_, 2008.
-* ISO/IEC: https://www.iso.org/standard/35343.html[ISO 11179-1:2004], _Information technology — Metadata registries (MDR) — Part 1: Framework_, 2004.
-* IETF: https://www.ietf.org/rfc/rfc3339.txt[IETF RFC 3339], _Date and Time on the Internet: Timestamps_, 2002.
-* IETF: https://www.ietf.org/rfc/rfc3986.txt[IETF RFC 3986], _Uniform Resource Identifier (URI): Generic Syntax_, 2005.
-* IETF: https://www.ietf.org/rfc/rfc7159.txt[IETF RFC 7159], _The JavaScript Object Notation (JSON) Data Interchange Format_, 2014.
-* IETF: https://www.ietf.org/rfc/rfc7464.txt[IETF RFC 7464], _JavaScript Object Notation (JSON) Text Sequences_, 2015.
-* IETF: https://www.ietf.org/rfc/rfc7946.txt[IETF RFC 7946], _The GeoJSON Format_, 2016.
-
-/////
-Additionally the following informative documents are addressed:
-
-* OGC: OGC 17-069, _OGC Web Feature Service 3.0: Part 1 - Core_, 2017.
-
-The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
-
-[NOTE]
-====
-Insert References here. If there are no references, state “There are no normative references”.
-
-References are to follow the Springer LNCS style, with the exception that optional information may be appended to references: DOIs are added after the date and web resource references may include an access date at the end of the reference in parentheses. See examples from Springer and OGC below.
-
-Smith, T.F., Waterman, M.S.: Identification of Common Molecular Subsequences.
-J. Mol. Biol. 147, 195–197 (1981)
-
-May, P., Ehrlich, H.C., Steinke, T.: ZIB Structure Prediction Pipeline: Composing
-a Complex Biological Workflow through Web Services. In: Nagel, W.E., Walter,
-W.V., Lehner, W. (eds.) Euro-Par 2006. LNCS, vol. 4128, pp. 1148–1158. Springer,
-Heidelberg (2006)
-
-Foster, I., Kesselman, C.: The Grid: Blueprint for a New Computing Infrastructure.
-Morgan Kaufmann, San Francisco (1999)
-
-Czajkowski, K., Fitzgerald, S., Foster, I., Kesselman, C.: Grid Information Services
-for Distributed Resource Sharing. In: 10th IEEE International Symposium on High
-Performance Distributed Computing, pp. 181–184. IEEE Press, New York (2001)
-
-Foster, I., Kesselman, C., Nick, J., Tuecke, S.: The Physiology of the Grid: an Open
-Grid Services Architecture for Distributed Systems Integration. Technical report,
-Global Grid Forum (2002)
-
-National Center for Biotechnology Information, http://www.ncbi.nlm.nih.gov
-
-
-ISO / TC 211: ISO 19115-1:2014 Geographic information -- Metadata -- Part 1: Fundamentals (2014)
-
-ISO / TC 211: ISO 19157:2013 Geographic information -- Data quality (2013)
-
-ISO / TC 211: ISO 19139:2007 Geographic information -- Metadata -- XML schema implementation (2007)
-
-ISO / TC 211: ISO 19115-3: Geographic information -- Metadata -- Part 3: XML schemas (2016)
-
-OGC: OGC 15-097 OGC Geospatial User Feedback Standard. Conceptual Model (2016)
-
-OGC: OGC 12-019, OGC City Geography Markup Language (CityGML) Encoding Standard (2012)
-
-OGC: OGC 14-005r3, OGC IndoorGML (2014)
-====
-/////
+== References
+The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
+
+* OGC: https://www.opengeospatial.org/standards/common[OGC 06-121r9], _OGC Web Service Common Implementation Specification_, version 2.0, 2010.
+* OGC: https://portal.opengeospatial.org/files/?artifact_id=39049[OGC 08-015r2], _OGC Abstract Specifications - Topic 2 - Spatial referencing by coordinates_, version 4.0, 2010.
+* OGC: https://portal.opengeospatial.org/files/?artifact_id=37761[OGC 10-020], _OGC Abstract Specifications - Topic 2.1 - Spatial referencing by coordinates - Extension for Parametric Values_, version 1.0, 2014.
+* OGC: http://docs.opengeospatial.org/is/15-042r3/15-042r3.html[OGC 15-042r3],_TimeseriesML 1.0 – XML Encoding of the Timeseries Profile of Observations and Measurements_, version 1.0, 2016.
+* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-083r2], _OGC Moving Features Encoding Part I: XML Core_, 2015.
+* OGC: http://www.opengeospatial.org/standards/movingfeatures[OGC 14-084r2], _OGC Moving Features Encoding Extension: Simple Comma Separated Values (CSV)_, 2015.
+* ISO: http://isotc.iso.org/livelink/livelink?func=ll&objId=4230456&objAction=browse&sort=subtype[ISO/IEC Directives], _Part 2. Rules for the structure and drafting of International Standards_
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=40874[ISO 8601:2004], _Data elements and interchange formats - Information interchange - Representation of dates and time_, 2004.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=59164[ISO 19101:2014], _Geographic information — Reference model — Part 1: Fundamentals_, 2014.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19107:2003] _Geographic Information - Spatial schema_, 2003.
+* ISO: http://www.iso.org/iso/catalogue_detail?csnumber=26012[ISO 19108:2002] _Geographic Information - Temporal schema_, 2002.
+* ISO: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=41445[ISO 19141:2008], _Geographic information - Schema for moving features_, 2008.
+* ISO/IEC: https://www.iso.org/standard/35343.html[ISO 11179-1:2004], _Information technology — Metadata registries (MDR) — Part 1: Framework_, 2004.
+* IETF: https://www.ietf.org/rfc/rfc3339.txt[IETF RFC 3339], _Date and Time on the Internet: Timestamps_, 2002.
+* IETF: https://www.ietf.org/rfc/rfc3986.txt[IETF RFC 3986], _Uniform Resource Identifier (URI): Generic Syntax_, 2005.
+* IETF: https://www.ietf.org/rfc/rfc7159.txt[IETF RFC 7159], _The JavaScript Object Notation (JSON) Data Interchange Format_, 2014.
+* IETF: https://www.ietf.org/rfc/rfc7464.txt[IETF RFC 7464], _JavaScript Object Notation (JSON) Text Sequences_, 2015.
+* IETF: https://www.ietf.org/rfc/rfc7946.txt[IETF RFC 7946], _The GeoJSON Format_, 2016.
+
+/////
+Additionally the following informative documents are addressed:
+
+* OGC: OGC 17-069, _OGC Web Feature Service 3.0: Part 1 - Core_, 2017.
+
+The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.
+
+[NOTE]
+====
+Insert References here. If there are no references, state “There are no normative references”.
+
+References are to follow the Springer LNCS style, with the exception that optional information may be appended to references: DOIs are added after the date and web resource references may include an access date at the end of the reference in parentheses. See examples from Springer and OGC below.
+
+Smith, T.F., Waterman, M.S.: Identification of Common Molecular Subsequences.
+J. Mol. Biol. 147, 195–197 (1981)
+
+May, P., Ehrlich, H.C., Steinke, T.: ZIB Structure Prediction Pipeline: Composing
+a Complex Biological Workflow through Web Services. In: Nagel, W.E., Walter,
+W.V., Lehner, W. (eds.) Euro-Par 2006. LNCS, vol. 4128, pp. 1148–1158. Springer,
+Heidelberg (2006)
+
+Foster, I., Kesselman, C.: The Grid: Blueprint for a New Computing Infrastructure.
+Morgan Kaufmann, San Francisco (1999)
+
+Czajkowski, K., Fitzgerald, S., Foster, I., Kesselman, C.: Grid Information Services
+for Distributed Resource Sharing. In: 10th IEEE International Symposium on High
+Performance Distributed Computing, pp. 181–184. IEEE Press, New York (2001)
+
+Foster, I., Kesselman, C., Nick, J., Tuecke, S.: The Physiology of the Grid: an Open
+Grid Services Architecture for Distributed Systems Integration. Technical report,
+Global Grid Forum (2002)
+
+National Center for Biotechnology Information, http://www.ncbi.nlm.nih.gov
+
+
+ISO / TC 211: ISO 19115-1:2014 Geographic information -- Metadata -- Part 1: Fundamentals (2014)
+
+ISO / TC 211: ISO 19157:2013 Geographic information -- Data quality (2013)
+
+ISO / TC 211: ISO 19139:2007 Geographic information -- Metadata -- XML schema implementation (2007)
+
+ISO / TC 211: ISO 19115-3: Geographic information -- Metadata -- Part 3: XML schemas (2016)
+
+OGC: OGC 15-097 OGC Geospatial User Feedback Standard. Conceptual Model (2016)
+
+OGC: OGC 12-019, OGC City Geography Markup Language (CityGML) Encoding Standard (2012)
+
+OGC: OGC 14-005r3, OGC IndoorGML (2014)
+====
+/////
diff --git a/standard/clause_4_terms_and_definitions.adoc b/standard/clause_4_terms_and_definitions.adoc
index 1f232c6..f7f1461 100755
--- a/standard/clause_4_terms_and_definitions.adoc
+++ b/standard/clause_4_terms_and_definitions.adoc
@@ -1,218 +1,215 @@
-== Terms and Definitions
-This document uses the terms defined in Sub-clause 5.3 of [OGC 06-121r8], which is based on the ISO/IEC Directives, Part 2, Rules for the structure and drafting of International Standards.
-In particular, the word “SHALL” (not “must”) is the verb form used to indicate a requirement to be strictly followed to conform to this standard.
-
-For the purposes of this document, the following additional terms and definitions apply.
-
-/////
-=== *API*
-An interface that is defined in terms of a set of functions and procedures, and enables a program to gain access to facilities within an application. (Definition from Dictionary of Computer Science - Oxford Quick Reference, 2016)
-
-=== *client*
-software component that can invoke an operation from a server +
- [ OGC 06-121r9 ]
-/////
-
-=== *base representation*
- representation, using a local origin and local ordinate vectors, of a geometric object at a given reference time.
-[ ISO 19141:2008 ]
-
- NOTE 1: A rigid geometric object many undergo translation or rotation, but remains congruent with its base representation.
-
- NOTE 2: The local origin and ordinate vectors establish an engineering coordinate reference system (ISO 19111), also called a local frame or a local Euclidean coordinate system.
-
-=== *coordinate*
-one of a sequence of n numbers designating the position of a point in n-dimensional space +
-[ OGC 08-015r2 ]
-
- NOTE: In a coordinate reference system, the coordinate numbers are qualified by units.
-
-=== *coordinate reference system*
-coordinate system that is related to an object by a datum +
-[ OGC 08-015r2 ]
-
- NOTE: For geodetic and vertical datums, the object will be the Earth.
-
-=== *curve*
-1-dimensional geometric primitive, representing the countinous image of a line +
-[ ISO 19107:2003 ]
-
- NOTE: The boudary of a curve is the set of points at either end of the curve. If the curve is a cycle, the two ends are identical, and the curve (if toplogically closed) is considered to not have a boudary.
- The first point is called the start point, and the last is the end point. Connectivity of the curve is guarateed by the "continuous image of a line" clause. A topological theorem states that a
- continous image of a connected set is connected.
-
-=== *domain*
-well-defined set +
-[ ISO 19109:2015 ]
-
-=== *dynamic attribute*
-characteristic of a feature in which its value taken from the domain of the feature attribute type varies with time
-
-=== *encoding*
-Conversion of data into a series of codes +
-[ ISO 11179-1:2004 ]
-
-=== *engineering coordinate reference system*
-coordinate reference system based on an engineering datum
-[ OGC 08-015r2 ]
-
- EXAMPLES: Local engineering and architectural grids; coordinate reference system local to a ship or an orbiting spacecraft.
-
-=== *feature*
-abstraction of real world phenomena +
-[ ISO 19101:2014 ]
-
-=== *feature attribute*
-characteristic of a feature +
-[ ISO 19109:2015 ]
-
- Note: A feature attribute type has a name, a data type and a domain associated with it. A feature attribute instance has an attribute value taken
- from the domain of the feature attribute type.
-
-=== *feature collection; collection*
-a set of features from a dataset +
-
- NOTE: In this specification, 'collection' is used as a synonym for 'feature collection'.
- This is done to make, for example, URI path expressions shorter and easier to understand for those that are not geo-experts.
-
-=== *foliation*
-one parameter set of geometries such that each point in the prism of the set is in one and only one
-trajectory and in one and only one leaf +
-[ ISO 19141:2008 ]
-
-=== *geometric object*
-spatial object representing a geometric set +
-[ ISO 19107:2003 ]
-
- NOTE: A geometric object consists of a geometric primitive, a collection of geometric primitives,
- or a geometric complex treated as a single entity. A geometric object may be the spatial representation of an object such as a feature or a significant part of a feature.
-
-=== *geometric primitive*
-geometric object representing a single, connected, homogeneous element of space +
-[ ISO 19107:2003 ]
-
- NOTE: Geometric primitives are non-decomposed objects that present information about geometric configuration. They include points, curves, surfaces, and solids.
-
-////
-=== *interface*
-named set of operations that characterize the behaviour of an entity +
-[ ISO 19119:2006 ]
-////
-
-=== *instant*
-zero-dimensional geometric primitive representing position in time +
-[ ISO 19108:2002 ]
-
-=== *leaf*
- geometry at a particular value of the parameter +
-[ ISO 19141:2008 ]
-
-=== *life span*
-period during which something exists +
-[ ISO 19108:2002 ]
-
-=== *motion*
-a change in position measured by distance and time
-
-
-=== *moving feature*
-feature whose position changes over time +
-
- NOTE: Its base representation uses a local origin and local coordinate vectors of a geometric object at a given reference time.
-
-
-=== *one parameter set of geometries*
-function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a geometry and for each point latexmath:[P \in f(a)] there is a one
-parameter set of points (called the trajectory of latexmath:[P]) latexmath:[P(t)]: latexmath:[[a, b]] latexmath:[\rightarrow P(t)] such that latexmath:[P(t) \in f(t)] +
-[ ISO 19141:2008 ]
-
- EXAMPLE: A curve C with constructive parameter (variable) t is a one parameter set of points c(t).
-
-=== *one parameter set of values*
-function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a measure value latexmath:[m] in a plane with coordinate latexmath:[(t, m)]
-
-
-=== *parametric coordinate reference system*
-coordinate reference system based on a parametric datum +
-[ OGC 10-020 ]
-
-=== *parametric datum*
-datum describing the relationship of a parametric coordinate system to an object +
-[ OGC 10-020 ]
-
- NOTE The object is normally the Earth.
-
-/////
-=== *parametric coordinate system*
-one-dimensonal coordinate system where the axis units are parameter values which are not inherently spatial +
-[ ISO 19111-2:2009 ]
-
-=== *spatio-parametric coordinate refernce system*
-compound coordinate reference system in which one constituent coordinate reference system is a parametric coordinate reference system and one is a spatial coordinate reference system +
-[ ISO 19111-2:2009 ]
-
-=== *spatio-parametric-temporal coordinate refernce system*
-compound coordinate reference system comprised of spatial, parametric and temporal coordinate reference systems +
-[ ISO 19111-2:2009 ]
-/////
-
-=== *period*
-one-dimensional geometric primitive representing extent in time +
-[ ISO 19108:2002 ]
-
- NOTE: A period is bounded by two different temporal positions.
-
-=== *position*
-data type that describes a point or geometry potentially occupied by an object or person
-
-=== *prism*
- set of points in the union of the geometries (or the union of the
-trajectories) of a one parameter set of geometries +
-[ ISO 19141:2008 ]
-
-/////
-=== *request*
-invocation of an operation by a client +
-[ OGC 06-121r9 ]
-
-=== *resource*
-any addressable unit of information or service +
-[ IETF RFC 3986 ]
-
-=== *response*
-result of an operation, returned from a server to a client +
-[ OGC 06-121r9 ]
-
-=== *server*
-a particular instance of a service +
-[ OGC 06-121r9 ]
-
-=== *service*
-distinct part of the functionality that is provided by an entity through interfaces +
-[ ISO 19119:2006 ]
-/////
-
-
-=== *temporal coordinate reference system*
-coordinate reference system based on a temporal datum
-
-=== *temporal datum*
-datum describing the relationship of a temporal coordinate system to an object
-
-
-=== *temporal geometry*
-one parameter set of geometries in which the parameter is time
-
-=== *trajectory*
-path of a moving *point* described by a one parameter set of points +
-[ ISO 19141:2008 ]
-
-/////
-=== *valid time*
-time when a fact is true in the abstracted reality +
-[ ISO 19108:2002 ]
-/////
-
-=== *value*
-element of a type domain +
-[ ISO/IEC 19501:2005 ]
+== Terms and Definitions
+This document uses the terms defined in Sub-clause 5.3 of [OGC 06-121r8], which is based on the ISO/IEC Directives, Part 2, Rules for the structure and drafting of International Standards.
+In particular, the word “SHALL” (not “must”) is the verb form used to indicate a requirement to be strictly followed to conform to this standard.
+
+For the purposes of this document, the following additional terms and definitions apply.
+
+/////
+=== *API*
+An interface that is defined in terms of a set of functions and procedures, and enables a program to gain access to facilities within an application. (Definition from Dictionary of Computer Science - Oxford Quick Reference, 2016)
+
+=== *client*
+software component that can invoke an operation from a server +
+ [ OGC 06-121r9 ]
+/////
+
+=== *base representation*
+ representation, using a local origin and local ordinate vectors, of a geometric object at a given reference time.
+[ ISO 19141:2008 ]
+
+ NOTE 1: A rigid geometric object many undergo translation or rotation, but remains congruent with its base representation.
+
+ NOTE 2: The local origin and ordinate vectors establish an engineering coordinate reference system (ISO 19111), also called a local frame or a local Euclidean coordinate system.
+
+=== *coordinate*
+one of a sequence of n numbers designating the position of a point in n-dimensional space +
+[ OGC 08-015r2 ]
+
+ NOTE: In a coordinate reference system, the coordinate numbers are qualified by units.
+
+=== *coordinate reference system*
+coordinate system that is related to an object by a datum +
+[ OGC 08-015r2 ]
+
+ NOTE: For geodetic and vertical datums, the object will be the Earth.
+
+=== *curve*
+1-dimensional geometric primitive, representing the countinous image of a line +
+[ ISO 19107:2003 ]
+
+ NOTE: The boudary of a curve is the set of points at either end of the curve. If the curve is a cycle, the two ends are identical, and the curve (if toplogically closed) is considered to not have a boudary.
+ The first point is called the start point, and the last is the end point. Connectivity of the curve is guarateed by the "continuous image of a line" clause. A topological theorem states that a continous image of a connected set is connected.
+
+=== *domain*
+well-defined set +
+[ ISO 19109:2015 ]
+
+=== *dynamic attribute*
+characteristic of a feature in which its value taken from the domain of the feature attribute type varies with time
+
+=== *encoding*
+Conversion of data into a series of codes +
+[ ISO 11179-1:2004 ]
+
+=== *engineering coordinate reference system*
+coordinate reference system based on an engineering datum
+[ OGC 08-015r2 ]
+
+ EXAMPLES: Local engineering and architectural grids; coordinate reference system local to a ship or an orbiting spacecraft.
+
+=== *feature*
+abstraction of real world phenomena +
+[ ISO 19101:2014 ]
+
+=== *feature attribute*
+characteristic of a feature +
+[ ISO 19109:2015 ]
+
+ Note: A feature attribute type has a name, a data type and a domain associated with it. A feature attribute instance has an attribute value taken from the domain of the feature attribute type.
+
+=== *feature collection; collection*
+a set of features from a dataset +
+
+ NOTE: In this specification, 'collection' is used as a synonym for 'feature collection'.
+ This is done to make, for example, URI path expressions shorter and easier to understand for those that are not geo-experts.
+
+=== *foliation*
+one parameter set of geometries such that each point in the prism of the set is in one and only one
+trajectory and in one and only one leaf +
+[ ISO 19141:2008 ]
+
+=== *geometric object*
+spatial object representing a geometric set +
+[ ISO 19107:2003 ]
+
+ NOTE: A geometric object consists of a geometric primitive, a collection of geometric primitives, or a geometric complex treated as a single entity. A geometric object may be the spatial representation of an object such as a feature or a significant part of a feature.
+
+=== *geometric primitive*
+geometric object representing a single, connected, homogeneous element of space +
+[ ISO 19107:2003 ]
+
+ NOTE: Geometric primitives are non-decomposed objects that present information about geometric configuration. They include points, curves, surfaces, and solids.
+
+////
+=== *interface*
+named set of operations that characterize the behaviour of an entity +
+[ ISO 19119:2006 ]
+////
+
+=== *instant*
+zero-dimensional geometric primitive representing position in time +
+[ ISO 19108:2002 ]
+
+=== *leaf*
+ geometry at a particular value of the parameter +
+[ ISO 19141:2008 ]
+
+=== *life span*
+period during which something exists +
+[ ISO 19108:2002 ]
+
+=== *motion*
+a change in position measured by distance and time
+
+
+=== *moving feature*
+feature whose position changes over time +
+
+ NOTE: Its base representation uses a local origin and local coordinate vectors of a geometric object at a given reference time.
+
+
+=== *one parameter set of geometries*
+function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a geometry and for each point latexmath:[P \in f(a)] there is a one
+parameter set of points (called the trajectory of latexmath:[P]) latexmath:[P(t)]: latexmath:[[a, b]] latexmath:[\rightarrow P(t)] such that latexmath:[P(t) \in f(t)] +
+[ ISO 19141:2008 ]
+
+ EXAMPLE: A curve C with constructive parameter (variable) t is a one parameter set of points c(t).
+
+=== *one parameter set of values*
+function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a measure value latexmath:[m] in a plane with coordinate latexmath:[(t, m)]
+
+
+=== *parametric coordinate reference system*
+coordinate reference system based on a parametric datum +
+[ OGC 10-020 ]
+
+=== *parametric datum*
+datum describing the relationship of a parametric coordinate system to an object +
+[ OGC 10-020 ]
+
+ NOTE The object is normally the Earth.
+
+/////
+=== *parametric coordinate system*
+one-dimensonal coordinate system where the axis units are parameter values which are not inherently spatial +
+[ ISO 19111-2:2009 ]
+
+=== *spatio-parametric coordinate refernce system*
+compound coordinate reference system in which one constituent coordinate reference system is a parametric coordinate reference system and one is a spatial coordinate reference system +
+[ ISO 19111-2:2009 ]
+
+=== *spatio-parametric-temporal coordinate refernce system*
+compound coordinate reference system comprised of spatial, parametric and temporal coordinate reference systems +
+[ ISO 19111-2:2009 ]
+/////
+
+=== *period*
+one-dimensional geometric primitive representing extent in time +
+[ ISO 19108:2002 ]
+
+ NOTE: A period is bounded by two different temporal positions.
+
+=== *position*
+data type that describes a point or geometry potentially occupied by an object
+
+=== *prism*
+ set of points in the union of the geometries (or the union of the
+trajectories) of a one parameter set of geometries +
+[ ISO 19141:2008 ]
+
+/////
+=== *request*
+invocation of an operation by a client +
+[ OGC 06-121r9 ]
+
+=== *resource*
+any addressable unit of information or service +
+[ IETF RFC 3986 ]
+
+=== *response*
+result of an operation, returned from a server to a client +
+[ OGC 06-121r9 ]
+
+=== *server*
+a particular instance of a service +
+[ OGC 06-121r9 ]
+
+=== *service*
+distinct part of the functionality that is provided by an entity through interfaces +
+[ ISO 19119:2006 ]
+/////
+
+
+=== *temporal coordinate reference system*
+coordinate reference system based on a temporal datum
+
+=== *temporal datum*
+datum describing the relationship of a temporal coordinate system to an object
+
+
+=== *temporal geometry*
+one parameter set of geometries in which the parameter is time
+
+=== *trajectory*
+path of a moving point described by a one parameter set of points +
+[ ISO 19141:2008 ]
+
+/////
+=== *valid time*
+time when a fact is true in the abstracted reality +
+[ ISO 19108:2002 ]
+/////
+
+=== *value*
+element of a type domain +
+[ ISO/IEC 19501:2005 ]
diff --git a/standard/clause_5_conventions.adoc b/standard/clause_5_conventions.adoc
index a8afe3e..6f50607 100755
--- a/standard/clause_5_conventions.adoc
+++ b/standard/clause_5_conventions.adoc
@@ -1,54 +1,55 @@
-== Conventions
-This sections provides details and examples for any conventions used in the document.
-Examples of conventions are symbols, abbreviations, use of XML schema, or special notes regarding how to read the document.
-
-=== Identifiers
-The normative provisions in this specification are denoted by the URI
-
-http://www.opengis.net/spec/movingfeatures/json/1.0
-
-All requirements and conformance tests that appear in this document are denoted by partial URIs which are relative to this base.
-
-All examples in this document are informative only.
-
-=== JSON notation
-
-The notation of JSON in this document is based on the specification of [RFC 7159].
-
-The ordering of the members of any JSON object must be considered irrelevant. Some examples use a JavaScript single line comment (//) and an ellipsis (...) as placeholder notation for a specific JSON instance.
-Whitespace is used in the examples inside this document to help illustrate the data structures, but is not required. Unquoted whitespace is not significant in JSON.
-
-=== UML notation
-
-Unified Modeling Language (UML) static structure diagrams appearing in this document are used as described in Subclause 5.2 of OGC Web Services Common [OGC 06-121r9].
-
-=== Abbreviated terms
-
-The following symbols and abbreviated terms are used in this best practice paper:
-
-[width="99%", cols="2,8"]
-|=========
-|CRS | Coordinate Reference Systems
-|CSV | Comma Separated Values
-|IETF | Internet Engineering Task Force
-|ISO | International Organization for Standardization
-|JSON | JavaScript Object Notation
-|OGC | Open Geospatial Consortium
-|UML | Unified Modeling Language
-|URI | Uniform Resource Identifiers
-|URL | Uniform Resource Locators
-|XML | Extensible Markup Language
-|1D | One Dimensional
-|2D | Two Dimensional
-|3D | Three Dimensional
-|=========
-
-
-/////////
-|API | Application Program Interface
-|CRUD | Create, Read, Update, Delete
-|HTTP | Hypertext Transfer Protocol
-|OASIS| Organization for the Advancement of Structured Information Standards
-|REST | Representational State Transfer
-|WKT | Well Known Text
-/////////
+== Conventions
+This sections provides details and examples for any conventions used in the document.
+Examples of conventions are symbols, abbreviations, or special notes regarding how to read the document.
+
+=== Identifiers
+The normative provisions in this specification are denoted by the URI
+
+http://www.opengis.net/spec/movingfeatures/json/1.0
+
+All requirements and conformance tests that appear in this document are denoted by partial URIs which are relative to this base.
+
+All examples in this document are informative only.
+
+=== JSON notation
+
+The notation of JSON in this document is based on the specification of [RFC 7159].
+
+The ordering of the members of any JSON object must be considered irrelevant. Some examples use a JavaScript single line comment (//) and an ellipsis (...) as placeholder notation for a specific JSON instance.
+Whitespace is used in the examples inside this document to help illustrate the data structures, but is not required. Unquoted whitespace is not significant in JSON.
+
+=== UML notation
+
+Unified Modeling Language (UML) static structure diagrams appearing in this document are used as described in Subclause 5.2 of OGC Web Services Common [OGC 06-121r9].
+
+=== Abbreviated terms
+
+The following symbols and abbreviated terms are used in this standard:
+
+[width="99%", cols="2,8"]
+|=========
+|CRS | Coordinate Reference Systems
+|CSV | Comma Separated Values
+|IETF | Internet Engineering Task Force
+|ISO | International Organization for Standardization
+|JSON | JavaScript Object Notation
+|OGC | Open Geospatial Consortium
+|UML | Unified Modeling Language
+|URI | Uniform Resource Identifiers
+|URL | Uniform Resource Locators
+|XML | Extensible Markup Language
+|0D | Zero Dimensional
+|1D | One Dimensional
+|2D | Two Dimensional
+|3D | Three Dimensional
+|=========
+
+
+/////////
+|API | Application Program Interface
+|CRUD | Create, Read, Update, Delete
+|HTTP | Hypertext Transfer Protocol
+|OASIS| Organization for the Advancement of Structured Information Standards
+|REST | Representational State Transfer
+|WKT | Well Known Text
+/////////
diff --git a/standard/clause_6_overview_informative.adoc b/standard/clause_6_overview_informative.adoc
index 3a7f80e..f03a3f0 100755
--- a/standard/clause_6_overview_informative.adoc
+++ b/standard/clause_6_overview_informative.adoc
@@ -1,100 +1,100 @@
-== Overview of Moving Features JSON Encodings (Informative)
-
-This document provides an alternative to the OGC(R) Moving Features Encodings XML Core http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[[OGC 14-083r2]]
-and Simple Comma Separated Values (CSV) http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[[OGC 14-084r2]] standards
-by using JSON objects that is easily readable by machines and by humans.
-The JSON encoding formats for sharing moving feature data specified in this document leverages *GeoJSON* https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]]
-that has already been commonly used in many applications and well supported by tools and software libraries.
-This standard defines two JSON encoding forms: *MF-JSON Trajectory* and *MF-JSON Prism*.
-If an application focuses on only the linear movement (i.e., the spatiotemporal line string) of moving points
-based on World Geodetic System 1984, with longitude and latitude units of decimal degrees,
-the application can share the trajectory data by using *only* GeoJSON, called *MF-JSON Trajectory*.
-For other cases, *MF-JSON Prism* can be used for expressing more complex movements of moving features.
-*MF-JSON Prism* is an extension of GeoJSON formats reserving new members of JSON objects (`"temporalGeometry", "temporalProperties", "crs", "trs", "time"`, and etc.) as "foreign members"
-to represent spatiotemporal geometries, variations of measure, coordinate reference systems, and the time interval of moving features in the GeoJSON document.
-<> presents the overview of two forms of Moving Features JSON encodings.
-
-[#mf-encodings,reftext='{figure-caption} {counter:figure-num}']
-.JSON encodings for moving feature data
-image::mf-encodings.png[mf-encodings, pdfwidth=65%, width=65%, align="center"]
-
-[NOTE]
-.Coordinate Reference System (CRS)
-The IETF GeoJSON format recommends a single coordinate reference system based on World Geodetic System 1984, with longitude and latitude units of decimal degrees.
-However, a moving feature needs a temporal coordinate system and may require an engineering coordinate reference system or parametric coordinate reference system
-to represent the movement of the geometry of the feature in the case of an application request. Therefore, MF-JSON includes the "crs" field as described in GeoJSON(2008)[[GEOJSON]].
-
-TIP: The existing GeoJSON implementation can ignore the new members of "temporalGeometry", "temporalProperties", "trs", and "time" in an MF-JSON document
-if there is no processing module for foreign members. Accordingly, MF-JSON is compatible with the GeoJSON encoding.
-
-<> illustrates an example of the movement of a hurricane with a time-varying 2-dimensional geometry as a moving feature. Suppose the pressure centroid of the hurricane reported four locations
-at latexmath:[t_1, t_2, t_3], and latexmath:[t_4]. Its trajectory may be drawn depending on the interpolation method between two consecutive locations, such as latexmath:[A] (linear) or latexmath:[B] (Quadratic).
-https://www.iso.org/standard/41445.html[ISO 19141:2008] defines a conceptual schema of a moving feature based on geometry types as shown in <>.
-The ISO conceptual schema represents the motion consisting of translation and/or rotation of a moving feature, but not including deformation of the geometry, over time.
-
-[#mf-hurricane,reftext='{figure-caption} {counter:figure-num}']
-.Example of a moving feature: a hurricane and its properties
-image::mf-hurricane.png[mf-hurricane, pdfwidth=70%, width=70%, align="center"]
-
-[#mf-iso,reftext='{figure-caption} {counter:figure-num}']
-.Components of the moving feature packages in ISO 19141:2008
-image::mf-iso.png[Components, pdfwidth=95%, width=95%, align="center"]
-
-The data model defined in https://www.iso.org/standard/41445.html[ISO 19141:2008] is based on two geometric types: *MF_OneParamGeometry* and *MF_Trajectory*.
-*MF_OneParamGeometry* is the type to describe a function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a geometry.
-A leaf of a one parameter set of geometries is the geometry latexmath:[f(t)] at a particular value latexmath:[t] of the parameter.
-*MF_Trajectory* describes a one-parameter geometry whose cross section is a point as a leaf.
-*MF_OneParamGeometry* and *MF_Trajectory* is specialized as *MF_TemporalGeometry* and *MF_TemporalTrajectory* respectively, when the parameter is time representing a multiple of a single unit of measure
-such as year, day, or second for those types. *MF_TemporalTrajectory* is also a sub-type of *MF_TemporalGeometry*.
-The OGC Moving Features XML and CSV standard provide the encoding formats to represent linear trajectories of moving points, typically representing vehicles or pedestrians.
-<> shows an example for linear trajectories of two moving points A and B.
-Each trajectory has the start time and the end time. Both points start to move at t=10sec and end at t=19sec. While the movement of B does not change, the movement of A is changed at t=15sec.
-<> and <> shows how to encode the trajectories shown in <> by using two OGC Moving Features encoding standards.
-However, XML and CSV encoding standards have limitation on the representation of prism geometries such as *MF_PrismGeometry* and *MF_RigidTemporalGeometry*.
-They describe the implementation of only a type of *MF_TemporalTrajectory* with linear interpolation of movement.
-This MF-JSON standard specifies how to encode the same information by using GeoJSON; Additionally, it defines new JSON members to support applications that need more power expression of
-the movement of a feature whose geometry may be 0D, 1D, 2D, 3D geometric primitives, or their aggregations and continuously changes over time with various temporal interpolation methods.
-
-[#mf-ogc,reftext='{figure-caption} {counter:figure-num}']
-.Example for two linear trajectories
-image::mf-ogc.png[Components, pdfwidth=70%, width=70%, align="center"]
-
-[#mf-xml, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: OGC Moving Features XML Core encoding of linear trajectories.
-[source, xml]
-
-
-
-
- 50.23 9.23
- 50.31 9.27
- 2012-01-17T12:33:41Z
- 2012-01-17T12:37:00Z
-
-
- ......
-
-
- 11.0 2.0 12.0 3.0
- walking,1
-
-
- 10.0 2.0 11.0 3.0
- walking,2
-
-
- 12.0 3.0 10.0 3.0
- walking,2
-
-
-
-
-
-[#mf-csv, reftext='{example-caption} {counter:example-num}']
-[source, csv]
-.Example {counter:example-num}: OGC Moving Features CSV encoding of linear trajectories.
-@stboundedby,urn:x-ogc:def:crs:EPSG:6.6:4326,2D,50.23 9.23,50.31 9.27,2012-01-17T12:33:41Z,2012-01-17T12:37:00Z,sec
-@columns,mfidref,trajectory,state,xsd:token,”type code”,xsd:integer
-A,10,15,11.0 2.0 12.0 3.0,walking,1
-B,10,19,10.0 2.0 11.0 3.0,walking,2
-A,15,19,12.0 3.0 10.0 3.0,walking,2
+== Overview of Moving Features JSON Encodings (Informative)
+
+This document provides an alternative to the OGC(R) Moving Features Encodings XML Core http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[[OGC 14-083r2]]
+and Simple Comma Separated Values (CSV) http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[[OGC 14-084r2]] standards
+by using JSON objects that is easily readable by machines and by humans.
+The JSON encoding formats for sharing moving feature data specified in this document leverages *GeoJSON* https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]]
+that has already been commonly used in many applications and well supported by tools and software libraries.
+This standard defines two JSON encoding forms: *MF-JSON Trajectory* and *MF-JSON Prism*.
+If an application focuses on only the linear movement (i.e., the spatiotemporal line string) of moving points
+based on World Geodetic System 1984, with longitude and latitude units of decimal degrees,
+the application can share the trajectory data by using *only* GeoJSON, called *MF-JSON Trajectory*.
+For other cases, *MF-JSON Prism* can be used for expressing more complex movements of moving features.
+*MF-JSON Prism* is an extension of GeoJSON formats reserving new members of JSON objects (`"temporalGeometry", "temporalProperties", "crs", "trs", "time"`, and etc.) as "foreign members"
+to represent spatiotemporal geometries, variations of measure, coordinate reference systems, and the time interval of moving features in the GeoJSON document.
+<> presents the overview of two forms of Moving Features JSON encodings.
+
+[#mf-encodings,reftext='{figure-caption} {counter:figure-num}']
+.JSON encodings for moving feature data
+image::mf-encodings.png[mf-encodings, pdfwidth=65%, width=65%, align="center"]
+
+[NOTE]
+.Coordinate Reference System (CRS)
+The IETF GeoJSON format recommends a single coordinate reference system based on World Geodetic System 1984, with longitude and latitude units of decimal degrees.
+However, a moving feature needs a temporal coordinate system and may require an engineering coordinate reference system or parametric coordinate reference system
+to represent the movement of the geometry of the feature in the case of an application request. Therefore, MF-JSON includes the "crs" field as described in GeoJSON(2008)[[GEOJSON]].
+
+TIP: The existing GeoJSON implementation can ignore the new members of "temporalGeometry", "temporalProperties", "trs", and "time" in an MF-JSON document
+if there is no processing module for foreign members. Accordingly, MF-JSON is compatible with the GeoJSON encoding.
+
+<> illustrates an example of the movement of a hurricane with a time-varying 2-dimensional geometry as a moving feature. Suppose the pressure centroid of the hurricane reported four locations
+at latexmath:[t_1, t_2, t_3], and latexmath:[t_4]. Its trajectory may be drawn depending on the interpolation method between two consecutive locations, such as latexmath:[A] (linear) or latexmath:[B] (Quadratic).
+https://www.iso.org/standard/41445.html[ISO 19141:2008] defines a conceptual schema of a moving feature based on geometry types as shown in <>.
+The ISO conceptual schema represents the motion consisting of translation and/or rotation of a moving feature, but not including deformation of the geometry, over time.
+
+[#mf-hurricane,reftext='{figure-caption} {counter:figure-num}']
+.Example of a moving feature: a hurricane and its properties
+image::mf-hurricane.png[mf-hurricane, pdfwidth=70%, width=70%, align="center"]
+
+[#mf-iso,reftext='{figure-caption} {counter:figure-num}']
+.Components of the moving feature packages in ISO 19141:2008
+image::mf-iso.png[Components, pdfwidth=95%, width=95%, align="center"]
+
+The data model defined in https://www.iso.org/standard/41445.html[ISO 19141:2008] is based on two geometric types: *MF_OneParamGeometry* and *MF_Trajectory*.
+*MF_OneParamGeometry* is the type to describe a function latexmath:[f] from an interval latexmath:[t \in [a, b]] such that latexmath:[f(t)] is a geometry.
+A leaf of a one parameter set of geometries is the geometry latexmath:[f(t)] at a particular value latexmath:[t] of the parameter.
+*MF_Trajectory* describes a one-parameter geometry whose cross section is a point as a leaf.
+*MF_OneParamGeometry* and *MF_Trajectory* is specialized as *MF_TemporalGeometry* and *MF_TemporalTrajectory* respectively, when the parameter is time representing a multiple of a single unit of measure
+such as year, day, or second for those types. *MF_TemporalTrajectory* is also a sub-type of *MF_TemporalGeometry*.
+The OGC Moving Features XML and CSV standard provide the encoding formats to represent linear trajectories of moving points, typically representing vehicles or pedestrians.
+<> shows an example for linear trajectories of two moving points A and B.
+Each trajectory has the start time and the end time. Both points start to move at t=10sec and end at t=19sec. While the movement of B does not change, the movement of A is changed at t=15sec.
+<> and <> shows how to encode the trajectories shown in <> by using two OGC Moving Features encoding standards.
+However, XML and CSV encoding standards have limitation on the representation of prism geometries such as *MF_PrismGeometry* and *MF_RigidTemporalGeometry*.
+They describe the implementation of only a type of *MF_TemporalTrajectory* with linear interpolation of movement.
+This MF-JSON standard specifies how to encode the same information by using GeoJSON; Additionally, it defines new JSON members to support applications that need more power expression of
+the movement of a feature whose geometry may be 0D, 1D, 2D, 3D geometric primitives, or their aggregations and continuously changes over time with various temporal interpolation methods.
+
+[#mf-ogc,reftext='{figure-caption} {counter:figure-num}']
+.Example for two linear trajectories
+image::mf-ogc.png[Components, pdfwidth=70%, width=70%, align="center"]
+
+[#mf-xml, reftext='{example-caption} {counter:example-num}']
+.Example {counter:example-num}: OGC Moving Features XML Core encoding of linear trajectories.
+[source, xml]
+
+
+
+
+ 50.23 9.23
+ 50.31 9.27
+ 2012-01-17T12:33:41Z
+ 2012-01-17T12:37:00Z
+
+
+ ......
+
+
+ 11.0 2.0 12.0 3.0
+ walking,1
+
+
+ 10.0 2.0 11.0 3.0
+ walking,2
+
+
+ 12.0 3.0 10.0 3.0
+ walking,2
+
+
+
+
+
+[#mf-csv, reftext='{example-caption} {counter:example-num}']
+[source, csv]
+.Example {counter:example-num}: OGC Moving Features CSV encoding of linear trajectories.
+@stboundedby,urn:x-ogc:def:crs:EPSG:6.6:4326,2D,50.23 9.23,50.31 9.27,2012-01-17T12:33:41Z,2012-01-17T12:37:00Z,sec
+@columns,mfidref,trajectory,state,xsd:token,”type code”,xsd:integer
+A,10,15,11.0 2.0 12.0 3.0,walking,1
+B,10,19,10.0 2.0 11.0 3.0,walking,2
+A,15,19,12.0 3.0 10.0 3.0,walking,2
diff --git a/standard/clause_7_1_trajectory.adoc b/standard/clause_7_1_trajectory.adoc
index 3008691..0a25d3b 100644
--- a/standard/clause_7_1_trajectory.adoc
+++ b/standard/clause_7_1_trajectory.adoc
@@ -1,100 +1,100 @@
-=== MF-JSON Trajectory Encoding
-
-MF-JSON Trajectory specifies how to map/interpret linear trajectories of moving points into/from the *GeoJSON* https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]] object.
-It is based on the data model of _mf:MovingFeatures_ defined in http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC Moving Features XML Core].
-
-[NOTE]
-The _mf:MovingFeatures_ Class is implemented by _mf:Foliation_ including movements of moving points, which are instances of _mf:LinearTrajectory_.
-In XML Core, the _mf:LinearTrajectory_ Class is expressed by a single spatiotemporal segment with linear interpolation, having two elements of _gml:PosList_ and _mf:Attr_,
-as well as three attributes of _mfIdRef_, _start_, and _end_. The _mfIdRef_ attribute is the text specifying the moving feature (i.e. person ID, vehicle ID, etc.).
-The _start_ and _end_ attribute of _mf:LinearTrajectory_ describes the temporal offset from the _gml:beginPosition_ element in the _mf:sTBoundedBy_ Class.
-Two or more coordinate tuples are specified in _gml:posList_ and linearly interpolated from time _start_ to _end_.
-The _mf:Attr_ element contains the attribute information as a text. The values of the attributes are constant while the feature moves along the _mf:LinearTrajectory_.
-The detailed description refers to http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC Moving Features XML Core].
-
-Comparing to the segment-based encodings of http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC XML Core] and http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[CSV],
-MF-JSON Trajectory encodes a spatiotemporal linestring or a collection of linestrings to reduce the size of a GeoJSON document.
-The spatiotemporal linestring is a one-dimensional object representing a sequence of spatiotemporal points and the trajectory segments connecting them.
-The GeoJSON encoding rules of MF-JSON Trajectory are set as follows:
-
-* An MF-JSON Trajectory document presents an instance of the _mf:LinearTrajectory_ Class or a set of those instances as a GeoJSON FeatureCollection object.
-An _mf:LinearTrajectory_ instance is mapped into a GeoJSON Feature object with a linestring geometry;
-i.e., the value of member `"type"` in the Geometry object is "LineString".
-[NOTE]
-(GeoJSON) A Feature object represents a spatially bounded thing. A Feature object has, at least 3 members:
-a "type" member with the value "Feature", a "geometry" member, and a "properties" member.
-Geometry only has 2 members: "type" and "coordinates". The "type" value of geometry can
-be one of "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", and "GeometryCollection".
-The GeoJSON extensibility is limited by the interpretation of the sentence in the IETF RFC 7946
-"Implementations MUST NOT extend the fixed set of GeoJSON types: FeatureCollection, Feature, Point, LineString, MultiPoint, Polygon,
-MultiLineString, MultiPolygon, and GeometryCollection."
-
-* The identifier of a moving feature (i.e., _mfIdRef_) is mapped into the member named `"id"` of the GeoJSON Feature object.
-[NOTE]
-(GeoJSON) If a Feature has a commonly used identifier, that identifier is included as a member of the Feature object with the name "id",
-and the value of this member is either a JSON string or number.
-
-* The value of the `"coordinates"` member of a linestring geometry object has two or more positions that draws a sequence of trajectory segments.
-Each position is each projection in spatial domain. All trajectory segments that have the same identifier are merged into a linestring geometry object
-as long as any consecutive segments meet each other at a time instant.
-[NOTE]
-(GeoJSON) A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, or easting and northing,
-precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.
-The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84)
-<> datum, with longitude and latitude units of decimal degrees.
-
-* The `"properties"` member of a GeoJSON Feature object has a member with the name `"datetimes"`. The value of the `"datetimes"` member is an array of a sequence of
-monotonic increasing time instants, having the same number of positions of the "coordinates" member. The value of a time instant is a JSON string using Z (e.g., 1985-04-12T23:20:50.52Z)
-encoded by https://www.ietf.org/rfc/rfc3339.txt[IETF RFC 3339], an Internet profile of the https://www.iso.org/iso-8601-date-and-time-format.html[ISO 8601] standard
-for representation of dates and times using the Gregorian calendar, or a numeric value of milliseconds since midnight (00:00 a.m.) on January 1, 1970 in UTC (e.g., 1465621816590).
-[NOTE]
-(GeoJSON) A Feature object has a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value).
-
-* If a Feature has any variable attribute by time and its value (i.e., _mf:AttrDef_ and _mf:Attr_),
-the attribute can be a member inside the `"properties"` member with the value of a JSON arrray,
-having one less than the number of positions of the `"coordinates"` member.
-
-* A set of _mf:LinearTrajectory_ instances is packed in the elements of the `"features"` member of a FeatureCollection object.
-[NOTE]
-(GeoJSON) A FeatureCollection object has a member with the name "features". The value of "features" is a JSON array of Feature objects.
-It is possible for this array to be empty.
-
-
-<> illustrates an example of the MF-JSON Trajectory encoding corresponding to two moving points, as shown in <> to be replaceable with <> and <>.
-
-[#mf-geojson, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: Example of the MF-JSON Trajectory encoding
-[source, javascript]
-{
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "id": "A",
- "geometry": {
- "type": "LineString",
- "coordinates": [[11.0,2.0], [12.0,3.0], [10.0,3.0]]
- },
- "properties": {
- "datetimes": ["2012-01-17T12:33:51Z", "2012-01-17T12:33:56Z", "2012-01-17T12:34:00Z"],
- "state": ["walking","walking"],
- "typecode": [1, 2]
- }
- },
- {
- "type": "Feature",
- "id": "B",
- "geometry": {
- "type": "LineString",
- "coordinates": [[10.0,2.0], [11.0,3.0]]
- },
- "properties": {
- "datetimes": ["2012-01-17T12:33:51Z", "2012-01-17T12:34:00Z"],
- "state": ["walking"],
- "typecode": [2]
- }
- }
- ]
-}
-
-include::requirements/requirements_trajectory.adoc[]
+=== MF-JSON Trajectory Encoding
+
+MF-JSON Trajectory specifies how to map/interpret linear trajectories of moving points into/from the *GeoJSON* https://www.ietf.org/rfc/rfc7946.txt[[IETF RFC 7946]] object.
+It is based on the data model of _mf:MovingFeatures_ defined in http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC Moving Features XML Core].
+
+[NOTE]
+The _mf:MovingFeatures_ Class is implemented by _mf:Foliation_ including movements of moving points, which are instances of _mf:LinearTrajectory_.
+In XML Core, the _mf:LinearTrajectory_ Class is expressed by a single spatiotemporal segment with linear interpolation, having two elements of _gml:PosList_ and _mf:Attr_,
+as well as three attributes of _mfIdRef_, _start_, and _end_. The _mfIdRef_ attribute is the text specifying the moving feature (i.e. person ID, vehicle ID, etc.).
+The _start_ and _end_ attribute of _mf:LinearTrajectory_ describes the temporal offset from the _gml:beginPosition_ element in the _mf:sTBoundedBy_ Class.
+Two or more coordinate tuples are specified in _gml:posList_ and linearly interpolated from time _start_ to _end_.
+The _mf:Attr_ element contains the attribute information as a text. The values of the attributes are constant while the feature moves along the _mf:LinearTrajectory_.
+The detailed description refers to http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC Moving Features XML Core].
+
+Comparing to the segment-based encodings of http://docs.opengeospatial.org/is/14-083r2/14-083r2.html[OGC XML Core] and http://docs.opengeospatial.org/is/14-084r2/14-084r2.html[CSV],
+MF-JSON Trajectory encodes a spatiotemporal linestring or a collection of linestrings to reduce the size of a GeoJSON document.
+The spatiotemporal linestring is a one-dimensional object representing a sequence of spatiotemporal points and the trajectory segments connecting them.
+The GeoJSON encoding rules of MF-JSON Trajectory are set as follows:
+
+* An MF-JSON Trajectory document presents an instance of the _mf:LinearTrajectory_ Class or a set of those instances as a GeoJSON FeatureCollection object.
+An _mf:LinearTrajectory_ instance is mapped into a GeoJSON Feature object with a linestring geometry;
+i.e., the value of member `"type"` in the Geometry object is "LineString".
+[NOTE]
+(GeoJSON) A Feature object represents a spatially bounded thing. A Feature object has, at least 3 members:
+a "type" member with the value "Feature", a "geometry" member, and a "properties" member.
+Geometry only has 2 members: "type" and "coordinates". The "type" value of geometry can
+be one of "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", and "GeometryCollection".
+The GeoJSON extensibility is limited by the interpretation of the sentence in the IETF RFC 7946
+"Implementations MUST NOT extend the fixed set of GeoJSON types: FeatureCollection, Feature, Point, LineString, MultiPoint, Polygon,
+MultiLineString, MultiPolygon, and GeometryCollection."
+
+* The identifier of a moving feature (i.e., _mfIdRef_) is mapped into the member named `"id"` of the GeoJSON Feature object.
+[NOTE]
+(GeoJSON) If a Feature has a commonly used identifier, that identifier is included as a member of the Feature object with the name "id",
+and the value of this member is either a JSON string or number.
+
+* The value of the `"coordinates"` member of a linestring geometry object has two or more positions that draws a sequence of trajectory segments.
+Each position is each projection in spatial domain. All trajectory segments that have the same identifier are merged into a linestring geometry object
+as long as any consecutive segments meet each other at a time instant.
+[NOTE]
+(GeoJSON) A position is an array of numbers. There MUST be two or more elements. The first two elements are longitude and latitude, or easting and northing,
+precisely in that order and using decimal numbers. Altitude or elevation MAY be included as an optional third element.
+The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84)
+<> datum, with longitude and latitude units of decimal degrees.
+
+* The `"properties"` member of a GeoJSON Feature object has a member with the name `"datetimes"`. The value of the `"datetimes"` member is an array of a sequence of
+monotonic increasing time instants, having the same number of positions of the "coordinates" member. The value of a time instant is a JSON string using Z (e.g., 1985-04-12T23:20:50.52Z)
+encoded by https://www.ietf.org/rfc/rfc3339.txt[IETF RFC 3339], an Internet profile of the https://www.iso.org/iso-8601-date-and-time-format.html[ISO 8601] standard
+for representation of dates and times using the Gregorian calendar, or a numeric value of milliseconds since midnight (00:00 a.m.) on January 1, 1970 in UTC (e.g., 1465621816590).
+[NOTE]
+(GeoJSON) A Feature object has a member with the name "properties". The value of the properties member is an object (any JSON object or a JSON null value).
+
+* If a Feature has any variable attribute by time and its value (i.e., _mf:AttrDef_ and _mf:Attr_),
+the attribute can be a member inside the `"properties"` member with the value of a JSON arrray,
+having one less than the number of positions of the `"coordinates"` member.
+
+* A set of _mf:LinearTrajectory_ instances is packed in the elements of the `"features"` member of a FeatureCollection object.
+[NOTE]
+(GeoJSON) A FeatureCollection object has a member with the name "features". The value of "features" is a JSON array of Feature objects.
+It is possible for this array to be empty.
+
+
+<> illustrates an example of the MF-JSON Trajectory encoding corresponding to two moving points, as shown in <> to be replaceable with <> and <>.
+
+[#mf-geojson, reftext='{example-caption} {counter:example-num}']
+.Example {counter:example-num}: Example of the MF-JSON Trajectory encoding
+[source, javascript]
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "id": "A",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [[11.0,2.0], [12.0,3.0], [10.0,3.0]]
+ },
+ "properties": {
+ "datetimes": ["2012-01-17T12:33:51Z", "2012-01-17T12:33:56Z", "2012-01-17T12:34:00Z"],
+ "state": ["walking","walking"],
+ "typecode": [1, 2]
+ }
+ },
+ {
+ "type": "Feature",
+ "id": "B",
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [[10.0,2.0], [11.0,3.0]]
+ },
+ "properties": {
+ "datetimes": ["2012-01-17T12:33:51Z", "2012-01-17T12:34:00Z"],
+ "state": ["walking"],
+ "typecode": [2]
+ }
+ }
+ ]
+}
+
+include::requirements/requirements_trajectory.adoc[]
diff --git a/standard/clause_7_2_crs.adoc b/standard/clause_7_2_crs.adoc
index 16f55a2..2b57ddc 100644
--- a/standard/clause_7_2_crs.adoc
+++ b/standard/clause_7_2_crs.adoc
@@ -1,100 +1,100 @@
-[#crs, reftext='7.2.3']
-==== CoordinateReferenceSystem Object
-A coordinate reference system (CRS) is usually comprised of two components: one coordinate system and one datum (reference frame).
-The IETF GeoJSON format recommends that the CRS for all GeoJSON coordinates is a geographic coordinate reference system,
-using the World Geodetic System 1984 (WGS 84)<> datum, with longitude and latitude units of decimal degrees.
-This is equivalent to the CRS identified by the http://spatialreference.org/ref/epsg/wgs-84[EPSG:4326] with the axis Lat-Long.
-For a 3D coordinate with an altitude/elevation value, the value refers to distance above mean sea level (MSL or AMSL).
-However, a moving feature needs a temporal coordinate system and may be described by an engineering or parametric coordinates
-in a certain application, such as robot or vessel navigation.
-Therefore, MF-JSON Prism allows the `"crs"` member to describe an alternative CRS whose representation follows the way as described in GeoJSON(2008)<>.
-Also it defines the `"trs"` member to describe a temporal CRS against which time is measured. A temporal CRS is always 1D with a temporal datum (origin) and its time unit.
-
-* A non-null CoordinateReferenceSystem (CRS) object is a JSON object
-with two mandatory members of the name `"type"` and `"properties"`.
-* The value of the `"type"` member is a JSON string as one of the string `"name"` and `"link"`, indicating the type of CRS object.
-* The value of the `"properties"` member is a JSON object with three optional members
-named `"name"`, `"href"`, and `"type"` whose value is a JSON string or JSON `null` value.
-* CRS shall not change coordinate ordering.
-
-Depending on the value of `"type"`, there are three expressions: Named CRS, Linked CRS, and Default CRS.
-
-===== 7.2.3.1. Named CRS
-A Named CRS object indicates a coordinate reference system by name.
-In this case, the value of its `"type"` member is the string `"name"`.
-The value of its `"properties"` member is a JSON object containing a "name" member
-whose value is a string identifying a coordinate reference system (not JSON `null` value).
-The value of `"href"` and `"type"` is a JSON `null` value.
-
-[#namedcrs, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: Example of a named CRS object
-[source, javascript]
-{
- "type": "name",
- "properties": {
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
- }
-}
-
-===== 7.2.3.2. Linked CRS
-A linked CRS object has one required member: `"href"` and one optional member: `"type"`.
-The value of the required `"href"` member is a dereferenceable URI.
-The value of the optional `"type"` member is a string that hints at the format
-used to represent CRS parameters at the provided URI.
-Suggested values are: "proj4", "ogcwkt", "esriwkt", but others can be used.
-
-[#linkedcrs, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: Example of a linked CRS object
-[source, javascript]
-{
- "type": "link",
- "properties": {
- "href": "http://example.com/crs/42",
- "type": "proj4"
- }
-}
-
-[#auxiliarycrs, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: Example of a relative linked CRS object with an auxiliary file
-[source, javascript]
-{
- "type": "link",
- "properties": {
- "href": "data.crs",
- "type": "ogcwkt"
- }
-}
-
-===== 7.2.3.3. Default CRS
-
-MF-JSON Prism defines two default CRS objects for a spatial CRS and a temporal CRS as follows:
-
-* http://www.opengis.net/def/crs/OGC/1.3/CRS84[WGS84] with longitude and latitude units of decimal degrees:
-This CRS object is the default value of the `"crs"` member.
-
-[source, javascript]
------
- "crs" : {
- "type": "name",
- "properties": {
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
- }
- }
------
-
-* http://www.iso.org/iso/home/standards/iso8601.htm[ISO8601] of dates and times using the Gregorian calendar and 24 hour local or Coordinated Universal Time (UTC):
-This CRS object is the default value of the `"trs"` member.
-
-[source, javascript]
------
- "trs" : {
- "type": "name",
- "properties": {
- "name": "urn:ogc:data:time:iso8601"
- }
- }
------
-
-A JSON `null` value of the `"crs"` and `"trs"` is considered as http://www.opengis.net/def/crs/OGC/1.3/CRS84[WGS84] and http://www.iso.org/iso/home/standards/iso8601.htm[ISO8601], respectively.
-
-include::requirements/requirement_crs.adoc[]
+[#crs, reftext='7.2.3']
+==== CoordinateReferenceSystem Object
+A coordinate reference system (CRS) is usually comprised of two components: one coordinate system and one datum (reference frame).
+The IETF GeoJSON format recommends that the CRS for all GeoJSON coordinates is a geographic coordinate reference system,
+using the World Geodetic System 1984 (WGS 84)<> datum, with longitude and latitude units of decimal degrees.
+This is equivalent to the CRS identified by the http://spatialreference.org/ref/epsg/wgs-84[EPSG:4326] with the axis Lat-Long.
+For a 3D coordinate with an altitude/elevation value, the value refers to distance above mean sea level (MSL or AMSL).
+However, a moving feature needs a temporal coordinate system and may be described by an engineering or parametric coordinates
+in a certain application, such as robot or vessel navigation.
+Therefore, MF-JSON Prism allows the `"crs"` member to describe an alternative CRS whose representation follows the way as described in GeoJSON(2008)<>.
+Also it defines the `"trs"` member to describe a temporal CRS against which time is measured. A temporal CRS is always 1D with a temporal datum (origin) and its time unit.
+
+* A non-null CoordinateReferenceSystem (CRS) object is a JSON object
+with two mandatory members of the name `"type"` and `"properties"`.
+* The value of the `"type"` member is a JSON string as one of the string `"name"` and `"link"`, indicating the type of CRS object.
+* The value of the `"properties"` member is a JSON object with three optional members
+named `"name"`, `"href"`, and `"type"` whose value is a JSON string or JSON `null` value.
+* CRS shall not change coordinate ordering.
+
+Depending on the value of `"type"`, there are three expressions: Named CRS, Linked CRS, and Default CRS.
+
+===== 7.2.3.1. Named CRS
+A Named CRS object indicates a coordinate reference system by name.
+In this case, the value of its `"type"` member is the string `"name"`.
+The value of its `"properties"` member is a JSON object containing a "name" member
+whose value is a string identifying a coordinate reference system (not JSON `null` value).
+The value of `"href"` and `"type"` is a JSON `null` value.
+
+[#namedcrs, reftext='{example-caption} {counter:example-num}']
+.Example {counter:example-num}: Example of a named CRS object
+[source, javascript]
+{
+ "type": "name",
+ "properties": {
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
+ }
+}
+
+===== 7.2.3.2. Linked CRS
+A linked CRS object has one required member: `"href"` and one optional member: `"type"`.
+The value of the required `"href"` member is a dereferenceable URI.
+The value of the optional `"type"` member is a string that hints at the format
+used to represent CRS parameters at the provided URI.
+Suggested values are: "proj4", "ogcwkt", "esriwkt", but others can be used.
+
+[#linkedcrs, reftext='{example-caption} {counter:example-num}']
+.Example {counter:example-num}: Example of a linked CRS object
+[source, javascript]
+{
+ "type": "link",
+ "properties": {
+ "href": "http://example.com/crs/42",
+ "type": "proj4"
+ }
+}
+
+[#auxiliarycrs, reftext='{example-caption} {counter:example-num}']
+.Example {counter:example-num}: Example of a relative linked CRS object with an auxiliary file
+[source, javascript]
+{
+ "type": "link",
+ "properties": {
+ "href": "data.crs",
+ "type": "ogcwkt"
+ }
+}
+
+===== 7.2.3.3. Default CRS
+
+MF-JSON Prism defines two default CRS objects for a spatial CRS and a temporal CRS as follows:
+
+* http://www.opengis.net/def/crs/OGC/1.3/CRS84[WGS84] with longitude and latitude units of decimal degrees:
+This CRS object is the default value of the `"crs"` member.
+
+[source, javascript]
+-----
+ "crs" : {
+ "type": "name",
+ "properties": {
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
+ }
+ }
+-----
+
+* http://www.iso.org/iso/home/standards/iso8601.htm[ISO8601] of dates and times using the Gregorian calendar and 24 hour local or Coordinated Universal Time (UTC):
+This CRS object is the default value of the `"trs"` member.
+
+[source, javascript]
+-----
+ "trs" : {
+ "type": "name",
+ "properties": {
+ "name": "urn:ogc:data:time:iso8601"
+ }
+ }
+-----
+
+A JSON `null` value of the `"crs"` and `"trs"` is considered as http://www.opengis.net/def/crs/OGC/1.3/CRS84[WGS84] and http://www.iso.org/iso/home/standards/iso8601.htm[ISO8601], respectively.
+
+include::requirements/requirement_crs.adoc[]
diff --git a/standard/clause_7_2_interpolation.adoc b/standard/clause_7_2_interpolation.adoc
index df7bc82..f7bdc29 100644
--- a/standard/clause_7_2_interpolation.adoc
+++ b/standard/clause_7_2_interpolation.adoc
@@ -1,348 +1,348 @@
-[#interpolation, reftext='7.2.10']
-==== MotionCurve Objects
-In MF-JSON Prism, the concept of motion curves is important to represent various types of dynamic movements,
-especially non-linear movements of features.
-
-===== 7.2.10.1. Predefined curves
-In order to reduce the encoding cost and the data size,
-the MF-JSON Prism encoding defines five strings of built-in motion curves for the value of the `"interpolation"`
-member in a TemporalPrimitiveGeometry object: `"Discrete"`, `"Step"`, `"Linear"`, `"Quadratic"`, and `"Cube"`.
-For these built-in motion curves, each leaf geometry of the TemporalPrimitiveGeometry object has the same structure for the elements
-in the value array of the `"coordinates"` member and the same number of single positions in the elements, except `"MovingPointCloud"`.
-For example, if a leaf linestring consists of two single positions in a temporal geometry of type `"MovingLineString"`,
-the other leaves also have two single positions. If a leaf polygon in a temporal geometry of type `"MovingPolygon"` has
-one interior ring, the others also have one interior ring and the number of positions of rings is same.
-
-[source, javascript]
-.Example {counter:example-num}: Predefined motion curves of a TemporalPrimitiveGeometry object
-{
- ....,
- "datetimes": [...], //T={t_0, t_1, ..., t_n}
- "coordinates": [...], //G={G_0, G_1, ..., G_n}
- "interpolation": "Discrete|Step|Linear|Quadratic|Cube", // vbar | as a means to select ONE.
- ....
- }
-
-When a geographic feature is moving, each variable (i.e., latexmath:[x], latexmath:[y], latexmath:[z]) of position can be expressed
-in terms of another variable called a parameter. The two most commonly used parameters are time and distance traveled along the path of motion.
-This standard interprets a value of the `"interpolation"` member in a TemporalPrimitiveGeometry object
-as parametric equations with the time parameter.
-In general, parametric equations of 3D movement are represented by
-any three such functions that depending on the same variable latexmath:[t] as
-latexmath:[x = x(t)], latexmath:[y = y(t)], and latexmath:[z = z(t)].
-In orther words, the position latexmath:[P(t)] is described as
-
-[latexmath]
-+++++++++++
-P(t) = (x(t), y(t), z(t));
-+++++++++++
-velocity latexmath:[v] is the derivative of position (first derivative of position) with respect to time as follows:
-
-[latexmath]
-+++++++++++
-V(t) = P'(x'(t), y'(t), z'(t));
-+++++++++++
-and
-acceleration latexmath:[a] is the derivative of velocity (second derivative of position) with respect to time as follows:
-
-[latexmath]
-+++++++++++
-A(t) = V'(t) = P''(x''(t), y''(t), z''(t)).
-+++++++++++
-
-[NOTE]
-==========
-For example, when a geographic feature continuously moves over time but there are
-only four explicit positions as shown in <>.
-Depending on the parametric equation, the path of motion can be modeled with different curves in the plan.
-The `"interpolation"` member allows applications to design their time-varying positions at any time using few positions and a parametric curve.
-In particular, a parametric curve is associated with parametric continuity to describe the smoothness of of the parameter's value with distance along the curve.
-The various order of parametric continuity can be described as follows:
-
- ** latexmath:[C^0]: Curves are continuous; zeroth-order parametric continuity.
- ** latexmath:[C^1]: First derivatives are continuous; first-order parametric continuity.
- ** latexmath:[C^2]: First and second derivatives are continuous; second-order parametric continuity.
- ** latexmath:[C^n]: First through latexmath:[n]-th derivatives are continuous.
-==========
-
-[#mf-interpolation,reftext='{figure-caption} {counter:figure-num}']
-.The dynamic motion of a geographic feature on parametrized curves
-image::mf-interpolation.png[mf-interpolation, pdfwidth=65%, width=65%, align="center"]
-
-Given latexmath:[N=(n+1)] leaf geometries latexmath:[G=\{G_0, G_1, ..., G_n\}] at time instants in latexmath:[T=\{t_0, t_1, ..., t_n\}]
-with the strictly increasing condition latexmath:[t_0 < t_1 < ...< t_n] and one-to-one correspondence,
-a temporal geometry latexmath:[TG] can be drawn by a bundle of latexmath:[k] temporal trajectories (i.e., parametric curves with the time parameter)
-latexmath:[\{C_0, C_1, ..., C_k\}], where latexmath:[k] is the number of single positions in any leaf geometry. A temporal trajectory latexmath:[C] is
-drawn for each position in latexmath:[P=\{P_0, P_1, ..., P_n\}] at each time instant in latexmath:[T=\{t_0, t_1, ..., t_n\}] such that
-latexmath:[P_i \in G_i] and latexmath:[0 \leq i \leq n], and its curve is realized by spline interpolation on subintervals.
-Namely, a temporal trajectory is implemented by a set of piecewise low-degree polynomials latexmath:[\{ SC_{1}, SC_{2}, ..., SC_{n}\}]
-whose derivatives satisfy some continuity constraints across sub-curve boundaries.
-
-Each type of built-in parametric curves interpolates a time-varying position
-latexmath:[P(t)] for any time instant latexmath:[t] in the time interval latexmath:[I=[t_0, t_n]]
-on the temporal trajectory as follows:
-$$
-\[
- P(t) = C(t) = \begin{cases}
- SC_{1}(t), & \quad t \in [t_0, t_1],\\
- SC_{2}(t), & \quad t \in [t_1, t_2],\\
- ...,\\
- SC_{n}(t), & \quad t \in [t_{n-1}, t_n].
- \end{cases}
-\]
-$$
-Note that latexmath:[C(t_0) = P_0, C(t_1) = P_1,..., C(t_{n})=P_n].
-
- .. `"Discrete"` : The positions are NOT connected. The position is valid only at the time instant in latexmath:[T].
- $$
- \[
- P(t) = \begin{cases}
- P_i & \quad \text{if } t = t_i \in T\\
- \emptyset & \quad \text{otherwise.}
- \end{cases}
- \]
- $$
- .. `"Step"` : It just jumps from one position to the next halfway through for a subinterval.
- The curve is not continuous but would be useful for representing an accident or event.
- This interpolation requires at least two positions, i.e., latexmath:[N \geq 2].
- $$
- \[
- \forall t \in [t_{i-1}, t_{i}]: P(t) = \begin{cases}
- P_{i-1} & \quad \text{if } \frac{t-t_{i-1}}{t_{i}-t_{i-1}} < \text{0.5}\\
- P_{i} & \quad \text{otherwise.}
- \end{cases}
- \]
- $$
- .. `"Linear"` : This method is the *default* value of the `"interpolation"` member. It connects straight lines between positions
- with zeroth-order parametric continuity (latexmath:[C^0]) on interval latexmath:[I]. The position with respect to time is constructed
- from linear splines that are two–positions interpolating polynomials. Therefore, this interpolation also requires at least two positions, i.e., latexmath:[N \geq 2].
- $$
- \[
- \forall t \in [t_{i-1}, t_{i}]: P(t) = C(t) = SC_{i}(t) = \frac{t-t_{i}}{t_{i-1}-t_{i}}P_{i-1} + \frac{t-t_{i-1}}{t_{i}-t_{i-1}}P_{i}.
- \]
- $$
- .. `"Quadratic"`: This method interpolates the position at time latexmath:[t] by using a piecewise quadratic spline on each interval latexmath:[[t_{i−1}, t_i]]
- with first-order parametric continuity (latexmath:[C^1]).
- Between consecutive positions, piecewise quadratic splines are constructed from the following parametric equations
- in terms of the time variable:
- $$
- \[
- \forall t \in [t_{i-1}, t_{i}]: P(t) = C(t) = SC_i(t) = a_it^2 + b_it + c_i,\\
- SC_i(t_{i-1}) = P_{i-1}, \quad SC_i(t_{i}) = P_{i} = SC_{i+1}(t_i),\\
- P'(t_{i})=V(t_{i})=SC'_i(t_{i})=SC'_{i+1}(t_i), \quad a_0 = 0.
- \]
- $$
- It means the curve of a temporal trajectory is continuous and has continuous first derivative at the positions in latexmath:[P] except two end positons.
- For this interpolation, at least three leaves at particular times are required, i.e., latexmath:[N \geq 3].
- .. `"Cube"`: This method interpolates the position at time latexmath:[t] by
- using a Catmull–Rom (cubic) spline on each interval latexmath:[[t_{i}, t_{i+1}]]
- with first-order parametric continuity (latexmath:[C^1]).
- The Catmull-Rom splines is a method that approximate a set of positions
- with a smooth polynomial function that is piecewise-defined.
- This interpolation requires at least four positions, i.e., latexmath:[N \geq 4], i.e.,
- position latexmath:[P_{i-1}] and latexmath:[P_{i+2}] are needed
- to calculate the spline between positions of latexmath:[P_i] and latexmath:[P_{i+1}].
- In order to promise the same interpolation way, this standard specifies a Catmull-Rom interpolation function by the following parametric equations in terms of the time variable:
- $$
- \[
- \forall t \in [t_{i}, t_{i+1}]: P(t) = C(t) = SC_i(t) = SC_i(u) =
- \begin{bmatrix}
- u^3 & u^2 & u & 1
- \end{bmatrix}
- M
- \begin{bmatrix}
- P_{i-1}\\
- P_i\\
- P_{i+1}\\
- P_{i+2}
- \end{bmatrix},
- \]
- $$
- where
- $$
- \[
- u = \frac{t-t_i}{t_{i+1}-t_i},\\
- M = \frac{1}{2}
- \begin{bmatrix}
- -1 & 3 & -3 & 1\\
- 2 & -5 & 4 & -1\\
- -1 & 0 & 1 & 0\\
- 0 & 2 & 0 & 0\\
- \end{bmatrix},
- \]
- $$
- and
- $$
- \[
- P'(t_0)=P_1-P_0, \quad P'(t_n)=P_n-P_{n-1}.
- \]
- $$
- This matrix representation defines the cubic curve that represents the portion of the total curve between
- two successive control positions: latexmath:[P_i] and latexmath:[P_{i+1}], specifying the tagent
- latexmath:[\frac{P_{i+1}-P_{i-1}}{2}] and latexmath:[\frac{P_{i+2}-P_{i}}{2}] at each control position, respectively.
-
-/////////////
- $$
- \[
- \forall t \in [t_{i}, t_{i+1}]: P(t) =
- \begin{bmatrix}
- t^3 & t^2 & t & 1
- \end{bmatrix}
- M
- \begin{bmatrix}
- P_{i-1}\\
- P_i\\
- P_{i+1}\\
- P_{i+2}
- \end{bmatrix}, i=1, 2, ..., n-2,
- \]
- $$
-where
- $$
- \[
- M = \frac{1}{2}
- \begin{bmatrix}
- -1 & 3 & -3 & 1\\
- 2 & -5 & 4 & -1\\
- -1 & 0 & 1 & 0\\
- 0 & 2 & 0 & 0\\
- \end{bmatrix}.
- \]
- $$
- This matrix representation defines the cubic curve that represents the portion of the total curve between
-two successive control positions: latexmath:[P_i] and latexmath:[P_{i+1}]
- 1 by using the two control points latexmath:[\frac{P_{i+1}-P_{i-1}}{2}] and latexmath:[\frac{P_{i+2}-P_{i}}{2}] specifying the tagent to the curve.
- It can be applied to all segments of the curve except for the first and last segment.
- If two auxiliary positions latexmath:[P_{-1}] and latexmath:[P_{n+1}] are added, the function interpolates all the given
- poition latexmath:[P]. In order to promise the same interpolation way, this standard takes two auxiliary positions as follows:
- $$
- \[
- P_{-1} = 2P_0 - P_1, P_{n+1} = 2P_n - P_{n-1}.
- \]
- $$
-/////////////
-
-//////////
-
-$$
- \[
- P(t) = C(t) = \frac{t_2-t}{t_2-t_1}B_1 + \frac{t-t_1}{t_2-t_1}B_2,
- \]
-$$
-where
-$$
- \[
- B_1 = C(t) = \frac{t_2-t}{t_2-t_1B_1 + \frac{t-t_1{t_2-t_1}B_2,\\
- B_2 = C(t) = \frac{t_2-t}{t_2-t_1B_1 + \frac{t-t_1{t_2-t_1}B_2,\\
- \]
-$$
-The interpolation function interpolate the given positions expect latexmath:[P_{0}] and latexmath:[P_{n}],
-$$
- \[
- \big\{
- \]
-$$
-//////////
-
-/////////////////
-[width="99%", cols="1,3,1,3", options="header"]
-|=========
-| Names | Curves | Names | Curves
-| Step | image:mf-step.png[Step, pdfwidth=100%, width=100%] |Linear |image:mf-linear.png[Linear, pdfwidth=100%, width=100%]
-| Quadratic | image:mf-quadratic.png[Quadratic, pdfwidth=100%, width=100%] | Cube | image:mf-cube.png[CatmullRom, pdfwidth=100%, width=100%]
-|=========
-/////////////////
-
-
-===== 7.2.10.2 URLs for user-defined parametric curve
-If applications need to define their own interpolation methods, the `"interpolation"` member
-in the TemporalPrimitiveGeometry object has a URL to
-address a JSON array of parametric equations defined on a set of intervals of parameter latexmath:[t]-value.
-
-[source, javascript]
-.Example {counter:example-num}: A TemporalPrimitiveGeometry instance of with a user-defined parametric curve
-"temporalGeometry": {
- "type": "MovingPoint",
- "datetimes": [...], //T={t_0, t_1, ..., t_n}
- "coordinates": [...], //G={G_0, G_1, ..., G_n}
- "interpolation": "http://www.opengis.net/spec/movingfeatures/json/1.0/prism/example/motioncurve",
- ....
-}
-
-The URL indicates a JSON object having three members of `"crs"`, `"trs"`, and `"equations"` as follows.
-[source, javascript]
-.Example {counter:example-num}: The mebers of a user-defined parametric curve
-{
- "crs": {...},
- "trs": {...},
- "equations": [...]
-}
-
-* The value of the `"crs"` member is a spatial CRS object to indicate the order of axes and the position expression.
-* The value of the `"trs"` member is a temporal CRS object to indicate how to use the time instant in the equations to interpolate a new position at a certain time.
-* The value of the `"equations"` is a JSON array composing of a JSON object which has two members of `"coefficients"` and `"time"`
-to represent a parametric equation within a temporal interval.
-The position latexmath:[P(t)] at time position latexmath:[t] is derived
-from a `"coefficients"` value as a multidimensional array of *polynomials* of latexmath:[(A_1(t), A_2(t), A_3(t), ..., A_k(t))]
-coordinates during a particular time interval.
-
-[latexmath]
-+++++++++++
-[A_0(t) = a_{0,n-1}t^{n-1} + a_{0,n-2}t^{n-2} + ... + a_{0,0}t^0]
-+++++++++++
-[latexmath]
-+++++++++++
-[A_1(t) = a_{1,n-1}t^{n-1} + a_{1,n-2}t^{n-2} + ... + a_{1,0}t^0]
-+++++++++++
-[latexmath]
-+++++++++++
-\cdots
-+++++++++++
-[latexmath]
-+++++++++++
-[A_k(t) = a_{k,n-1}t^{n-1} + a_{k,n-2}t^{n-2} + ... + a_{k,0}t^0]
-+++++++++++
-
-If a time position does not belong to any time interval of the elements of equations, there is no interpolation equations at that time.
-The order of arrays for the interpolation formula of a temporal position SHALL be follwed by the order of axes of the CRS.
-For example, when the CRS is the default spatial CRS (i.e., WGS84), the order of axes is sequencially latexmath:[x] (longitude), latexmath:[y] (latitude), and latexmath:[z] (altitude).
-The time intervals between any two elements of equations only allows empty or 0-dimensional intersection.
-The unit of measure of the temporal CRS is applied for computing parametric equations.
-For example, a time position encoded by IETF RFC 3339 is converted into a signed 64-bit integer(long) value that represents milliseconds,
-when it refers to the default temporal CRS (i.e., ISO8601).
-
-[source, javascript]
-.Example {counter:example-num}: http://www.opengis.net/spec/movingfeatures/json/1.0/prism/example/motioncurve
-{
- "crs" : {
- "type": "name",
- "properties": {
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
- }
- },
- "trs" : {
- "type": "name",
- "properties": {
- "name": "urn:ogc:data:time:iso8601"
- }
- }
- "equations" :[
- {
- "coefficients": [[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]],
- // x = 1.0*t^2 + 3.0*t + 4.1 , y = 2.0*t^2 + 2.1*t + 3.0
- "time": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z"]
- },
- {
- "coefficients": [[4.0, 2.0], [1.0, 2.0]],
- // x = 4.0*t + 2.0 , y = 1.0*t + 2.0
- "time": ["2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"]
- },
- {
- "coefficients": [["sin", "0.0"], ["cos", "0.0"]],
- // x = sin*t , y = cos*t
- "time": ["2011-07-15T00:01:01Z", "2011-07-16T00:01:01Z"]
- }
- ]
-}
-
-include::requirements/requirement_interpolation.adoc[]
+[#interpolation, reftext='7.2.10']
+==== MotionCurve Objects
+In MF-JSON Prism, the concept of motion curves is important to represent various types of dynamic movements,
+especially non-linear movements of features.
+
+===== 7.2.10.1. Predefined curves
+In order to reduce the encoding cost and the data size,
+the MF-JSON Prism encoding defines five strings of built-in motion curves for the value of the `"interpolation"`
+member in a TemporalPrimitiveGeometry object: `"Discrete"`, `"Step"`, `"Linear"`, `"Quadratic"`, and `"Cube"`.
+For these built-in motion curves, each leaf geometry of the TemporalPrimitiveGeometry object has the same structure for the elements
+in the value array of the `"coordinates"` member and the same number of single positions in the elements, except `"MovingPointCloud"`.
+For example, if a leaf linestring consists of two single positions in a temporal geometry of type `"MovingLineString"`,
+the other leaves also have two single positions. If a leaf polygon in a temporal geometry of type `"MovingPolygon"` has
+one interior ring, the others also have one interior ring and the number of positions of rings is same.
+
+[source, javascript]
+.Example {counter:example-num}: Predefined motion curves of a TemporalPrimitiveGeometry object
+{
+ ....,
+ "datetimes": [...], //T={t_0, t_1, ..., t_n}
+ "coordinates": [...], //G={G_0, G_1, ..., G_n}
+ "interpolation": "Discrete|Step|Linear|Quadratic|Cube", // vbar | as a means to select ONE.
+ ....
+ }
+
+When a geographic feature is moving, each variable (i.e., latexmath:[x], latexmath:[y], latexmath:[z]) of position can be expressed
+in terms of another variable called a parameter. The two most commonly used parameters are time and distance traveled along the path of motion.
+This standard interprets a value of the `"interpolation"` member in a TemporalPrimitiveGeometry object
+as parametric equations with the time parameter.
+In general, parametric equations of 3D movement are represented by
+any three such functions that depending on the same variable latexmath:[t] as
+latexmath:[x = x(t)], latexmath:[y = y(t)], and latexmath:[z = z(t)].
+In orther words, the position latexmath:[P(t)] is described as
+
+[latexmath]
++++++++++++
+P(t) = (x(t), y(t), z(t));
++++++++++++
+velocity latexmath:[v] is the derivative of position (first derivative of position) with respect to time as follows:
+
+[latexmath]
++++++++++++
+V(t) = P'(x'(t), y'(t), z'(t));
++++++++++++
+and
+acceleration latexmath:[a] is the derivative of velocity (second derivative of position) with respect to time as follows:
+
+[latexmath]
++++++++++++
+A(t) = V'(t) = P''(x''(t), y''(t), z''(t)).
++++++++++++
+
+[NOTE]
+==========
+For example, when a geographic feature continuously moves over time but there are
+only four explicit positions as shown in <>.
+Depending on the parametric equation, the path of motion can be modeled with different curves in the plan.
+The `"interpolation"` member allows applications to design their time-varying positions at any time using few positions and a parametric curve.
+In particular, a parametric curve is associated with parametric continuity to describe the smoothness of of the parameter's value with distance along the curve.
+The various order of parametric continuity can be described as follows:
+
+ ** latexmath:[C^0]: Curves are continuous; zeroth-order parametric continuity.
+ ** latexmath:[C^1]: First derivatives are continuous; first-order parametric continuity.
+ ** latexmath:[C^2]: First and second derivatives are continuous; second-order parametric continuity.
+ ** latexmath:[C^n]: First through latexmath:[n]-th derivatives are continuous.
+==========
+
+[#mf-interpolation,reftext='{figure-caption} {counter:figure-num}']
+.The dynamic motion of a geographic feature on parametrized curves
+image::mf-interpolation.png[mf-interpolation, pdfwidth=65%, width=65%, align="center"]
+
+Given latexmath:[N=(n+1)] leaf geometries latexmath:[G=\{G_0, G_1, ..., G_n\}] at time instants in latexmath:[T=\{t_0, t_1, ..., t_n\}]
+with the strictly increasing condition latexmath:[t_0 < t_1 < ...< t_n] and one-to-one correspondence,
+a temporal geometry latexmath:[TG] can be drawn by a bundle of latexmath:[k] temporal trajectories (i.e., parametric curves with the time parameter)
+latexmath:[\{C_0, C_1, ..., C_k\}], where latexmath:[k] is the number of single positions in any leaf geometry. A temporal trajectory latexmath:[C] is
+drawn for each position in latexmath:[P=\{P_0, P_1, ..., P_n\}] at each time instant in latexmath:[T=\{t_0, t_1, ..., t_n\}] such that
+latexmath:[P_i \in G_i] and latexmath:[0 \leq i \leq n], and its curve is realized by spline interpolation on subintervals.
+Namely, a temporal trajectory is implemented by a set of piecewise low-degree polynomials latexmath:[\{ SC_{1}, SC_{2}, ..., SC_{n}\}]
+whose derivatives satisfy some continuity constraints across sub-curve boundaries.
+
+Each type of built-in parametric curves interpolates a time-varying position
+latexmath:[P(t)] for any time instant latexmath:[t] in the time interval latexmath:[I=[t_0, t_n]]
+on the temporal trajectory as follows:
+$$
+\[
+ P(t) = C(t) = \begin{cases}
+ SC_{1}(t), & \quad t \in [t_0, t_1],\\
+ SC_{2}(t), & \quad t \in [t_1, t_2],\\
+ ...,\\
+ SC_{n}(t), & \quad t \in [t_{n-1}, t_n].
+ \end{cases}
+\]
+$$
+Note that latexmath:[C(t_0) = P_0, C(t_1) = P_1,..., C(t_{n})=P_n].
+
+ .. `"Discrete"` : The positions are NOT connected. The position is valid only at the time instant in latexmath:[T].
+ $$
+ \[
+ P(t) = \begin{cases}
+ P_i & \quad \text{if } t = t_i \in T\\
+ \emptyset & \quad \text{otherwise.}
+ \end{cases}
+ \]
+ $$
+ .. `"Step"` : It just jumps from one position to the next halfway through for a subinterval.
+ The curve is not continuous but would be useful for representing an accident or event.
+ This interpolation requires at least two positions, i.e., latexmath:[N \geq 2].
+ $$
+ \[
+ \forall t \in [t_{i-1}, t_{i}]: P(t) = \begin{cases}
+ P_{i-1} & \quad \text{if } \frac{t-t_{i-1}}{t_{i}-t_{i-1}} < \text{0.5}\\
+ P_{i} & \quad \text{otherwise.}
+ \end{cases}
+ \]
+ $$
+ .. `"Linear"` : This method is the *default* value of the `"interpolation"` member. It connects straight lines between positions
+ with zeroth-order parametric continuity (latexmath:[C^0]) on interval latexmath:[I]. The position with respect to time is constructed
+ from linear splines that are two–positions interpolating polynomials. Therefore, this interpolation also requires at least two positions, i.e., latexmath:[N \geq 2].
+ $$
+ \[
+ \forall t \in [t_{i-1}, t_{i}]: P(t) = C(t) = SC_{i}(t) = \frac{t-t_{i}}{t_{i-1}-t_{i}}P_{i-1} + \frac{t-t_{i-1}}{t_{i}-t_{i-1}}P_{i}.
+ \]
+ $$
+ .. `"Quadratic"`: This method interpolates the position at time latexmath:[t] by using a piecewise quadratic spline on each interval latexmath:[[t_{i−1}, t_i]]
+ with first-order parametric continuity (latexmath:[C^1]).
+ Between consecutive positions, piecewise quadratic splines are constructed from the following parametric equations
+ in terms of the time variable:
+ $$
+ \[
+ \forall t \in [t_{i-1}, t_{i}]: P(t) = C(t) = SC_i(t) = a_it^2 + b_it + c_i,\\
+ SC_i(t_{i-1}) = P_{i-1}, \quad SC_i(t_{i}) = P_{i} = SC_{i+1}(t_i),\\
+ P'(t_{i})=V(t_{i})=SC'_i(t_{i})=SC'_{i+1}(t_i), \quad a_0 = 0.
+ \]
+ $$
+ It means the curve of a temporal trajectory is continuous and has continuous first derivative at the positions in latexmath:[P] except two end positons.
+ For this interpolation, at least three leaves at particular times are required, i.e., latexmath:[N \geq 3].
+ .. `"Cube"`: This method interpolates the position at time latexmath:[t] by
+ using a Catmull–Rom (cubic) spline on each interval latexmath:[[t_{i}, t_{i+1}]]
+ with first-order parametric continuity (latexmath:[C^1]).
+ The Catmull-Rom splines is a method that approximate a set of positions
+ with a smooth polynomial function that is piecewise-defined.
+ This interpolation requires at least four positions, i.e., latexmath:[N \geq 4], i.e.,
+ position latexmath:[P_{i-1}] and latexmath:[P_{i+2}] are needed
+ to calculate the spline between positions of latexmath:[P_i] and latexmath:[P_{i+1}].
+ In order to promise the same interpolation way, this standard specifies a Catmull-Rom interpolation function by the following parametric equations in terms of the time variable:
+ $$
+ \[
+ \forall t \in [t_{i}, t_{i+1}]: P(t) = C(t) = SC_i(t) = SC_i(u) =
+ \begin{bmatrix}
+ u^3 & u^2 & u & 1
+ \end{bmatrix}
+ M
+ \begin{bmatrix}
+ P_{i-1}\\
+ P_i\\
+ P_{i+1}\\
+ P_{i+2}
+ \end{bmatrix},
+ \]
+ $$
+ where
+ $$
+ \[
+ u = \frac{t-t_i}{t_{i+1}-t_i},\\
+ M = \frac{1}{2}
+ \begin{bmatrix}
+ -1 & 3 & -3 & 1\\
+ 2 & -5 & 4 & -1\\
+ -1 & 0 & 1 & 0\\
+ 0 & 2 & 0 & 0\\
+ \end{bmatrix},
+ \]
+ $$
+ and
+ $$
+ \[
+ P'(t_0)=P_1-P_0, \quad P'(t_n)=P_n-P_{n-1}.
+ \]
+ $$
+ This matrix representation defines the cubic curve that represents the portion of the total curve between
+ two successive control positions: latexmath:[P_i] and latexmath:[P_{i+1}], specifying the tagent
+ latexmath:[\frac{P_{i+1}-P_{i-1}}{2}] and latexmath:[\frac{P_{i+2}-P_{i}}{2}] at each control position, respectively.
+
+/////////////
+ $$
+ \[
+ \forall t \in [t_{i}, t_{i+1}]: P(t) =
+ \begin{bmatrix}
+ t^3 & t^2 & t & 1
+ \end{bmatrix}
+ M
+ \begin{bmatrix}
+ P_{i-1}\\
+ P_i\\
+ P_{i+1}\\
+ P_{i+2}
+ \end{bmatrix}, i=1, 2, ..., n-2,
+ \]
+ $$
+where
+ $$
+ \[
+ M = \frac{1}{2}
+ \begin{bmatrix}
+ -1 & 3 & -3 & 1\\
+ 2 & -5 & 4 & -1\\
+ -1 & 0 & 1 & 0\\
+ 0 & 2 & 0 & 0\\
+ \end{bmatrix}.
+ \]
+ $$
+ This matrix representation defines the cubic curve that represents the portion of the total curve between
+two successive control positions: latexmath:[P_i] and latexmath:[P_{i+1}]
+ 1 by using the two control points latexmath:[\frac{P_{i+1}-P_{i-1}}{2}] and latexmath:[\frac{P_{i+2}-P_{i}}{2}] specifying the tagent to the curve.
+ It can be applied to all segments of the curve except for the first and last segment.
+ If two auxiliary positions latexmath:[P_{-1}] and latexmath:[P_{n+1}] are added, the function interpolates all the given
+ poition latexmath:[P]. In order to promise the same interpolation way, this standard takes two auxiliary positions as follows:
+ $$
+ \[
+ P_{-1} = 2P_0 - P_1, P_{n+1} = 2P_n - P_{n-1}.
+ \]
+ $$
+/////////////
+
+//////////
+
+$$
+ \[
+ P(t) = C(t) = \frac{t_2-t}{t_2-t_1}B_1 + \frac{t-t_1}{t_2-t_1}B_2,
+ \]
+$$
+where
+$$
+ \[
+ B_1 = C(t) = \frac{t_2-t}{t_2-t_1B_1 + \frac{t-t_1{t_2-t_1}B_2,\\
+ B_2 = C(t) = \frac{t_2-t}{t_2-t_1B_1 + \frac{t-t_1{t_2-t_1}B_2,\\
+ \]
+$$
+The interpolation function interpolate the given positions expect latexmath:[P_{0}] and latexmath:[P_{n}],
+$$
+ \[
+ \big\{
+ \]
+$$
+//////////
+
+/////////////////
+[width="99%", cols="1,3,1,3", options="header"]
+|=========
+| Names | Curves | Names | Curves
+| Step | image:mf-step.png[Step, pdfwidth=100%, width=100%] |Linear |image:mf-linear.png[Linear, pdfwidth=100%, width=100%]
+| Quadratic | image:mf-quadratic.png[Quadratic, pdfwidth=100%, width=100%] | Cube | image:mf-cube.png[CatmullRom, pdfwidth=100%, width=100%]
+|=========
+/////////////////
+
+
+===== 7.2.10.2 URLs for user-defined parametric curve
+If applications need to define their own interpolation methods, the `"interpolation"` member
+in the TemporalPrimitiveGeometry object has a URL to
+address a JSON array of parametric equations defined on a set of intervals of parameter latexmath:[t]-value.
+
+[source, javascript]
+.Example {counter:example-num}: A TemporalPrimitiveGeometry instance of with a user-defined parametric curve
+"temporalGeometry": {
+ "type": "MovingPoint",
+ "datetimes": [...], //T={t_0, t_1, ..., t_n}
+ "coordinates": [...], //G={G_0, G_1, ..., G_n}
+ "interpolation": "http://www.opengis.net/spec/movingfeatures/json/1.0/prism/example/motioncurve",
+ ....
+}
+
+The URL indicates a JSON object having three members of `"crs"`, `"trs"`, and `"equations"` as follows.
+[source, javascript]
+.Example {counter:example-num}: The mebers of a user-defined parametric curve
+{
+ "crs": {...},
+ "trs": {...},
+ "equations": [...]
+}
+
+* The value of the `"crs"` member is a spatial CRS object to indicate the order of axes and the position expression.
+* The value of the `"trs"` member is a temporal CRS object to indicate how to use the time instant in the equations to interpolate a new position at a certain time.
+* The value of the `"equations"` is a JSON array composing of a JSON object which has two members of `"coefficients"` and `"time"`
+to represent a parametric equation within a temporal interval.
+The position latexmath:[P(t)] at time position latexmath:[t] is derived
+from a `"coefficients"` value as a multidimensional array of *polynomials* of latexmath:[(A_1(t), A_2(t), A_3(t), ..., A_k(t))]
+coordinates during a particular time interval.
+
+[latexmath]
++++++++++++
+[A_0(t) = a_{0,n-1}t^{n-1} + a_{0,n-2}t^{n-2} + ... + a_{0,0}t^0]
++++++++++++
+[latexmath]
++++++++++++
+[A_1(t) = a_{1,n-1}t^{n-1} + a_{1,n-2}t^{n-2} + ... + a_{1,0}t^0]
++++++++++++
+[latexmath]
++++++++++++
+\cdots
++++++++++++
+[latexmath]
++++++++++++
+[A_k(t) = a_{k,n-1}t^{n-1} + a_{k,n-2}t^{n-2} + ... + a_{k,0}t^0]
++++++++++++
+
+If a time position does not belong to any time interval of the elements of equations, there is no interpolation equations at that time.
+The order of arrays for the interpolation formula of a temporal position SHALL be follwed by the order of axes of the CRS.
+For example, when the CRS is the default spatial CRS (i.e., WGS84), the order of axes is sequencially latexmath:[x] (longitude), latexmath:[y] (latitude), and latexmath:[z] (altitude).
+The time intervals between any two elements of equations only allows empty or 0-dimensional intersection.
+The unit of measure of the temporal CRS is applied for computing parametric equations.
+For example, a time position encoded by IETF RFC 3339 is converted into a signed 64-bit integer(long) value that represents milliseconds,
+when it refers to the default temporal CRS (i.e., ISO8601).
+
+[source, javascript]
+.Example {counter:example-num}: http://www.opengis.net/spec/movingfeatures/json/1.0/prism/example/motioncurve
+{
+ "crs" : {
+ "type": "name",
+ "properties": {
+ "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
+ }
+ },
+ "trs" : {
+ "type": "name",
+ "properties": {
+ "name": "urn:ogc:data:time:iso8601"
+ }
+ }
+ "equations" :[
+ {
+ "coefficients": [[1.0, 3.0, 4.1], [2.0, 2.1, 3.0]],
+ // x = 1.0*t^2 + 3.0*t + 4.1 , y = 2.0*t^2 + 2.1*t + 3.0
+ "time": ["2011-07-14T22:01:01Z", "2011-07-14T23:01:01Z"]
+ },
+ {
+ "coefficients": [[4.0, 2.0], [1.0, 2.0]],
+ // x = 4.0*t + 2.0 , y = 1.0*t + 2.0
+ "time": ["2011-07-14T23:01:01Z", "2011-07-15T00:01:01Z"]
+ },
+ {
+ "coefficients": [["sin", "0.0"], ["cos", "0.0"]],
+ // x = sin*t , y = cos*t
+ "time": ["2011-07-15T00:01:01Z", "2011-07-16T00:01:01Z"]
+ }
+ ]
+}
+
+include::requirements/requirement_interpolation.adoc[]
diff --git a/standard/clause_7_2_mfeature.adoc b/standard/clause_7_2_mfeature.adoc
index 416f7db..ba963b3 100644
--- a/standard/clause_7_2_mfeature.adoc
+++ b/standard/clause_7_2_mfeature.adoc
@@ -1,62 +1,62 @@
-[#mfeature, reftext='7.2.4']
-==== MovingFeature Object
-A MovingFeature object in a MF-JSON Prism document is a JSON object to represent
-a moving feature that is spatially and temporally bounded,
-and its position (continuously) changes over time with the members as shown in <>.
-
-[#mfeaturejson, reftext='{example-caption} {counter:example-num}']
-.Example {counter:example-num}: Members of a MovingFeature object
-[source, javascript]
-{
- "type": "Feature", //(MANDATORY)
- "temporalGeometry": {...}, //(MANDATORY)
- "temporalProperties": [...], //(OPTIONAL)
- "crs" : {...}, //(DEFAULT)
- "trs" : {...}, //(DEFAULT)
- "time": [...], //(OPTIONAL)
- "bbox": [...], //(OPTIONAL)
- "geometry": {...}, //(OPTIONAL)
- "properties": {...} //(OPTIONAL)
-}
-
- * A MovingFeature object has a mandatory member with the name `"type"` whose value is the `"Feature"` string.
-[NOTE]
-Due to the compatibility issue with GeoJSON, MF-JSON Prism uses the same keyword to abstract a moving feature.
-If a GeoJSON document has no foreign member defined in this specification,
-applications can interpret the data by the semantics of GeoJSON members and types.
-
-* A MovingFeature object has a mandatory member with the name `"temporalGeometry"`
-and its value is a TemporalGeometry object as defined below (see <>).
-* A MovingFeature object has an optional member with the name `"temporalProperties"`
-as additional dynamic non-spatial attributes whose value varies over time.
-The `"temporalProperties"` member has a TemporalProperties object as defined in <> or a JSON `null` value.
-* A MovingFeature object has two default members with the name `"crs"` and `"trs"`
-for representing its spatial and temporal coordinate reference system respectively.
-The value of the `"crs"` and `"trs"` member is a CoordinateReferenceSystem (CRS) object (see <>).
-If a MovingFeature object has no `"crs"` and `"trs"`,
-the object refers to the default spatial and temporal CRS.
-The value expression of spatial and temporal coordinates of `"temporalGeometry"` and `"temporalProperties"`
-is obedient to these CRS objects.
-* A MovingFeature object can optionally have a `"time"` member for the temporal coordinate range
-to cover all of temporal geometries and temporal properties with a LifeSpan object (see <