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

Package structure #2

Closed nipunbatra closed 5 years ago

nipunbatra commented 5 years ago

We should follow the standard package structure for Python projects:

please see: https://python-packaging.readthedocs.io/en/latest/minimal.html

We should also have a separate folder called notebooks where our notebooks reside.

nipunbatra commented 5 years ago

Currently the package structure is not being followed.

We should have something like:

interpolate
-IDW

-KNN
-Utils
...
apoorvagnihotri commented 5 years ago

We have moved to this structure, therefore, closing the issue. Please kindly reopen if there are some issues still remaining.