Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate clustering code to this repo #2

Open
RogerTangos opened this issue Mar 26, 2017 · 1 comment
Open

Migrate clustering code to this repo #2

RogerTangos opened this issue Mar 26, 2017 · 1 comment

Comments

@RogerTangos
Copy link
Owner

@MichaelRyanWebber wrote some clustering code. It plays leaks and repairs in sequence, and then spits out a list of leaks where there was no repair nearby. It's clean code.

It needs to be moved into this repo and edited in a few ways:

  • It work with the repo's file structure
  • It should accept a ft/meter parameter for the radius of a repair's effectiveness
  • You should be able to pass it the name of a repair and a leak file. (The geocoding scripts in PR Geocoding script for utility addresses #1 should spit this out.)

You'll want to coordinate with @ainzero on what sort of file format(s) clustering will ingest.

This is a good issue for getting familiar with the repo and code structure. It involves modifying a few parameters, but not doing too much coding.

@RogerTangos
Copy link
Owner Author

  • It needs to be able to ingest JSON files from the JSON folders.
  • Specify what data will be thrown out. (i.e. what location_type)
  • Save output, including metadata, like who ran it, when, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant