/csv_to_gee_points

Simple Python script that generates (from a csv file containing lat and long coordinates) a txt file with each row corresponding to the definition in Javascript of a ee.Geometry.Point. Each ee.Geometry.Point can then be imported and visualized in the Code Editor of Google Earth Engine, instead of writing all of them manually

Primary LanguagePython