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.2.tar.gz
(16.1 kB
view details)
Built Distribution
File details
Details for the file geodataset-0.1.2.tar.gz
.
File metadata
- Download URL: geodataset-0.1.2.tar.gz
- Upload date:
- Size: 16.1 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 | 5e48f3ad3b90826592a0e1298c5fe5c8b5cc8e862885b9b2e3cdd9da2a4a15bd |
|
MD5 | 02924bb7675125660ea867b78a63fc31 |
|
BLAKE2b-256 | 2dd8a6348b71dee5fa35967713c5fd914c8af1720abfd08d4f590b67d4c324f5 |
File details
Details for the file geodataset-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: geodataset-0.1.2-py3-none-any.whl
- Upload date:
- Size: 31.2 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 | a241fff56d42cae7dabd9d224634924675dd7a8daccfe61a94fc341df6ceeab0 |
|
MD5 | f87e5756ca72ad42190fd20238924779 |
|
BLAKE2b-256 | b63a8d3cbe49e406564aadb75a4e1b0b83fcf67ac81a2642fd0e0fe7099700ba |