|
Peano
|
Variables | |
| lons = np.linspace(-98, -70, 1000) | |
| lats = np.linspace(15, 35, 1000) | |
| LON | |
| LAT | |
| tuple | proj_str |
| transformer = Transformer.from_crs("EPSG:4326", proj_str, always_xy=True) | |
| X | |
| Y | |
| lon_reconstructed | |
| lon_diff = lon_reconstructed - LON | |
| lat_reconstructed | |
| lat_diff = lat_reconstructed - LAT | |
| TestSphereProjectionInverse.LAT |
Definition at line 9 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lat_diff = lat_reconstructed - LAT |
Definition at line 34 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lat_reconstructed |
Definition at line 30 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lats = np.linspace(15, 35, 1000) |
Definition at line 8 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.LON |
Definition at line 9 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lon_diff = lon_reconstructed - LON |
Definition at line 27 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lon_reconstructed |
Definition at line 23 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.lons = np.linspace(-98, -70, 1000) |
Definition at line 7 of file TestSphereProjectionInverse.py.
| tuple TestSphereProjectionInverse.proj_str |
Definition at line 12 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.transformer = Transformer.from_crs("EPSG:4326", proj_str, always_xy=True) |
Definition at line 18 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.X |
Definition at line 19 of file TestSphereProjectionInverse.py.
| TestSphereProjectionInverse.Y |
Definition at line 19 of file TestSphereProjectionInverse.py.