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

feat: Add reprojection of orthophoto to EPSG:3857 before uploading to S3 #333

Merged
merged 4 commits into from
Nov 15, 2024

Conversation

Pradip-p
Copy link
Collaborator

PR Description:

Problem Statement:

When processing imagery with PyODM (ODM), the resulting orthophoto TIFF file is output with EPSG:32645 by default. However, for web visualization using Maplibre-cog-protocol, EPSG:3857 projection is required.

Solution:

This update adds functionality to automatically reproject the orthophoto from the default EPSG:32645 to EPSG:3857 before uploading to S3. This allows for seamless integration with web-based map visualizations, which rely on EPSG:3857 for proper rendering.

Community Discussion:

This functionality is aligned with the ongoing discussions about passing different output projections to ODM. For more context, please refer to the following community link:
Passing different output projections to ODM (e.g., --proj flag)

@Pradip-p Pradip-p self-assigned this Nov 15, 2024
@github-actions github-actions bot added enhancement New feature or request backend Related to backend code labels Nov 15, 2024
@nrjadkry nrjadkry merged commit 92a79d3 into develop Nov 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants