libspatialindex

C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API

https://github.com/libspatialindex/libspatialindex

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic links in README
  • Committers with academic emails
    4 of 44 committers (9.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.8%) to scientific vocabulary

Keywords

c-plus-plus spatial-indexing

Keywords from Contributors

closember interface
Last synced: 6 months ago · JSON representation ·

Repository

C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API

Basic Info
  • Host: GitHub
  • Owner: libspatialindex
  • License: other
  • Language: C++
  • Default Branch: main
  • Homepage: https://libspatialindex.org
  • Size: 4.7 MB
Statistics
  • Stars: 758
  • Watchers: 55
  • Forks: 201
  • Open Issues: 19
  • Releases: 13
Topics
c-plus-plus spatial-indexing
Created over 14 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation Authors

Owner

  • Name: libspatialindex
  • Login: libspatialindex
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: Please cite this software using these metadata or in the CITATION file.
type: software
title: libspatialindex
version: 2.0.0
date-released: 2024-05-31
abstract: libspatialindex a C++ library that implements multiple R* tree families
  including R*, MVRTree, and TPRTree. It includes support for disk serialization and
  an adaptable interface for query visitors.
url: https://libspatialindex.org
repository-code: https://github.com/libspatialindex/libspatialindex
license: MIT
authors:
  - given-names: Marios
    family-names: Hadjieleftheriou
    affiliation: Bell Labs
    orcid: https://orcid.org/0009-0009-3453-6560
  - given-names: Howard
    family-names: Butler
    affiliation: Hobu Inc
    orcid: https://orcid.org/0000-0002-5340-1380

keywords:
  - libspatialindex
  - rtree
  - mvrtree
  - tprtree
  - spatial index

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 15
  • Watch event: 51
  • Delete event: 1
  • Issue comment event: 45
  • Push event: 12
  • Pull request review event: 3
  • Pull request event: 24
  • Fork event: 10
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 15
  • Watch event: 51
  • Delete event: 1
  • Issue comment event: 45
  • Push event: 12
  • Pull request review event: 3
  • Pull request event: 24
  • Fork event: 10

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 546
  • Total Committers: 44
  • Avg Commits per committer: 12.409
  • Development Distribution Score (DDS): 0.478
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Howard Butler h****c@g****m 285
Howard Butler h****d@h****o 83
Marios Hadjieleftheriou m****i@g****m 53
Nyall Dawson n****n@g****m 17
Norman Barker n****n@c****m 14
Mike Taves m****s@g****m 11
Paul J. Davis p****s@g****m 9
Morteza Nourelahi Alamdari m****o@g****m 7
Sean Gillies s****s@g****m 6
Elliott Sales de Andrade q****t@g****m 5
chrisnatali c****i@g****m 5
SpaceIm 3****m 4
Michael Herwig m****g@h****e 4
Kenneth Christiansen k****n@o****g 3
Morteza Nourelahi Alamdari me@m****m 3
Howard Butler h****u@h****o 3
booo b****s@m****e 2
Richard Schubert rs@d****e 2
Morteza NourelahiAlamdari m@0****e 2
Mateusz Loskot m****z@l****t 2
Peter Petrik z****v@g****m 2
Fabrice Fontaine f****e@g****m 2
Evan Miller e****r@g****m 1
Anatoliy Golubev d****l@g****m 1
Justin Dearing z****1@g****m 1
Leonard Buskin l****n@g****m 1
Ken Tanaka k****a@a****m 1
Mikhail Titov m****t@g****s 1
Michael Wheeler g****t@m****g 1
Howard Butler h****u@e****z 1
and 14 more...

Dependencies

.github/workflows/test.yml actions
  • actions/checkout v1 composite
  • lukka/get-cmake v3.22.2 composite
scripts/docker/Dockerfile docker
  • ubuntu 18.04 build