Ability to access projection parameters
See original GitHub issueThis has been brought up in other repositories in various issues (including the future geoxarray package) and given the new CRS
object in pyproj I’m curious if this is useful or a possibility for future versions. Is it possible to access individual projection parameters (ex. lon_0
) from a CRS or Proj object? Something like Proj("...").proj_params['lon_0']
or maybe the WKT equivalent.
This is something I think @snowman2 or maybe @dopplershift have brought up in the past. Just looking for opinions on this functionality.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Projection parameters - Hunter Geography
Bottom: Flat data is described with x,y units. Projection parameters use both kinds of descriptions. The projection at bottom is Plate Carrée.
Read more >Projection parameters—ArcMap | Documentation
Each map projection has a set of parameters that you must define. The parameters specify the origin and customize a projection for your...
Read more >PROJECTION — MapServer 8.0.0 documentation
To set up projections you must define one projection object for the output image (in the MAP object) and one projection object for...
Read more >unit 10: projecting data - NCGIA
Discuss the required parameters for several common map projections. Vocabulary: Map Projection; Coordinate System; Latitude, Longitude; Parallel ...
Read more >How to determine projection parameters when customizing a ...
E.g., if correct evaluation of angles will be important, restrict to conformal projections (like the HOM). When computation of areas or ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am going to close this as the solution is merged into master. Thanks for bringing up the idea!
An attempt is in #244.