-
Notifications
You must be signed in to change notification settings - Fork 314
Description
Hi
I've follow the instruction in order to run the docker for jupyter notebooks (great!!).
But when I choose to run the calculate_coverage.ipynb
I get the following error
**_# Notebook dependencies
from future import print_function
from datetime import datetime
import copy
from functools import partial
import geopandas as gpd
import os
from IPython.display import display, Image
import matplotlib
from matplotlib import cm
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from planet import Auth
from planet import Session, DataClient, OrdersClient
import pyproj
import rasterio
from rasterio import features as rfeatures
from shapely.ops import transform
from shapely.geometry import shape
import shapely.ops
%matplotlib inline
ImportError Traceback (most recent call last)
in
14 import numpy as np
15 import pandas as pd
---> 16 from planet import Auth
17 from planet import Session, DataClient, OrdersClient
18 import pyproj
ImportError: cannot import name 'Auth' from 'planet' (/opt/conda/lib/python3.7/site-packages/planet/__init__.py)_**
Any hints?
TIA
fz