Skip to content

Commit

Permalink
chore: add copyright notice on spatial index
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Jan 17, 2025
1 parent 6471c8b commit 29efdb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/rust/src/packedrtree.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// This file is part of the FlatGeobuf project.
// Much of this code is derived from the `packed_r_tree.rs` file of the FlatGeobuf project:
// https://github.com/flatgeobuf/flatgeobuf/blob/master/src/rust/src/packed_r_tree.rs
// Copyright (c) 2018, Björn Harrtell, Postnummer Stockholm AB (BSD 2-Clause License)
//
// See LICENSE file for full license text.
//! Create and read a [packed Hilbert R-Tree](https://en.wikipedia.org/wiki/Hilbert_R-tree#Packed_Hilbert_R-trees)
//! to enable fast bounding box spatial filtering.
// ... rest of the code ...
//! Create and read a [packed Hilbert R-Tree](https://en.wikipedia.org/wiki/Hilbert_R-tree#Packed_Hilbert_R-trees)
//! to enable fast bounding box spatial filtering.
Expand Down

0 comments on commit 29efdb4

Please sign in to comment.