question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add bands model/endpoint

See original GitHub issue

Bands are an array of strings in the database now, but that won’t work for very long.

There should be a bands model that foreign key to images. Bands should have the following information:

  • band number (e.g. is this the first, second, third, etc. band for the image)
  • name for band
  • wavelength range field

Consult wireframes from @designmatty on the filters for bands to get a better sense of what this will look like

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
notthatbreezycommented, Oct 24, 2016

Yeah I think so - they should be part of the object for images

0reactions
notthatbreezycommented, Oct 26, 2016

Good questions

  • We’re not precluding a bands endpoint from ever existing, but the first point is good. I think the expectation is that the PUT requires the full resource. If we add a PATCH method it will handle the case where only part of an image comes back
  • We’ll need to return bands with the image I think. If it turns out to be too cumbersome we can remove it potentially, but the scenes endpoint is already paginated so we should be OK for now. This isn’t an uncommon issue with APIs like this, but it’s something we’ll have to watch out for I think.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Add or Remove Models - Amazon SageMaker
The process for adding and removing models is the same for CPU and GPU-backed multi-model endpoints. SageMaker unloads unused models from the container...
Read more >
Let's Build a Band App with LoopBack: Creating Our First ...
We'll build out our first API endpoint! LoopBack takes a model-driven approach to building out APIs. Based on our responses to command line ......
Read more >
Build and consume data entities - Dynamics 365
This tutorial shows how to build an entity and how to consume some out-of-band (OOB) entities in an integration scenario.
Read more >
Set the project end point in GarageBand on Mac - Apple Support
In GarageBand on Mac, move the project end point to add or remove bars from the end of the project.
Read more >
802.11 parameters and Band Selection [Cisco Catalyst 9800 ...
Choose Configuration > Wireless Advanced > Band Select. Step 2. In the Cycle Count field, enter a value between 1 and 10. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found