The Volcanoes of the World database is a catalog of Holocene and Pleistocene volcanoes, and eruptions from the past 12,000 years.
Project description
Global Volcanism Program (GVP)
Unofficial python package for Global Volcanism Program (GVP). Current database which is used in the package is Global Volcanism Program - Volcanoes of the World v5.3.2; 30 September 2025.
GVP Homepage: https://volcano.si.edu/
Install
Using pip:
pip install gvp
Using uv:
uv add gvp
Download Database
Available databases: holocene, pleistocene, and changelogs. Each database will be downloaded as an Excel file. The Excel files have also been fixed to prevent warnings when opened in Microsoft Excel.
Import GVP module
import gvp
from gvp.download import download
## Check GVP Module version
print(gvp.__version__)
verbose default parameter is set to False
Download Holocone
download(database="holocene", verbose=True)
Download Pleistocene
download(database="pleistocene", verbose=True)
Download Changelogs in Markdown and Excel
download(database="changelogs", verbose=True)
Full code example
import gvp
from gvp.download import download
download(database="holocene", verbose=True)
download(database="pleistocene", verbose=True)
download(database="changelogs", verbose=True)
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gvp-0.1.0.tar.gz.
File metadata
- Download URL: gvp-0.1.0.tar.gz
- Upload date:
- Size: 106.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f217c557f37a1fd84e57229ef857b5d368a442ec679f50de38545528e98b05b
|
|
| MD5 |
8b97b5d4054a133be1ec3638283c53bd
|
|
| BLAKE2b-256 |
b25eb6debecac47e11ef8e22c9102079d8f1fee085172673313de7750c16193a
|
File details
Details for the file gvp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gvp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 105.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e84993617215e741281f8c976191d7177ce3bc1cf0dfd185fc07f215451634a0
|
|
| MD5 |
e6e6a86797719f954fef54e8a90db1da
|
|
| BLAKE2b-256 |
77fa9f699682db8f9b03f292bd3571c9834202aa98984ba35fabd582e356178a
|