Skip to content

Commit

Permalink
removed edit module
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceBalfanz committed Aug 8, 2023
1 parent 878ea64 commit cb10919
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 529 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
excludes: ["compute"]
...
```

### Other changes
* `update_dataset_attrs` can now also handle datasets with CRS other than
WGS84 and update the metadata according to the
[ESIP Attribute Convention for Data Discovery](https://wiki.esipfed.org/Attribute_Convention_for_Data_Discovery_1-3#Recommended).
* removed deprecated module xcube edit, which has been deprecated since
version 0.13.0

## Changes in 1.1.3 (in development)

Expand All @@ -32,9 +39,6 @@

* Updated AppVeyor and GitHub workflow configurations to use micromamba rather
than mamba (#785)
* `update_dataset_attrs` can now also handle datasets with CRS other than
WGS84 and update the metadata according to the
[ESIP Attribute Convention for Data Discovery](https://wiki.esipfed.org/Attribute_Convention_for_Data_Discovery_1-3#Recommended).

## Changes in 1.1.2

Expand Down
2 changes: 0 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ Rasterisation of Features
Cube Metadata
=============

.. autofunction:: xcube.core.edit.edit_metadata

.. autofunction:: xcube.core.update.update_dataset_attrs

.. autofunction:: xcube.core.update.update_dataset_spatial_attrs
Expand Down
1 change: 0 additions & 1 deletion docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Cube manipulation
:maxdepth: 1

cli/xcube_chunk
cli/xcube_edit
cli/xcube_level
cli/xcube_optimize
cli/xcube_patch
Expand Down
1 change: 0 additions & 1 deletion docs/source/cli/xcube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
chunk (Re-)chunk xcube dataset.
compute Compute a cube from one or more other cubes.
dump Dump contents of an input dataset.
edit Edit the metadata of an xcube dataset.
extract Extract cube points.
gen Generate xcube dataset.
grid Find spatial xcube dataset resolutions and adjust bounding...
Expand Down
82 changes: 0 additions & 82 deletions docs/source/cli/xcube_edit.rst

This file was deleted.

97 changes: 0 additions & 97 deletions test/cli/test_edit.py

This file was deleted.

149 changes: 0 additions & 149 deletions test/core/test_edit.py

This file was deleted.

Loading

0 comments on commit cb10919

Please sign in to comment.