|
Peano
|
Variables | |
| lons = np.linspace(-98, -70, 1000) | |
| lats = np.linspace(15, 35, 1000) | |
| LON | |
| LAT | |
| str | proj_str = "+proj=aea +lon_0=-84 +lat_1=18.3333333 +lat_2=31.6666667 +lat_0=25 +datum=WGS84 +units=m +no_defs" |
| 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 | |
| TestEllipsoidProjectionInverse.LAT |
Definition at line 9 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lat_diff = lat_reconstructed - LAT |
Definition at line 29 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lat_reconstructed |
Definition at line 25 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lats = np.linspace(15, 35, 1000) |
Definition at line 8 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.LON |
Definition at line 9 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lon_diff = lon_reconstructed - LON |
Definition at line 22 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lon_reconstructed |
Definition at line 18 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.lons = np.linspace(-98, -70, 1000) |
Definition at line 7 of file TestEllipsoidProjectionInverse.py.
| str TestEllipsoidProjectionInverse.proj_str = "+proj=aea +lon_0=-84 +lat_1=18.3333333 +lat_2=31.6666667 +lat_0=25 +datum=WGS84 +units=m +no_defs" |
Definition at line 12 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.transformer = Transformer.from_crs("EPSG:4326", proj_str, always_xy=True) |
Definition at line 13 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.X |
Definition at line 14 of file TestEllipsoidProjectionInverse.py.
| TestEllipsoidProjectionInverse.Y |
Definition at line 14 of file TestEllipsoidProjectionInverse.py.