Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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