-
It would be useful if there was a mipsgal_cmz.header file provided as part of the package to enable default mosaicking.
https://github.com/CentralMolecularZone/DataSets/blob/fc5412a70fda7fe18187d1…
-
What functionality should we support in the new `ECPMasterPattern` class to be introduced in #476? What new tools do we need?
- [ ] ECPDetector: similar to EBSDDetector, but should return an ECP pa…
-
Should we use [Shapely](https://pypi.python.org/pypi/Shapely) and / or [Sphere](https://github.com/spacetelescope/sphere) and / or neither (i.e. re-implement or copy over things like polygon computati…
cdeil updated
2 years ago
-
I'm thinking about using H3 as a storage for vector map _cells_ for map rendering. A cell would contain geometry data for a given zoom level.
What are the runtime characteristics of H3 for this sc…
-
**What is geohash**
Geohashing divides the earth into 8x4 at each zoom level. When I add one of the 32 distinct alphanumerics, I go into that grid square. As a geohash gets longer, it gets more specif…
-
Similar to the medium resolution streams:
With the exception of "Length in Agricultural / Non-Agricultural Areas", which requires intersecting with the land layer. That will be implemented late…
-
### Description of the problem
In the experience of using the cube_to_target (mapping terr_height/`PHIS` from the base cube to target) for regionally refined meshes (RRM), we've encountered issues wi…
-
WCS's `to_header` turns header `CD` parameters into `PC` parameters:
```
In [22]: W.pc
ERROR: AttributeError: No pc is present. [IPython.core.interactiveshell]
Traceback (most recent call last):
Fi…
-
Would you accept a pull request that adds an implementation of the [RDP algorithm](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm)?
An implementation that uses the sh…
-
I've been thinking a lot about the various corner cases (no pun intended) the various algos have run into with pentagons where the triangles corners meet.
I think it would be a useful debugging too…