GithubHelp home page GithubHelp logo

pysal_points's Introduction

Point Pattern Analysis in PySAL

Statistical analysis of planar point patterns

REORG IN PROGRESS

This is work in progress towards PEP 13

History

2016-12-23

mkdir pysal_reorg
cd pysal_reorg
git clone [email protected]:sjsrey/pysal.git
cp -R pysal pysal-copy
cp -R pysal-copy pysal-points
cd pysal-points
git fetch origin
git branch -a
git checkout -b points origin/points_contrib
git filter-branch --subdirectory-filter pysal/contrib/points -- -- all
git remote -v
git remote add upstream [email protected]:cgiscourses/pysal-points.git
git push -u upstream points
git branch -d master
git checkout -b master
git push upstream master

After these steps, on the Github settings for the repos change the default branch from points to master.

Introduction

This PySAL module is intended to support the statistical analysis of planar point patterns.

It currently works on cartesian coordinates. Users with data in geographic coordinates need to project their data prior to using this module.

Examples

Installation

Requirements

  • PySAL 1.11+
  • Pandas 0.17.0+
  • shapely
  • descartes

TODO

  • Enhance internal data structures
  • Remove pysal and replace dependency with pysal_core

pysal_points's People

Contributors

sjsrey avatar mriduls avatar weikang9009 avatar privateagi avatar

Watchers

 avatar James Cloos avatar  avatar

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.