-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add basic plotting functions to the library (#204)
* chore: removed geovoronoi example * feat: start working on plotly wrapper function * fix(AdministrativeBoundaryRegionizer): add warning * chore: add constant values usage in tests * feat: modify plotly plotting function * fix(Neighbourhood): change distances calculation * feat: add new plot function * feat: add new test for AdministrativeBoundaryRegionizer * feat: add new neighbourhood tests * feat: add new plotting functions * feat: add new dependencies section * chore: add new flags to isort * chore: modify test notebook * ci: exclude plotting module from coverage * feat: added plotly and folium functions * feat: added parameter to folium plots * feat: modified folium colourscales * feat: modify voronoi regionizer notebook * feat: modified regionizers notebooks * feat: added adjacency neighbourhood example * chore: change pdm lock file * fix(AdministrativeBoundaryRegionizer): clipping * changed filtering based on points * fix: changes points and polygons clipping * chore: changed docstrings * feat: modified intersection joiner example * feat: added new plotting function * chore: added optional imports info to plotting * chore: modify examples to use new plotting module * chore: delete test.ipynb * chore: added plotting import test * chore: changed default plotly renderer to None * chore: updated changelog * chore: apply linter changes * chore: update CHANGELOG.md Co-authored-by: Kacper Leśniara <kacper.lesniara@gmail.com> * chore: apply CR suggestions --------- Co-authored-by: Kacper Leśniara <kacper.lesniara@gmail.com>
- Loading branch information
Showing
48 changed files
with
1,687 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.