Skip to content
SOISOS
  • FOOD
  • STATISTICS
  • PROGRAMMING
    • Python
    • Rust
    • Oracle
  • PHILOSOPHY

metadata

Home » metadata

How to access metadata using NetCDF4 python package

Posted by By sunny.bak February 1, 2024Posted inPython, SOFTWARE
import netCDF4 as ncfn = '/path/to/file.nc4'ds = nc.Dataset(fn) # import Dataset from netCDF4 from netCDF4 import Dataset # open nc file and save to nc ds = Dataset('myfile.nc') # print…
Read More

Metadata guideline for crs in netcdf files

Posted by By sunny.bak January 31, 2024Posted inPython
source: https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/build/ch05s06.html https://wiki.esipfed.org/Attribute_Convention_for_Data_Discovery_1-3 In this article, we will summarize few useful metadata standards (CF and ACDD) to describe coordinate reference systems and mapping for netcdf files. Additionally, few examples with…
Read More
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top