-
I'm trying to perform a query similar to below which essentially finds the shortest distance from each point in `table_with_points` (O(thousands of rows)) containing latitudes and longitudes to any po…
-
We have several sites (e.g. boreholes, dams) where the distance between the station and a given channel is well over 1 KM.
**`222,Error,BK,PKD1,,,1992-10-21T00:00:00,2000-10-01T23:59:00,Distance be…
-
```
>>> from datetime import datetime
>>> import matplotlib.pyplot as plt
>>> import asilib
>>> import asilib.asi
>>>
…
ksd3 updated
6 months ago
-
I've been working on a) replicating the analysis from Huneke et al., 2022 to identify ASC regimes using an unsupervised clustering algorithm (Gaussian Mixture Modelling) and b) seeing if we can track …
-
## Bevy version
0.13.1
## What you did
I want to draw the circle gizmos on a sphere:
Click to expand the example code
```rust
use bevy::prelude::*;
use std::f32::consts::PI;
…
-
The diag_manager may not be using the correct domain when trying to find the array indices for the regional subsetting. This problem can be demonstrated using the Pacific_undercurrent `umo` diagnostic…
ashao updated
6 months ago
-
-
Hi,
Do you know why when i make a plot for viirs sdr band is displayed with divisions.
Thank you
![Capture](https://user-images.githubusercontent.com/57245764/82251750-d358a900-995e-11ea-9e95-074e…
-
If the values of the required columns `latitude`, `longitude` in the `csv` file are invalid values, they should be excluded from training.
Also add whether to allow the value of `IS_ALLOW_SAME_LAT_…
-
### Notebook description
Hi,
Could you please confirm me that the area average (3rd code cell in the NB) is calculated using daily log-transformed data for all the selected variables and not only th…