Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smithb/pointdatabase
Utilities for creating and querying a database of points
https://github.com/smithb/pointdatabase
Last synced: 4 days ago
JSON representation
Utilities for creating and querying a database of points
- Host: GitHub
- URL: https://github.com/smithb/pointdatabase
- Owner: SmithB
- License: mit
- Created: 2019-01-25T00:11:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T17:04:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T01:25:42.948Z (about 2 months ago)
- Language: Python
- Size: 395 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PointDatabase
Utilities for indexing and maintaining my local database of point data. This repo includes local functions for reading/writing and indexing data, but I am in the process of converting this repo to use the indexing/reading utilities in the pointCollection repo. In the near future, the PointDatabase.data and geo_index classes will go away, and all new work will use pointCollection.data and pointCollection.geo_index