All Projects → spatstat → Spatstat

spatstat / Spatstat

Development version of 'spatstat' package ..............................

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Spatstat

Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+729.69%)
Mutual labels:  statistics, spatial-analysis, network-analysis
Book
This book serves as an introduction to a whole new way of thinking systematically about geographic data, using geographical analysis and computation to unlock new insights hidden within data.
Stars: ✭ 141 (+10.16%)
Mutual labels:  statistics, spatial-analysis
Depthmapx
depthmapX is a multi-platform Spatial Network Analysis Software
Stars: ✭ 120 (-6.25%)
Mutual labels:  spatial-analysis, network-analysis
Sfnetworks
Tidy Geospatial Networks in R
Stars: ✭ 155 (+21.09%)
Mutual labels:  spatial-analysis, network-analysis
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (-1.56%)
Mutual labels:  spatial-analysis, network-analysis
Pgrouting
Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
Stars: ✭ 804 (+528.13%)
Mutual labels:  spatial-analysis, network-analysis
Peartree
peartree: A library for converting transit data into a directed graph for sketch network analysis.
Stars: ✭ 116 (-9.37%)
Mutual labels:  spatial-analysis, network-analysis
Nload
Real-time network traffic monitor
Stars: ✭ 121 (-5.47%)
Mutual labels:  network-analysis
Foundry
The Cognitive Foundry is an open-source Java library for building intelligent systems using machine learning
Stars: ✭ 124 (-3.12%)
Mutual labels:  statistics
Fitter
Fit data to many distributions
Stars: ✭ 118 (-7.81%)
Mutual labels:  statistics
Networkdata
R package containing several network datasets
Stars: ✭ 119 (-7.03%)
Mutual labels:  network-analysis
Contributions.taminomartinius.de
Website to display a bunch of different commit statistics fetched by GitHub GraphQL API
Stars: ✭ 125 (-2.34%)
Mutual labels:  statistics
Flex
Probabilistic deep learning for data streams.
Stars: ✭ 127 (-0.78%)
Mutual labels:  statistics
Teaching Monolith
Data science teaching materials
Stars: ✭ 126 (-1.56%)
Mutual labels:  statistics
Githubist
Github developer, location, language and repo stats for Turkey.
Stars: ✭ 124 (-3.12%)
Mutual labels:  statistics
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-7.81%)
Mutual labels:  spatial-analysis
Docker Bro
Bro IDS Dockerfile
Stars: ✭ 126 (-1.56%)
Mutual labels:  network-analysis
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-7.03%)
Mutual labels:  statistics
Statistical Rethinking
An interactive online reading of McElreath's Statistical Rethinking
Stars: ✭ 123 (-3.91%)
Mutual labels:  statistics
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (-1.56%)
Mutual labels:  statistics

spatstat

CRAN_Status_Badge Travis-CI Build Status codecov.io appveyor build status

What is spatstat?

spatstat is a family of R packages for analysing spatial point pattern data (and other kinds of spatial data). See the website www.spatstat.org or read the book.

This is the development version

This repository holds the current development version of spatstat.

Where is the official release?

For the most recent official release of spatstat, see the CRAN page.

spatstat has been split into a family of packages

The spatstat package has grown so large that CRAN require us to split it into sub-packages. This process is almost finished. Almost all of the code in the original spatstat has been removed, and placed into a series of sub-packages:

Sub-package CRAN page GitHub repository Description
spatstat.utils here here Basic utilities
spatstat.data here here Datasets
spatstat.sparse here here Sparse arrays
spatstat.geom here here Spatial data classes; geometrical operations
spatstat.core here here Data analysis and modelling of spatial data
spatstat.linnet here here Spatial analysis on a linear network
spatstat here This repo Umbrella package

There will still exist a package called spatstat, which is now an umbrella package that requires all the sub-packages listed above. When you install the new spatstat, all the sub-packages listed above will be installed. When you load the spatstat package in an R session, all the sub-packages listed above will be loaded or imported.

Additionally there are extension packages which contain additional functionality. These packages are not automatically installed or loaded; the user must do that if these extra features are desired.

Extension package CRAN page GitHub repository Description
spatstat.gui here here Graphical interface
spatstat.Knet here here linear networks
spatstat.local here here Local (geographically weighted) models
spatstat.sphere Not yet published here Spherical data

The new spatstat family

The pink box marked spatstat contains all the code that will be installed when you install the spatstat umbrella package, and loaded or imported when you load the spatstat umbrella package.

The blue boxes are extension packages which must be installed and loaded separately.

Spatstat pieces

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].