GeoDa

GeoDa:空间数据分析介绍。「GeoDa: An introduction to spatial data analysis」

Github stars Tracking Chart

鸣谢

GeoDa TM是建立在几个开放源码库和源码文件的基础上。

GeoDa是GeoDa中心的旗舰程序,是继Luc Anselin博士开发的一系列软件工具之后的又一旗舰程序,它旨在实现对网格数据(点和多边形)进行探索性空间数据分析(ESDA)的技术。它的设计是为了实现对网格数据(点和多边形)的探索性空间数据分析(ESDA)技术。该免费程序为描述性空间数据分析方法提供了一个用户友好的图形界面,如空间自相关统计,以及基本的空间回归功能。最新版本包含了一些新的功能,如所有视图中的全时空数据支持、新的地图图、精制的地图电影、平行坐标图、三维可视化、条件图(和地图)和空间回归。

自2003年2月首次发布以来,GeoDa 的用户数量成倍增长,如上图和全球用户地图所示。其中包括哈佛、麻省理工和康奈尔等大学的实验室用户。用户社区和新闻界对该程序给予了热烈的欢迎,称其为 "非常重要的分析工具"、"非常优秀的软件"、"令人兴奋的开发" 等等。

构建 GeoDa

请阅读 BuildTools/ 目录下的详细说明。

Windows

Mac OSX

Linux/Ubuntu

注:欢迎在其他平台下贡献构建脚本,请按照 BuildTools/ 下的构建脚本结构。

国际化

GeoDa 国际化(I18n)和本地化(L10n)项目旨在提供一个在线工具,让 GeoDa 用户可以帮助将 GeoDa 用户界面翻译成不同的语言。

在众包方面,我们使用 Google Spreadsheet,公共地址在 这里。任何人都可以访问这个电子表格,并编辑每个翻译。

贡献者

  • @corochasco
  • Gulrukh Rakhmatullaeva

谢谢您的贡献

依赖性

以下是我们要感谢的一些名单:

  • GDAL Libraries, version 1.10
      License: X/MIT style Open Source license
      Authors: many
      Links: http://www.gdal.org/
    
  • Boost Libraries, version 1.53
      License: Boost Software License - Version 1.0
      Authors: many
      Links: http://www.boost.org/
            http://www.boost.org/LICENSE_1_0.txt
    
  • Boost.Polygon Voronoi Library, Boost version 1.53
      License: Boost Software License - Version 1.0
      Author: Andrii Sydorchuk
      Links: http://www.boost.org/
            http://www.boost.org/LICENSE_1_0.txt
    
  • wxWidgets Cross-Platform GUI Library, version 2.9.4
      License: The wxWindows Library Licence
      Authors: Julian Smart, Robert Roebling, and others
      Links: http://www.wxwidgets.org/
              http://www.opensource.org/licenses/wxwindows.php
    
  • CLAPACK Linear Algebra Libraries, version 3.2.1
      Authors: many
      License: Custom by University of Tennessee
      Links: http://www.netlib.org/clapack/
              http://www.netlib.org/lapack/lapack-3.2/LICENSE
    
  • Approximate Nearest Neighbor Library, version 0.1
      Note: Full source of 0.1 release included in kNN directory
      Authors: Sunil Arya and David Mount
      License: See kNN/AHH.h in included source files
      Links: http://www.cs.umd.edu/~mount/ANN/
    
  • FastArea.c++ source code
      Note: We have based the source for functions findArea and
      ComputeArea2D in our file GenGeomAlgs.h from FastArea.c++
      in Journal of Graphics Tools, 7(2):9-13, 2002
      Author: Daniel Sunday
      License: unknown
      Links: http://www.tandfonline.com/doi/abs/10.1080/10867651.2002.10487556
    


Overview

