Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anewusername/float_raster
https://github.com/anewusername/float_raster
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anewusername/float_raster
- Owner: anewusername
- License: agpl-3.0
- Created: 2024-03-30T23:30:03.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T09:08:36.000Z (4 months ago)
- Last Synced: 2024-07-29T12:19:11.946Z (4 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# float_raster README
float_raster is a Python module for accurately drawing polygons onto non-uniform rectangular grids
float_raster calculates pixel values with float64 precision and is capable of drawing on grids
with variable pixel widths and heights.- [Source repository](https://mpxd.net/code/jan/float_raster)
- [PyPi](https://pypi.org/project/float_raster)## Installation
Requirements:
* python >=3.11
* numpyInstall with pip:
```bash
pip3 install float_raster
```Alternatively, install via git
```bash
pip3 install git+https://mpxd.net/code/jan/float_raster.git@release
```