https://github.com/envisim/core
https://github.com/envisim/core
geojson sampling statistics
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/envisim/core
- Owner: envisim
- License: agpl-3.0
- Created: 2023-04-18T08:21:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T08:30:13.000Z (about 1 year ago)
- Last Synced: 2025-10-26T04:55:39.014Z (8 months ago)
- Topics: geojson, sampling, statistics
- Language: TypeScript
- Homepage: https://envisim.se
- Size: 99.9 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @envisim/core
## Overview
The `@envisim/core` monorepo is a collection of TypeScript packages for various tasks, primarily focused on geospatial and statistical sampling functionalities. It includes multiple packages that can be used together or independently.
## Main Packages
This monorepo contains the following main packages:
- [`@envisim/distributions`](./packages/envisim-distributions): A library with 30+ probability distributions.
- [`@envisim/estimate`](./packages/envisim-estimate): Functions for design-based estimation.
- [`@envisim/geojson`](./packages/envisim-geojson): Classes and functions for working with GeoJSON objects.
- [`@envisim/geojson-utils`](./packages/envisim-geojson-utils): Utility functions for GeoJSON data manipulation and calculations.
- [`@envisim/geosampling`](./packages/envisim-geosampling): Tools for geospatial sampling.
- [`@envisim/matrix`](./packages/envisim-matrix): Matrix and vector operations.
- [`@envisim/random`](./packages/envisim-random): Random number generation utilities.
- [`@envisim/sampling`](./packages/envisim-sampling): General sampling algorithms.
- [`@envisim/utils`](./packages/envisim-utils): General utility functions used across packages.
Each package has its own `README.md` file with more information on installation and usage. Please refer to the individual package directories for more details.
## Installation and Development
This repository uses [pnpm](https://pnpm.io/) as the package manager and [Turbo](https://turbo.build/) for managing the monorepo build process.