Ground deformation @ FormaTerre
This notebook demonstrates how to
Get GNSS stations available for the “La Réunion” island as known by geodesy plotter (https://
geodesy -plotter .ipgp .fr/). Select a given the station
Download preview and data from the station
Get insar data from the ISDeform (https://
www .isdeform .fr/) Download and visualize the mean velocity (in the light of sight of the satellite)
Download the ts
python - Unknown Directive
python - Unknown Directiveimport 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
python - Unknown Directive# Optional; load Matplotlib support (defaults to Bokeh)
hvplot.extension('bokeh', 'matplotlib', width="100")
%matplotlib inline
pn.extension()