I need to catch up but was there any other discussion about mosaic ?
Chris Holmes
@cholmes
Thinking about min/max zoom - I was tempted to 'support' other projections, like have a field that defaults to web mercator, but that lets you supply something else. But thinking about it you'd always want to have web mercator, since the STAC Item won't know what projection the tile service might want to serve it in, and most do web mercator.
If a dynamic tile service wanted to supply an alternate projection would it be reasonable for it to figure out the zoom levels it supports from the web mercator ones?
Vincent Sarago
@vincentsarago
yes
(that’s how we do, plus it’s only informative)
Chris Holmes
@cholmes
Cool. Because the alternatives all sound pretty bad to me (an array of objects of potential projections + zoom levels?)
Vincent Sarago
@vincentsarago
:thumbsup:
Chris Holmes
@cholmes
Is there a reference somewhere on Float, Int, Complex?
What is 'complex'? And are there other options beyond those 3?
We definitely need at least uint8? Because simple RGB PNGs for visualization are in uint8
byte is uint8
From the rasterio list
Chris Holmes
@cholmes
gotcha
byte is a good name for us to use too?
Kyle Barron
@kylebarron
I think int8 is very uncommon, but maybe it exists?
Chris Holmes
@cholmes
Ok, I'll take a crack at the list. May have things wrong, but can discuss in a PR
Chris Holmes
@cholmes
@matthewhanson & @vincentsarago - just put in an idea around the single band stuff: radiantearth/stac-spec#807
Chris Holmes
@cholmes
Thinking about the name some - tiling is such an overloaded word in geospatial. Wondering about something like 'Rendering Hints'. Since it seems like these fields would be useful to anyone rendering the data, not just dynamic tilers?
Chris Holmes
@cholmes
@vincentsarago / @kylebarron ^ would 'rendering hints' make sense as the name?
Review is much appreciated, as I feel like I'm flying a bit blind since I don't make dynamic tilers and so don't really know all the details of the fields.
More information to give people context would be great.
After you all look it over I can try to make the example and json schema.