SpaceNetChallenge / utilities

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Other
248 stars 97 forks source link

Why was the latlon2pixel function removed from geoTools.py in spacenetutilitiesV3? #114

Closed ashnair1 closed 5 years ago

ashnair1 commented 5 years ago

As far as I can tell, the only difference between the geoTools.py from the original spacenetutilities branch and the V3 branch is the removal of this function. I was just wondering why was this removed.

nrweir commented 5 years ago

Hi ash1995,

We're in the process of re-structuring this entire package, including changing functions from specific versions (e.g. latlon2pixel) to versions that can accommodate other formats (in this case, other coordinate reference systems).