Skip to content

Commit

Permalink
Update popgetter demo, add authors, image back, code block
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jul 10, 2024
1 parent 536af93 commit 40a9b21
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
Binary file modified public/blog_content/v2_release/popgetter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 18 additions & 5 deletions src/content/blogs/platform_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@ authors:
- sam_greenbury
- dustin_carlino
- anna_zanchetta
publish_date: 2024-05-08
- penelope_yong
- griffith_rees
- andy_smith
- bowen_zhang

publish_date: 2024-07-10
projects:
- popgetter
- clim_recal
- demoland
- spc
tags:
- release
- platform
image:
url: https://www.enterpriseai.news/wp-content/uploads/2022/08/geospatial-data_shutterstock-2078842243_900x-370x290.jpg
alt: Some GEOAI image

summary: Debiased climate projections for cities, geospatial chatbots, a speedier SPC and so much more! Learn about what's new in the Urban Analytics Technology Platform
---
Expand Down Expand Up @@ -118,14 +129,16 @@ Your browser does not support the video tag.

We think these templates are a good starting point for anyone who might be interested in building urban analytics applications and so we are making them available to the wider community to use and improve on.

The template source code is available on [GitHub](https://github.com/Urban-Analytics-Technology-Platform/web-app-template), but you can get started more quickly by running in your terminal: **npm create @uatp/web@latest**
The template source code is available on [GitHub](https://github.com/Urban-Analytics-Technology-Platform/web-app-template), but you can get started more quickly by running in your terminal:

```shell
npm create @uatp/web@latest
```

As part of this work, we have been helping build some features upstream into the [svelte-maplibre](https://svelte-maplibre.vercel.app/) library that powers our maps. It's a great project that we have loved contributing to.

#### New ways to access SPC

<!-- TODO: potentially add diagram for SPC toolkit -->

The Synthetic Population Catalyst (SPC) ([paper](https://doi.org/10.1177/23998083231203066), [website](https://alan-turing-institute.github.io/uatk-spc/), [github](https://github.com/alan-turing-institute/uatk-spc)) provides a synthetic population of individuals and households for Great Britain (GB), including socio-demographic, income, health, and daily activity features, as well as future populations through projections.

To make it easier to work with SPC outputs, we have added two new features:
Expand Down Expand Up @@ -213,7 +226,7 @@ The SPC described [above](#new-ways-to-access-spc) in our update with the new [S

As such, we are developing the [Activity-based Model(AcBM)](https://github.com/Urban-Analytics-Technology-Platform/acbm), a pipeline aiming to extend the [Synthetic Population Catalyst (SPC)](https://github.com/alan-turing-institute/uatk-spc) for transport demand models. It will combine the [National Travel Survey (NTS)](https://www.gov.uk/government/collections/national-travel-survey-statistics) with SPC population members through matching and then assign venues for the activities in schedules from the NTS to derive spatial trajectories associated with schedules for individuals.

For more details, check out the [AcBM documentation](https://github.com/Urban-Analytics-Technology-Platform/acbm).
For more details, check out the [AcBM documentation](https://github.com/Urban-Analytics-Technology-Platform/acbm/wiki).

#### LLM toolkit

Expand Down

0 comments on commit 40a9b21

Please sign in to comment.