ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
48 stars 14 forks source link

Order of Data in View Window #65

Closed djhoese closed 5 years ago

djhoese commented 5 years ago

In GitLab by @tims on Oct 20, 2015, 16:32

I think the order of the data in the view window should be numeric, right now it maybe which file loads first? order.pptx

djhoese commented 5 years ago

In GitLab by @djhoese on Oct 20, 2015, 17:41

@tims if you mean in the tool (hard to see in the pictures), you should be able to move them around. @rayg-ssec would know better on how things get ordered as you load them.

djhoese commented 5 years ago

In GitLab by @ScottLindstrom on Oct 20, 2015, 19:44

I also found this a very confusing issue. The problem is that when you load in all bands (by selecting them all and loading them at once), they're not in order from Band 1-16 (or Band 16-1) in the listing. The list is haphazard. And an ordered list would make more sense.

djhoese commented 5 years ago

In GitLab by @rayg-ssec on Oct 20, 2015, 21:19

On multiple load I should be able to get the document to prioritize load order outer-band inner-time. By default single files get added to the "top" of the layer stack in order to be visible.

That being said, establishing user expectations of visibility on multiple load would be good, right now you get a lot of visible layers that you may or may not want - should only the 'last' or 'first' layer be initially visible?

djhoese commented 5 years ago

In GitLab by @evas-ssec on Oct 21, 2015, 11:29

When you're loading a group of files at the same time, possibly do a simple alphabetization sort on their file names. This should order bands for the same date/time in a more reasonable manner.

In the future we might also want to consider having "sortable" aspects in the layer view (stuff like sort on file name, sort on date, etc.).

djhoese commented 5 years ago

In GitLab by @rayg-ssec on Oct 24, 2015, 16:01

Implementation of this should be done by having the guidebook have a "put these filenames into load order" command for now, which document can use when opening multiple files.

djhoese commented 5 years ago

In GitLab by @rayg-ssec on Oct 27, 2015, 13:42

From discussion in #4,

djhoese commented 5 years ago

In GitLab by @djhoese on Oct 18, 2017, 20:57

I think this is fixed when loading multiple files all at once, but will also change when the timeline view is finished.

djhoese commented 5 years ago

In GitLab by @djhoese on Oct 18, 2017, 20:57

closed