Equi7Grid_projection
- class eomaps.projections.Equi7Grid_projection(subgrid='EU', *args, **kwargs)
Equi7Grid projection for cartopy.
>>> m = Maps(Equi7Grid_EU) >>> m.add_feature.preset.coastline()
- possible subgrid’s are:
“EU”: Europe
“AF”: Africa
“AS”: Asia
“NA”: North-America
“SA”: South-America
“OC”: Oceania
“AN”: Antarctica
See https://github.com/TUW-GEO/Equi7Grid for details.
Methods
|
|
Return a new Geocentric CRS with the same ellipse/datum as this CRS. |
|
Return a new Geodetic CRS with the same ellipse/datum as this CRS. |
|
|
New in version 3.0.0. |
|
New in version 2.5.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
Make a CRS from an EPSG code |
|
New in version 2.4.0. |
|
New in version 2.4.0. |
|
New in version 2.2.0. |
|
Make a CRS from: |
|
Initialize a CRS class instance with: |
|
New in version 2.2.0. |
|
|
|
Check if the CRS objects are the exact same. |
|
New in version 3.2.0. |
|
Project the given geometry into this projection. |
|
Where possible, return a vertices array transformed to this CRS from the given vertices array of shape |
|
New in version 3.6.0. |
|
New in version 3.1.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
Return the EPSG code best matching the CRS or None if it a match is not found. |
|
New in version 2.4.0. |
New in version 2.4.0. |
|
|
Convert the projection to a PROJ string. |
New in version 2.2.0. |
|
|
Convert the projection to a WKT string. |
|
Transform the given float64 coordinate pair, in the given source coordinate system ( |
|
Transform the given coordinates, in the given source coordinate system ( |
|
Transform the given vector components, with coordinates in the given source coordinate system ( |
Attributes
|
|
Retrieves all relevant axis information in the CRS. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
New in version 2.2.0. |
|
|
|
New in version 3.1.0. |
|
New in version 3.2.0. |
|
New in version 2.2.0. |
|
This checks if the CRS is geocentric and takes into account if the CRS is bound. |
|
This checks if the CRS is geographic. |
|
This checks if the CRS is projected. |
|
New in version 2.2.0. |
|
|
|
New in version 2.2.0. |
|
New in version 2.4.0. |
|
New in version 2.4.0. |
|
The base CRS of a BoundCRS or a DerivedCRS/ProjectedCRS, or the source CRS of a CoordinateOperation. |
|
If the CRS is a compound CRS, it will return a list of sub CRS objects. |
|
New in version 2.2.0. |
|
|
|
New in version 2.6.0. |
|