pysal / tobler

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

Drop scanlines (and harmonize) and improve notebooks and include tobler examples notebook (also adds tests and create travis file) #5

Closed renanxcortes closed 5 years ago

renanxcortes commented 5 years ago

Following the roadmap present in https://github.com/pysal/tobler/wiki/Release-Roadmap this PR pushes the first two points: move scanlines from master and example notebooks with the approaches (actual data).

Sorry, I forgot to fork this repo and worked in this branch called release_roadmap. Once this PR is ok to be merged I'll fork it and work from my local GitHub repo, ok?

renanxcortes commented 5 years ago

Last commits add some tests and create a .travis.yml file.