Skip to main content

No project description provided

Project description

netCDF 轉換工具

這個專案包含兩個 Python 模組,用於操作 netCDF 格式的檔案。第一個模組 netcdf_to_csv.py 可將 netCDF 檔案轉換成 CSV 格式。第二個模組 netcdf_meta.py 可用來檢視 netCDF 檔案的元數據信息。

安裝

首先,使用以下命令安裝所需的套件:

python3 -m pip install netcdf-to-csv netcdf-meta

模組使用

netcdf_to_csv

這個模組將 netCDF 檔案轉換成 CSV 格式。以下為使用方法和範例:

python3 -m netcdf_to_csv <nc_file1> <nc_file2> ...

範例:

python3 -m netcdf_to_csv example1.nc example2.nc

這將會將 example1.ncexample2.nc 轉換成對應的 CSV 檔案 example1.csvexample2.csv

netcdf_meta

這個模組用來檢視 netCDF 檔案的元數據信息。以下為使用方法和範例:

python3 -m netcdf_meta <nc_file1> <nc_file2> ...

範例:

python3 -m netcdf_meta example1.nc example2.nc

這將會顯示 example1.ncexample2.nc 的元數據信息,包括全局屬性、維度、變量和前三行數據。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netcdf-to-csv-1.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

netcdf_to_csv-1.0.2-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page