coords-transformer at a glance¶
coords-transformer is a library to transform pixel coordinates to latitude and longitude, and vise versa. It’s useful when you’d like to get the latitude and longitude of a certain point within the satellite image.
Install coords-transformer¶
You can install this library via pip.
pip install coords-transformer
Verifying¶
To verify that coords-transformer can be seen by Python, type python from your shell.
Then at the Python prompt, try to import coords-transformer:
import coords_transformer
That’s it!¶
That’s it – you can now move onto the examples.