Add bands model/endpoint
See original GitHub issueBands 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:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I think so - they should be part of the object for images
Good questions
PUT
requires the full resource. If we add aPATCH
method it will handle the case where only part of an image comes back