Skip to content

Commit

Permalink
Issue Open-EO#72: drop 0.3-style RestImagery
Browse files Browse the repository at this point in the history
- cross-check check and streamline test_rastercube unit tests in the process
  • Loading branch information
soxofaan committed Oct 24, 2019
1 parent ee50d04 commit 4467f4d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 553 deletions.
1 change: 1 addition & 0 deletions openeo/rest/imagecollectionclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ def ndvi(self, name="ndvi") -> 'ImageCollection':
}
return self.graph_add_process(process_id, args)

@deprecated("use 'linear_scale_range' instead")
def stretch_colors(self, min, max) -> 'ImageCollection':
""" Color stretching
deprecated, use 'linear_scale_range' instead
Expand Down
363 changes: 0 additions & 363 deletions openeo/rest/imagery.py

This file was deleted.

Loading

0 comments on commit 4467f4d

Please sign in to comment.