Tyler Martin

Results 4 comments of Tyler Martin

> I realized that you don't have "pandoc" in your environment. Probably you have an old and/or broken version of Pandoc installed locally? This ended up being the answer! I...

Version 1.19.2 ``` $ pandoc --version; pandoc -f markdown -t rst pandoc 1.19.2 Compiled with pandoc-types 1.17.0.4, texmath 0.9, skylighting 0.1.1.2 Default user data directory: /Users/tbm/.pandoc Copyright (C) 2006-2016 John...

Okay, so I've mostly figured out the issue but it's a little tedious. BLUF: `tiled` should just use the byte string returned by `xarray.Dataset.to_netcdf()`. The xarray/scipy netcdf writer combo is...

# Update I think the problem is 'simpler' than I initially thought. After taking a look through `tiled.serialization.xarray`, I think the issue is in the use of `xarray.Dataset.to_dataframe`. From the...