-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add doc image * add data cube example * add package workflow to readme * correct image path * remove spaces in docs folder name * reorganize images * rearrange docs images folder * rearrange docs images folder * update schame with private functions * rearrange docs images folder * fix bug in plotting dataset without specifying the band * update cleopatra * fix bug in passing ot not passing band index in case of multi band rasters * change the bounds in to_dataset method to total_bounds tp get the bbox of the whole geometries in the gdf * convert longitude to range between -180 and 180 * update cleopatra * add convert_longitude to scheme * add convert_longitude example notebook * correct the dataset dimensions in the str method * add convert_longitude documentations * update * update example notebooks * update methods * update check list files
- Loading branch information
Showing
56 changed files
with
1,329 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import matplotlib | ||
|
||
matplotlib.use("TkAgg") | ||
import numpy as np | ||
from pyramids.dataset import Datacube | ||
|
||
path = "tests/data/raster-folder-coello" | ||
#%% | ||
cube = Datacube.read_separate_files(path) | ||
cube.read_dataset() | ||
# arr = cube.data | ||
# np.save(f"{path}/coello.npy",arr) | ||
cube.plot() |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.