Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tianshu129/foqat
Field observation quick analysis toolkit
https://github.com/tianshu129/foqat
air-pollution air-quality air-quality-data air-quality-measurements air-quality-monitor air-quality-reports air-quality-sensor atmospheric-chemistry atmospheric-modelling atmospheric-science daily-maximum-8-hour-ozone field-observation mir ofp ozone-formation-potential photolysis-rate-coefficients r time-series time-series-analysis tuv
Last synced: 7 days ago
JSON representation
Field observation quick analysis toolkit
- Host: GitHub
- URL: https://github.com/tianshu129/foqat
- Owner: tianshu129
- License: gpl-3.0
- Created: 2020-06-07T05:47:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T07:01:23.000Z (about 1 month ago)
- Last Synced: 2024-10-27T21:59:39.703Z (11 days ago)
- Topics: air-pollution, air-quality, air-quality-data, air-quality-measurements, air-quality-monitor, air-quality-reports, air-quality-sensor, atmospheric-chemistry, atmospheric-modelling, atmospheric-science, daily-maximum-8-hour-ozone, field-observation, mir, ofp, ozone-formation-potential, photolysis-rate-coefficients, r, time-series, time-series-analysis, tuv
- Language: R
- Homepage: https://tianshu129.github.io/foqat/
- Size: 7.6 MB
- Stars: 33
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FOQAT
> Field observation quick analysis toolkit
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4735828.svg)](https://doi.org/10.5281/zenodo.4735828)
![Language](https://img.shields.io/badge/Language-R-blue.svg)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/foqat)](https://cran.r-project.org/package=foqat)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Development
version](https://img.shields.io/badge/devel-2.0.8.2-orange.svg)](https://github.com/tianshu129/foqat)
[![](https://cranlogs.r-pkg.org/badges/grand-total/foqat)](https://cran.r-project.org/package=foqat)
[![](http://cranlogs.r-pkg.org/badges/last-month/foqat)](https://cran.r-project.org/package=foqat)
[![](http://cranlogs.r-pkg.org/badges/last-day/foqat)](http://cranlogs.r-pkg.org/downloads/daily/last-month/foqat)### News
2023/09/30
If you are using a newer version of R (for example, version 4.3.1), please upgrade your FOQAT to the latest version (2.0.8.2).
如果你正在使用新版本的R(例如4.3.1版本),请升级你的FOQAT至最新版本(2.0.8.2)。### Overview
The FOQAT is an R package designed for quick processing and analysis of atmospheric data measured from field observation and air pollution (e.g., air-quality sensor/monitor data). And the functions for time series analysis could also be applied to the time series of any other fields.
The FOQAT stands for "Field observation quick analysis toolkit".
The FOQAT package is developed and maintained by Chen Tianshu from Professor Xue Likun's research group of Environmental Research Institute of Shandong University.
For getting start or detail usage, please visit: [Vignette](https://tianshu129.github.io/foqat/articles/) or [说明手册](https://www.yuque.com/foqat/doc) .
If FOQAT is used to support a scientific publication, please cite the following reference:
>Tianshu Chen. (2021). foqat: Field Observation Quick Analysis Toolkit [Software]. Available from https://doi.org/10.5281/zenodo.4735828
In addition, please send an email to [me](mailto:[email protected]) so that the paper may be added to my 'List of Publications Using FOQAT'.
Buy me a coffee: https://www.buymeacoffee.com/tianshu
As far as I know, FOQAT has users from:
* Chinese Research Academy of Environmental Sciences (CRAES)
* Chinese Academy of Meteorological Sciences (CAMS)
* Research Center for Eco-Environmental Sciences (RCEES) for Chinese Academy of Sciences (CAS)
* Anhui Institute of Optics and Fine Mechanics (AIOFM) for Chinese Academy of Sciences (CAS)
* Peking University (PKU)
* City University of Hong Kong (CityU)
* The Hong Kong Polytechnic University (PolyU)
* Shandong University (SDU)### Installation
``` r
# install the stable version from CRAN:
install.packages("foqat")# Or the development version from GitHub:
# install.packages("remotes")
remotes::install_github("tianshu129/foqat")
```### Functions
Functions in foqat are listed below:### Link
[![Personal Academic Site](https://img.shields.io/badge/AcademicSite-Tianshu%20Chen-00CCBB)](https://tianshu129.github.io/)
[![ResearchGate](https://img.shields.io/badge/ResearchGate-Tianshu%20Chen-00CCBB)](https://www.researchgate.net/profile/Tianshu_Chen)
[![Google Scholar](https://img.shields.io/badge/GoogleScholar-Tianshu%20Chen-red)](https://scholar.google.com/citations?user=VfnzOQgAAAAJ&hl=en)
[![Twitter](https://img.shields.io/twitter/follow/_Tianshu.svg?style=social&label=@_Tianshu)](https://twitter.com/_Tianshu)