Arne Osterthun

Results 9 issues of Arne Osterthun

Hi, I have a 3D sparse array with the dimensions: time[0,17600], latitutde[-89.75, 89.75], longitude [-179.75, 179.75], all of type double and one attribute of type float. Up to now I...

This feature is currently only available in c++. Any chance somebody could write the python wrapper for this in the near future ? If not, dispatching the write operation in...

It would be nice to be able to ingest netCDF files into tileDB as Sparse or Dense Arrays. GDAL claims to be able to translate netCDF to DenseArrays with gdal_translate....

enhancement

Hi, I would like to add an option to my application that allows repeated input of vectors. I tried this: ``` ("test", "vector input", cxxopts::value()) const std::vector tests = result["test"].as();...

enhancement

Hi, I wont to ingest large datasets into TileDB that do not fit into main memory at once. Therefore I write my buffers into TileDB whenever the buffer exceeds a...

Hello again, this becomes kind of a pattern, but since neither conan nor conda really worked for me, I would like to just build the library as a dependency inside...

Hello there, I'm currently working with netcdf-cxx4 in a project. Everything works great so far. I also started to look into DevOps tools for c++ recently, and started to use...

type/feature request

Hello, I wanted to use conan at one point (#91), since I couldn't get it to work on my own, I used a global netcdf-cxx4 install for now. I recently...

Hi, I'm trying to build TileDB inside another repository. For some reason I can not build TileDB in another repository but everywhere outside of a repository. When running `make` it...