# cesium-sensor-volumes
**Repository Path**: Randomless/cesium-sensor-volumes
## Basic Information
- **Project Name**: cesium-sensor-volumes
- **Description**: Mirror of Flowm
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-03-22
- **Last Updated**: 2024-05-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [cesium](https://cesium.com/cesiumjs/)-sensor-volumes
[](http://www.apache.org/licenses/LICENSE-2.0.html)
A Cesium plugin for visualizing sensor volumes. Based on [cesium-sensors](https://github.com/AnalyticalGraphicsInc/cesium-sensors) and evolved to support more recent Cesium versions.
## Install
This version isn't installable from npm as it is a customized version.
## Usage
Prebuilt minified and unminified versions of the plugin are in the [dist](dist/) directory.
Include the `cesium-sensor-volumes.js` file using a `script` tag after the `Cesium.js` `script` tag.
The plugin automatically adds support for the CZML properties `agi_conicSensor`, `agi_customPatternSensor`, and `agi_rectangularSensor`.
The corresponding `Entity` properties are `conicSensor`, `customPatternSensor`, and `rectangularSensor`.
In order to load data directly into `Entity` objects that you create directly, you must call `entity.addProperty` to create each of the sensor properties you wish to use.
The CZML processing does this automatically.
```html
```
### Examples
Simple examples are included in the [examples](examples/) folder.
To run locally, run `npm start` and navigate to [http://localhost:3000](http://localhost:3000) and select the example application to run.
## Build
To build, run `npm install`, then run `npm run build`.
## License
Apache 2.0. Free for commercial and non-commercial use. See [LICENSE.md](LICENSE.md).