Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License? #1

Closed
kylebarron opened this issue Feb 20, 2025 · 2 comments
Closed

License? #1

kylebarron opened this issue Feb 20, 2025 · 2 comments

Comments

@kylebarron
Copy link

kylebarron commented Feb 20, 2025

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?

@feefladder
Copy link
Owner

feefladder commented Mar 3, 2025

Hi @kylebarron 👋🏽

Congrats on your progress! looks pretty neat!

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...

@kylebarron
Copy link
Author

Thanks for the response! Let's follow up in georust/geotiff#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants