Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

feat: Bounding Box in provenance Files #45

Open
william-silversmith opened this issue Feb 3, 2019 · 0 comments
Open

feat: Bounding Box in provenance Files #45

william-silversmith opened this issue Feb 3, 2019 · 0 comments

Comments

@william-silversmith
Copy link

william-silversmith commented Feb 3, 2019

I was doing a downsample of an inference run, but I suspect that inference run covered only a small region of the dataset. If I knew the bounding box, I could restrict it somewhat. In Igneous, I found this is a good format:

      'bounds': [
        bounds.minpt.tolist(),
        bounds.maxpt.tolist()
      ],
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant