Skip to content

nansencenter/geodataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geodataset

Extension of netCDF4.Dataset for geospatial data.

Installation

Install requirements with conda:

conda env create -f environment.yml

Activate the environment:

conda activate geodataset

Install geodataset using pip:

pip install geodataset

Usage

Open netCDF file for input and access geo- metadata

from geodataset.tools import open_netcdf

n = open_netcdf('netcdf_file.nc')

print(n.projection)

print(n.get_bbox())

print(n.get_lonlat_arrays())

About

No description or website provided.

Topics

Resources

License

Stars

0 stars

Watchers

5 watching

Forks

Packages

 
 
 

Contributors