Julia Signell

Results 268 comments of Julia Signell

Ian and I talked yesterday about how it is good to include context in error messages, but if the context is a python dict of arbitrary length it would probably...

Just to check my understanding: the idea is to not allow windows-style paths as hrefs on objects? This feels like the type of thing that should start raising a deprecation...

> I think we want to _always_ write `/`-delimited paths, e.g. when serializing to a dictionary. This part is clear to me :+1: > It'd be nice if we could...

ok yeah I got confused about what best practices was referring to. I was missing that in the case of pystac it's the generated output that needs to conform to...

I am wondering if this is still necessary given its age? I would think that most providers have probably moved to the newer version over the last 2 years.

#1265 makes it so if you load an object with any of those removed fields you get a warning. Not sure if that is enough to close this ticket, but...

I was just taking a look at this and it looks like the landsat 8 collection 1 data that is referenced in the `create-a-landsat-stac.ipynb` is no longer available: https://www.usgs.gov/landsat-missions/landsat-collection-1. From...

I was just going to pick this up and I have a few questions. 1) Should `get_items` accept multiple ids since the result will get an iterable anyways? 2) Should...

> > Should get_items accept multiple ids since the result will get an iterable anyways? > > My instinct is no, but I could be talked out of it. My...