pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
145 stars 30 forks source link

jupyter example #72

Closed dialuser closed 4 years ago

dialuser commented 4 years ago

I tried to follow the examples in jupyter notebooks under \example. It seems many of the imports do not work, for example,

from tobler.vectorized_raster_interpolation import * from tobler import harmonize

knaaptime commented 4 years ago

hey, thank you for raising this. The API has had several changes over the past few months and the examples are woefully outdated. I'll try and get those updated quickly as i'm planning to get a new release of the package finished before July 1. In the meantime, the docs are up to date, so hopefully they can provide some small guidance in the interim

dialuser commented 4 years ago

Thank you. I really like your package.

knaaptime commented 4 years ago

resolved by #80

see https://github.com/pysal/tobler/blob/master/notebooks/interpolation_methods.ipynb