0.1.7 • Published 7 years ago

@esdl/core v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

@esdl/core

Interfaces:

  • IEsdlService (how to call the ESDL service, the controller)
  • IEsdlDatasourcePlugin (talks to the repository/datasource) { init(config: IEsdlConfig); }
  • IEsdlQuery
  • IEsdlConfig

Implemented functionality

  • toESDL (as xml / json as option)
  • fromESDL (input in xml)
  • validateESDL
  • toGeoJSON
  • EsdlQueryParser (get Energy system from REGION REGION_ID aggregate by SUB-REGION filter by TIME_PERIOD)
  • fromMapping(mapping, data, transformers?): ESDL (as JSON object)
  • XSD schema
  • TypeScript generated ESDL classes/interfaces

Processing data

GET -> convert query to query object -> select data -> perform mapping of 'columns' -> perform mapping to ESDL object -> return ESDL object

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2-1

7 years ago