Changelog
Source:NEWS.md
arcpbf (development version)
- Handles missing CRS and closes https://github.com/R-ArcGIS/arcpbf/issues/11 h/t @elipousson for reporting
- Returns warning message when
esriFieldBlob
is encountered https://github.com/R-ArcGIS/arcpbf/issues/6 - Fixes bug where an error occured when a query returned no rows https://github.com/R-ArcGIS/arcpbf/issues/8
arcpbf 0.1.4
CRAN release: 2024-08-01
- Addresses MSRV requirement by replacing
std::cell::OnceCell
withonce_cell::sync::OnceCell
- Fix parsing of dates and small integers
- Add minimal integration tests with arcgislayers
arcpbf 0.1.1
- Fixes a bug where sfg class was not assigned for empty geometries.
-
multi_resp_body_pbf()
becomesresps_data_pbf()
to be more inline withhttr2
release - Fixes a bug when processing a list of protocol buffers that contain tables