Great - and also happy to coordinate at more convenient times here or otherwise as well!
Matthias Mohr
@m-mohr
@lossyrob Would you find it useful to make the STAC node validator work in browsers so you can use it in STAC Browser? Or do you think it's better to use whatever you have now?
Rob Emanuele
@lossyrob
Currently the way I'm doing it doesn't validate against any extensions, so if the node validator does that then for sure it would be very useful
Does anyone have any 1.0.0 APIs I can test the QGIS plugin against?
Matthew Hanson
@matthewhanson
@kbgghttps://earth-search.aws.element84.com/v0. The sentinel-s2-l2a-cogs collection is what you want. sentinel-s2-l1c and sentinel-s2-l2a are catalogs for the original JP2K files in eu-central-1 and are in requester pays buckets. But the COGs are free
And anyone else, feel free to add a room if you'd like some dedicated discussion time.
Matthias Mohr
@m-mohr
I think I'll just be around in the Lobby until after kickoff and then open the Validation room. I don't think there's much specialized demand beforehand...
Chris Holmes
@cholmes
Cool, I'll tweak it.
I think I may have written that before I realized it'd make sense to just have you in the main room.
Matthias Mohr
@m-mohr
Did so already :-)
Chris Holmes
@cholmes
great
Matthias Mohr
@m-mohr
Can I open a validation Gitter channel myself?
And do I need to create a new Zoom on my University account or is there a way to do a breakout session from the Lobby we can link to?
If you have a chance could you try that zoom now? I scheduled it for tomorrow, I'm curious if the scheduled time matters.
Matthias Mohr
@m-mohr
Everything seems to work, thanks. Added to the GH page. Good night, see/hear you tomorrow.
Chris Holmes
@cholmes
thanks!
John Tasker
@JohnBTasker
@gilltk I notice in your posts from Oct 2019 you mentioned work with historic aerial photography (HAP) frames. I'm keen to know how this work has progressed, and whether your team implemented any additional properties for STAC items and collections related to HAP data? I'm currently looking at options to modernise search/discovery tools for an archive of ~1 million digitised HAP frames, ~300,000 satellite images, and ~2,000 digital aerial photography projects.
Matthias Mohr
@m-mohr
Hi all, I'll start the general zoom room in about 30min, so everybody in non-American timezones is welcome to join! https://planet.zoom.us/j/93187144321
Matthias Mohr
@m-mohr
I can make a zoom room for you. That'll be better, as it won't have a 40 minute limit.
@cholmes It still has a 40min timeout it seems, at least I need to reconnect to the Lobby every 40mins without interaction.
@jbants Yes, that's likely easier to fill than hidden in the Google Doc - and hopefully in some days we don't even need that any longer and can just use the STAC Catalog Index ;-)
Maybe open it for edit access? Currently, can only read
James Banting
@jbants
Yup, thanks for the catch. Should be open now
Matthias Mohr
@m-mohr
@lossyrob What's the relation between PySTAC and the Python Validator from @jbants ?
Rob Emanuele
@lossyrob
Hoping to figure that out this STAC sprint!
James Banting
@jbants
Yea, we had briefly chatted about it last sprint, but I'd like to get a solution this sprint. Most likely go with a pystac solution. We can chat more in the validation channel
Matthew Hanson
@matthewhanson
The individual zoom rooms don’t seem to work, as it says the host is still running another session (the main lobby one). So I’m starting a Google Meet for STAC API Talk: https://meet.google.com/xrn-yhwy-pcb
@matthewhanson do you want us to @ you to be let in?
Matthias Mohr
@m-mohr
I've updated the document with the room infos for all new rooms...
Alex
@wildintellect
Morning, still looking over all the ideas to see what make sense for me to help with (mostly python things)
Sean Harkins
@sharkinsspatial
@lossyrob I'll be focusing mostly on API related things but one thing we discussed in our STAC tech meetups with Azavea is how we should manage typing going forward. PyStac has a rich type description set but I know you've been dealing with the multiple inheritance extension issue for validation. Because DevSeed has been doing a ton of FastAPI related projects lately we are all starting to get Pydantic focused and will probably use https://github.com/arturo-ai/stac-pydantic for a lot of base work going forward. What are you thinking is the best way forward to have a canonical Python typing and validation suite that we use both in PyStac and other projects that are not dealing directly with Catalog and Collection manipulation.