python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to properly project a rast object if extent information is missing?
I'm trying to read a HDF5 file with terra, but the extent of the grid could not be read.
> rst <- terra::rast("temp.h5")
Warning message:
[rast] unknown extent
> rst
...
knstr
Votes: 0
Answers: 1
Error reading netcdf and hdf files using python
I have the following code that would allow me to open .nc or .h5 files, and would supposidly open its contents.
import gdal
import glob
import os
import numpy as np
import pandas
def nch5read(fn, nc...
Jay Antonio Oliver
Votes: 0
Answers: 0
Is an hdf5 file different from an hdf file?
I have several hdf files, but I cannot figure out how to open them in python. When I tried reading it through h5py.File(filename, 'r') command, it resulted in an OSError.
OSError: Unable to open file ...
Urja
Votes: 0
Answers: 1