Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
float_raster/float_raster
Jan Petykiewicz 0a81c97af1 bump version to v0.7 pirms 2 gadiem
..
LICENSE.md move to hatch-based build pirms 2 gadiem
README.md move to hatch-based build pirms 2 gadiem
__init__.py bump version to v0.7 pirms 2 gadiem
float_raster.py typing and comment updates pirms 3 gadiem
py.typed add py.typed to enable downstream type checking pirms 3 gadiem

README.md

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.

Installation

Requirements:

  • python >=3.8
  • numpy

Install with pip:

pip3 install float_raster

Alternatively, install via git

pip3 install git+https://mpxd.net/code/jan/float_raster.git@release