Matthew Hanson

Results 77 comments of Matthew Hanson
trafficstars

Not sure where this left off in the sprint. can we arbitrarily and legitimately add a profile to a media type, e.g., application=stac-collection ?

Thanks @martindurant, good to know about `cat`. For now this works as long as I don't mix requester pays and public s3 URLs. Is each fs instance from `cat` it's...

Hello @Samweli, I've not had problems with the client timing out. Can you provide some more information about how you are using pystac-client and whatever error you may be getting?

@gadomski and I discussed today. It seems a reasonable thing to expect PySTAC to support via the same STAC_IO mechanism, allowing other libraries to override to allow downloading using other...

Adding this to 0.4.0 to add better error messages from the CLI. We could leverage PySTAC to provide error messages, however if the errors are due to interacting with the...

This looks fine to me, I think it's a good change - in most cases of adding new items to a catalog you shouldn't need to resolve anything that isn't...

Reviving this interesting discussion. I was actually going to propose that SELF_CONTAINED catalog could be removed. The only difference between it and RELATIVE_PUBLISHED is the inclusion of an absolute self...

The description above conflates a few issues so to keep this focused on the normalization of URLs for STAC Objects in a catalog. When you normalize hrefs it resolves all...

@lossyrob I think I might be missing something here, probably something with the caching, but I'm wondering why normalization needs to walk the catalog at all. What if, internally, all...

Thanks for this @TomAugspurger , I am 100% on board with this and would love to see such convenience functions, I end up copying over the same function across notebooks...