This is the first official release of the pypromice package for handling and processing weather station (with PROMICE and GC-Net data in mind).
Summary changes
- BUFR file processing implemented in `pypromice.postprocess`
- `last_uid` de-bug in `getL0tx`
- Modification of logic in `_addTimeshift`
- Resampling step in `L2toL3` removed and only performed in the `aws` object
- `tx` message downloader for back-up purposes set up in `tx` module and `getMsg`
- [readthedocs](https://pypromice.readthedocs.io) implemented
Full description of changes
* fixed 63 by BaptisteVandecrux in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/65
* Documentation and conflict-avoidance changes (from dev-pho) by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/66
* Modify time shift by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/69
* L3 file name de-bug, 70 by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/71
* wmo-bufr by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/72
* Development of readthedocs to be merged into main by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/74
* implement writing of position csv file to aws-l3 by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/78
* persist uid in ini file by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/77
* skip NAU and CP1 by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/80
* WMO positions & variable skipping by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/81
* Message grabber added by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/82
* rename CEN2 to CEN by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/83
* Resampling step in L2toL3 removed by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/86
* Version change by PennyHow in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/87
* Deprecated readfp by patrickjwright in https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/89
**Full Changelog**: https://github.com/GEUS-Glaciology-and-Climate/pypromice/compare/v0.0.1...v1.0.0