# pygeoda **Repository Path**: zh345/pygeoda ## Basic Information - **Project Name**: pygeoda - **Description**: Description pygeoda is a python library for spatial data analysis based on libgeoda and GeoDa - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pygeoda pygeoda is a python library for spatial data analysis based on libgeoda and GeoDa ### version 0.0.4 * Map Classification * NaturalBreaks * QuantileBreaks * Hinge15Breaks * Hinge30Breaks * PercentileBreaks * StddevBreaks * Spatial Weights * Queen * Rook * Distance based * K-Nearest Neighbor * Kernel * Spatial Autocorrelation * Local Moran * Local Geary * Local Getis-Ord * Local Join Count * Multivariate Local Geary * Multivariate Local Join Count * Quantile LISA * False Discovery Rate (FDR) * Spatial Clustering * SKATER * REDCAP * Max-p * Others * PCA * MDS (multi dimensional scaling) ### Installation #### Install from pip NOTE: pip wheels will be available soon. #### Install from source You can install pygeoda v0.0.4 from source by using the following command in a terminal: ``` pip install git+https://gitee.com/lixun910/pygeoda ``` ### How to contribute 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request ### Contributors * @lixun910 * @zh345 * @yeqing_han