Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rechunk-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ch1187
rechunk-data
Commits
1b2446bc
Commit
1b2446bc
authored
1 week ago
by
Etor Lucio Eceiza
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
254ad928
No related branches found
No related tags found
1 merge request
!15
add functionality to allow prioritizing horizontal chunking over temporal dimension
Pipeline
#103331
passed
1 week ago
Stage: test
Stage: report
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-3
7 additions, 3 deletions
README.md
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
1b2446bc
...
...
@@ -29,10 +29,12 @@ new_data = rechunk_dataset(dset)
### Using the command line interface:
```
bash
rechunk-data
--help
usage: rechunk-data
[
-h
]
[
-o
OUTPUT]
[
--netcdf-engine
{
h5netcdf,netcdf4
}]
[
--skip-cf-convention
]
[
--force-horizontal
]
[
--check-chunk-size
]
[
-v
]
[
-V
]
input
rechunk-data
--help
usage: rechunk-data
[
-h
]
[
-o
OUTPUT]
[
--netcdf-engine
{
h5netcdf,netcdf4
}]
[
--size
SIZE]
[
--auto-chunks
]
[
--skip-cf-convention
]
[
--force-horizontal
]
[
--check-chunk-size
]
[
-v
]
[
-V
]
input
Rechunk input netcdf data to optimal chunk-size. approx. 126 MB per chunk
Rechunk input netcdf data to optimal chunk-size. approx. 126 MB per chunk
. By default it only optimises time.
positional arguments:
input Input file/directory. If a directory is given all
``
.nc
``
files
in
all sub directories will be processed
...
...
@@ -43,6 +45,8 @@ options:
``
input
``
is overridden.
(
default: None
)
--netcdf-engine
{
h5netcdf,netcdf4
}
The netcdf engine used to create the new netcdf file.
(
default: netcdf4
)
--size
,
-s
SIZE Specify chunk-size
(
in
MiB
)
.
(
default: None
)
--auto-chunks
,
-ac
Allow Dask to determine optimal chunk sizes
for
all dimensions.
(
default: False
)
--skip-cf-convention
Do not assume assume data variables follow CF conventions.
(
default: False
)
--force-horizontal
,
-fh
Force horizontal chunking
(
~126 MB per chunk
)
.
(
default: False
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment