Jarrett Keifer
Jarrett Keifer
> This is a bit more complicated, since the record would have to be published, then the new record received and published. Probably a better way to do this, perhaps...
This issue has popped up a couple times in recent conversation, and I wanted to post my responses here for reference. Notably, I did implement this feature on a private...
You can use string prefix matching to effectively select on a time range. We have these same attributes on messages published to the cirrus publish SNS topic, so I would...
@gcaria Unfortunately, the current COG files do not have the scale/offset written to them, so this is an unreliable indicator. This has also been fixed in the new pipeline.
I too have this problem. I generally subscribe to the philosophy that I use a VCS for versioning, thus what is in the VSC repo shouldn't track it's own version...
See the example config in for cirrus: https://github.com/cirrus-geo/cirrus-geo/blob/main/.pre-commit-config.yaml. I can’t say I configure it perfectly, but the use of the “local” repo tells pre-commit there’s nothing to install, and in...