File size: 467 Bytes
238719b 814e9b0 5b77c7a 238719b 814e9b0 238719b 9d4db86 814e9b0 238719b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
from tests.io.test_utilities import fn_reading_json_inputs_outputs__test
def test_get_latlng2pixel_projection():
fn_reading_json_inputs_outputs__test(name_fn="get_latlng2pixel_projection")
def test_get_point_latlng_to_pixel_coordinates():
fn_reading_json_inputs_outputs__test(name_fn="get_point_latlng_to_pixel_coordinates")
def test_get_latlng_to_pixel_coordinates():
fn_reading_json_inputs_outputs__test(name_fn="get_latlng_to_pixel_coordinates")
|