Skip to content

Completed nested geo objects from OSM-PBF. Saving RAM and caching the results.

License

Notifications You must be signed in to change notification settings

chubrik/OsmDataKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kit

NuGet Build Status

The powerful engine for various C# projects.
Has advanced diagnostics and the most useful features.

Kit project

How to use

void Main(string[] args) {
  Kit.Setup(...); // optional
  Kit.Execute(MyApp);
}
async Task MyApp(CancellationToken ct) {
  // sync or async method
}