rust
spatial
serde_esri
serde_esri
provides struct definitions to represent Esri JSON objects with serde::Deserialize
and serde::Serialize
trait implementations.
serde_esri
has additional features:
geo
implementsFrom
for the Esri JSON objects.geoarrow
provides compatibility with arrow and geoarrow by implementing geoarrow geometry traits as well as providing a utility functionfeatureset_to_geoarrow()
which converts aFeatureSet
to an arrowGeoTable
.places-client
provides an API client for the Places Service REST API.- built ontop of
reqwest
- built ontop of