Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Labels:
-
Story Points:8
-
Epic Link:
-
Sprint:AP F18-1
-
Team:Data Release Production
Description
Add Registry.getRegion(DataId) -> sphgeom.Region that returns the intersection of all regions associated with the DataUnit in the DataId.
Attachments
Issue Links
- blocks
-
DM-14819 Refactor LoadReferenceObjectsTask for SuperTask compatibility
- Done
- is triggering
-
DM-15217 Rename sha1 to general hash in Butler schema and API
- Done
-
DM-15350 Fix segfault in sphgeom::HtmPixelization::pixel
- Done
- relates to
-
DM-15447 Registry fails to fill PatchSkyPixJoin table
- Done
-
DM-15100 Add sphgeom::ConvexPolygon::intersect
- To Do
-
DM-15276 Unify DataUnitRegion and DataUnitJoin
- Done
-
DM-15327 Add a region attribute to dataSetRef
- Won't Fix
Initial version implemented. Also needed a reverse-lookup (DataUnitRegistry.getByLinkName) from link-column-name to DataUnit instance (that now also knows if a region is associated with it).
Still needs cleanup and checks for corner cases in the lookup, but should unblock Nate Lust.