Peano
TestEllipsoidProjectionInverse.py File Reference

Go to the source code of this file.

Namespaces

 TestEllipsoidProjectionInverse
 

Variables

 TestEllipsoidProjectionInverse.lons = np.linspace(-98, -70, 1000)
 
 TestEllipsoidProjectionInverse.lats = np.linspace(15, 35, 1000)
 
 TestEllipsoidProjectionInverse.LON
 
 TestEllipsoidProjectionInverse.LAT
 
string 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"
 
 TestEllipsoidProjectionInverse.transformer = Transformer.from_crs("EPSG:4326", proj_str, always_xy=True)
 
 TestEllipsoidProjectionInverse.X
 
 TestEllipsoidProjectionInverse.Y
 
 TestEllipsoidProjectionInverse.lon_reconstructed
 
 TestEllipsoidProjectionInverse.lon_diff = lon_reconstructed - LON
 
 TestEllipsoidProjectionInverse.lat_reconstructed
 
 TestEllipsoidProjectionInverse.lat_diff = lat_reconstructed - LAT