Hi Vapor Team,
Thanks for the new updates! I’m having some issues loading NetCDF data with the Python API; data that works just fine with the Vapor GUI. I’m getting what looks like a compliance issue (see Output below) but if the file is non-compliant, it shouldn’t work in the GUI either. Any ideas?
Input:
import vapor
from vapor import session,renderer,dataset,camera
import numpy as np
import matplotlib.pyplot as plt
ses = session.Session()
data = ses.OpenDataset(dataset.MPAS, ["/Volumes/3TB-Data/cx/rolled_1280.nc"])
Output:
Missing required dimension "Time"
Failed to initialize data importer
Failure to open data set of type "mpas"