lasp / hapi-server

A HAPI server built on LaTiS
Apache License 2.0
1 stars 1 forks source link

Support datasets with a second dimension #54

Closed lindholc closed 6 years ago

lindholc commented 6 years ago

This PR adds support for 2D datasets to the LaTiS 2 interpreter. Because we're now using Bin objects I've also cleaned up the JSON we generate from them.

Check out the LaTiS code to make sure I'm not doing anything crazy.

Closes #52.