Kontinuation opened a new pull request, #590:
URL: https://github.com/apache/sedona-db/pull/590

   ## Summary
   
   - Extract `CachedCrsToSRIDMapping` struct into `sedona-schema::crs` for 
reusable CRS-to-SRID caching, replacing ad-hoc `HashMap` caching in `ST_SRID` 
and duplicated logic in `RS_SRID`
   - Refactor `RS_SRID` and `RS_CRS` in `sedona-raster-functions` to use 
early-return patterns instead of deeply nested match arms
   - Add `crs_str_ref()` to `RasterRefImpl` for zero-copy CRS string access
   - Make `with_global_proj_engine` generic (`pub fn ... -> Result<R>`) and 
public for external use
   - Add test coverage for rasters with missing CRS and CRS without SRID
   
   ## Dependencies
   
   - Depends on #588 (`pr2-better-band-metadata-ref`)


-- 
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]

Reply via email to