NetCDF 🌍

NetCDF (Network Common Data Form)

Open Beta
.nc · application/x-netcdf

NetCDF is a self-describing binary format for scientific data and the de facto standard in climate science, oceanography, and satellite remote sensing (ERA5, CMIP6, MODIS). On osm2cdr the OSM to .nc export works honestly like this: for each layer we take feature centroids (longitude/latitude) plus their attributes and write them through xarray as variables sharing a feature-index axis. The result is a compact point dataset with metadata (title, source, bbox), not a ready-made climate density grid cube — that would require a separate aggregation step. The file opens in xarray, Panoply, GDAL, and any NetCDF tool.

صدّر NetCDF الآن ✨ النسخة التجريبية المفتوحة — مجاني، بلا قيود

الميزات الرئيسية

Feature centroid coordinates (lon/lat) and attributes — one variable per layer field
One .nc file per export, layers merged via xarray.merge with shared global attributes (title, source, bbox)
Written via xarray + netCDF4; if absent, a GDAL-driver fallback rasterizes layers into a NetCDF grid
Self-describing binary container: metadata lives inside the file, readable in xarray, Panoply, QGIS (GDAL), MATLAB, R
Example NetCDF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

ما البرنامج الذي يفتح ملفات NetCDF

تستطيع البرامج والتطبيقات التالية فتح ملفات NetCDF (Network Common Data Form) (.nc) المُصدَّرة من OSM2CDR وتحريرها والعمل عليها:

💻xarray (Python) 💻Panoply (NASA GISS) 💻CDO / NCO (CLI) 🌎QGIS (GDAL NetCDF driver) 💻MATLAB

Format specifications

من يستخدم خرائط NetCDF

🏗
Moving point OSM features of an area into an xarray pipeline for joint analysis with climate data
💻
Archiving POI/building coordinates and attributes in a self-describing format readable without external schemas for decades
📊
Teaching and research tasks needing a NetCDF dataset from a real OSM area to practice CDO/NCO/xarray tooling

كيفية تصدير NetCDF

1
حدد المنطقة
ارسم مستطيلاً أو مضلعاً على الخريطة التفاعلية في osm2cdr.ru
2
اختر NetCDF
اختر NetCDF (Network Common Data Form) من قائمة تضم 127 صيغة تصدير متاحة
3
تصدير
انقر على تصدير واستلم ملف .nc خلال 1-5 دقائق
4
تنزيل
نزّل ملف NetCDF الجاهز وافتحه في xarray (Python)

خرائط شائعة بصيغة NetCDF

Free

احصل على عمليات تصدير خرائط NetCDF (Network Common Data Form)

نزّل خرائط NetCDF الاحترافية من OpenStreetMap. توليد فوري لأي منطقة.

مجاني / تصدير
صدّر NetCDF الآن →

الأسئلة الشائعة

Is this a ready climate POI-density grid cube?
How does NetCDF differ from HDF5?
How do I open a .nc file?

الصيغ ذات الصلة

تُصدَّر معاً عادةً

Related Articles