Tagged articles
4 articles
Page 1 of 1
Model Perspective
Model Perspective
Apr 15, 2024 · Fundamentals

Unlocking Model Insights: A Practical Guide to Sobol Sensitivity Analysis

This article introduces the concept and various methods of sensitivity analysis—including one‑factor, multi‑factor, variance‑based, and Monte Carlo approaches—explains Sobol indices, outlines step‑by‑step procedures, and demonstrates their application with a Python case study on urban air‑quality modeling.

Air QualityEnvironmental ModelingMonte Carlo
0 likes · 10 min read
Unlocking Model Insights: A Practical Guide to Sobol Sensitivity Analysis
Python Crawling & Data Mining
Python Crawling & Data Mining
Dec 10, 2018 · Backend Development

How to Scrape Real‑Time Weather Data with Python and BeautifulSoup

Using Python's BeautifulSoup library, this guide walks you through building a web scraper that extracts real‑time weather details—including region, AQI, primary pollutant, and PM2.5 concentration—from the Green Breath website, handling missing data and providing console output for any Chinese city.

Air QualityPythonWeather Data
0 likes · 3 min read
How to Scrape Real‑Time Weather Data with Python and BeautifulSoup
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 27, 2018 · Backend Development

How to Scrape Real-Time Weather Data with Python and BeautifulSoup

This guide demonstrates how to use Python's BeautifulSoup library to crawl the Green Breath website, extract real‑time weather and PM2.5 information, handle missing data with conditional checks, and display the results directly in the PyCharm console, providing a practical example of web‑scraping for environmental monitoring.

Air QualityPythonTutorial
0 likes · 3 min read
How to Scrape Real-Time Weather Data with Python and BeautifulSoup