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 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 NetCDF (Network Common Data Form)(.nc) 파일을 열고 편집하고 작업할 수 있습니다:

💻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 선택
사용 가능한 127가지 내보내기 형식 목록에서 NetCDF (Network Common Data Form)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .nc 파일을 받습니다
4
다운로드
완성된 NetCDF 파일을 다운로드하여 xarray (Python)에서 여세요

NetCDF 형식의 인기 지도

Free

NetCDF (Network Common Data Form) 지도 내보내기 받기

OpenStreetMap에서 전문가용 NetCDF 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 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