#
hdf
Here are 31 public repositories matching this topic...
GillesDuvert
commented
Jun 17, 2020
A number of functions scattered in GDL's code more or less do the same thing and should be factorized in one place in order to be easily maintained. Especially if these functions use basic system functions that may differ with the system (macOS, unix, MSW..). And, the factorized function should be documented (with Doxygen in mind).
Take the example of strtol()
. It is
Reader for AES SOFA files to get better HRTFs
-
Updated
Sep 8, 2020 - C
Copy Pandas DataFrames and HDF5 files to PostgreSQL database
postgres
sqlalchemy
database
etl
postgresql
pandas
python3
scientific-computing
hdf5
data-pipeline
pytables
hdf
sqlalchemy-database
-
Updated
May 19, 2020 - Python
A simple C++17 wrapper for HDF5
cmake
filesystem-library
storage
eigen
hdf5
cpp17
tensors
spdlog
hdf
hdf5-library
binary-storage
eigen3
hdf5-wrapper
hdf5-files
-
Updated
Sep 8, 2020 - C++
Repository for collecting materials from nwb hackathons
python
open-source
hackathon
reproducible-research
neuroscience
open-data
open-science
hdf5
nwb
hdf
international-conference
dataformat
pynwb
nwb-n
neurodata-without-borders
-
Updated
Sep 2, 2020 - HTML
VFS Plugin for Directory Opus 12: Adds ADF/HDF support
-
Updated
Sep 13, 2020 - C
A HDF5 Wrapper for Time Series
-
Updated
Sep 8, 2020 - C++
This is a GitHub for all of my NiFi Templates
-
Updated
Aug 27, 2020
Convert Sigma Space Micro Pulse Lidar (MPL) data files to NetCDF
-
Updated
Jul 18, 2020 - Python
JavaScript port of the PasHdf library
-
Updated
Jul 14, 2017 - Pascal
-
Updated
Aug 19, 2018 - Python
Terraform module to deploy Hortonworks on Oracle Cloud Infrastructure (OCI)
-
Updated
Jan 2, 2020 - Shell
Trying GluonCV examples
-
Updated
Jul 26, 2018 - Python
Development repository for Hortonworks HDF Chef Cookbook
-
Updated
Jun 6, 2019 - HTML
Terra Basic Fusion Project - University of Illinois
-
Updated
Dec 9, 2019 - C
[Testing repo for conan-center-index] Conan recipes for HDF4
-
Updated
Jun 1, 2020 - Python
Python implementation of a dataset format DS for storing data along with metadata (beta)
-
Updated
Aug 12, 2020 - Python
Improve this page
Add a description, image, and links to the hdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hdf topic, visit your repo's landing page and select "manage topics."
2) Feature Request
Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for
ElectricalSeries.data
we should add to the docval that the dimensions arenum_time | num_channels
. This would help users avoid errors with ordering of dimensions.This issue was motivated by #960
This issue is in part also related to #626