python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Extracting images from h5 file
I have images that are saved into h5 file, so now I'm wondering is it possible to extract images from h5 file in a folder? I wrote this code but it doesn't work. It save an image in folder but can't ...
Leon
Votes: 0
Answers: 1
conda install and conda build result in different dependency versions
I'm trying to build a package which includes h5py. When using conda build, it seems to install the wrong version of the dependency. It installs 3.2.1-py37h6c542dc_0, which includes hdf5: 1.10.6-nompi_...
tschaka1904
Votes: 0
Answers: 1
Jupyter Notebook: multiple function calls only prints return for the most recently called function
I'm trying to create a class to make viewing my data very quick and simple within Jupyter Notebook.
import color
import h5py
class h5view:
tempf = h5py.File('juliadata\jul20160102_150km.001.hdf5'...

Dylan Silvas
Votes: 0
Answers: 1
open h5 file on colab and find packages in libraries
I have a problem with a h5 file. I don't know how to open it. It is in my google drive.
This is the code:
import h5py
import math
import numpy as np
import scipy
import mathplotlib.pyplot as plt
from...
Eleonora Panini
Votes: 0
Answers: 0