Jon Duckworth
Jon Duckworth
> looks like i need to write some stubs for ciso8601 @philvarner I think it would also be fine to just ignore these in the `mypy.ini` file as we've done...
> > > looks like i need to write some stubs for ciso8601 > > > > > > @philvarner I think it would also be fine to just ignore...
@maawoo Thanks for raising this and apologies for the long delay in responding. The first attempt that you describe (ending up with relative HREFs using Windows-style double-backslashes) seems to me...
Thanks for the report and the excellent reproducible example @MitchellPaff ! I was able to reproduce this using your example and I'll try to have a fix in the 1.5.0...
So, in this case the root cause is an invalid `self` link in `example/catalog_1/collection_1/item_1/item_1.json`. The self link in that file is: ```json { "rel": "self", "href": "feature.json", "type": "application/json" }...
@gadomski @lossyrob Do you have any opinions on what the best course of action would be here?
> This goes back to the question of "is PySTAC a strict implementation of the specification, or a tool to work with the specification in a user-friendly way"? If it's...
I think I'll need a bit more time to put together a solution and some tests to make sure we're actually getting the behavior we want out of this. I'm...
> A basic rule could be to apply the file fields to all raster bands corresponding fields. I was thinking that if `raster:bands` is defined we would check if the...
> We should avoid add raster bands to non raster assets. I would create a default raster band so that we do not loose the information . But I would...