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.0 (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
synprocessor-0.0.1.tar.gz
(4.6 kB
view details)
File details
Details for the file synprocessor-0.0.1.tar.gz.
File metadata
- Download URL: synprocessor-0.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f47937a435a8b3d6b4ac322d21514655dd9836f5e2f88c35327f0cc63d47d92a
|
|
| MD5 |
aa4612e100efe9d504cd84d736a0f6a5
|
|
| BLAKE2b-256 |
7039edcee592fb8cad9fdc3a85cdedcc1243e99e163011bf8477f33683b4ea6f
|