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

write EPSG ? #182

Open
sbonaime opened this issue Apr 29, 2024 · 1 comment
Open

write EPSG ? #182

sbonaime opened this issue Apr 29, 2024 · 1 comment

Comments

@sbonaime
Copy link

Hi,
Would it be possible to embed an EPSG code while writing a Geotiff file ?
Thanks

@djhoese
Copy link
Collaborator

djhoese commented Apr 29, 2024

Someone else can correct me, but this library is for working with basic TIFF files. To write EPSG information to the TIFF and have it understood by other clients as a geotiff would require you write it to fit the geotiff standard. This library as far as I know does not provide utilities for doing that. The usual solution is something like GDAL or rasterio (which wraps GDAL).

Edit: You could theoretically write the TIFF tags necessary to meet the geotiff standard, but unless you're trying to avoid the GDAL dependency I would just use GDAL.

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