minhpham1810 commented on issue #3271: URL: https://github.com/apache/sedona/issues/3271#issuecomment-5388567186
I'd like to work on this. Root cause looks to be `GeoSeries.__init__` only calling `set_crs` when `crs is not None`, so locally-constructed columns never get authoritative "no CRS" metadata written (the tri-state scheme from #3190 already supports it, just isn't wired up for the `crs=None` case). Planning to fix the constructor path plus `from_wkt/from_wkb/set_geometry`, and add job-count regression tests per the acceptance criteria above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
