MAsonryShake-Table CLI
Project description
EESD - MAST
MAST (MAsonry Shake-Table) is a comprehensive database and collaborative resource for advancing seismic assessment of unreinforced masonry buildings.
The associated public website is https://masonrydb.epfl.ch/.
Visit EESD lab at EPFL.
This tool is a command-line interface to the MAST database API, for data upload, extraction and analysis.
Installation:
pip install mastdb
Usage:
mastdb --help
Buildings Database
The buildings folder contains the data for provisionning the MAST web application, using the mastdb
command line interface.
.
├── <Building ID>_XXXX
│ ├── model
│ │ ├── OpenSees
│ │ │ └── <...>
│ │ ├── geometry.vtk
│ │ ├── scheme.png
│ │ ├── License.md
│ │ └── README.md
│ ├── plan
│ │ ├── <some name>.png
│ │ ├── License.md
│ │ └── README.md
│ └── test
│ ├── Crack maps
│ │ ├── <run ID>.png
│ │ └── <...>.png
│ ├── Global force-displacement curve
│ │ ├── <run ID>.txt
│ │ └── <...>.txt
│ ├── Shake-table accelerations
│ │ ├── <run ID>.txt
│ │ └── <...>.txt
│ ├── Top displacement histories
│ │ ├── <run ID>.txt
│ │ └── <...>.txt
│ ├── License.md
│ └── README.md
├── Readme.md
└── Shake_Table_Tests_Database_XXXXX.xlsx
Excel database
Building experiments, references and run results
The .xlsx file from which the building experiments (experiment description, reference and run results) are to be uploaded is to be explicitly specified.
Command to update the database of building experiments, reference and run results:
mastdb upload --key xxxxxxx 00_MAST_Database/Shake_Table_Tests_Database_XXXXX.xlsx
Building numerical models
The .xlsx file from which the building numerical models are to be uploaded is to be explicitly specified, and MUST happen after the building experiments have been uploaded (see above).
Command to update the database of building experiments, reference and run results:
mastdb upload-models --key xxxxxxx 00_MAST_Database/Modeling\ assumptions.xlsx
Building data folders
Provide one data folder per building. The naming conventions are:
- Building folder name starts with Building's ID (leading zeros are ok). The subsequent part of the name (after _) is ignored.
- In each folder, the data files are organized as follows:
model
, contains the numerical model filesgeometry.vtk
is the main 3D model, additional VTK files (with any name) can be provided.scheme.png
is the main model image that will appear in the Buildings page. Other png files for additional model views, can be provided (with any names).- Any folder, with like the OpenSees example can be provided.
- README.md, recommended and optional
- License.md, recommended and optional
plan
, contains the plan view files- Any png file name.
- README.md, recommended and optional
- License.md, recommended and optional
test
, contains the test filesCrack maps
, png files, named by the corresponding run IDGlobal force-displacement curve
, txt files, named by the corresponding run IDShake-table accelerations
, txt files, named by the corresponding run IDTop displacement histories
, txt files, named by the corresponding run ID- Any folder, with like can be provided.
- README.md, recommended and optional
- License.md, recommended and optional
Command to update all the database files:
mastdb upload-repo-bulk --key xxxxxxx 00_MAST_Database
Command to update a specific type of database files of a specific Building:
mastdb upload-repo --key xxxxxxx --type model 1 00_MAST_Database/001_Beyer_2015/model
Command to remove a specific type of database files of a specific Building:
mastdb rm-repo --key xxxxxxx --type model 1
In order to help with the setup and the validation of an experiment's local repository, use the commands:
mastdb generate-repo --help
To validate an existing experiment data files repository, use the command:
mastdb validate-repo --help
To download an experiment data files repository into a local folder, use the command:
mastdb download-repo --help
Cookbook
The following recipes will help site maintainers to update, delete or add content to the MAST database.
What is the official MAST database website?
The official MAST database website is located at https://masonrydb.epfl.ch/. The website is for humans exploring the content of the database. For the site maintainers, the address to be provided to the mastdb
command line is https://masonrydb.epfl.ch/api.
Is there a MAST database website that I can use as a playground?
Yes, from the EPFL intranet, you can use the website https://mast-dev.epfl.ch/ as a playground. Similarly to the official website, the address to provide for updating database content is https://mast-dev.epfl.ch/api.
If you are not sure about the kind of operation and/or the data content you want to send to the database, it is recommended to use this website as a playground.
How can I add/update a building?
The content updated is based on the Excel file that was originally defined. You can refer to it to add or modify the content of the database:
- Reference: define the associated paper information, that can be referred by several buildings.
- Building: each building has an identifier that you provide (which can be different from the record identifier in the database). Make sure that this identifier is unique, as it is to used to perform updates or deletions.
- Tests results: use the table conventions from the Excel file (do not change column names).
How can I delete a building?
You can delete a building by its identifier. It will also delete the associated files and test results.
How can I delete only the files a building?
You can delete the files of a building by its identifier and the type of files (plan, model or test).
How can I upload the various type of files?
- Make sure the building exists in the database (not just in the Excel file).
- When it is the first time files are uploaded for that building, use the
mastdb generate-repo
command in a directory of your choice. This command will prepopulate folders hierarchy, with dummy files. More specifically, pay attention to the test results file names, as proper naming is required to link observed data and crack images to the test results defined in the database. - It is highly recommended to provide a README and a License files.
What is an experiment?
An experiment is the same as a building.
What is the 'key' in the command arguments?
One need to authenticate itself to perform 'write' operations (add, update or delete). The MAST database uses a simple authentication mechanism based on a API key (to be requested to ENAC IT4R team).
Where are the data originally used to provision the database?
See the MAST DB project data folder (requires proper access, ask ENAC IT4R team).
Development
Setup package dependencies
poetry install
Run command line
poetry run mastdb --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mastdb-1.0.0.tar.gz
.
File metadata
- Download URL: mastdb-1.0.0.tar.gz
- Upload date:
- Size: 53.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/6.5.0-41-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35bf8714aaf2883193b3a4fea1ae997a3deca862bd251ead02c6aed2e49cd61a |
|
MD5 | 5121c510a90a5d829474e73b8b56d6f1 |
|
BLAKE2b-256 | 1387ebc1e1c2bdf2a6e3fa757ebd7e23bf551c04139b3bc2b36b5acfca170c55 |
File details
Details for the file mastdb-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: mastdb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 53.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/6.5.0-41-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa23273f9a229c649caea52dbe31b195745eab9de275ec936e1af5664c2f6dc |
|
MD5 | f3533c8625e72f57d47e76f9f4a35eaf |
|
BLAKE2b-256 | 2134ae5c70b839225a18026c05dada5db71447703ea587f86e7667136a529299 |