Skip to content

shaohu/pysal_points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Planar point pattern analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published