A SYN file converting tool
Project description
- This package contains the function syn_proc that takes a list of a SYN file lines as an argument and returns two dataframes:
quot_df for daily synoptic observations
hor_df for threehourly synoptic observations
Usage: simply import your SYN file into a list then pass the imported list as an argument into the syn_proc function
- Example:
with open(‘SYNobs.THR’) as f: ## or .M01 .M02 …… etc
lines = f.readlines()
treehor_df,daily_df=syn_proc(lines)
Change Log
0.1.3 (09/03/2023)
First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
synproc-0.1.3.tar.gz
(5.8 kB
view details)
File details
Details for the file synproc-0.1.3.tar.gz.
File metadata
- Download URL: synproc-0.1.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
283d0b29e5fbe7199864143c1e32d2e7b0317679724b11b5cab10022c68264ca
|
|
| MD5 |
6bed8cd0f15730348f85a9b176440b0d
|
|
| BLAKE2b-256 |
67709813284ba1f89056fe7e67a70dfe8f34a67ee9a8b6a3afa40c93460e483e
|