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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file geodataset-0.3.0.tar.gz
.
File metadata
- Download URL: geodataset-0.3.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 270118aef0b762656a7104397d1b4f8da561cc7424661e477a69119f4d2abb38 |
|
MD5 | 31f7235fcab45f4fa1e3ad97a23d4286 |
|
BLAKE2b-256 | 0c2bf1c53ecf565ddea8a3579b79995545d963c80223f845205cce0df695a71e |
File details
Details for the file geodataset-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: geodataset-0.3.0-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64156c004fa1d419205af22d1fb289392be6377f5ef29ffbb7bdce637f78ad31 |
|
MD5 | 9bba1ec2abebb651ebb914511d102cf9 |
|
BLAKE2b-256 | b2ae2d6a68c930416d5d2f0b8eb463e2ee6b489592fdda2c3aa220cf923768b6 |