Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/program--/rapture
cli tool for large point datasets visualization as raster images
https://github.com/program--/rapture
geojson geospatial raster visualization
Last synced: 24 days ago
JSON representation
cli tool for large point datasets visualization as raster images
- Host: GitHub
- URL: https://github.com/program--/rapture
- Owner: program--
- Created: 2022-12-19T16:30:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T20:01:43.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:05:01.564Z (7 months ago)
- Topics: geojson, geospatial, raster, visualization
- Language: Go
- Homepage:
- Size: 4.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rapture
> **Warning**: this tool's development is extremely volatile. It is not currently recommended for use.
rapture is a tool for visualizing large point datasets as rasters. This tool is inspired by datashader, rasterly, and similar tooling.
The example below is generated by calling:
```
rapture -i="path/to/example.geojson" -p="POPULATION_2020" -w=1000 -h=600 -padding=100 -o="docs/pts.png""
```![](docs/pts.png)
## Roadmap
- Visualization
- Geometry
- [ ] Lines
- [ ] Polygons
- [ ] Basemaps
- [X] Color Ramps
- [X] Property Selection (somewhat)
- Statistics
- [X] Density (somewhat)
- [ ] Custom Functions