References englacial/zagg#101
mortie's coverage API takes only lats/lons arrays, with no WKB/shapely entry point (verified across mortie/coverage.py).
We should:
a.) be able to ingest a WKB / WKT into our functions (coverage, etc).
b.) be able to emit something like a WKB for arrays of morton indicies; i.e., we should be able to MOC or flat encode coverage maps to binary compressed geometries.
Item (a) above I assume is pretty straightforward. What would we need to do to implement (b)? This would also presumably connect and overlap with englacial/zagg#72
References englacial/zagg#101
mortie's coverage API takes only lats/lons arrays, with no WKB/shapely entry point (verified across mortie/coverage.py).
We should:
a.) be able to ingest a WKB / WKT into our functions (coverage, etc).
b.) be able to emit something like a WKB for arrays of morton indicies; i.e., we should be able to MOC or flat encode coverage maps to binary compressed geometries.
Item (a) above I assume is pretty straightforward. What would we need to do to implement (b)? This would also presumably connect and overlap with englacial/zagg#72