Skip to content

Commit

Permalink
Update eo_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele authored Jan 13, 2022
1 parent 5879a0f commit ef0c0fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import rasterio
import numpy as np
import openeo
from openeo.rest.datacube import PGNode, THIS
from openeo.processes import *
import xarray as xr
import rioxarray
from ipyleaflet import (
Expand Down Expand Up @@ -32,7 +34,6 @@
import bqplot.pyplot as bqplt
from datetime import datetime
import json
from openeo.processes import if_, neq,array_element
import hvplot.xarray
import warnings
warnings.filterwarnings("ignore")
Expand Down Expand Up @@ -211,4 +212,4 @@ def tone_mapping(B04,B03,B02):
brg[:,:,0] = red
brg[:,:,1] = green
brg[:,:,2] = blue
return brg
return brg

0 comments on commit ef0c0fb

Please sign in to comment.