You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, all metadata (including geospatial metadata) can be parsed, and I was able to read and display a COG: developmentseed/async-tiff#2
I came across this library but I see that you haven't added a license to the repo. Before I looked through your code I wanted to check if this code was openly licensed. Would you be interested in adding a license file to the repo?
The text was updated successfully, but these errors were encountered:
Ah oof! I missed quite a lot of development updates... I've now made it clear in my readme that its Apache/MIT. Also in Cargo.toml I've specified MIT OR Apache 2.0. Is that enough, or should I explicitly add a LICENSE file?
I now have examples and can read most of everything from the geotiff tests, except horizontal predictor with floats (who would do that?) and non-2-power multiband. AFAIK, those are not really supported elsewhere rust-tiff anyways...
I've made a general trait for reading (taking in &self) and copied over the coalesce_ranges from object_store, so it could be used with any transport. (Zenodo has request-limiting, so coalescing ranges improves everything).
Then I had to write my thesis, so no further progress was made here...
Hello @feefladder 👋
I think we chatted on Discord previously. I'm making progress on this alternative async tiff implementation: https://github.com/developmentseed/async-tiff
So far, all metadata (including geospatial metadata) can be parsed, and I was able to read and display a COG: developmentseed/async-tiff#2
I came across this library but I see that you haven't added a license to the repo. Before I looked through your code I wanted to check if this code was openly licensed. Would you be interested in adding a license file to the repo?
The text was updated successfully, but these errors were encountered: