diff --git a/joss/paper.bib b/joss/paper.bib new file mode 100644 index 0000000..ee5caea --- /dev/null +++ b/joss/paper.bib @@ -0,0 +1,7 @@ +@misc{measures, + author = {Brodzik, M. J., D. G. Long, M. A. Hardman, A. Paget, and R. Armstrong}, + title = {{MEaSUREs Calibrated Enhanced-Resolution Passive Microwave Daily EASE-Grid 2.0 Brightness Temperature ESDR, Version 1.}, + doi = {10.5067}, + howpublished = {\url{https://doi.org/10.5067/MEASURES/CRYOSPHERE/NSIDC-0630.001}} + +} diff --git a/joss/paper.md b/joss/paper.md new file mode 100644 index 0000000..440e910 --- /dev/null +++ b/joss/paper.md @@ -0,0 +1,37 @@ +--- +title: 'SWEpy: A Python library for quick and easy access and manipulation of MEaSUREs CETB files for SWE analysis' +tags: + - Python + - snow + - swe + - data after_success + - data processing +authors: + - name: William M. Norris + orcid: 0000-0002-6772-9600 + affiliation: 1 + - name: Carson J. Farmer + orcid: 0000-0000-0000-0000 + affiliation: 1 +affiliations: + - name: University of Colorado Boulder + index: 1 +date: 4 September 2018 +bibliography: paper.bib +--- + +# Summary + +Modern analysis of earth’s systems requires significant volumes of increasingly fine resolution spatial and temporal information. For example, the *MEaSUREs Calibrated Enhanced Passive Microwave Daily-Grid 2.0 Brightness Temperature* data set, released by the National Snow and Ice Data Center (NSIDC), is no exception (Brodzik, 2016). The MEaSUREs dataset contains twice daily passive microwave imagery from 1978 through 2017, which can be particularly useful for spatial-temporal analysis of snow water equivalent (SWE). In addition to high temporal resolution, the MEaSUREs CETB dataset contains imagery that has been resampled from 25km down to 6.25km wide pixels, allowing for analysis to be done at a finer spatial scale than previously available versions of the data source. While this data is exceedingly useful, it can take considerable time to set up scripts for web access, geographic subsetting, and merging sequential images into useful time cubes. The MEaSUREs data set is also large: accessing a full time series of Northern Hemisphere imagery would require easily two terabytes of disc space, which most researchers do not have available on their local computer. SWEpy was developed in part to deal with these issues, while also providing basic data manipulation tools to facilitate SWE-based research. SWEpy is a Python library that allows for quick and easy web-access, geographic subsetting, and concatenation of MEaSUREs CETB files. The primary goal of SWEpy is to reduce the time needed for researchers to access and begin making use of MEaSUREs CETB data. A user with very little knowledge of Python can use SWEpy to access this data within minutes, and those more familiar with the scientific Python ecosystem can benefit from the wealth of tools available for subsequent analysis of CETB data. + +Ease of use is a primary goal for SWEpy. Users can enter as little information as a date range, bounding coordinates, and their Earthdata login credentials, and SWEpy will return two single time cube files with only the data for the user’s study area included. SWEpy has intelligent defaults pre-defined for various CETB files used in SWE analysis,such as which sensor is the most stable for a given year, as well as more specific web-access functionality. When using the default settings, in order to avoid running out of disk space, SWEpy will optimize long running data access sessions by automating the whole process, stopping to subset and concatenate files incrementally when the entire dataset will be too large to store on disk. Additionally, if a user has more specific file needs, they can work directly with SWEpy's flexible web access tool, and still make use of the built in geographic subsetting and merging features if desired. + + +SWEpy is available from GitHub (https://github.com/wino6687/SWEpy) and anaconda (https://anaconda.org/wino6687/swepy). Full documentation can be found in the GitHub repository wiki (https://github.com/wino6687/SWEpy/wiki). Any issues or bugs can be reported to the issues page on the GitHub repository: https://github.com/wino6687/SWEpy/issues. + +# Acknowledgements: +SWEpy was developed with funding from Earth Lab at the University of Colorado Boulder under the supervision of Carson Farmer. Also thanks to David Nyberg and Davey Lovin who helped conceive the project and start the basic framework. + + + +# References