GSC Data Catalogue Client - GeoSmartCity-CIP/gsc-datacatalogue GitHub Wiki

The GSC data catalogue client is a combination of a set of client-side JavaScript methods and an HTML5 user interface application.

The client-side JavaScript is split into two modules:

  • Re-usable methods
  • Client specific methods

The former are included in the gsc.js library (see gsc-client repository) the latter are included in the gsc-datacatalogue repository alongside the UI code.

The application is developed as a 'single page' application and is built on the Angular framework.