pointpats


Namepointpats JSON
Version 2.5.1 PyPI version JSON
download
home_pageNone
SummaryMethods and Functions for planar point pattern analysis
upload_time2024-10-03 16:07:31
maintainerpysal contributors
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD 3-Clause
keywords spatial statistics point patterns
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pointpats: Point Pattern Analysis in PySAL

[![Continuous Integration](https://github.com/pysal/pointpats/actions/workflows/tests.yaml/badge.svg)](https://github.com/pysal/pointpats/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/pysal/pointpats/branch/main/graph/badge.svg)](https://codecov.io/gh/pysal/pointpats)
[![Documentation](https://img.shields.io/static/v1.svg?label=docs&message=current&color=9cf)](http://pysal.org/pointpats/)
[![PyPI version](https://badge.fury.io/py/pointpats.svg)](https://badge.fury.io/py/pointpats)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7706219.svg)](https://doi.org/10.5281/zenodo.7706219)

Statistical analysis of planar point patterns.

This package is part of [PySAL](https://pysal.org): The Python Spatial Analysis Library.

## Introduction

This [pointpats](https://github.com/pysal/pointpats) package 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.

## Documentation

Online documentation is available
[here](http://pysal.org/pointpats/).

## Examples

- [Basic point pattern
    structure](https://github.com/pysal/pointpats/tree/main/notebooks/pointpattern.ipynb)
- [Centrography and
    visualization](https://github.com/pysal/pointpats/tree/main/notebooks/centrography.ipynb)
- [Marks](https://github.com/pysal/pointpats/tree/main/notebooks/marks.ipynb)
- [Simulation of point
    processes](https://github.com/pysal/pointpats/tree/main/notebooks/process.ipynb)
- [Distance based
    statistics](https://github.com/pysal/pointpats/tree/main/notebooks/distance_statistics-numpy-oriented.ipynb)

##  Installation

Install pointpats by running:

    $ pip install pointpats

## Development

pointpats development is hosted on
[github](https://github.com/pysal/pointpats).

As part of the PySAL project, pointpats development follows these
[guidelines](http://pysal.org/getting_started).

##  Bug reports

To search for or report bugs, please see pointpats'
[issues](https://github.com/pysal/pointpats/issues).

##  BibTeX Citation

```
@software{wei_kang_2023_7706219,
  author       = {Wei Kang and
                  Levi John Wolf and
                  Sergio Rey and
                  Hu Shao and
                  Mridul Seth and
                  Martin Fleischmann and
                  Sugam Srivastava and
                  James Gaboardi and
                  Giovanni Palla and
                  Dani Arribas-Bel and
                  Qiusheng Wu},
  title        = {pysal/pointpats: pointpats 2.3.0},
  month        = mar,
  year         = 2023,
  publisher    = {Zenodo},
  version      = {v2.3.0},
  doi          = {10.5281/zenodo.7706219},
  url          = {https://doi.org/10.5281/zenodo.7706219}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pointpats",
    "maintainer": "pysal contributors",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "spatial statistics, point patterns",
    "author": null,
    "author_email": "Serge Rey <sjsrey@gmail.com>, Hu Shao <shaohutiger@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5d/58/ee049f1d0e077fd6f38514090c88afec13b9dde721e5210449114eb30350/pointpats-2.5.1.tar.gz",
    "platform": null,
    "description": "# pointpats: Point Pattern Analysis in PySAL\n\n[![Continuous Integration](https://github.com/pysal/pointpats/actions/workflows/tests.yaml/badge.svg)](https://github.com/pysal/pointpats/actions/workflows/tests.yaml)\n[![codecov](https://codecov.io/gh/pysal/pointpats/branch/main/graph/badge.svg)](https://codecov.io/gh/pysal/pointpats)\n[![Documentation](https://img.shields.io/static/v1.svg?label=docs&message=current&color=9cf)](http://pysal.org/pointpats/)\n[![PyPI version](https://badge.fury.io/py/pointpats.svg)](https://badge.fury.io/py/pointpats)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7706219.svg)](https://doi.org/10.5281/zenodo.7706219)\n\nStatistical analysis of planar point patterns.\n\nThis package is part of [PySAL](https://pysal.org): The Python Spatial Analysis Library.\n\n## Introduction\n\nThis [pointpats](https://github.com/pysal/pointpats) package is intended\nto support the statistical analysis of planar point patterns.\n\nIt currently works on cartesian coordinates. Users with data in\ngeographic coordinates need to project their data prior to using this\nmodule.\n\n## Documentation\n\nOnline documentation is available\n[here](http://pysal.org/pointpats/).\n\n## Examples\n\n- [Basic point pattern\n    structure](https://github.com/pysal/pointpats/tree/main/notebooks/pointpattern.ipynb)\n- [Centrography and\n    visualization](https://github.com/pysal/pointpats/tree/main/notebooks/centrography.ipynb)\n- [Marks](https://github.com/pysal/pointpats/tree/main/notebooks/marks.ipynb)\n- [Simulation of point\n    processes](https://github.com/pysal/pointpats/tree/main/notebooks/process.ipynb)\n- [Distance based\n    statistics](https://github.com/pysal/pointpats/tree/main/notebooks/distance_statistics-numpy-oriented.ipynb)\n\n##  Installation\n\nInstall pointpats by running:\n\n    $ pip install pointpats\n\n## Development\n\npointpats development is hosted on\n[github](https://github.com/pysal/pointpats).\n\nAs part of the PySAL project, pointpats development follows these\n[guidelines](http://pysal.org/getting_started).\n\n##  Bug reports\n\nTo search for or report bugs, please see pointpats'\n[issues](https://github.com/pysal/pointpats/issues).\n\n##  BibTeX Citation\n\n```\n@software{wei_kang_2023_7706219,\n  author       = {Wei Kang and\n                  Levi John Wolf and\n                  Sergio Rey and\n                  Hu Shao and\n                  Mridul Seth and\n                  Martin Fleischmann and\n                  Sugam Srivastava and\n                  James Gaboardi and\n                  Giovanni Palla and\n                  Dani Arribas-Bel and\n                  Qiusheng Wu},\n  title        = {pysal/pointpats: pointpats 2.3.0},\n  month        = mar,\n  year         = 2023,\n  publisher    = {Zenodo},\n  version      = {v2.3.0},\n  doi          = {10.5281/zenodo.7706219},\n  url          = {https://doi.org/10.5281/zenodo.7706219}\n}\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Methods and Functions for planar point pattern analysis",
    "version": "2.5.1",
    "project_urls": {
        "Home": "https://github.com/pysal/pointpats/",
        "Repository": "https://github.com/pysal/pointpats"
    },
    "split_keywords": [
        "spatial statistics",
        " point patterns"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "599aa244eded46beaad15b06b81e8889a561e3c869b57311870188f0d793a1c8",
                "md5": "947ab43f4d51b7652f8e232fed8116c3",
                "sha256": "94aadd1d801048614ddb38c76c8a725608bfe348bbeefdcfefb2dc2093088317"
            },
            "downloads": -1,
            "filename": "pointpats-2.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "947ab43f4d51b7652f8e232fed8116c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 59202,
            "upload_time": "2024-10-03T16:07:29",
            "upload_time_iso_8601": "2024-10-03T16:07:29.730357Z",
            "url": "https://files.pythonhosted.org/packages/59/9a/a244eded46beaad15b06b81e8889a561e3c869b57311870188f0d793a1c8/pointpats-2.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d58ee049f1d0e077fd6f38514090c88afec13b9dde721e5210449114eb30350",
                "md5": "d9f55f9969a141d42288469a6e703951",
                "sha256": "1eedb30a17e59746ed9ac68283f419dee5a07c17cd53ed2bc2dadba2b77973ff"
            },
            "downloads": -1,
            "filename": "pointpats-2.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d9f55f9969a141d42288469a6e703951",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4270216,
            "upload_time": "2024-10-03T16:07:31",
            "upload_time_iso_8601": "2024-10-03T16:07:31.121786Z",
            "url": "https://files.pythonhosted.org/packages/5d/58/ee049f1d0e077fd6f38514090c88afec13b9dde721e5210449114eb30350/pointpats-2.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 16:07:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pysal",
    "github_project": "pointpats",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pointpats"
}
        
Elapsed time: 9.35044s