https://github.com/manaakiwhenua/local-outlier-factor-plugin
https://github.com/manaakiwhenua/local-outlier-factor-plugin
outlier-detection plugin pygeoapi
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manaakiwhenua/local-outlier-factor-plugin
- Owner: manaakiwhenua
- License: cc-by-4.0
- Created: 2020-07-29T04:28:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T03:14:11.000Z (almost 6 years ago)
- Last Synced: 2024-03-14T15:56:50.891Z (over 2 years ago)
- Topics: outlier-detection, plugin, pygeoapi
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/manaakiwhenua/manaakiwhenua-standards)
# local-outlier-factor-plugin
## Building for release
Requires wheel.
`python setup.py sdist bdist_wheel`
This can be included in a requirements.txt as: `git+https://github.com/manaakiwhenua/local-outlier-factor-plugin.git@master`
`master` branch is for release, changes should be proposed in a separate branch and a PR submitted for merging into master, including rebuilding the source distributions.
(TODO: replace with a Github Action)