You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's nearly impossible to talk about geospatial operations without mentioning projections. cuSpatial seeks to enables users to seamlessly work with spatial data in various coordinate systems, ensuring compatibility and interoperability among diverse datasets, beginning with the common WGS <-> UTM coordinate systems.
Accurate projections are essential for precise spatial analysis and visualization, as they minimize spatial distortions and preserve the spatial relationships between features. By incorporating projection support, cuSpatial will enhance its utility and broaden its appeal.
This epic covers multiple areas of the library, and is scoped to only include UTM <-> WGS conversion to ensure timely delivery.
Target start: During the 23.06 development cycle Target release: Release 23.08
Requirements
For successful completion, this epic needs:
The content you are editing has changed. Please copy your edits and refresh the page.
Handling projectsions at the user level can be done many ways. It could mean a mirroring geopandas crs handling. It also might be an external function, requiring users to track CRS on their own - or somewhere in between.
Overview and Description
It's nearly impossible to talk about geospatial operations without mentioning projections. cuSpatial seeks to enables users to seamlessly work with spatial data in various coordinate systems, ensuring compatibility and interoperability among diverse datasets, beginning with the common WGS <-> UTM coordinate systems.
Accurate projections are essential for precise spatial analysis and visualization, as they minimize spatial distortions and preserve the spatial relationships between features. By incorporating projection support, cuSpatial will enhance its utility and broaden its appeal.
This epic covers multiple areas of the library, and is scoped to only include UTM <-> WGS conversion to ensure timely delivery.
Target start: During the 23.06 development cycle
Target release: Release 23.08
Requirements
For successful completion, this epic needs:
Tasks
Considerations
Handling projectsions at the user level can be done many ways. It could mean a mirroring geopandas crs handling. It also might be an external function, requiring users to track CRS on their own - or somewhere in between.
Related Issues
This epic will close:
This epic makes progress on:
The text was updated successfully, but these errors were encountered: