HDF5 📊

HDF5 (Hierarchical Data Format v5)

Open Beta
.h5 · application/x-hdf5

HDF5 is a binary self-describing container for scientific data with a filesystem inside the file: groups (folders), datasets (arrays), attributes (metadata). On osm2cdr the .h5 export works honestly like this: each OSM layer becomes an HDF5 group holding longitude and latitude datasets (feature centroids) plus one dataset per attribute field as strings. It is a self-describing container of coordinates and attributes, not a gridded scoring raster or DEM cube — the exporter does not compute such layers. Written via h5py; readable in h5py, HDFView, MATLAB, R, IDL.

HDF5 ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

முக்கிய அம்சங்கள்

One HDF5 group per layer; inside — longitude/latitude datasets (centroids) and one dataset per attribute field
Root and group attributes: title, source, bbox, feature_count, geometry_type
Attributes written as variable-length UTF-8 strings, coordinates as float64
Multi-level fallback: h5py → GDAL HDF5 driver → gzip-JSON with a similar logical structure
Example HDF5 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

HDF5 வடிவம் பற்றி

HDF5 is a binary container for scientific data laid out like a file system inside a single file: groups act as folders, datasets as arrays, attributes as metadata. The format is maintained by the HDF Group, it is read by Python, MATLAB, R and IDL, and it is designed so that data stays understandable without accompanying documentation.

OpenStreetMap maps are exported to .h5 when the next step is a scientific or engineering pipeline: the computation works on arrays, and one self-describing file is wanted instead of a pile of shapefiles. It is especially convenient when your own measurements already live in that same file — HDF5 happily holds heterogeneous data in one hierarchy.

Inside there is one group per OSM layer. Each group holds the longitude and latitude datasets with feature centroids and one string dataset per attribute field; coordinates are written as float64, attributes as variable-length UTF-8 strings. Metadata is written at the root and in the groups: title, source, extent, feature count, geometry type.

Honestly about the limitations: this is a container of coordinates and attributes, not a raster cube. Geometry is reduced to centroids — there are no building outlines or road lines in the file, and the exporter does not compute analytical grids (density, scores, terrain). Writing goes through h5py, and if the library is unavailable, fallbacks kick in down to gzipped JSON with the same logical structure.

HDF5 கோப்புகளை எந்த நிரல் திறக்கிறது

OSM2CDR இலிருந்து ஏற்றுமதி செய்யப்பட்ட HDF5 (Hierarchical Data Format v5) (.h5) கோப்புகளைப் பின்வரும் நிரல்களும் பயன்பாடுகளும் திறக்கலாம், திருத்தலாம் மற்றும் அவற்றுடன் வேலை செய்யலாம்:

💻h5py (Python) 💻HDFView (HDF Group) 💻MATLAB 📐R (rhdf5) 💻Panoply (NASA GISS)

Format specifications

HDF5 வரைபடங்களை யார் பயன்படுத்துகிறார்கள்

🏗
Packing coordinates and attributes of several OSM layers of an area into one self-describing .h5 for later scientific analysis
All the layers of a district in one file with an internal structure that is clear without any accompanying description.
💻
Feeding data into an h5py/PyTables pipeline where a group-per-layer hierarchy with attribute metadata is convenient
The group-per-layer hierarchy fits a scientific pipeline with no conversions in between.
📊
Long-term archival of point data in a format stably read by scientific libraries for decades
A stable scientific format that the same libraries will still read years later.

HDF5 ஐ எவ்வாறு ஏற்றுமதி செய்வது

1
பகுதியைத் தேர்ந்தெடுங்கள்
osm2cdr.ru இல் உள்ள ஊடாடும் வரைபடத்தில் ஒரு செவ்வகம் அல்லது பலகோணத்தை வரையுங்கள்
2
HDF5 ஐத் தேர்வுசெய்யுங்கள்
கிடைக்கும் 127 ஏற்றுமதி வடிவங்களின் பட்டியலிலிருந்து HDF5 (Hierarchical Data Format v5) ஐத் தேர்ந்தெடுங்கள்
3
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .h5 கோப்பைப் பெறுங்கள்
4
பதிவிறக்கம்
தயாரான HDF5 கோப்பைப் பதிவிறக்கம் செய்து அதை h5py (Python) இல் திறக்கவும்

ஏற்றுமதிக்குப் பிறகு எப்படித் திறப்பது

HDF5 இல் பிரபலமான வரைபடங்கள்

இலவசம்

HDF5 (Hierarchical Data Format v5) வரைபட ஏற்றுமதிகளைப் பெறுங்கள்

OpenStreetMap இலிருந்து தொழில்முறை HDF5 வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
HDF5 ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் →

அடிக்கடி கேட்கப்படும் கேள்விகள்

Does the file contain scoring rasters (Walk/Green) or DEM cubes?
How do I inspect the .h5 structure?
How does HDF5 differ from NetCDF in our export?
Are building outlines and road lines preserved?
How do I find out which fields are in the file?

தொடர்புடைய வடிவங்கள்

அடிக்கடி ஒன்றாக ஏற்றுமதி செய்யப்படுகிறது

Related Articles