Skip to main content

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

PropertyDescriptionType
commercialWhether commercial use is allowedbool
nameName of the licensestr or None
urlURL to the license detailsstr or None
attributionRequired attribution textstr or None