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

Read GeoTiff with adequate projection and numeric values #46

Closed
ErickChacon opened this issue Dec 16, 2023 · 4 comments · Fixed by #47
Closed

Read GeoTiff with adequate projection and numeric values #46

ErickChacon opened this issue Dec 16, 2023 · 4 comments · Fixed by #47
Labels
help wanted Extra attention is needed

Comments

@ErickChacon
Copy link
Member

Currently .tif files which contain spatial coordinates with respect to a CRS are being read as an image losing information about he coordinates and also the values do not need to be colors. We can fix it by reading the file with ArchGDAL.jl and make the conversion to Meshes.jl.

@juliohm juliohm added the help wanted Extra attention is needed label Dec 18, 2023
@juliohm
Copy link
Member

juliohm commented Dec 18, 2023

Thank you @ErickChacon , I think we can use TiffImages.jl directly to read geotiff in pure Julia.

Related: tlnagy/TiffImages.jl#100

@ErickChacon
Copy link
Member Author

Interesting! I already have a code using ArchGDAL.jl. However it might be interesting to set it up using TiffImages.jl and just include it inside GeoIO.jl?

@juliohm
Copy link
Member

juliohm commented Dec 18, 2023

@eliascarv just finished a code using ArchGDAL.jl as a workaround until TiffImages.jl supports geotiff metadata. We should be reviewing a PR this afternoon (BRT).

@ErickChacon
Copy link
Member Author

ErickChacon commented Dec 18, 2023

Sounds good! I will try to find some time to explore it with TiffImages.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants