Skip to content

Franz1960/BioMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Franz Häring
Sep 28, 2024
7a7b91d · Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Jan 8, 2021
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024

Repository files navigation

BioMap

Map based biological monitoring

BioMap is a one page web application based on server side Blazor. It uses the Blazorise, BlazorGoogleMaps, ImageSharp and ChartJs.Blazor libraries.

The web app has been developed for a nature protection project in Germany. The population of yellow-bellied toads (bombina variegata) is studied in a forest area in Bavaria and observed over a longer period of time. By regularly catching and identifying toads, growth and migration movements of individuals are recorded. The results are processed numerically and graphically.

Running Instance

The original web site driven by this app is biomap.itools.de. A couple of projects are hosted here including the yellow-bellied toad project near Regensburg, Bavaria. You can register for any of the projects there and even create a new project of your own.

You can use a Docker image on your own web server.

Create and Manage a new Project

TBD.

Use an own Map

You can use an own map image in the project area. Prepare a JPEG image containing the map and supply the coordinates of the map corners in a JSON file. The name of the image file has to be MapImage.jpeg, the JSON file MapImageBounds.json.

MapImageBounds.json for an area in Bavaria
[
  { "lat": 49.0933, "lng": 12.1472 },
  { "lat": 49.0253, "lng": 12.2809 }
]

Replace the coordinates with apropriate values for your map image and load the files in "Administration / Project / Configuration files" to the server.

About

Map based biological monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published