Skip to content

Commit 06e0ec7

Browse files
committed
modified: CHANGELOG.md
modified: geoenrich/exports.py
1 parent a0ca382 commit 06e0ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.5.6
22

33
#### New functions:
4-
- Added a gen_npy function to export multiple layers of data to a single .npy file
4+
- Added a collate_npy function to export multiple layers of data to a single .npy file
55

66
## v0.5.5
77

geoenrich/exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def export_raster(dataset_ref, occ_id, var_id, path = Path('./'), geo_buff = Non
665665
print('Abort. Array is smaller than 2x2 pixels.')
666666

667667

668-
def gen_npy(ds_ref, data_path, output_res = 32, sample = None, dimension3 = {'surface-current-u': 2}):
668+
def collate_npy(ds_ref, data_path, output_res = 32, sample = None, dimension3 = {'surface-current-u': 2}):
669669

670670
"""
671671
Export a 3D numpy array with all layers for each occurrence of a dataset.

0 commit comments

Comments
 (0)