1.0.4 • Published 3 years ago

guppy.ts v1.0.4

Weekly downloads
51
License
MIT
Repository
github
Last release
3 years ago

Guppy.ts

npm version

Usage

const config = {
  url: 'https://guppy.server/api',
};

const instance = createInstance(config);

instance.getRasters('xxx');

Api

Aggregation

  • getRasterClassification
  • getRasterData
  • getRasterLinedata
  • getRasterStats
  • getRasters

Categories

  • getCategories
  • getCategory
  • getRastersByCategory

Rasters

  • getRaster
  • getRasterQuantiles

Learn More

If you want to learn more, you can always contact the RMA unit at VITO.

Usage

Licence

MIT @VITO