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

Add ability to retrieve full set of GeographicCRSProps before a CRS is set on an iModel #7568

Open
ben-polinsky opened this issue Jan 16, 2025 · 0 comments

Comments

@ben-polinsky
Copy link
Contributor

I'm working on enabling the setting of a Coordinate Reference System (CRS) during the creation of an iModel to address alignment issues during data synchronization. As users decide between the extensive list of GCS' returned, it would be beneficial to display additional data such as the CRS unit, datum info, and ellipsoid info. This would help them make an informed decision. Currently, only the name, description, extent, and deprecated status are shown. (After iModel creation, the full set of properties is available through an iModel's geographicCoordinateSystem getter.)

If it is prohibitively expensive to optionally return this information through getAvailableCoordinateReferenceSystems, perhaps we could open an API to get the full properties for a single CRS one at a time?

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

1 participant