Name With OwnerGeoDaCenter/geoda
Primary LanguageC++
Program languageHTML (Language Count: 18)
PlatformLinux, Mac, Windows
License:GNU General Public License v3.0
Release Count44
Last Release Namev1.22.0.6 (Posted on )
First Release Name1.4 (Posted on )
Created At2015-08-06 03:29:18
Pushed At2024-03-18 06:35:11
Last Commit At2024-03-05 16:01:22
Stargazers Count658
Watchers Count38
Fork Count156
Commits Count3k
Has Issues Enabled
Issues Count2379
Issue Open Count74
Pull Requests Count90
Pull Requests Open Count4
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Build Status

Acknowledgements

GeoDa TM is built upon several open source libraries and source-code files.

GeoDa is the flagship program of the GeoDa Center, following a long line of software tools developed by Dr. Luc Anselin. It is designed to implement techniques for exploratory spatial data analysis (ESDA) on lattice data (points and polygons). The free program provides a user friendly and graphical interface to methods of descriptive spatial data analysis, such as spatial autocorrelation statistics, as well as basic spatial regression functionality. The latest version contains several new features such as full space-time data support in all views, a new cartogram, a refined map movie, parallel coordinate plot, 3D visualization, conditional plots (and maps) and spatial regression.

Since its initial release in February 2003, GeoDa's user numbers have increased exponentially, as the chart and map of global users above shows. This includes lab users at universities such as Harvard, MIT, and Cornell. The user community and press embraced the program enthusiastically, calling it a "hugely important analytic tool," a "very fine piece of software," an "exciting development" and more.

Build GeoDa

Please read the detail instructions under directory BuildTools/

Windows

Mac OSX

Linux/Ubuntu

Note: contributions of build scripts under other platforms are welcomed, please follow the structure of building script under BuildTools/.

Internationalization

GeoDa Internationalization (I18n) and Localization(L10n) project aims to provide an online tool that GeoDa users could help to translate the GeoDa UI to different languages.

For crowdsourcing, we use Google Spreadsheet with the public address here. Anyone can access this spreadsheet, and edit each translation.

Contributors:

  • @corochasco
  • Gulrukh Rakhmatullaeva

Thanks for your contributions!

Dependencies

Below is a list of some of these that we'd like to acknowledge.

  • GDAL Libraries, version 1.10

      License: X/MIT style Open Source license
      Authors: many
      Links: http://www.gdal.org/
    
  • Boost Libraries, version 1.53

      License: Boost Software License - Version 1.0
      Authors: many
      Links: http://www.boost.org/
            http://www.boost.org/LICENSE_1_0.txt
    
  • Boost.Polygon Voronoi Library, Boost version 1.53

      License: Boost Software License - Version 1.0
      Author: Andrii Sydorchuk
      Links: http://www.boost.org/
            http://www.boost.org/LICENSE_1_0.txt
    
  • wxWidgets Cross-Platform GUI Library, version 2.9.4

      License: The wxWindows Library Licence
      Authors: Julian Smart, Robert Roebling, and others
      Links: http://www.wxwidgets.org/
              http://www.opensource.org/licenses/wxwindows.php
    
  • CLAPACK Linear Algebra Libraries, version 3.2.1

      Authors: many
      License: Custom by University of Tennessee
      Links: http://www.netlib.org/clapack/
              http://www.netlib.org/lapack/lapack-3.2/LICENSE
    
  • Approximate Nearest Neighbor Library, version 0.1

      Note: Full source of 0.1 release included in kNN directory
      Authors: Sunil Arya and David Mount
      License: See kNN/AHH.h in included source files
      Links: http://www.cs.umd.edu/~mount/ANN/
    
  • FastArea.c++ source code

      Note: We have based the source for functions findArea and
      ComputeArea2D in our file GenGeomAlgs.h from FastArea.c++
      in Journal of Graphics Tools, 7(2):9-13, 2002
      Author: Daniel Sunday
      License: unknown
      Links: http://www.tandfonline.com/doi/abs/10.1080/10867651.2002.10487556
To the top