osgeonepal / geotile

GeoTile is the python library for tiling the geographic raster data (eg. Tiff etc)
https://geotile.readthedocs.io
MIT License
74 stars 9 forks source link

Data normalization based on z-score #66

Closed iamtekson closed 8 months ago

iamtekson commented 8 months ago

Formula: z = (x - mean) / st.deviation Normally, value lies between -3 to +3.

iamtekson commented 8 months ago

closed by #70