Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "notebooks/utils"]
path = notebooks/utils
url = git@code.ama-inc.com:teams3/data_cube_utilities.git
url = https://github.com/ceos-seo/data_cube_utilities.git
2 changes: 1 addition & 1 deletion build/reqs/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pyasn1-modules==0.2.8
pycparser==2.20
pyct==0.4.8
pydantic==1.8.2
Pygments==2.6.1
Pygments==2.7.4
pyparsing==2.4.7
pyproj @ file:///wheels/pyproj-2.6.1.post1-cp36-cp36m-linux_x86_64.whl
pyrsistent==0.16.0
Expand Down
2 changes: 1 addition & 1 deletion build/reqs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pyct==0.4.6
Pygments==2.7.1
Pygments==2.7.4
pyparsing==2.4.7
pyproj @ file:///wheels/pyproj-2.6.1.post1-cp36-cp36m-linux_x86_64.whl
pyrsistent==0.17.3
Expand Down
2 changes: 1 addition & 1 deletion notebooks/animation/3D/GA_Water_3D_Reservoir/ga_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd
import numpy as np
import xarray as xr
import gdal
from osgeo import gdal
import affine
import fiona
import collections
Expand Down
245 changes: 223 additions & 22 deletions notebooks/experimental/voxel_visualizer/Voxel_Visualizer_Test.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/utils
Submodule utils updated from e25425 to c2a8dd