Skip to article frontmatterSkip to article content

Ground deformation @ FormaTerre

This notebook demonstrates how to

python - Unknown Directive
import asyncio
from collections import defaultdict
import requests
import PIL.Image as Image
import numpy as np
import IPython.display
import io
import pandas as pd
import holoviews as hv
import hvplot.pandas
import panel as pn
from holoviews import streams
import rasterio
import geodesy_plotter as gp
import pystac
from pystac import Catalog
import datetime
from datetime import datetime as dt
python - Unknown Directive
# Optional; load Matplotlib support (defaults to Bokeh)
hvplot.extension('bokeh', 'matplotlib', width="100")
%matplotlib inline
pn.extension()