sustainability-lab / polire

Spatial Interpolation in Python
https://sustainability-lab.github.io/polire/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Define a constants.py #5

Closed nipunbatra closed 5 years ago

nipunbatra commented 5 years ago

https://github.com/sustainability-lab/spatial-interpolation/blob/87431699d4a86d804d50c904d66c1313983ed804/IDW/scikit_comply/working.py#L103

High, Low, Medium should be some defined constants in a constants.py file. I would rather have a good set of defaults and allow the user to choose the grid size by specifying a number.

Related #2