File: CITATION.cff

package info (click to toggle)
spatialindex 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,312 kB
  • sloc: cpp: 51,468; python: 3,886; ansic: 848; sh: 375; makefile: 155
file content (29 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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