Skip to content

Instantly share code, notes, and snippets.

@geoffreygarrett
Last active July 16, 2020 16:51
Show Gist options
  • Save geoffreygarrett/28d9eca27d066734c3a73bb380a9659e to your computer and use it in GitHub Desktop.
Save geoffreygarrett/28d9eca27d066734c3a73bb380a9659e to your computer and use it in GitHub Desktop.
python_dbcache_example
from dbcachepy import DatabaseCache
if __name__ == "__main__":
test_db = DatabaseCache.from_json("test/test.json")
print(test_db["index_resource/spk/asteroids/codes_300ast_20100725.bsp"])
print(test_db["index_resource/spk/planets/de430.bsp"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment