Created
September 24, 2021 13:51
-
-
Save ajelenak/6bc21fecbb8d8dcb61dca75b28f7b9b4 to your computer and use it in GitHub Desktop.
HDF5 Ecosystem (PlantUML)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startmindmap HDF5 Ecosystem | |
<style> | |
node { | |
RoundCorner 40 | |
MaximumWidth 300 | |
FontName Helvetica | |
FontSize 18 | |
} | |
rootNode { | |
FontSize 30 | |
FontName Helvetica | |
FontStyle bold | |
} | |
</style> | |
+ HDF5 | |
++[#lightblue] Container | |
+++[#lightblue] Group | |
++++[#lightblue] Link | |
+++++_ hard | |
+++++_ soft | |
+++++_ external | |
+++[#lightblue] Dataset | |
++++_ data array | |
++++_ shape | |
++++_ datatype | |
++++_ storage | |
+++++_ contiguous | |
+++++_ chunked | |
++++++_ filters | |
+++++_ compact | |
+++++_ external | |
+++++_ virtual | |
+++[#lightblue] Attribute | |
++++_ data array | |
++++_ shape | |
++++_ datatype | |
+++[#lightblue] Datatype | |
++++[#lightblue] Atomic | |
+++++[#lightblue] Integer | |
+++++[#lightblue] Floating-Point | |
+++++[#lightblue] String | |
+++++[#lightblue] Enum | |
+++++[#lightblue] Bitfield | |
+++++[#lightblue] Opaque | |
+++++[#lightblue] Object Reference | |
+++++[#lightblue] Region Reference | |
++++[#lightblue] Composite | |
+++++[#lightblue] Variable-length | |
+++++[#lightblue] Array | |
+++++[#lightblue] Compound | |
++[#LightGray] Storage | |
+++[#LightGray] Schema | |
++++_ Binary | |
++++_ Cloud-native | |
+++[#LightGray] Backend | |
++++[#LightGray] Virtual File Driver | |
++++[#LightGray] Virtual Object Layer | |
++++[#LightGray] Virtual File Layer | |
' legend right | |
' First | |
' Second | |
' end legend | |
left side | |
--[#LightCoral] C API Library | |
***[#LightCoral]:<b>APIs for:</b> | |
C++ | |
Java | |
Fortran; | |
---[#LightCoral] High-Level | |
****[#LightCoral]:Dimension Scale | |
Table | |
Packet | |
Image; | |
---[#LightCoral] Tools | |
' ---[#LightCoral] HDFView | |
--[#LightSalmon] Third-Party Software\nand Libraries | |
---[#LightSalmon] h5py | |
---[#LightSalmon] MATLAB | |
---[#LightSalmon] IDL | |
---[#LightSalmon] HDF-EOS5 | |
---[#LightSalmon] netCDF-4 | |
---[#LightSalmon] Allotrope Data Format | |
---[#LightSalmon] NeXus | |
---[#LightSalmon] KEA | |
---[#LightSalmon] ...and many others... | |
@endmindmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ng