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

Generalize Sentinel2Client to accept any CRS #55

Open
github-actions bot opened this issue Dec 5, 2024 · 0 comments
Open

Generalize Sentinel2Client to accept any CRS #55

github-actions bot opened this issue Dec 5, 2024 · 0 comments
Labels
feat New feature or request

Comments

@github-actions
Copy link

github-actions bot commented Dec 5, 2024

This is hard-coded to assume 4326 - when we draw an AOI, we will change this logic depending on what makes frontend sense

# TODO(!feat): Generalize Sentinel2Client to accept any CRS
# Issue URL: https://github.com/SchmidtDSE/burn-severity-mapping-poc/issues/55
# This is hard-coded to assume 4326 - when we draw an AOI, we will change this logic depending on what makes frontend sense

            None
        """
        boundary_gpd = gpd.GeoDataFrame.from_features(geojson_boundary)
        # TODO(!feat): Generalize Sentinel2Client to accept any CRS
        # Issue URL: https://github.com/SchmidtDSE/burn-severity-mapping-poc/issues/55
        # This is hard-coded to assume 4326 - when we draw an AOI, we will change this logic depending on what makes frontend sense
        if not boundary_gpd.crs:
            geojson_boundary = boundary_gpd.set_crs("EPSG:4326")
@github-actions github-actions bot added the feat New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants