0.1.7 • Published 5 years ago

@esdl/core v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2-1

6 years ago