Posts by Category

Timeseries

plot: timeseries detrend

9 minute read

```python import numpy as np import xarray as xr import pandas as pd import matplotlib.pyplot as plt from datetime import timedelta, datetime from geocat.viz...

Back to top ↑

Detrend

plot: timeseries detrend

9 minute read

```python import numpy as np import xarray as xr import pandas as pd import matplotlib.pyplot as plt from datetime import timedelta, datetime from geocat.viz...

Back to top ↑

Trend

Back to top ↑

Spatial distribution

Back to top ↑