Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"title": "metloom",
"description": "Location Oriented Observed Meteorology (LOOM): a Python package for retrieving point-based observed meteorology and snow data from networks and services including SNOTEL, CDEC, MesoWest, USGS, Met Norway, GeoSphere Austria, CUES, CSAS, SAIL, and SnowEx.",
"upload_type": "software",
"access_right": "open",
"license": "BSD-3-Clause",
"creators": [
{
"name": "M3Works"
}
],
"keywords": [
"meteorology",
"snow",
"hydrology",
"observed-data",
"snotel",
"cdec",
"python"
],
"related_identifiers": [
{
"identifier": "https://github.com/M3Works/metloom",
"relation": "isSupplementTo",
"scheme": "url"
},
{
"identifier": "https://pypi.org/project/metloom/",
"relation": "isIdenticalTo",
"scheme": "url"
}
]
}
35 changes: 35 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This CITATION.cff file provides citation metadata for metloom.
# Learn more: https://citation-file-format.github.io
#
# Authorship is currently the organization (M3Works). To credit individual
# contributors later, replace the single entity author below with entries like:
# - family-names: "Lastname"
# given-names: "Firstname"
# orcid: "https://orcid.org/0000-0000-0000-0000"
# affiliation: "M3Works"
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."
title: metloom
abstract: >-
Location Oriented Observed Meteorology (LOOM): a Python package for
retrieving point-based observed meteorology and snow data from networks
and services including SNOTEL, CDEC, MesoWest, USGS, Met Norway,
GeoSphere Austria, CUES, CSAS, SAIL, and SnowEx.
type: software
authors:
- name: "M3Works"
website: "https://m3works.io"
email: "info@m3works.io"
version: 0.10.0
date-released: "2026-07-30"
license: BSD-3-Clause
repository-code: "https://github.com/M3Works/metloom"
url: "https://metloom.readthedocs.io"
keywords:
- meteorology
- snow
- hydrology
- observed-data
- snotel
- cdec
- python
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ replace = version='{new_version}'
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bumpversion:file:CITATION.cff]
search = version: {current_version}
replace = version: {new_version}

[bdist_wheel]
universal = 1

Expand Down
Loading