Tomo Krajina

Results 28 comments of Tomo Krajina

Hi @mbecker First of all thank you for filling this issue and spending your time researching the problem. I agree with all your points. Do you maybe have the time...

No, you're right. When I first implemented this lxml was faster, so I made to be default. But it absolutely makes sense to use the default parser by default. Maybe...

Merged, thanks (I plan to clean up a few more pull requests and then release a new version, including your wheel distribution).

Instead of changing the global decoder configuration I added a `ParseDecoder(decoder, initialBytes)` method. Then you just pass a decoder with parameters you need there. `initialBytes` can be nil. https://github.com/tkrajina/gpxgo/commit/d1bbf6a67993fcef1f7b27074cea4d88577808dc

Hey, thanks for looking into this @gregorosaurus . I'm working on a branch which will download data e4ftl01.cr.usgs.gov . I hope to finish it sometimes this week.

OK, I have the first (working) solution. It's in https://github.com/tkrajina/go-elevations/tree/srtm-urls-fix A few things to add here: * The API has changed, you need a username/password when calling getElevation * I'll...

I'm still finishing this branch, but a somebody notified me of a old SRTM mirror and I updated the urls in master. So master works (again) now. I'll still finish...

Unfortunately, that's exactly what I did (check the browser logs) and `file_token` isn't in the API responses. I think it's somehow calculated in the (obfuscated) javascript. Anyway, I'll keep investigating,...

https://github.com/tkrajina/golongfuncs/pull/5 should fix this.