SimpleGridDB#

Full name:

spatialdata.spatialdb.SimpleGridDB

Journal name:

simplegriddb

Simple spatial database on a logically rectangular grid aligned with the coordinate axes. Points along the coordinate axes do not have to be uniformly spaced.

Implements SpatialDB.

Pyre Properties#

  • description=<str>: Description for database.

    • default value: ‘’

    • current value: ‘’, from {default}

    • validator: <function validateDescription at 0x102e94dc0>

  • filename=<str>: Name for data file.

    • default value: ‘’

    • current value: ‘’, from {default}

    • validator: <function validateFilename at 0x103178ca0>

  • query_type=<str>: Type of query to perform.

    • default value: ‘nearest’

    • current value: ‘nearest’, from {default}

    • validator: (in [‘nearest’, ‘linear’])

Example#

Example of setting SimpleGridDB Pyre properties and facilities in a parameter file.

[db]
description = Material properties
filename = mat_elastic.spatialdb
query_type = linear