meteostat.License
A data license specification.
- Type: Dataclass
- Source Code: GitHub
The License dataclass represents licensing information for meteorological data. It contains details about whether a data source can be used commercially and attribution information. License objects are typically accessed through provider or dataset metadata.
Properties
| Property | Description | Type |
|---|---|---|
commercial | Whether commercial use is allowed | bool |
name | Name of the license | str or None |
url | URL to the license details | str or None |
attribution | Required attribution text | str or None |