complete operationnal release
-
NTV Connectors:
- new complete version of pandas connectors available in a specific
ntv-pandas
library - add converter
to_geometry
,to_coord
,to_geojson
andfrom_geojson
methods in Shapely connector
- new complete version of pandas connectors available in a specific
-
NTV specification:
- Complete set of NTVtype (see NTV_global_namespace.ini)
- Internet-Draft for JSON-NTV format (see IETF)
-
NTV Structure:
- add comment and change management in NTV data (new class
NtvComment
) - add string syntax for identifying a specific NTV entity (RFC6901 - new class
NtvPointer
), - add JSON data expressing a sequence of operations to apply (RFC6902 - new classes
NtvPatch
andNtvOp
), - initialization of
NtvType
without distant access - extension of
NtvTree
: adddic_nodes
iterator - add conversion methods:
notype
(NTV entity -> NV entity),to_list
(NtvSingle -> NtvList) andto_single
(NtvList -> NtvSingle) - add methods to change NTV structure:
append
,insert
,replace
,copy
,remove
- add NTV data access
childs
method
- add comment and change management in NTV data (new class