Peano
TestSphereProjectionInverse.py File Reference

Go to the source code of this file.

Namespaces

 TestSphereProjectionInverse
 

Variables

 TestSphereProjectionInverse.lons = np.linspace(-98, -70, 1000)
 
 TestSphereProjectionInverse.lats = np.linspace(15, 35, 1000)
 
 TestSphereProjectionInverse.LON
 
 TestSphereProjectionInverse.LAT
 
tuple TestSphereProjectionInverse.proj_str
 
 TestSphereProjectionInverse.transformer = Transformer.from_crs("EPSG:4326", proj_str, always_xy=True)
 
 TestSphereProjectionInverse.X
 
 TestSphereProjectionInverse.Y
 
 TestSphereProjectionInverse.lon_reconstructed
 
 TestSphereProjectionInverse.lon_diff = lon_reconstructed - LON
 
 TestSphereProjectionInverse.lat_reconstructed
 
 TestSphereProjectionInverse.lat_diff = lat_reconstructed - LAT