chris-aeviator

Results 64 issues of chris-aeviator

**Is the feature request related to a problem?** OpenAI's modern client has deprecated the functions syntax. When using the recent 'tools' syntax, gorilla will only reply with generic text, e.g....

enhancement

After updating pyreft recently I'm encountering errors when loading a trained model. This applies to newly trained models as well as prev. trained models. I'm loading from disk. the error...

question

I'm unable to parse `sceneid`'s from planetary computer on landsat 2 collections. ```python >>> from rio_tiler_pds.landsat.utils import sceneid_parser as ls8_sceneid_parser # works >>> ls8_sceneid_parser('LC08_L1TP_016037_20170813_20170814_01_RT') {'sensor': 'C', 'satellite': '08', 'processingCorrectionLevel': 'L1TP',...

The paper shows the ability to predict GPS coordinates from text. Upon first review I'm unable to find the API for this feature. Could you please release the code?