clcr / pyeo

Python Earth Observation processing chain
GNU General Public License v3.0
94 stars 29 forks source link

srs error #65

Closed hidexxx closed 3 years ago

hidexxx commented 4 years ago

Hi John, found out the reason for the projection error - the bug we fixed got committed to the Terrain brunch instead of the main one! in the main brunch line 771, we are missing the srs_id argument write_geometry(intersection, intersection_path, srs_id = srs_id)

Thingus commented 4 years ago

Ah, not a bug: the main branch now auto-detects the projection and assigns it itself. I'll put the srs_id augment back in with a warning that it'll disappear for good soon.