common-geospatial
Geospatial utilities for the Kalisio ekosystem
Overview
common-geospatial is organized around two modules:
- foundation — fundamental definitions and utilities
- operators — hih-level data processing functions
Installation
Install with your preferred package manager:
bash
pnpm add @kalisio/common-corebash
npm install @kalisio/common-corebash
yarn add @kalisio/common-coreOr use it directly from a CDN:
html
<script type="module">
import { url } from 'https://unpkg.com/@kalisio/common-core/dist/index.es.js'
</script>