Skip to content

Geospatial simulation library for emulating the movement of entities "pigeons" within defined geographic areas. Useful for testing location-based services.

Notifications You must be signed in to change notification settings

TotemWorld/Pigeons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string geohash = "c2b2md6";

for (var i = 0; i < 20; i++)
{
    var pigeon = new PigeonBuilder()
        .SetGeohash(geohash)
        .SetRandomStartCoordinate()
        .SetLoxodromeMode(GeoUtils.Data.Direction.ToWest)
        .SetDistanceStep(1)
        .SetCooldown(TimeSpan.FromMilliseconds(500))
        .Build();
Recording.2025-07-21.000659.mp4

About

Geospatial simulation library for emulating the movement of entities "pigeons" within defined geographic areas. Useful for testing location-based services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published