Giter VIP home page Giter VIP logo

spatialdependence.jl's Introduction

SpatialDependence.jl

A Julia package for exploratory spatial data analysis (ESDA), including functions for spatial weights matrices creation, testing for spatial dependence (spatial autocorrelation), and choropleth maps.

Documentation Build Status Coverage

The package SpatialDependence.jl contains functions to create and handle spatial weights matrices from polygon and point geometries. It also has functions for calculating spatial lags, test for spatial autocorrelation, and plotting choropleth maps.

The package takes advantage of Julia multi-threading features to increase performance if Julia is started with multiple threads.

See the last stable version documentation to learn how to use it.

The package is currently under heavy development, with more functionality coming soon.

Installation

The package can be installed with the Julia package manager:

julia> using Pkg; Pkg.add("SpatialDependence")

Main functionality

Spatial Weights Matrices

  • Polygon contiguity: Queen and Rook.
  • Points distance threshold.
  • Points K nearest neighbors.

Global Spatial Autocorrelation

  • Moran's I.
  • Geary's c.

Local Spatial Autocorrelation

  • Local Moran.
  • Local Geary.
  • Getis-Ord Statistics.
  • LISA Cluster Map.

Choropleth Maps

  • Graduated: Equal Intervals, Quantiles, Natural Breaks, Custom Breaks.
  • Statistical: Box Plot, Standard Deviation, Percentiles.
  • Unique Values.
  • Co-location.

Author

SpatialDependence.jl is being developed by Javier Barbero.

spatialdependence.jl's People

Contributors

javierbarbero avatar

Stargazers

Felix Cremer avatar Adam H. Sparks avatar Lasse Peters avatar Rafael Schouten avatar  avatar Abdullah Kabaoğlu avatar Maarten Pronk avatar  avatar Josquin Guerber avatar Tyler Hoffman avatar yottoo avatar Diego Javier Zea avatar

Watchers

 avatar

spatialdependence.jl's Issues

`GeoInterface.geometrycolumns`

This package looks great!

I was just reading the code and notice your geometry column handling. GeoInterface is defaulting to :geometry as the geometry column, but also has a geometrycolumns method, than can be overidden for specific tables. If you just need one column you take the first one. By default that will be :geometry.

Some packages like GADM are still using :geom but we should try to move everything to :geometry or using the getometrycolumns method if its different so things are standardised.

Cheers, carry on

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Not working with Vector{Union{Missing, Float64}}

Suddenly, the standard tests stop working as now data is a Vector{Union{Missing, Float64}} instead of Vector{Float64}. This might be related to an update in Shapefile.jl or DFTables.jl. that changes how data is returned.

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.