简体   繁体   English

有没有办法在 Nim 中处理 NetCDF 文件?

[英]Is there any way to work with NetCDF files in Nim?

I've discovered Nim some days ago and am really interested in it.几天前我发现了 Nim 并且对它非常感兴趣。
However, I need to know if I'd able to work with NetCDF files (or at least GRB files) to see if it is suitable for my every-day life.但是,我需要知道我是否能够使用 NetCDF 文件(或至少 GRB 文件)来查看它是否适合我的日常生活。
I've searched the web for some library or code, but couldn't find any, so if anybody knows a way to do it, please let me know.我在网上搜索了一些库或代码,但找不到任何,所以如果有人知道这样做的方法,请告诉我。

Possible options (as of September 2020) to work with netcdf files using nim:使用 nim 处理 netcdf 文件的可能选项(截至 2020 年 9 月):

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有从 netCDF4 文件中提取文件路径的特定方法? - Is there a specific way to extract file paths from netCDF4 files? 有没有办法找到Dataset的来源? - Is there any way to find the source of Dataset? 有没有其他方法可以加载数据 - is there any other way to load data 有没有办法计算推特用户的影响力? - is there any way to calculate twitter users influence? 使用 .csv 文件的最佳方法,具有 4 个 gigas - Best approach to work with .csv files with 4 gigas 是否有任何类似的方法可以在 pyspark 中复制 pandas 的“qcut”function? - Is there any similar way to replicate “qcut” function of pandas in pyspark? 有什么方法可以修复错误字符串索引必须是整数? - Is there any way I can fix the error string indices must be integers? LSH 是否适用于 zip、jar、wim、iso 或任何类型的压缩文件? - is LSH works for zip,jar, wim, iso or any kind of compressed files? 我不能以这种方式对 pandas 中的行进行子集化:df[0](或任何整数) - I can't subset rows in pandas this way: df[0] (or with any integer) 有没有什么快速而好的方法来为机器学习模型创建仪表板? - Is there any fast and good way to create a dashboard for machine learning model?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM