-
### Description of the problem / feature request:
Declared aspect providers do not work when applied to targets that already return these providers.
(TL; DR. See repos below for exact error path…
-
Although this functionality is useful and should be kept in something like `find_all_intersections(List[Shape])`
```py
r = Rectangle(2,2).edges()
l = Line(2,3).edge()
i = l.intersect(*r)
```
…
-
### Checklist
- [X] I've **checked both [open and recently closed issues](https://github.com/tetrio/issues/issues?q=is%3Aissue)** to ensure this issue is not already reported.
- [X] I am using the **…
-
-
Hello!
Thank you for development of MOFA.
In my work, I wanted to use MOFA latent factors to predict a phenotype.
To prevent data leakage between my train and test set, I wanted to train the M…
-
It would be nice if intersecting enemies would turn into a single bigger enemy
Akuli updated
2 years ago
-
I'm querying products of MOD14A2 using platform in the query arguments.
If I am filtering for "platform" = "terra" or "aqua" the latest item in 2024 is from day 065.
However if I don't filter for pl…
-
* Transcribe from C++ code the intersect sorting/processing into organized overlapping slices
* Determine structuring for API around finding intersects
-
Blocked until `wof-pgis-intersects` actually exists... https://github.com/whosonfirst/go-whosonfirst-pgis/issues/3
-
```
What steps will reproduce the problem?
1. create two sprites
2. intersect them in lower right corner
3. use sprite.intersect(sprite2)
What is the expected output?
true, they are intersecting
Wha…