Skip to content

Extract datasets from a h5 file, depending on referenced dataset from a xml file.

License

Notifications You must be signed in to change notification settings

geosiris-technologies/hdf5-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdf5-extractor

Extract mini hdf5 files from an epc and an H5 file. The mini-h5 are created by finding Datasets referenced from the epc. Each representation will have its own mini-h5 file.

installation :

With poetry :

poetry add hdf5extractor

With pip :

pip install hdf5extractor

Run :

Extract a small h5 from a bigger one, to only have dataset of a specific resqml file :

extracth5-local -i myResqmlFile.xml --h5 myH5File.h5 -o outputFolder

Extract every h5 parts from a bigger one, to only have in each, the dataset of a specific resqml file inside an epc :

extracth5-local -i myEPCFile.epc --h5 myH5File.h5 -o outputFolder

About

Extract datasets from a h5 file, depending on referenced dataset from a xml file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages