-
In the conflict attributes calculation we [intersect canals with reach polylines](https://github.com/Riverscapes/sqlBRAT/blob/master/conflict_attributes.py#L96) to determine the points of diversion. T…
-
**Describe the bug**
These are kind of many different bugs, I cannot predict their behavior because it is really strange. When importing a PDF, it is drawn on top of the canvas and that means it ca…
-
The function `dep_tools.grids.get_tiles` works quite fast when "getting" for a single country, but is super slow when getting all the tiles in our region of interest.
It would be nice if it was sup…
-
When trying to ray cast with AABB with min and max=0. Gives the following error:
thread 'main' panicked at 'Matrix index out of bounds.', /Users/fredrik/.cargo/registry/src/github.com-1ecc6299db9ec…
-
`LISTAGG` currently can't be used as a window function, it seems:
```sql
select listagg(c) within group (order by c) over ()
from (values ('a'), ('b')) as t (c)
```
This produces:
> SQL Er…
-
Right now, bitmaps are drawn in any order -- we're really designed (at the moment) for one bitmap on-screen at a time. We ought draw them in the z-order, from bottom to top. That might be sufficient f…
-
Counts the reads mapped to constructs of interest between the two methods can differ up to 500 reads. Partially because intersect currently does not account for multimapped reads but mostly because th…
-
```
What steps will reproduce the problem?
1. Take the tarball in the attachment, extract the content, correct the
Makefile (specifying location of libcarve and Carve) and compile (make).
2. Run any …
-
Use cases:
- `union` for when you have multiple shifts within the same time period (e.g. different people on a team) and want to find the effective shift when somebody is working.
- `intersect` for a …
-
```
What steps will reproduce the problem?
1. Take the tarball in the attachment, extract the content, correct the
Makefile (specifying location of libcarve and Carve) and compile (make).
2. Run any …