On python, how to generate an array of coordinates between two points

المشرف العام

Administrator
طاقم الإدارة
Good afternoon.

Perhaps I'm looking to a solved question, but while searching I didn't find any solution. I need to build a matrix of lat, lon values, based on two points, and a sampling rate (distance between points).

A possibility is implement a solution using numpy, with all the rules. However some exception treatment is needed, specially if my region is on an pole or mid-pacific zones, where a WGS-84 coordinate based matrix would change from 179.9 to -179.9, for example.

I would like to know if already exists a library that is able to generate iteratively an array within those two points, and able to control those issues.



أكثر...
 
أعلى