JuliaGeo / TileProviders.jl

Shared collection of map tile providers
MIT License
14 stars 5 forks source link

Bugfix providers even further #8

Closed henrik-wolf closed 1 year ago

henrik-wolf commented 1 year ago

I fixed a bunch of problems and inconsistencies I came across when playing around with different tile providers. Here they are: In the NASAGIBS file:

in the providers file:

Tests:

Readme:

rafaqz commented 1 year ago

Thanks for all the fixes! There was a reason the NASAGIBBSTimeseries was not included in the readme or the providers dict... (it was so buggy)

Do you want to be a maintainer here? This package was hacked together very quickly while we put together Tyler.jl. It could do with some more ongoing care, but I'm unlikely to find time for it.

rafaqz commented 1 year ago

@SuperGrobi might need to get out an old 1.6 version and see whats causing that failure. Probably one of the line you have added like the nada gibbs tests?

Something is wrong with replace on line 89, although the method signature looks fine to me.

rafaqz commented 1 year ago

Sorry I just realised this was against my other PR that I totally forgot existed, and not master