libspatialindex
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Change72
- License: other
- Language: C++
- Default Branch: main
- Size: 4.74 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
Citation
Authors
Owner
- Login: Change72
- Kind: user
- Repositories: 1
- Profile: https://github.com/Change72
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
- Push event: 1
- Pull request event: 1
- Create event: 3
Last Year
- Push event: 1
- Pull request event: 1
- Create event: 3
Dependencies
.github/workflows/test.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- ilammy/msvc-dev-cmd v1 composite
- mamba-org/setup-micromamba v2 composite
- softprops/action-gh-release v2 composite
ci/environment.yml
pypi
docs/environment.yml
pypi
- breathe *
- pybtex *
- recommonmark *
- sphinx-rtd-theme *
- sphinx_markdown_tables *
- sphinxcontrib-bibtex *
- sphinxcontrib-spelling *