netcdf

    6热度

    3回答

    我使用从网站的UniData这里最新的NetCDF罐子库:http://www.unidata.ucar.edu/downloads/netcdf/index.jsp 我找一个java的NetCDF 4教程/例子,但我似乎无法找到一个在他们的网站或任何其他的事情。版本4与以前的版本有很大的不同,因为write函数(用于向变量写入数据)不再使用,并被writeCDL取代......我想。有没有人用j

    3热度

    1回答

    我使用python创建netCDF文件。当我尝试将值(数据)分配给变量的部分(或切片)时,取决于切片的“类型”,我可以或不能分配这些值。 我不知道为什么。任何有助于了解为什么这是将不胜感激。 例如为: import numpy as np from netCDF4 import Dataset nb_steps = 2 nb_lat = 3 nb_lon = 4 # open/cre

    0热度

    2回答

    我不确定我的问题到底是什么,因为我被autoconf/automake/libtoolize等认真解决了。我们中的几个人正试图自动确认mbsystem。我已经抛出的工作回购最新这里: https://bitbucket.org/schwehr/mbsystem 我想改善的NetCDF设置为使用NC-配置,但我不确定如何正确地做到这一点。我正在开发configure.in。看起来无法在INCLUDE

    4热度

    1回答

    是否可以从Scientific.IO.NetCDF.NetCDFFile中删除变量?如果一个文件被打开,像这样: nc = Scientific.IO.NetCDF.NetCDFFile("File.nc", "a") 既不是 del nc.variables["var"] ,也不是 nc.variables["var"] = None 将删除该变量var。 Thx提前任何见解。

    3热度

    1回答

    我有这个fortran结构。 type custom real :: a,b real,dimension(20) ::c,d real,dimension(20,50) :: e end type custom 然后,我有这样的 type custom2 type(custom):: data end type custom2 另一个结构现在我

    2热度

    2回答

    我需要将libnetcdf与PHP接口。 (对谷歌代码的PHP的NetCDF被打破) 这里的netcdf.i: %module netcdf %{ /* Includes the header in the wrapper code */ #include "netcdf.h" %} /* Parse the header file to generate wrappers */ %

    2热度

    1回答

    我有这样的XML文件 <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="file:/dev/null" iosp="lasp.tss.iosp.ValueGeneratorIOSP" start="0" increment="1"> <attribute name="title

    1热度

    2回答

    我有这样 <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="file:/dev/null" iosp="lasp.tss.iosp.ValueGeneratorIOSP" start="0" increment="1"> <attribute name="title" valu

    16热度

    2回答

    获取当前节点的父节点名称的正确语法是什么?我知道它是关于AxisName的父类,但是什么是正确的语法? 例如下面的XML <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="file:/dev/null" iosp="lasp.tss.iosp.ValueGeneratorIOSP" st

    2热度

    5回答

    我有一个netcdf文件,我想使用命令行工具将其转换为图像(joed,png,gif)。 是否有人可以帮助我的图书馆名称,并可能链接到它是如何完成的。 问候 大卫