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.

Eksportēt NetCDF tūlīt ✨ Atklātā beta versija — bezmaksas, bez ierobežojumiem

Galvenās iespējas

✓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

Par NetCDF formātu

NetCDF is a self-describing binary container for scientific data: along with the numbers it holds variable names, dimensions and attributes, so the file can be read without external schemas and many years later. In climatology, oceanography and remote sensing it is the working standard — ERA5, CMIP6 and MODIS products are distributed in it.

Exporting OSM into .nc is needed where city objects have to end up in the same pipeline as scientific data: mixing points of interest into a climate sample in xarray, attaching a slice of terrain to a study, practising on real data with CDO, NCO and ncdump.

The export is arranged honestly and simply: for each layer the centroids of the objects (longitude and latitude) and their attributes are taken and written through xarray as variables on a common object-index axis; layers are merged into one file with the global attributes title, source and the area bounds. This is a point dataset, not a ready gridded density cube — a cell grid has to be built by a separate aggregation. The shape of polygons and lines is not preserved in such a transfer: if you need geometry, take GeoJSON or GeoPackage.

Kura programma atver NetCDF failus

Tālāk norādītās programmas un lietotnes var atvērt, rediģēt un strādāt ar NetCDF (Network Common Data Form) (.nc) failiem, kas eksportēti no OSM2CDR:

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

Format specifications

Kas izmanto NetCDF kartes

🏗
Moving point OSM features of an area into an xarray pipeline for joint analysis with climate data
Point objects of an area land in an xarray pipeline and are analysed together with climate series.
💻
Archiving POI/building coordinates and attributes in a self-describing format readable without external schemas for decades
Object coordinates and attributes are stored in a self-describing file that will open without accompanying schemas and many years later.
📊
Teaching and research tasks needing a NetCDF dataset from a real OSM area to practice CDO/NCO/xarray tooling
Teaching and research tasks: a real dataset from the selected area for practising with xarray, CDO and NCO.

Kā eksportēt NetCDF

1
Atlasiet apgabalu
Uzzīmējiet taisnstūri vai daudzstūri interaktīvajā kartē vietnē osm2cdr.ru
2
Izvēlieties NetCDF
Atlasiet NetCDF (Network Common Data Form) no 127 pieejamo eksporta formātu saraksta
3
Eksportēt
Noklikšķiniet uz Eksportēt un saņemiet savu .nc failu 1–5 minūtēs
4
Lejupielādēt
Lejupielādējiet gatavo NetCDF failu un atveriet to programmā xarray (Python)

Kā atvērt pēc eksporta

Populāras kartes formātā NetCDF

Free

Eksportējiet kartes formātā NetCDF (Network Common Data Form)

Lejupielādējiet profesionālas NetCDF kartes no OpenStreetMap. Tūlītēja ģenerēšana, jebkurš apgabals.

Bezmaksas / eksports
Eksportēt NetCDF tūlīt →

Biežāk uzdotie jautājumi

Is this a ready climate POI-density grid cube? ▼
How does NetCDF differ from HDF5? ▼
How do I open a .nc file? ▼
Is the shape of buildings and road lines preserved? ▼
Which coordinates are the points written in? ▼

What people who already downloaded say

Reviews are quoted in the language their authors wrote them in.

Наконец-то карты можно скачать в векторе. Автору спасибо!
Ильяс, сентябрь 2026
всё очень круто, не ожидал что просто приду и скачаю кусочек карты! спасибо!!!
Сергей, сентябрь 2026
ОГРОМНОЕ СПАСИБО!!! ОЧЕНЬ ХОРОШАЯ ПРОГРАММА!!! Искал карту в векторе на стыке 3 стран - очень помогло!!
Андрей, сентябрь 2026
Ты - молодец! Сделал большое и нужное дело!
Артем, сентябрь 2026
Иван, спасибо огромное! Не просто человек - Человечище!
Константин, сентябрь 2026
иван, вы просто чудо. Спасибо за неимоверно крутой сервис
Студент-архитектор, сентябрь 2026
Относительно быстро и качественно собирает карты, самое приятно что бесплатно. удобно выбирать области
Юзер, сентябрь 2026

Saistītie formāti

Bieži eksportē kopā

Related Articles