# Geospatial Foundation Models

An extension for accessing open source Geospatial Foundation Models: large-scale AI models trained on diverse geospatial data like satellite imagery, topographical maps, and other location-specific datasets, that encapsulate spatial information and relationships into dense representations in a multi-dimensional space (embeddings).

## Google PDFM County Embeddings

**Description**

This component loads Google's PDFM Embeddings at the county level.

This component loads [Google's Population Dynamics Foundation Model (PDFM) Embeddings](https://research.google/blog/insights-into-population-dynamics-a-foundation-model-for-geospatial-inference/) at the county level. Google's (PDFM) Embeddings are condensed vector representations designed to encapsulate the complex, multidimensional interactions among human behaviors, environmental factors, and local contexts at specific locations.

These embeddings capture patterns in aggregated data such as search trends, busyness trends, and environmental conditions (maps, air quality, temperature), providing a rich, location-specific snapshot of how populations engage with their surroundings.

**Output**

* **Output table:** This component generates an output table with the PDFM embeddings at the county level.

## Google PDFM ZCTA Embeddings

**Description**

This component loads [Google's Population Dynamics Foundation Model (PDFM) Embeddings](https://research.google/blog/insights-into-population-dynamics-a-foundation-model-for-geospatial-inference/) at the ZIP Code Tabulation Area (ZCTA) level. Google's (PDFM) Embeddings are condensed vector representations designed to encapsulate the complex, multidimensional interactions among human behaviors, environmental factors, and local contexts at specific locations.

These embeddings capture patterns in aggregated data such as search trends, busyness trends, and environmental conditions (maps, air quality, temperature), providing a rich, location-specific snapshot of how populations engage with their surroundings.

**Output**

* **Output table:** This component generates an output table with the PDFM embeddings at the ZCTA level.

## Google Earth Engine Satellite Embeddings

This component loads [Google Earth Engine's Satellite Embeddings](https://developers.google.com/earth-engine/tutorials/community/satellite-embedding-01-introduction) summarized for input geometries.

The Satellite Embeddings dataset provides global, analysis-ready 64-dimensional vectors for each 10-meter land pixel, capturing annual temporal patterns of surface conditions using data from multiple Earth observation sources. Unlike traditional spectral bands, these vectors summarize complex, multi-source relationships in a more abstract but powerful format.

**Input**

* **Input table:** This component expects an input table with a geography column

**Settings**

* **Geography column:** A column that contains the geography data.
* **From:** The starting year of data to extract.
* **To:** The end year of data to extract.
* **Reducer function:** Function to summarize the raster data over each polygon (e.g., mean, min, max).
* **Scale in meters:** The scale of the source data in meters.

**Output**

* **Output table:** This component generates an output table with the Satellite Embeddings.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carto.com/carto-user-manual/workflows/components/google-pdfm-embeddings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
