Exploring spatial and biodiversity data#

Summary

This walkthrough provides a complete data processing example from start to finish. We demonstrate how to combine spatial and biodiversity data in a practical example.

The example is based on two data sources:

Lebendiger Atlas der Natur Deutschlands (LAND)#

LAND - Lebendiger Atlas der Natur Deutschlands compiles species observation data in Germany. It displays selected occurrence datasets that are publicly available through the Global Biodiversity Information Facility (GBIF). GBIF aims to provide open access to biodiversity data worldwide. This connection enables users to explore Germany’s biodiversity data via LAND while also accessing and utilizing selected datasets from GBIF’s global database.

There are two ways to find and download data:

For both methods, and especially for larger downloads, registration is required.

https://images.naturalis.nl/original/csr%2FD80_8153.jpg

Fig. 3 English Sparrow, Passer domesticus (GBIF.org).#

IOER Monitor of Settlement and Open Space Development (IOER Monitor)#

The IOER Monitor of Settlement and Open Space Development (short IOER Monitor) is a research data infrastructure provided by the Leibniz Institute of Ecological Urban and Regional Development (IOER). It offers insights into land use structure, development, and landscape quality in Germany. Indicators and data can be explored and visualized in an interactive geo viewer. All IOER Monitor data is available through Web Feature Service (WFS) and Web Coverage Service (WCS), allowing users to retrieve spatial data in standardized formats.

There are two ways to access and download data:

  • Via web browser: Login, search and download individual data files directly from the IOER Monitor’s download services.

  • Via code: Use the Monitor API to access data programmatically.

In both cases, registration is required.

Using the Monitor API

If you want to use the Monitor API, you need to register:

  1. Register at monitor.ioer.de/monitor_api/signup.

  2. Generate a personal API key in your account settings.

  3. Store your personal API key in a file called .env as API_KEY=xyz

https://www.ioer-monitor.de/fileadmin/user_upload/monitor/img/Ergebnisse/siedlungsdichte.png

Fig. 4 Wie dicht leben wir? IOER Monitor data.#

Example research question#

In the next section, we demonstrate how to combine spatial and biodiversity data in a practical example.

Specifically, we will investigate whether there is a positive correlation between Passer domesticus (common name: House Sparrow, English Sparrow) density and settlement areas. Since house sparrows are known to prefer urban environments, this pattern should be visible using data from the IOER Monitor and LAND data.

Additionally, we will examine population trends for house sparrows in Saxony. According to Šálek, Riegert, and Grill (2015), an overall decline in house sparrow populations has been observed:

Populations of House and Tree Sparrows have rapidly declined in various breeding habitats throughout their European distribution range; however, the strongest decline was recorded within urban environments. (Šálek et al. 2015)

But is this also true for Saxony? Let’s explore whether the data supports this trend…

Summary

While Python offers multiple ways to process data, we will focus on a single approach without exploring alternative routes. Where further details are useful, cross-references to the reference documentation (Part III) or external sources are provided.

References#

[1] (1,2)

Martin Šálek, Jan Riegert, and Stanislav Grill. House Sparrows Passer domesticus and Tree Sparrows Passer montanus : Fine-Scale Distribution, Population Densities, and Habitat Selection in a Central European city. Acta Ornithologica, 50(2):221–232, December 2015. doi:10.3161/00016454AO2015.50.2.010.