Skip to main content

Extension of netDCF4.Dataset for geospatial data

Project description

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())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geodataset-0.3.0.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

geodataset-0.3.0-py3-none-any.whl (30.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page