GithubHelp home page GithubHelp logo

lukezaruba / stco Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.42 MB

A Python package for assessing the temporal stability of spatial clustering methods via spatial overlay analysis.

Home Page: https://pypi.org/project/stco

License: MIT License

Shell 0.45% Python 99.55%
geospatial gis spatiotemporal

stco's Introduction

Luke Zaruba

Spatial Data Science • Data Engineering • Backend Development

     

stco's People

Watchers

 avatar

stco's Issues

Change how ADBSCAN instance is created/passed into TemporalADBSCAN

Rather than passing in ADBSCAN instance as param into TemporalADBSCAN, use kwargs for getting parameters. Have defaults similar to ADBSCAN's.

Min_Samples param is already overwritten to 1% of each period's total rows, make this param a percentage rather than a raw number.

Allows for instantiation of ADBSCAN for each period rather than copying and changing min samples for each.

CI/CD

  • Build, Publish process to PyPI through GitHub Action
  • Dependent on Lint/Format/Test passing
  • Pre commit runs Lint/Format/Tests, as well

Default Params for ADBSCAN

Look into how to select defaults for:

  1. Eps
  • Percentage of Latitude/Y Delta
  • Density in conjunction with Min Samples
  1. Min Samples
  • Percentage of snapshot records
  • Density in conjunction with Eps/Radius

From ESDA docs:

$$Density = {Min Samples \over \pi * Eps^2} $$

Just need 2/3 to get the other

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.