Expand description
Heisenberg Data Processing Library This functionality was moved to a separate crate in order for us to be able to embed data into the main crate.
This embedding allows us to ship the library with a small, self-contained dataset This data is built as part of the build process of the main heisenberg crate, so it is always available without requiring any external downloads or configuration.
Re-exports§
Modules§
Macros§
Enums§
- Data
Source - Enum representing the available data sources for
GeoNamesdata processing
Constants§
Statics§
Functions§
- data_
exists - Check if processed data exists for the given data source without loading it
- get_
admin_ data - Get only admin search data as
LazyFrame - get_
data - Get both admin and place data as
LazyFrames - get_
place_ data - Get only place search data as
LazyFrame - regenerate_
data - Force regeneration of processed data for the given data source