diff --git a/public/blog_content/v2_release/template.mov b/public/blog_content/v2_release/template.mov new file mode 100644 index 0000000..5e57e64 Binary files /dev/null and b/public/blog_content/v2_release/template.mov differ diff --git a/src/content/blogs/platform_v2.md b/src/content/blogs/platform_v2.md index eb8707d..fb3d471 100644 --- a/src/content/blogs/platform_v2.md +++ b/src/content/blogs/platform_v2.md @@ -15,7 +15,7 @@ tags: - platform image: url: https://www.enterpriseai.news/wp-content/uploads/2022/08/geospatial-data_shutterstock-2078842243_900x-370x290.jpg - alt: Some dumb GEOAI image + 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 --- @@ -91,18 +91,22 @@ If you're interested in helping us develop this more, have a use case for it, or Communicating the results of our work to a large array of stakeholders often requires us to develop interactive dashboards and web-based tools. As we have built these tools for a number of different projects, we have started noticing common patterns and requirements. Our applications often have similar layouts, interaction models, and processing requirements and so, to accelerate our ability to produce new tools as quickly as possible and to more easily maintain existing tools, we have started developing a set of application templates. These currently consist of: -- A svelte based web application. -- Common layouts for our applications. -- An optional web assembly rust backend. -- An optional python (Pyodide) based backend. -- Some guidance on charts and graphs. +- A web application written with Svelte; +- Common layouts for our applications; +- Optional Rust and Python backends which are run in the browser using WebAssembly; +- Examples of charts and graphs; and - Common UI styling. -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 winder community to use and improve on. + + +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. -To get started check out our repo here: https://github.com/Urban-Analytics-Technology-Platform/web-app-template +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** -As part of this work, we have been helping build some features upstream into the [svelte-map-libre](https://svelte-maplibre.vercel.app/) library that powers our maps. It's a great project that we have loved contributing to. +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