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.1.3.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file geodataset-0.1.3.tar.gz
.
File metadata
- Download URL: geodataset-0.1.3.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 182ded484f993abc4149beb70d5b839e1a2711a392dc73f3eb5a4e2a2d415f03 |
|
MD5 | d1031e47e7811ea4a6d248a8174c5305 |
|
BLAKE2b-256 | 9497de95ae2c9a8dabd58e3ecc7741f9e2ccb5bee80b1bc407f74d65171b7e9a |
File details
Details for the file geodataset-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: geodataset-0.1.3-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af3d31715dee2638d505c2bb909a82c3bddfcda5ecaf42bf57dcc04be97961fd |
|
MD5 | b757543049b6765e8717649084d9f128 |
|
BLAKE2b-256 | d7971c4f3f0d69db6db484d176b3ea0ec8daf26d42e08156333de8e4426f5699 |