{"id":23111765,"url":"https://github.com/aran203/fluxease","last_synced_at":"2025-04-03T23:44:01.180Z","repository":{"id":259576373,"uuid":"877988047","full_name":"Aran203/fluxease","owner":"Aran203","description":"Python package for eddy flux data post processing","archived":false,"fork":false,"pushed_at":"2024-12-09T15:44:32.000Z","size":776,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-17T02:11:40.067Z","etag":null,"topics":["data-analysis","data-science","eddy-covariance","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aran203.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T15:24:35.000Z","updated_at":"2024-12-09T15:44:43.000Z","dependencies_parsed_at":"2024-10-26T17:14:28.672Z","dependency_job_id":"3ea761ab-456b-42bf-aec4-9cfd83737a19","html_url":"https://github.com/Aran203/fluxease","commit_stats":null,"previous_names":["aran203/fluxpy","aran203/fluxease"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aran203%2Ffluxease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aran203%2Ffluxease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aran203%2Ffluxease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aran203%2Ffluxease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aran203","download_url":"https://codeload.github.com/Aran203/fluxease/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237942647,"owners_count":19391460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-science","eddy-covariance","python"],"created_at":"2024-12-17T02:10:36.953Z","updated_at":"2025-02-09T11:28:48.343Z","avatar_url":"https://github.com/Aran203.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluxease (IN DEVELOPMENT)\n\n## Background\nEddy covariance tower data is fundamental for ecosystem research. These datasets can be broadly categorized into energy and carbon variables. Typically, these raw datasets are recorded at 30-minute or 1-hour intervals, and may often contain gaps or record anomalous values, necessitating usage of post-processing tools. Due to group-specific developments, these tools for processing energy and carbon variables often operate separately. This disparity creates bottlenecks, requiring manual adjustments to translate outputs from one system to another. Therefore, there is a need for a unified platform that seamlessly processes raw data for both carbon and energy variables. \n\n## Vision \u0026 Current Work\nThis package is in development stages currently. It builds on top of the `flux-data-qaqc` package (used to post process energy variables) by removing the input text configuration file dependency. We aim to add support for post processing carbon and water variables shortly\n\n![energy_cycle](energy_cycle.png)\n\n## How to Use?\n1. Clone repo \n2. In the working directory you cloned the repository in, you can run the post processing workflows in a manner (similar to how you would `flux-data-qaqc`) as shown below:\n\n\n```python\nfrom fluxease import FluxData, VeriFlux\nimport pandas as pd\n\ndata = pd.read_csv(filename)     # read in data\n\n# variable map to map internal names to names as found in the data passed\nvariable_map = [\n    (\"date\", \"Timestamp\"),\n    (\"Rn\", \"NETRAD\"),\n    (\"H\", \"H\"),\n    (\"G\", \"G\",),\n    (\"LE\", \"LE\"),\n    (\"sw_in\", \"Rg\",),\n    (\"sw_out\", \"SW_OUT\"),\n    (\"lw_out\", \"LW_OUT\"),\n    (\"lw_in\",\"LW_IN\" ),\n    (\"vpd\", \"VPD\" ),\n    (\"t_avg\", \"Tair\"),\n    (\"wd\", \"WD\"),\n    (\"ws\", \"WS\"),\n    (\"ppt\", \"Precip1_tot\"),\n    ('rh', \"RH_1_1_1\"),\n    (\"theta_1\", \"SWC_1_1_1\"),\n    (\"theta_2\", \"SWC_2_1_1\")\n]\n\ndemo = FluxData(data, site_elevation, site_latitude, site_longitude, '30T', variable_map)\n# 30T corresponds to the latency of the raw dataset (30 min)\n# Other units that are supported are H (hours), D (days), W (weeks), M (months), Y (years)\n\ndemo_ver = VeriFlux(demo)\n\ndemo_ver.correct_data(meth = 'ebr')\nprint(demo_ver.corrected_daily_df['flux_corr'])     # printing a column in corrected daily frequency dataframe\n\n```\n\n## Contributors\n- Karan Bhalla (karanbhalla204 \\\u003cat\\\u003e tamu \\\u003cDOT\\\u003e edu)\n- Debasish Mishra (debmishra \\\u003cat\\\u003e tamu \\\u003cDOT\\\u003e edu)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faran203%2Ffluxease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faran203%2Ffluxease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faran203%2Ffluxease/lists"}