<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Geospatial.HK]]></title><description><![CDATA[Geospatial in Hong Kong]]></description><link>https://geospatial.hk/</link><image><url>https://geospatial.hk/favicon.png</url><title>Geospatial.HK</title><link>https://geospatial.hk/</link></image><generator>Ghost 5.59</generator><lastBuildDate>Mon, 06 Apr 2026 17:04:41 GMT</lastBuildDate><atom:link href="https://geospatial.hk/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[The Clustering of Hong Kong]]></title><description><![CDATA[<p></p><p>In the book The Clustering of America published 3 decades ago, Michael Weiss described the methodology in the geo-demographic analysis and neighborhood clustering.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-15.png" class="kg-image" alt loading="lazy" width="1347" height="502" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-15.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-15.png 1000w, https://geospatial.hk/content/images/2025/01/image-15.png 1347w" sizes="(min-width: 720px) 720px"></figure><p>In Hong Kong, the population census provides rich dataset for geo-demographic analysis, this is an attempt to analyze and dataset and group different attributes into clusters, in</p>]]></description><link>https://geospatial.hk/clustering-hong-kong/</link><guid isPermaLink="false">6798b3eb56c24f0780d56828</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Fri, 07 Mar 2025 12:43:24 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2025/03/Screenshot-2025-03-07-204707a.png" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2025/03/Screenshot-2025-03-07-204707a.png" alt="The Clustering of Hong Kong"><p></p><p>In the book The Clustering of America published 3 decades ago, Michael Weiss described the methodology in the geo-demographic analysis and neighborhood clustering.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-15.png" class="kg-image" alt="The Clustering of Hong Kong" loading="lazy" width="1347" height="502" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-15.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-15.png 1000w, https://geospatial.hk/content/images/2025/01/image-15.png 1347w" sizes="(min-width: 720px) 720px"></figure><p>In Hong Kong, the population census provides rich dataset for geo-demographic analysis, this is an attempt to analyze and dataset and group different attributes into clusters, in order to provide insights to further cluster the neighborhood.</p><p>The following dataset is downloaded from <a href="https://portal.csdi.gov.hk/csdi-webpage/?ref=geospatial.hk">CSDI portal</a>.</p><p><strong>2021 Population Census (Statistics and Boundaries of District Council Constituency Areas)</strong></p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-12.png" class="kg-image" alt="The Clustering of Hong Kong" loading="lazy" width="1836" height="1193" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-12.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-12.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-12.png 1600w, https://geospatial.hk/content/images/2025/01/image-12.png 1836w" sizes="(min-width: 720px) 720px"></figure><p>Python script for feature selection is developed on the dcca dataset and following is the result dendrogram.</p><pre><code class="language-python"># Standardize features
scaler = StandardScaler()
df_scaled = scaler.fit_transform(df_features)
df_scaled = pd.DataFrame(df_scaled ,columns=df_features.columns)

# Transpose so that each row is a feature
df_transposed = df_scaled.transpose()

# Perform hierarchical clustering on features
linked = linkage(df_transposed , method=&apos;ward&apos;, metric=&apos;euclidean&apos;)

# Create a dendrogram to visualize the feature clustering
plt.figure(figsize=(120, 60)) 
dendrogram(linked ,
            orientation=&apos;top&apos;, 
            labels=df_transposed.index,
            distance_sort=&apos;descending&apos;, 
            show_leaf_counts=True, leaf_font_size=10)</code></pre><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://geospatial.hk/content/images/2025/01/image-17.png" class="kg-image" alt="The Clustering of Hong Kong" loading="lazy" width="1797" height="927" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-17.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-17.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-17.png 1600w, https://geospatial.hk/content/images/2025/01/image-17.png 1797w" sizes="(min-width: 720px) 720px"><figcaption>Dendrogram of attributes clustering</figcaption></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-16.png" class="kg-image" alt="The Clustering of Hong Kong" loading="lazy" width="1662" height="985" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-16.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-16.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-16.png 1600w, https://geospatial.hk/content/images/2025/01/image-16.png 1662w" sizes="(min-width: 720px) 720px"></figure><p>Following are the result showing the cluster and sub-cluster by analyzing the above dataset.</p><!--kg-card-begin: markdown--><table>
<thead>
<tr>
<th><strong>Cluster</strong></th>
<th><strong>Sub-cluster</strong></th>
<th><strong>DCCA Field Name</strong></th>
<th><strong>English Description</strong></th>
<th><strong>Chinese Description</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1.1</td>
<td>dhr_3</td>
<td>Number of domestic households renting the accommodation they occupy -    Monthly rent: HK$6,000-9,999</td>
<td>&#x5C45;&#x65BC;&#x79DF;&#x4F4F;&#x5C45;&#x6240;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x79DF;&#x91D1;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>1</td>
<td>1.1</td>
<td>dh_co</td>
<td>Number of domestic households - Tenure of accommodation: Co-tenant/ Main    tenant/ Sub-tenant</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x5408;&#x79DF;&#xFF0F;&#x4E8C;&#x623F;&#x6771;&#xFF0F;&#x4E09;&#x623F;&#x5BA2;</td>
</tr>
<tr>
<td>1</td>
<td>1.1</td>
<td>dh_r0</td>
<td>Number of domestic households without exclusively used rooms</td>
<td>&#x6C92;&#x6709;&#x81EA;&#x7528;&#x5EF3;&#x623F;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE;</td>
</tr>
<tr>
<td>1</td>
<td>1.1</td>
<td>ul_oth</td>
<td>Population aged 5 and over (excluding mute persons) - Usual spoken    language: Other languages</td>
<td>5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5931;&#x53BB;&#x8A9E;&#x8A00;&#x80FD;&#x529B;&#x7684;&#x4EBA;&#x58EB;&#xFF09; - &#x6163;&#x7528;&#x4EA4;&#x8AC7;&#x8A9E;&#x8A00;&#xFF1A;&#x5176;&#x4ED6;&#x8A9E;&#x8A00;</td>
</tr>
<tr>
<td>1</td>
<td>1.1</td>
<td>ethn_oth</td>
<td>Population of other ethnicities (including persons who reported more than    one ethnicity)</td>
<td>&#x5176;&#x4ED6;&#x7A2E;&#x65CF;&#x7684;&#x4EBA;&#x53E3;&#xFF08;&#x5305;&#x62EC;&#x5831;&#x7A31;&#x6709;&#x591A;&#x904E;&#x4E00;&#x500B;&#x7A2E;&#x65CF;&#x7684;&#x4EBA;&#x58EB;&#xFF09;</td>
</tr>
<tr>
<td>2</td>
<td>2.1</td>
<td>ul_put</td>
<td>Population aged 5 and over (excluding mute persons) - Usual spoken    language: Putonghua</td>
<td>5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5931;&#x53BB;&#x8A9E;&#x8A00;&#x80FD;&#x529B;&#x7684;&#x4EBA;&#x58EB;&#xFF09; - &#x6163;&#x7528;&#x4EA4;&#x8AC7;&#x8A9E;&#x8A00;&#xFF1A;&#x666E;&#x901A;&#x8A71;</td>
</tr>
<tr>
<td>2</td>
<td>2.1</td>
<td>pm_out</td>
<td>Population aged 5 and over not having internally migrated - Area of    residence 5 years ago: Place of residence outside Hong Kong</td>
<td>&#x4E26;&#x7121;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x5C45;&#x65BC;&#x9999;&#x6E2F;&#x4EE5;&#x5916;&#x5730;&#x65B9;</td>
</tr>
<tr>
<td>2</td>
<td>2.1</td>
<td>dhc_8</td>
<td>Number of domestic households - Household composition: Non-relative    households (i.e. households comprising unrelated person(s) only)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x975E;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x4F4F;&#x6236;&#xFF08;&#x53EA;&#x7531;&#x4E00;&#x7FA3;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x4EBA;&#x58EB;&#x6240;&#x7D44;&#x6210;&#x7684;&#x4F4F;&#x6236;&#xFF09;</td>
</tr>
<tr>
<td>2</td>
<td>2.1</td>
<td>ms_sep_f</td>
<td>Number of females aged 15 and over - Separated</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x5973;&#x6027;&#x4EBA;&#x53E3; - &#x5206;&#x5C45;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>oq_pri</td>
<td>Number of occupied quarters - Private permanent housing</td>
<td>&#x6709;&#x4EBA;&#x5C45;&#x4F4F;&#x7684;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6578;&#x76EE; - &#x79C1;&#x4EBA;&#x6C38;&#x4E45;&#x6027;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>dh_pri</td>
<td>Number of domestic households - Private permanent housing</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x79C1;&#x4EBA;&#x6C38;&#x4E45;&#x6027;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>pop_pri</td>
<td>Population - Private permanent housing</td>
<td>&#x4EBA;&#x53E3; - &#x79C1;&#x4EBA;&#x6C38;&#x4E45;&#x6027;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>dh_rf</td>
<td>Number of domestic households - Tenure of accommodation: Rent free</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x514D;&#x4EA4;&#x79DF;&#x91D1;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>pm_samearea</td>
<td>Population aged 5 and over not having internally migrated - Area of    residence 5 years ago: Moved home within same area of residence</td>
<td>&#x4E26;&#x7121;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x66FE;&#x5728;&#x540C;&#x5340;&#x9077;&#x5C45;</td>
</tr>
<tr>
<td>2</td>
<td>2.2</td>
<td>wp_fw</td>
<td>Working population - Unpaid family workers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>oq_non</td>
<td>Number of occupied quarters - Non-domestic housing</td>
<td>&#x6709;&#x4EBA;&#x5C45;&#x4F4F;&#x7684;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6578;&#x76EE; - &#x975E;&#x4F4F;&#x5B85;&#x7528;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>dh_non</td>
<td>Number of domestic households - Non-domestic housing</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x975E;&#x4F4F;&#x5B85;&#x7528;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>pop_non</td>
<td>Population - Non-domestic housing</td>
<td>&#x4EBA;&#x53E3; - &#x975E;&#x4F4F;&#x5B85;&#x7528;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>dh_emp</td>
<td>Number of domestic households - Tenure of accommodation: Provider by    employer</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x7531;&#x50F1;&#x4E3B;&#x63D0;&#x4F9B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>oq_tem</td>
<td>Number of occupied quarters - Temporary housing</td>
<td>&#x6709;&#x4EBA;&#x5C45;&#x4F4F;&#x7684;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6578;&#x76EE; - &#x81E8;&#x6642;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>dh_tem</td>
<td>Number of domestic households - Temporary housing</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81E8;&#x6642;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>3</td>
<td>3.1</td>
<td>pop_tem</td>
<td>Population - Temporary housing</td>
<td>&#x4EBA;&#x53E3; - &#x81E8;&#x6642;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>4</td>
<td>4.1</td>
<td>mearn_xfdhfw_7</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$60,000 and over</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;60,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>4</td>
<td>4.1</td>
<td>mearn_xfdh_7</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$60,000 and over</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;60,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>4</td>
<td>4.1</td>
<td>dhm_7</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$20,000 and over</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;20,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>4</td>
<td>4.1</td>
<td>dh_r6</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 6 rooms and over</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;6 &#x500B;&#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>plw_hm</td>
<td>Working population - Work at home</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x65BC;&#x5BB6;&#x4E2D;&#x5DE5;&#x4F5C;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>ethn_phi</td>
<td>Population of Filipino ethnicity</td>
<td>&#x7A2E;&#x65CF;&#x70BA;&#x83F2;&#x5F8B;&#x8CD3;&#x4EBA;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>wp_er</td>
<td>Working population - Employers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x50F1;&#x4E3B;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>ul_eng</td>
<td>Population aged 5 and over (excluding mute persons) - Usual spoken    language: English</td>
<td>5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5931;&#x53BB;&#x8A9E;&#x8A00;&#x80FD;&#x529B;&#x7684;&#x4EBA;&#x58EB;&#xFF09; - &#x6163;&#x7528;&#x4EA4;&#x8AC7;&#x8A9E;&#x8A00;&#xFF1A;&#x82F1;&#x8A9E;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>dhr_4</td>
<td>Number of domestic households renting the accommodation they occupy -    Monthly rent: HK$10,000 and over</td>
<td>&#x5C45;&#x65BC;&#x79DF;&#x4F4F;&#x5C45;&#x6240;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x79DF;&#x91D1;&#xFF1A;&#x6E2F;&#x5143;10,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>4</td>
<td>4.2</td>
<td>born_else</td>
<td>Population born elsewhere</td>
<td>&#x5728;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#x51FA;&#x751F;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>4</td>
<td>4.3</td>
<td>ethn_wh</td>
<td>Population of White ethnicity</td>
<td>&#x7A2E;&#x65CF;&#x70BA;&#x767D;&#x4EBA;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>dhi_e7</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$60,000 and over</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;60,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>dhi_7</td>
<td>Number of domestic households - Monthly domestic household income:    HK$60,000 and over</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;60,000 &#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>wp_a</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Managers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x7D93;&#x7406;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>wp_b</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census):    Professionals</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x5C08;&#x696D;&#x4EBA;&#x54E1;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>edu_deg</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Post-secondary (Degree course)</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x5C08;&#x4E0A;&#x6559;&#x80B2;&#xFF08;&#x5B78;&#x4F4D;&#x8AB2;&#x7A0B;&#xFF09;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>wp_p</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Financing and insurance</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x91D1;&#x878D;&#x53CA;&#x4FDD;&#x96AA;&#x696D;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>mearn_xfdhfw_6</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$40,000-59,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;40,000 - 59,999</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>mearn_xfdh_2</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$6,000-9,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>plw_out</td>
<td>Working population - Work in places outside Hong Kong</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x9999;&#x6E2F;&#x4EE5;&#x5916;&#x5730;&#x65B9;&#x5DE5;&#x4F5C;</td>
</tr>
<tr>
<td>5</td>
<td>5.1</td>
<td>dh_r5</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 5 rooms</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;5 &#x500B;</td>
</tr>
<tr>
<td>5</td>
<td>5.2</td>
<td>wp_s</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Miscellaneous social and personal services</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x96DC;&#x9805;&#x793E;&#x6703;&#x53CA;&#x500B;&#x4EBA;&#x670D;&#x52D9;</td>
</tr>
<tr>
<td>5</td>
<td>5.2</td>
<td>mearn_xfdh_1</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: Less than HK$6,000</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x5C11;&#x65BC;&#x6E2F;&#x5143;6,000</td>
</tr>
<tr>
<td>5</td>
<td>5.2</td>
<td>ethn_ind</td>
<td>Population of Indonesian ethnicity</td>
<td>&#x7A2E;&#x65CF;&#x70BA;&#x5370;&#x5C3C;&#x4EBA;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>5</td>
<td>5.2</td>
<td>plw_diff_h</td>
<td>Working population - Work in the another district on Hong Kong Island</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5DE5;&#x4F5C;&#xFF08;&#x5DE5;&#x4F5C;&#x5730;&#x9EDE;&#x70BA;&#x9999;&#x6E2F;&#x5CF6;&#xFF09;</td>
</tr>
<tr>
<td>5</td>
<td>5.3</td>
<td>pm_hk</td>
<td>Population aged 5 and over having internally migrated (i.e. having    migrated within the past 5 years (a) from a District Council district to    another District Council district; or (b) within a District Council district    in the New Territories, from a new town to another new town, or from a new    town to other areas in the district or vice versa) - Area of residence 5    years ago: Hong Kong Island</td>
<td>&#x66FE;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#xFF08;&#x6307;&#x65BC;&#x904E;&#x53BB;5&#x5E74;&#x9593;&#xFF08;a&#xFF09;&#x7531;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#xFF0C;&#x6216;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x754C;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#xFF0C;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#xFF0C;&#x6216;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x8A72;&#x5340;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#xFF09;    &#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x9999;&#x6E2F;&#x5CF6;</td>
</tr>
<tr>
<td>5</td>
<td>5.3</td>
<td>pls_diff_h</td>
<td>Number of persons studying full-time courses in educational institutions    in Hong Kong - Study in the another district on Hong Kong Island</td>
<td>&#x65BC;&#x9999;&#x6E2F;&#x9662;&#x6821;&#x5C31;&#x8B80;&#x5168;&#x65E5;&#x5236;&#x8AB2;&#x7A0B;&#x7684;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5C31;&#x8B80;&#xFF08;&#x4E0A;&#x8AB2;&#x5730;&#x9EDE;&#x70BA;&#x9999;&#x6E2F;&#x5CF6;&#xFF09;</td>
</tr>
<tr>
<td>6</td>
<td>6.1</td>
<td>ms_div_f</td>
<td>Number of females aged 15 and over - Divorced</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x5973;&#x6027;&#x4EBA;&#x53E3; - &#x96E2;&#x5A5A;</td>
</tr>
<tr>
<td>6</td>
<td>6.1</td>
<td>dhc_3</td>
<td>Number of domestic households - Household composition: Composed of lone    parents and their unmarried children (i.e. comprising a father or mother and    his/ her unmarried child(ren) without any other related persons but may or    may not include other unrelated persons (e.g. domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; -    &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x7236;&#x6216;&#x6BCD;&#x89AA;&#x53CA;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x7236;&#xFF0F;&#x6BCD;&#x4E00;&#x65B9;&#x53CA;&#x5176;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x800C;&#x4E26;&#x7121;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x6240;&#x7D44;&#x6210;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>6</td>
<td>6.1</td>
<td>dhi_e3</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$10,000-19,999</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;10,000 - 19,999</td>
</tr>
<tr>
<td>6</td>
<td>6.1</td>
<td>dhi_3</td>
<td>Number of domestic households - Monthly domestic household income:    HK$10,000-19,999</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;10,000 - 19,999</td>
</tr>
<tr>
<td>6</td>
<td>6.2</td>
<td>ms_div_m</td>
<td>Number of males aged 15 and over - Divorced</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x7537;&#x6027;&#x4EBA;&#x53E3; - &#x96E2;&#x5A5A;</td>
</tr>
<tr>
<td>6</td>
<td>6.2</td>
<td>dhi_e2</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$6,000-9,999</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>6</td>
<td>6.2</td>
<td>dhi_2</td>
<td>Number of domestic households - Monthly domestic household income:    HK$6,000-9,999</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>6</td>
<td>6.3</td>
<td>dh_st</td>
<td>Number of domestic households - Tenure of accommodation: Sole tenant</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x5168;&#x79DF;</td>
</tr>
<tr>
<td>6</td>
<td>6.4</td>
<td>dh_r1</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 1 room</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;1 &#x500B;</td>
</tr>
<tr>
<td>6</td>
<td>6.5</td>
<td>ul_othchi</td>
<td>Population aged 5 and over (excluding mute persons) - Usual spoken    language: Other Chinese dialects</td>
<td>5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5931;&#x53BB;&#x8A9E;&#x8A00;&#x80FD;&#x529B;&#x7684;&#x4EBA;&#x58EB;&#xFF09; - &#x6163;&#x7528;&#x4EA4;&#x8AC7;&#x8A9E;&#x8A00;&#xFF1A;&#x5176;&#x4ED6;&#x4E2D;&#x570B;&#x65B9;&#x8A00;</td>
</tr>
<tr>
<td>7</td>
<td>7.1</td>
<td>dhz_1</td>
<td>Number of domestic households - Household size: 1 person</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;1&#x4EBA;</td>
</tr>
<tr>
<td>7</td>
<td>7.1</td>
<td>dhc_7</td>
<td>Number of domestic households - Household composition: One-person    households (i.e. households with only one person)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x55AE;&#x4EBA;&#x4F4F;&#x6236;&#xFF08;&#x53EA;&#x6709;&#x4E00;&#x500B;&#x4EBA;&#x7684;&#x4F4F;&#x6236;&#xFF09;</td>
</tr>
<tr>
<td>7</td>
<td>7.1</td>
<td>dh_r2</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 2 rooms</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;2 &#x500B;</td>
</tr>
<tr>
<td>7</td>
<td>7.1</td>
<td>dhi_e1</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: Less than HK$6,000</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x5C11;&#x65BC;&#x6E2F;&#x5143;6,000</td>
</tr>
<tr>
<td>7</td>
<td>7.1</td>
<td>dhi_1</td>
<td>Number of domestic households - Monthly domestic household income: Less    than HK$6,000</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x5C11;&#x65BC;&#x6E2F;&#x5143;6,000</td>
</tr>
<tr>
<td>7</td>
<td>7.2</td>
<td>plw_same</td>
<td>Working population - Work in the same district (including (a) those who    live on Hong Kong Island or in Kowloon and work in the same District Council    district; (b) those who live in a new town and work in the same new town; and    (c) those who live in other areas in the New Territories and work in areas    other than new town areas of the same District Council district, but    excluding persons who work at home)</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; -    &#x540C;&#x5340;&#x5DE5;&#x4F5C;&#xFF08;&#x5305;&#x62EC;&#xFF08;a&#xFF09;&#x5728;&#x9999;&#x6E2F;&#x5CF6;&#x6216;&#x4E5D;&#x9F8D;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#x5DE5;&#x4F5C;&#x7684;&#x4EBA;&#x58EB;&#xFF0C;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x5E02;&#x93AE;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x5DE5;&#x4F5C;&#x7684;&#x4EBA;&#x58EB;&#xFF0C;&#x53CA;&#xFF08;c&#xFF09;&#x5728;&#x65B0;&#x754C;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x975E;&#x65B0;&#x5E02;&#x93AE;&#x5730;&#x5340;&#x5167;&#x5DE5;&#x4F5C;&#x7684;&#x4EBA;&#x58EB;&#xFF0C;&#x4F46;&#x4E0D;&#x5305;&#x62EC;&#x65BC;&#x5BB6;&#x4E2D;&#x5DE5;&#x4F5C;&#x7684;&#x4EBA;&#x58EB;&#xFF09;</td>
</tr>
<tr>
<td>7</td>
<td>7.3</td>
<td>ms_sep_m</td>
<td>Number of males aged 15 and over - Separated</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x7537;&#x6027;&#x4EBA;&#x53E3; - &#x5206;&#x5C45;</td>
</tr>
<tr>
<td>8</td>
<td>8.1</td>
<td>pm_kln</td>
<td>Population aged 5 and over having internally migrated (i.e. having    migrated within the past 5 years (a) from a District Council district to    another District Council district; or (b) within a District Council district    in the New Territories, from a new town to another new town, or from a new    town to other areas in the district or vice versa) - Area of residence 5    years ago: Kowloon</td>
<td>&#x66FE;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#xFF08;&#x6307;&#x65BC;&#x904E;&#x53BB;5&#x5E74;&#x9593;&#xFF08;a&#xFF09;&#x7531;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#xFF0C;&#x6216;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x754C;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#xFF0C;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#xFF0C;&#x6216;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x8A72;&#x5340;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#xFF09;    &#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x4E5D;&#x9F8D;</td>
</tr>
<tr>
<td>8</td>
<td>8.1</td>
<td>pls_diff_k</td>
<td>Number of persons studying full-time courses in educational institutions    in Hong Kong - Study in the another district in Kowloon</td>
<td>&#x65BC;&#x9999;&#x6E2F;&#x9662;&#x6821;&#x5C31;&#x8B80;&#x5168;&#x65E5;&#x5236;&#x8AB2;&#x7A0B;&#x7684;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5C31;&#x8B80;&#xFF08;&#x4E0A;&#x8AB2;&#x5730;&#x9EDE;&#x70BA;&#x4E5D;&#x9F8D;&#xFF09;</td>
</tr>
<tr>
<td>9</td>
<td>9.1</td>
<td>nwp_re</td>
<td>Non-working population (The classification of economic activity status    for economically inactive population adopted in the 2021 Population Census    (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired persons&#x201D;, &#x201C;Unpaid carers&#x201D; and    &#x201C;Others&#x201D;) slightly differs from that adopted in the 2011 Population Census    and 2016 Population By-census (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired    persons&#x201D; and &#x201C;Others&#x201D;). Therefore, caution should be taken when comparing    figures for 2021 with those for 2011 and/or 2016) - Retired</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;2021&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x6240;&#x63A1;&#x7528;&#x975E;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x4EBA;&#x53E3;&#x7684;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x8EAB;&#x5206;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x3001;&#x300C;&#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#xFF0C;&#x8DDF;2011&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x53CA;2016&#x5E74;&#x4E2D;&#x671F;&#x4EBA;&#x53E3;&#x7D71;&#x8A08;&#x6240;&#x63A1;&#x7528;&#x7684;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#x7A0D;&#x6709;&#x5206;&#x5225;&#xFF0C;&#x56E0;&#x6B64;2021&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x8207;2011&#x5E74;&#x53CA;&#xFF0F;&#x6216;2016&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x4F5C;&#x6BD4;&#x8F03;&#x6642;&#x9808;&#x52A0;&#x4EE5;&#x7559;&#x610F;&#xFF09;    - &#x9000;&#x4F11;&#x4EBA;&#x58EB;</td>
</tr>
<tr>
<td>9</td>
<td>9.1</td>
<td>age_5</td>
<td>Population aged 65 and over</td>
<td>65&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>9</td>
<td>9.1</td>
<td>ms_win_f</td>
<td>Number of females aged 15 and over - Widowed</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x5973;&#x6027;&#x4EBA;&#x53E3; - &#x55AA;&#x5076;</td>
</tr>
<tr>
<td>9</td>
<td>9.1</td>
<td>ms_win_m</td>
<td>Number of males aged 15 and over - Widowed</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x7537;&#x6027;&#x4EBA;&#x53E3; - &#x55AA;&#x5076;</td>
</tr>
<tr>
<td>9</td>
<td>9.2</td>
<td>edu_pri</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Primary</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x5C0F;&#x5B78;</td>
</tr>
<tr>
<td>9</td>
<td>9.2</td>
<td>dhc_6</td>
<td>Number of domestic households - Household composition: Composed of other    relationship combinations (i.e. comprising a group of related persons but not    being classified in the other categories and may or may not include other    unrelated persons (e.g. domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; -    &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7D44;&#x5408;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x4E00;&#x7FA3;&#x6709;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x4EBA;&#x58EB;&#x6240;&#x7D44;&#x6210;&#x4F46;&#x672A;&#x80FD;&#x6B78;&#x5165;&#x5176;&#x4ED6;&#x985E;&#x5225;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>9</td>
<td>9.2</td>
<td>edu_prepri</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): No schooling/ Pre-primary</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x672A;&#x53D7;&#x6559;&#x80B2;&#xFF0F;&#x5B78;&#x524D;&#x6559;&#x80B2;</td>
</tr>
<tr>
<td>10</td>
<td>10.1</td>
<td>mearn_xfdhfw_3</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$10,000-19,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;10,000 - 19,999</td>
</tr>
<tr>
<td>10</td>
<td>10.1</td>
<td>mearn_xfdh_3</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$10,000-19,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;10,000 - 19,999</td>
</tr>
<tr>
<td>10</td>
<td>10.1</td>
<td>wp_e</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Service    and sales workers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x670D;&#x52D9;&#x5DE5;&#x4F5C;&#x53CA;&#x92B7;&#x552E;&#x4EBA;&#x54E1;</td>
</tr>
<tr>
<td>10</td>
<td>10.1</td>
<td>plw_nofix</td>
<td>Working population - No fixed place of work/ Marine</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x7121;&#x56FA;&#x5B9A;&#x5730;&#x9EDE;&#xFF0F;&#x6C34;&#x4E0A;</td>
</tr>
<tr>
<td>10</td>
<td>10.1</td>
<td>edu_lsed</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Lower secondary</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x521D;&#x4E2D;</td>
</tr>
<tr>
<td>10</td>
<td>10.2</td>
<td>mearn_xfdhfw_1</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: Less than HK$6,000</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x5C11;&#x65BC;&#x6E2F;&#x5143;6,000</td>
</tr>
<tr>
<td>10</td>
<td>10.3</td>
<td>dhi_e4</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$20,000-29,999</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;20,000 - 29,999</td>
</tr>
<tr>
<td>10</td>
<td>10.3</td>
<td>dhi_4</td>
<td>Number of domestic households - Monthly domestic household income:    HK$20,000-29,999</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;20,000 - 29,999</td>
</tr>
<tr>
<td>10</td>
<td>10.4</td>
<td>wp_n</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Accommodation and food services</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x4F4F;&#x5BBF;&#x53CA;&#x81B3;&#x98DF;&#x670D;&#x52D9;&#x696D;</td>
</tr>
<tr>
<td>10</td>
<td>10.4</td>
<td>born_chi</td>
<td>Population born in the mainland of China/ Macao/ Taiwan</td>
<td>&#x5728;&#x4E2D;&#x570B;&#x5167;&#x5730;&#xFF0F;&#x6FB3;&#x9580;&#xFF0F;&#x53F0;&#x7063;&#x51FA;&#x751F;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>10</td>
<td>10.5</td>
<td>mearn_xfdhfw_2</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$6,000-9,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>10</td>
<td>10.5</td>
<td>mearn_xfdh_2</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$6,000-9,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;6,000 - 9,999</td>
</tr>
<tr>
<td>10</td>
<td>10.6</td>
<td>wp_k</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Construction</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x5EFA;&#x9020;&#x696D;</td>
</tr>
<tr>
<td>10</td>
<td>10.6</td>
<td>wp_f</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Craft and    related workers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x5DE5;&#x85DD;&#x53CA;&#x6709;&#x95DC;&#x4EBA;&#x54E1;</td>
</tr>
<tr>
<td>10</td>
<td>10.7</td>
<td>nwp_oth</td>
<td>Non-working population (The classification of economic activity status    for economically inactive population adopted in the 2021 Population Census    (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired persons&#x201D;, &#x201C;Unpaid carers&#x201D; and    &#x201C;Others&#x201D;) slightly differs from that adopted in the 2011 Population Census    and 2016 Population By-census (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired    persons&#x201D; and &#x201C;Others&#x201D;). Therefore, caution should be taken when comparing    figures for 2021 with those for 2011 and/or 2016) - Others</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;2021&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x6240;&#x63A1;&#x7528;&#x975E;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x4EBA;&#x53E3;&#x7684;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x8EAB;&#x5206;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x3001;&#x300C;&#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#xFF0C;&#x8DDF;2011&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x53CA;2016&#x5E74;&#x4E2D;&#x671F;&#x4EBA;&#x53E3;&#x7D71;&#x8A08;&#x6240;&#x63A1;&#x7528;&#x7684;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#x7A0D;&#x6709;&#x5206;&#x5225;&#xFF0C;&#x56E0;&#x6B64;2021&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x8207;2011&#x5E74;&#x53CA;&#xFF0F;&#x6216;2016&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x4F5C;&#x6BD4;&#x8F03;&#x6642;&#x9808;&#x52A0;&#x4EE5;&#x7559;&#x610F;&#xFF09;    - &#x5176;&#x4ED6;</td>
</tr>
<tr>
<td>10</td>
<td>10.7</td>
<td>ms_nm_m</td>
<td>Number of males aged 15 and over - Never married</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x7537;&#x6027;&#x4EBA;&#x53E3; - &#x5F9E;&#x672A;&#x7D50;&#x5A5A;</td>
</tr>
<tr>
<td>10</td>
<td>10.7</td>
<td>nwp_hm</td>
<td>Non-working population (The classification of economic activity status    for economically inactive population adopted in the 2021 Population Census    (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired persons&#x201D;, &#x201C;Unpaid carers&#x201D; and    &#x201C;Others&#x201D;) slightly differs from that adopted in the 2011 Population Census    and 2016 Population By-census (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired    persons&#x201D; and &#x201C;Others&#x201D;). Therefore, caution should be taken when comparing    figures for 2021 with those for 2011 and/or 2016) - Home-makers</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;2021&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x6240;&#x63A1;&#x7528;&#x975E;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x4EBA;&#x53E3;&#x7684;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x8EAB;&#x5206;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x3001;&#x300C;&#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#xFF0C;&#x8DDF;2011&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x53CA;2016&#x5E74;&#x4E2D;&#x671F;&#x4EBA;&#x53E3;&#x7D71;&#x8A08;&#x6240;&#x63A1;&#x7528;&#x7684;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#x7A0D;&#x6709;&#x5206;&#x5225;&#xFF0C;&#x56E0;&#x6B64;2021&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x8207;2011&#x5E74;&#x53CA;&#xFF0F;&#x6216;2016&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x4F5C;&#x6BD4;&#x8F03;&#x6642;&#x9808;&#x52A0;&#x4EE5;&#x7559;&#x610F;&#xFF09;-    &#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;</td>
</tr>
<tr>
<td>10</td>
<td>10.7</td>
<td>age_2</td>
<td>Population aged 15-24</td>
<td>15&#x81F3;24&#x6B72;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>10</td>
<td>10.7</td>
<td>nwp_care</td>
<td>Non-working population (The classification of economic activity status    for economically inactive population adopted in the 2021 Population Census    (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired persons&#x201D;, &#x201C;Unpaid carers&#x201D; and    &#x201C;Others&#x201D;) slightly differs from that adopted in the 2011 Population Census    and 2016 Population By-census (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired    persons&#x201D; and &#x201C;Others&#x201D;). Therefore, caution should be taken when comparing    figures for 2021 with those for 2011 and/or 2016) - Unpaid carers (persons    who are engaged in unpaid care to family members or other persons (including    persons with chronic diseases/disability and old/young persons))</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;2021&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x6240;&#x63A1;&#x7528;&#x975E;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x4EBA;&#x53E3;&#x7684;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x8EAB;&#x5206;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x3001;&#x300C;&#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#xFF0C;&#x8DDF;2011&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x53CA;2016&#x5E74;&#x4E2D;&#x671F;&#x4EBA;&#x53E3;&#x7D71;&#x8A08;&#x6240;&#x63A1;&#x7528;&#x7684;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#x7A0D;&#x6709;&#x5206;&#x5225;&#xFF0C;&#x56E0;&#x6B64;2021&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x8207;2011&#x5E74;&#x53CA;&#xFF0F;&#x6216;2016&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x4F5C;&#x6BD4;&#x8F03;&#x6642;&#x9808;&#x52A0;&#x4EE5;&#x7559;&#x610F;&#xFF09;    - &#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#xFF08;&#x9808;&#x7121;&#x916C;&#x7167;&#x9867;&#x89AA;&#x4EBA;&#x6216;&#x5176;&#x4ED6;&#x4EBA;&#x58EB;&#xFF08;&#x5305;&#x62EC;&#x9577;&#x671F;&#x75C5;&#x60A3;&#x3001;&#x6B98;&#x75BE;&#x6216;&#x5E74;&#x9577;&#xFF0F;&#x5E74;&#x5E7C;&#x7684;&#x4EBA;&#x58EB;&#xFF09;&#x7684;&#x4EBA;&#xFF09;</td>
</tr>
<tr>
<td>11</td>
<td>11.1</td>
<td>wp_m</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Transportation, storage, postal and courier services</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x904B;&#x8F38;&#x3001;&#x5009;&#x5EAB;&#x3001;&#x90F5;&#x653F;&#x53CA;&#x901F;&#x905E;&#x670D;&#x52D9;&#x696D;</td>
</tr>
<tr>
<td>11</td>
<td>11.2</td>
<td>wp_g</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Plant and    machine operators and assemblers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008    &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x6A5F;&#x53F0;&#x53CA;&#x6A5F;&#x5668;&#x64CD;&#x4F5C;&#x54E1;&#x53CA;&#x88DD;&#x914D;&#x54E1;</td>
</tr>
<tr>
<td>11</td>
<td>11.3</td>
<td>wp_j</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Manufacturing</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x88FD;&#x9020;&#x696D;</td>
</tr>
<tr>
<td>11</td>
<td>11.4</td>
<td>wp_t</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Other industries (including &quot;Agriculture; forestry and fishing&quot;;    &quot;Mining and quarrying&quot;; &quot;Electricity and gas supply&quot;;    &quot;Water supply; sewerage, waste management and remediation    activities&quot; and industrial activities unidentifiable or inadequately    described)</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0    &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x5176;&#x4ED6;&#x884C;&#x696D;&#xFF08;&#x5305;&#x62EC;&#x300C;&#x8FB2;&#x696D;&#x3001;&#x6797;&#x696D;&#x53CA;&#x6F01;&#x696D;&#x300D;&#x3001;&#x300C;&#x63A1;&#x7926;&#x53CA;&#x63A1;&#x77F3;&#x696D;&#x300D;&#x3001;&#x300C;&#x96FB;&#x529B;&#x53CA;&#x71C3;&#x6C23;&#x4F9B;&#x61C9;&#x300D;&#x3001;&#x300C;&#x81EA;&#x4F86;&#x6C34;&#x4F9B;&#x61C9;&#xFF1B;&#x6C61;&#x6C34;&#x8655;&#x7406;&#x3001;&#x5EE2;&#x68C4;&#x7269;&#x7BA1;&#x7406;&#x53CA;&#x6C61;&#x67D3;&#x9632;&#x6CBB;&#x670D;&#x52D9;&#x696D;&#x300D;&#x7B49;&#x884C;&#x696D;&#xFF0C;&#x53CA;&#x5831;&#x7A31;&#x7684;&#x884C;&#x696D;&#x4E0D;&#x80FD;&#x8FA8;&#x5225;&#x6216;&#x63CF;&#x8FF0;&#x4E0D;&#x8DB3;&#xFF09;</td>
</tr>
<tr>
<td>12</td>
<td>12.1</td>
<td>dhz_4</td>
<td>Number of domestic households - Household size: 4 persons</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;4&#x4EBA;</td>
</tr>
<tr>
<td>12</td>
<td>12.1</td>
<td>dhc_2</td>
<td>Number of domestic households - Household composition: Composed of couple    and unmarried children (i.e. comprising a couple and their unmarried    child(ren) without any other related persons but may or may not include other    unrelated persons (e.g. domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; -    &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x592B;&#x5A66;&#x53CA;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x4E00;&#x5C0D;&#x592B;&#x5A66;&#x53CA;&#x5176;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x800C;&#x4E26;&#x7121;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x6240;&#x7D44;&#x6210;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>12</td>
<td>12.1</td>
<td>born_hk</td>
<td>Population born in Hong Kong</td>
<td>&#x5728;&#x9999;&#x6E2F;&#x51FA;&#x751F;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>12</td>
<td>12.1</td>
<td>edu_sub</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Post-secondary (Sub-degree course)</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x5C08;&#x4E0A;&#x6559;&#x80B2;&#xFF08;&#x526F;&#x5B78;&#x4F4D;&#x8AB2;&#x7A0B;&#xFF09;</td>
</tr>
<tr>
<td>12</td>
<td>12.2</td>
<td>wp_d</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Clerical    support workers</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x6587;&#x66F8;&#x652F;&#x63F4;&#x4EBA;&#x54E1;</td>
</tr>
<tr>
<td>12</td>
<td>12.2</td>
<td>pm_same</td>
<td>Population aged 5 and over not having internally migrated - Area of    residence 5 years ago: Remained in same address (including persons who    currently live in the same address as 5 years ago but had moved elsewhere    during the 5 years and then moved back)</td>
<td>&#x4E26;&#x7121;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB; &#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x4ECD;&#x5C45;&#x820A;&#x5740;&#xFF08;&#x5305;&#x62EC;&#x73FE;&#x4F4F;&#x65BC; 5 &#x5E74;&#x524D;&#x4F4F;&#x5740;&#xFF0C;&#x4F46;&#x5728; 5 &#x5E74;&#x671F;&#x9593;&#x66FE;&#x9077;&#x5F80;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#xFF0C;&#x4E26;&#x7A0D;&#x5F8C;&#x9077;&#x56DE;&#x7684;&#x4EBA;&#x58EB;&#xFF09;</td>
</tr>
<tr>
<td>13</td>
<td>13.1</td>
<td>whr_4</td>
<td>Working population - Weekly usual hours of work of all employment: 45-54    hours</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;45-54&#x5C0F;&#x6642;</td>
</tr>
<tr>
<td>13</td>
<td>13.1</td>
<td>age_4</td>
<td>Population aged 45-64</td>
<td>45&#x81F3;64&#x6B72;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>13</td>
<td>13.1</td>
<td>pop_m</td>
<td>Total population - Male</td>
<td>&#x7E3D;&#x4EBA;&#x53E3; - &#x7537;&#x6027;</td>
</tr>
<tr>
<td>13</td>
<td>13.1</td>
<td>lf_m</td>
<td>Labour force - Male</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3; - &#x7537;&#x6027;</td>
</tr>
<tr>
<td>13</td>
<td>13.1</td>
<td>edu_usec</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Upper secondary</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x9AD8;&#x4E2D;</td>
</tr>
<tr>
<td>13</td>
<td>13.2</td>
<td>ul_can</td>
<td>Population aged 5 and over (excluding mute persons) - Usual spoken    language: Cantonese</td>
<td>5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5931;&#x53BB;&#x8A9E;&#x8A00;&#x80FD;&#x529B;&#x7684;&#x4EBA;&#x58EB;&#xFF09; - &#x6163;&#x7528;&#x4EA4;&#x8AC7;&#x8A9E;&#x8A00;&#xFF1A;&#x5EE3;&#x5DDE;&#x8A71;</td>
</tr>
<tr>
<td>13</td>
<td>13.2</td>
<td>ethn_chi</td>
<td>Population of Chinese ethnicity</td>
<td>&#x7A2E;&#x65CF;&#x70BA;&#x83EF;&#x4EBA;&#x7684;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>13</td>
<td>13.2</td>
<td>t_nwp</td>
<td>Non-working population</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>13</td>
<td>13.2</td>
<td>dhz_3</td>
<td>Number of domestic households - Household size: 3 persons</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;3&#x4EBA;</td>
</tr>
<tr>
<td>14</td>
<td>14.1</td>
<td>dhi_e5</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$30,000-39,999</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;30,000 - 39,999</td>
</tr>
<tr>
<td>14</td>
<td>14.1</td>
<td>dhi_5</td>
<td>Number of domestic households - Monthly domestic household income:    HK$30,000-39,999</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;30,000 - 39,999</td>
</tr>
<tr>
<td>14</td>
<td>14.1</td>
<td>dh_r3</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 3 rooms</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;3 &#x500B;</td>
</tr>
<tr>
<td>14</td>
<td>14.2</td>
<td>mearn_xfdhfw_4</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$20,000-29,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;20,000 - 29,999</td>
</tr>
<tr>
<td>14</td>
<td>14.2</td>
<td>mearn_xfdh_4</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$20,000-29,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;20,000 - 29,999</td>
</tr>
<tr>
<td>15</td>
<td>15.1</td>
<td>plw_diff_k</td>
<td>Working population - Work in the another district in Kowloon</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5DE5;&#x4F5C;&#xFF08;&#x5DE5;&#x4F5C;&#x5730;&#x9EDE;&#x70BA;&#x4E5D;&#x9F8D;&#xFF09;</td>
</tr>
<tr>
<td>16</td>
<td>16.1</td>
<td>wp_q</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Real estate, professional and business services</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x5730;&#x7522;&#x3001;&#x5C08;&#x696D;&#x53CA;&#x5546;&#x7528;&#x670D;&#x52D9;&#x696D;</td>
</tr>
<tr>
<td>16</td>
<td>16.1</td>
<td>ms_nm_f</td>
<td>Number of females aged 15 and over - Never married</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x5973;&#x6027;&#x4EBA;&#x53E3; - &#x5F9E;&#x672A;&#x7D50;&#x5A5A;</td>
</tr>
<tr>
<td>16</td>
<td>16.1</td>
<td>whr_5</td>
<td>Working population - Weekly usual hours of work of all employment: 55-64    hours</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;55-64&#x5C0F;&#x6642;</td>
</tr>
<tr>
<td>17</td>
<td>17.1</td>
<td>t_pop</td>
<td>Total population</td>
<td>&#x7E3D;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>17</td>
<td>17.1</td>
<td>pop_f</td>
<td>Total population - Female</td>
<td>&#x7E3D;&#x4EBA;&#x53E3; - &#x5973;&#x6027;</td>
</tr>
<tr>
<td>17</td>
<td>17.1</td>
<td>wp_ee</td>
<td>Working population - Employees (including outworkers)</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x50F1;&#x54E1;&#xFF08;&#x5305;&#x62EC;&#x5916;&#x767C;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>17</td>
<td>17.1</td>
<td>t_wp</td>
<td>Working population</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>17</td>
<td>17.1</td>
<td>t_lf</td>
<td>Labour force</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>17</td>
<td>17.2</td>
<td>ms_ma_m</td>
<td>Number of males aged 15 and over - Married</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x7537;&#x6027;&#x4EBA;&#x53E3; - &#x5DF2;&#x5A5A;</td>
</tr>
<tr>
<td>17</td>
<td>17.2</td>
<td>ms_m_f</td>
<td>Number of females aged 15 and over - Married</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x5973;&#x6027;&#x4EBA;&#x53E3; - &#x5DF2;&#x5A5A;</td>
</tr>
<tr>
<td>17</td>
<td>17.3</td>
<td>age_3</td>
<td>Population aged 25-44</td>
<td>25&#x81F3;44&#x6B72;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>18</td>
<td>18.1</td>
<td>wp_h</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census):    Elementary occupations</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x975E;&#x6280;&#x8853;&#x5DE5;&#x4EBA;</td>
</tr>
<tr>
<td>18</td>
<td>18.2</td>
<td>whr_6</td>
<td>Working population - Weekly usual hours of work of all employment: 65    hours and over</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;65 &#x5C0F;&#x6642;&#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>19</td>
<td>19.1</td>
<td>dhz_2</td>
<td>Number of domestic households - Household size: 2 persons</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;2&#x4EBA;</td>
</tr>
<tr>
<td>19</td>
<td>19.1</td>
<td>dh</td>
<td>Number of domestic households</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE;</td>
</tr>
<tr>
<td>19</td>
<td>19.1</td>
<td>whr_1</td>
<td>Working population - Weekly usual hours of work of all employment: Less    than 18 hours</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;&#x5C11;&#x65BC; 18&#x5C0F;&#x6642;</td>
</tr>
<tr>
<td>19</td>
<td>19.2</td>
<td>wp_l</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Import/export, wholesale and retail trades</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x9032;&#x51FA;&#x53E3;&#x3001;&#x6279;&#x767C;&#x53CA;&#x96F6;&#x552E;&#x696D;</td>
</tr>
<tr>
<td>19</td>
<td>19.2</td>
<td>whr_2</td>
<td>Working population - Weekly usual hours of work of all employment: 18-34    hours</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;18-34&#x5C0F;&#x6642;</td>
</tr>
<tr>
<td>19</td>
<td>19.2</td>
<td>wp_se</td>
<td>Working population - Self-employed</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x81EA;&#x71DF;&#x4F5C;&#x696D;&#x8005;</td>
</tr>
<tr>
<td>20</td>
<td>20.1</td>
<td>nwp_st</td>
<td>Non-working population (The classification of economic activity status    for economically inactive population adopted in the 2021 Population Census    (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired persons&#x201D;, &#x201C;Unpaid carers&#x201D; and    &#x201C;Others&#x201D;) slightly differs from that adopted in the 2011 Population Census    and 2016 Population By-census (i.e. &#x201C;Home-makers&#x201D;, &#x201C;Students&#x201D;, &#x201C;Retired    persons&#x201D; and &#x201C;Others&#x201D;). Therefore, caution should be taken when comparing    figures for 2021 with those for 2011 and/or 2016) - Students</td>
<td>&#x975E;&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;2021&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x6240;&#x63A1;&#x7528;&#x975E;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x4EBA;&#x53E3;&#x7684;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x8EAB;&#x5206;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x3001;&#x300C;&#x7121;&#x916C;&#x7167;&#x9867;&#x8005;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#xFF0C;&#x8DDF;2011&#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x53CA;2016&#x5E74;&#x4E2D;&#x671F;&#x4EBA;&#x53E3;&#x7D71;&#x8A08;&#x6240;&#x63A1;&#x7528;&#x7684;&#x5206;&#x985E;&#xFF08;&#x5373;&#x300C;&#x6599;&#x7406;&#x5BB6;&#x52D9;&#x8005;&#x300D;&#x3001;&#x300C;&#x5B78;&#x751F;&#x300D;&#x3001;&#x300C;&#x9000;&#x4F11;&#x4EBA;&#x58EB;&#x300D;&#x53CA;&#x300C;&#x5176;&#x4ED6;&#x300D;&#xFF09;&#x7A0D;&#x6709;&#x5206;&#x5225;&#xFF0C;&#x56E0;&#x6B64;2021&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x8207;2011&#x5E74;&#x53CA;&#xFF0F;&#x6216;2016&#x5E74;&#x7D71;&#x8A08;&#x6578;&#x5B57;&#x4F5C;&#x6BD4;&#x8F03;&#x6642;&#x9808;&#x52A0;&#x4EE5;&#x7559;&#x610F;&#xFF09;-    &#x5B78;&#x751F;</td>
</tr>
<tr>
<td>20</td>
<td>20.1</td>
<td>age_1</td>
<td>Population aged under 15</td>
<td>15&#x6B72;&#x4EE5;&#x4E0B;&#x4EBA;&#x53E3;</td>
</tr>
<tr>
<td>20</td>
<td>20.1</td>
<td>pls_same</td>
<td>Number of persons studying full-time courses in educational institutions    in Hong Kong - Study in the same district (including (a) those who live on    Hong Kong Island or in Kowloon and study in the same District Council    district; (b) those who live in a new town and study in the same new town;    and (c) those who live in other areas in the New Territories and study in    areas other than new town areas of the same District Council district)</td>
<td>&#x65BC;&#x9999;&#x6E2F;&#x9662;&#x6821;&#x5C31;&#x8B80;&#x5168;&#x65E5;&#x5236;&#x8AB2;&#x7A0B;&#x7684;&#x4EBA;&#x53E3; -    &#x540C;&#x5340;&#x5C31;&#x8B80;&#xFF08;&#x5305;&#x62EC;&#xFF08;a&#xFF09;&#x5728;&#x9999;&#x6E2F;&#x5CF6;&#x6216;&#x4E5D;&#x9F8D;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#x4E0A;&#x8AB2;&#x7684;&#x4EBA;&#x58EB;&#xFF0C;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x5E02;&#x93AE;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x4E0A;&#x8AB2;&#x7684;&#x4EBA;&#x58EB;&#xFF0C;&#x53CA;&#xFF08;c&#xFF09;&#x5728;&#x65B0;&#x754C;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#x5C45;&#x4F4F;&#x4E26;&#x5728;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x975E;&#x65B0;&#x5E02;&#x93AE;&#x5730;&#x5340;&#x5167;&#x4E0A;&#x8AB2;&#x7684;&#x4EBA;&#x58EB;&#xFF09;</td>
</tr>
<tr>
<td>21</td>
<td>21.1</td>
<td>dhz_6</td>
<td>Number of domestic households - Household size: 6 persons and over</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;6 &#x4EBA;&#x53CA;&#x4EE5;&#x4E0A;</td>
</tr>
<tr>
<td>21</td>
<td>21.1</td>
<td>dhz_5</td>
<td>Number of domestic households - Household size: 5 persons</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x4F4F;&#x6236;&#x4EBA;&#x6578;&#xFF1A;5&#x4EBA;</td>
</tr>
<tr>
<td>21</td>
<td>21.1</td>
<td>dhc_5</td>
<td>Number of domestic households - Household composition: Composed of    couple, at least one of their parents and their unmarried children (i.e.    comprising a couple, at least one of their parents (including the parent(s)    of the wife and/ or husband) and their unmarried children without any other    related persons but may or may not include other unrelated persons (e.g.    domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; -    &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x592B;&#x5A66;&#x3001;&#x5176;&#x4E2D;&#x81F3;&#x5C11;&#x4E00;&#x500B;&#x7236;&#x6216;&#x6BCD;&#x89AA;&#x53CA;&#x5176;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x4E00;&#x5C0D;&#x592B;&#x5A66;&#x3001;&#x81F3;&#x5C11;&#x4E00;&#x500B;&#x7236;&#x6216;&#x6BCD;&#x89AA;&#xFF08;&#x5305;&#x62EC;&#x592B;&#x5A66;&#x96D9;&#x65B9;&#x7684;&#x7236;&#x6BCD;&#x89AA;&#xFF09;&#x53CA;&#x5176;&#x672A;&#x5A5A;&#x5B50;&#x5973;&#x800C;&#x4E26;&#x7121;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x6240;&#x7D44;&#x6210;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>22</td>
<td>22.1</td>
<td>dhi_e6</td>
<td>Number of economically-active households (i.e. a domestic household with    at least one member (excluding foreign domestic helpers) being economically    active) - Monthly domestic household income: HK$40,000-59,999</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;40,000 - 59,999</td>
</tr>
<tr>
<td>22</td>
<td>22.1</td>
<td>dhi_6</td>
<td>Number of domestic households - Monthly domestic household income:    HK$40,000-59,999</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;40,000 - 59,999</td>
</tr>
<tr>
<td>22</td>
<td>22.1</td>
<td>wp_r</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Public administration, education, human health and social work activities</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x516C;&#x5171;&#x884C;&#x653F;&#x3001;&#x6559;&#x80B2;&#x3001;&#x4EBA;&#x985E;&#x91AB;&#x7642;&#x4FDD;&#x5065;&#x53CA;&#x793E;&#x5DE5;&#x6D3B;&#x52D5;</td>
</tr>
<tr>
<td>22</td>
<td>22.2</td>
<td>mearn_xfdhfw_5</td>
<td>Working population (excluding unpaid family workers and foreign domestic    helpers) - Monthly income from main employment: HK$30,000-39,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;30,000 - 39,999</td>
</tr>
<tr>
<td>22</td>
<td>22.2</td>
<td>mearn_xfdh_5</td>
<td>Working population (excluding unpaid family workers) - Monthly income    from main employment: HK$30,000-39,999</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09; - &#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#xFF1A;&#x6E2F;&#x5143;30,000 - 39,999</td>
</tr>
<tr>
<td>22</td>
<td>22.3</td>
<td>dh_r4</td>
<td>Number of domestic households - Number of exclusively used rooms    (excluding kitchens and toilets/ bathrooms): 4 rooms</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x81EA;&#x7528;&#x5EF3;&#x623F;&#x6578;&#x76EE;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5EDA;&#x623F;&#x53CA;&#x5EC1;&#x6240;&#xFF09;&#xFF1A;4 &#x500B;</td>
</tr>
<tr>
<td>23</td>
<td>23.1</td>
<td>whr_3</td>
<td>Working population - Weekly usual hours of work of all employment: 35-44    hours</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x6240;&#x6709;&#x5DE5;&#x4F5C;&#x7684;&#x6BCF;&#x5468;&#x901A;&#x5E38;&#x5DE5;&#x4F5C;&#x6642;&#x6578;&#xFF1A;35-44&#x5C0F;&#x6642;</td>
</tr>
<tr>
<td>23</td>
<td>23.1</td>
<td>lf_f</td>
<td>Labour force - Female</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3; - &#x5973;&#x6027;</td>
</tr>
<tr>
<td>23</td>
<td>23.1</td>
<td>wp_c</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Associate    professionals</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008 &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x8F14;&#x52A9;&#x5C08;&#x696D;&#x4EBA;&#x54E1;</td>
</tr>
<tr>
<td>23</td>
<td>23.1</td>
<td>edu_dip</td>
<td>Population aged 15 and over - Educational attainment (highest level    attended): Post-secondary (Diploma/ Certificate)</td>
<td>15&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - &#x6559;&#x80B2;&#x7A0B;&#x5EA6;&#xFF08;&#x6700;&#x9AD8;&#x5C31;&#x8B80;&#x7A0B;&#x5EA6;&#xFF09;&#xFF1A;&#x5C08;&#x4E0A;&#x6559;&#x80B2;&#xFF08;&#x6587;&#x6191;&#xFF0F;&#x8B49;&#x66F8;&#xFF09;</td>
</tr>
<tr>
<td>23</td>
<td>23.2</td>
<td>dhc_1</td>
<td>Number of domestic households - Household composition: Composed of couple    (i.e. comprising a married couple without any other related persons but may    or may not include other unrelated persons (e.g. domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x592B;&#x5A66;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x4E00;&#x5C0D;&#x5DF2;&#x5A5A;&#x592B;&#x5A66;&#x800C;&#x4E26;&#x7121;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x6240;&#x7D44;&#x6210;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>24</td>
<td>24.1</td>
<td>wp_o</td>
<td>Working population - Industry (based on the industry classification    modelled on the Hong Kong Standard Industrial Classification Version 2.0):    Information and communications</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x884C;&#x696D;&#xFF08;&#x300C;&#x9999;&#x6E2F;&#x6A19;&#x6E96;&#x884C;&#x696D;&#x5206;&#x985E;2.0 &#x7248;&#x300D;&#x70BA;&#x85CD;&#x672C;&#x7684;&#x884C;&#x696D;&#x5206;&#x985E;&#xFF09;&#xFF1A;&#x8CC7;&#x8A0A;&#x53CA;&#x901A;&#x8A0A;&#x696D;</td>
</tr>
<tr>
<td>25</td>
<td>25.1</td>
<td>dhc_4</td>
<td>Number of domestic households - Household composition: Composed of couple    and at least one of their parents (i.e. comprising a couple and at least one    of their parents (including the parent(s) of the wife and/ or husband)    without any other related persons but may or may not include other unrelated    persons (e.g. domestic helpers))</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; -    &#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7D50;&#x69CB;&#xFF1A;&#x7531;&#x592B;&#x5A66;&#x53CA;&#x5176;&#x4E2D;&#x81F3;&#x5C11;&#x4E00;&#x500B;&#x7236;&#x6216;&#x6BCD;&#x89AA;&#x6240;&#x7D44;&#x6210;&#xFF08;&#x7531;&#x4E00;&#x5C0D;&#x592B;&#x5A66;&#x53CA;&#x5176;&#x81F3;&#x5C11;&#x4E00;&#x500B;&#x7236;&#x6216;&#x6BCD;&#x89AA;&#xFF08;&#x5305;&#x62EC;&#x592B;&#x5A66;&#x96D9;&#x65B9;&#x7684;&#x7236;&#x6BCD;&#x89AA;&#xFF09;&#x800C;&#x4E26;&#x7121;&#x5176;&#x4ED6;&#x89AA;&#x5C6C;&#x6240;&#x7D44;&#x6210;&#xFF0C;&#x53EF;&#x5305;&#x62EC;&#x6216;&#x4E0D;&#x5305;&#x62EC;&#x5176;&#x4ED6;&#x7121;&#x89AA;&#x5C6C;&#x95DC;&#x4FC2;&#x7684;&#x540C;&#x4F4F;&#x4EBA;&#x58EB;&#xFF0C;&#x4F8B;&#x5982;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;</td>
</tr>
<tr>
<td>26</td>
<td>26.1</td>
<td>dh_ocwm</td>
<td>Number of domestic households - Tenure of accommodation: Owner-occupier,    without mortgage and loan</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x81EA;&#x7F6E;&#xFF0C;&#x6C92;&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;</td>
</tr>
<tr>
<td>27</td>
<td>27.1</td>
<td>oq_pub</td>
<td>Number of occupied quarters - Public rental housing</td>
<td>&#x6709;&#x4EBA;&#x5C45;&#x4F4F;&#x7684;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6578;&#x76EE; - &#x516C;&#x71DF;&#x79DF;&#x4F4F;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>27</td>
<td>27.1</td>
<td>dh_pub</td>
<td>Number of domestic households - Public rental housing</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x516C;&#x71DF;&#x79DF;&#x4F4F;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>27</td>
<td>27.1</td>
<td>pop_pub</td>
<td>Population - Public rental housing</td>
<td>&#x4EBA;&#x53E3; - &#x516C;&#x71DF;&#x79DF;&#x4F4F;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>27</td>
<td>27.2</td>
<td>dhr_2</td>
<td>Number of domestic households renting the accommodation they occupy -    Monthly rent: HK$2,000-5,999</td>
<td>&#x5C45;&#x65BC;&#x79DF;&#x4F4F;&#x5C45;&#x6240;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x79DF;&#x91D1;&#xFF1A;&#x6E2F;&#x5143;2,000 - 5,999</td>
</tr>
<tr>
<td>27</td>
<td>27.3</td>
<td>dhr_1</td>
<td>Number of domestic households renting the accommodation they occupy -    Monthly rent: Less than HK$2,000 (including zero rent households, which    include households living in accommodation of friends or relatives without    paying any rent with or without permission, main tenant households with total    rental receipts from sub-tenant(s) greater than or equal to rent paid, and    those households whose quarters were provided free by employers)</td>
<td>&#x5C45;&#x65BC;&#x79DF;&#x4F4F;&#x5C45;&#x6240;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x79DF;&#x91D1;&#xFF1A;&#x5C11;&#x65BC;&#x6E2F;&#x5143;    2,000&#xFF08;&#x5305;&#x62EC;&#x79DF;&#x91D1;&#x91D1;&#x984D;&#x662F;&#x96F6;&#x7684;&#x4F4F;&#x6236;&#xFF0C;&#x9019;&#x985E;&#x4F4F;&#x6236;&#x5305;&#x62EC;&#x5C45;&#x4F4F;&#x5728;&#x89AA;&#x53CB;&#x5BB6;&#x4E2D;&#x7121;&#x8AD6;&#x662F;&#x5426;&#x5F97;&#x5230;&#x8A31;&#x53EF;&#x800C;&#x6C92;&#x6709;&#x7E73;&#x4ED8;&#x79DF;&#x91D1;&#x7684;&#x4F4F;&#x6236;&#x3001;&#x5411;&#x4E09;&#x623F;&#x5BA2;&#x6536;&#x53D6;&#x7684;&#x79DF;&#x91D1;&#x7E3D;&#x503C;&#x8D85;&#x904E;&#x6216;&#x76F8;&#x7B49;&#x65BC;&#x5927;&#x79DF;&#x7684;&#x4E8C;&#x623F;&#x6771;&#x4F4F;&#x6236;&#x53CA;&#x7531;&#x50F1;&#x4E3B;&#x514D;&#x8CBB;&#x63D0;&#x4F9B;&#x4F4F;&#x6240;&#x7684;&#x4F4F;&#x6236;&#xFF09;</td>
</tr>
<tr>
<td>28</td>
<td>28.1</td>
<td>plw_diff_n</td>
<td>Working population - Work in the another district in new towns</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5DE5;&#x4F5C;&#xFF08;&#x5DE5;&#x4F5C;&#x5730;&#x9EDE;&#x70BA;&#x65B0;&#x5E02;&#x93AE;&#xFF09;</td>
</tr>
<tr>
<td>28</td>
<td>28.1</td>
<td>pls_diff_n</td>
<td>Number of persons studying full-time courses in educational institutions    in Hong Kong - Study in the another district in new towns</td>
<td>&#x65BC;&#x9999;&#x6E2F;&#x9662;&#x6821;&#x5C31;&#x8B80;&#x5168;&#x65E5;&#x5236;&#x8AB2;&#x7A0B;&#x7684;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5C31;&#x8B80;&#xFF08;&#x4E0A;&#x8AB2;&#x5730;&#x9EDE;&#x70BA;&#x65B0;&#x5E02;&#x93AE;&#xFF09;</td>
</tr>
<tr>
<td>28</td>
<td>28.1</td>
<td>plw_diff_o</td>
<td>Working population - Work in the another district in other areas in the    New Territories</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5DE5;&#x4F5C;&#xFF08;&#x5DE5;&#x4F5C;&#x5730;&#x9EDE;&#x70BA;&#x65B0;&#x754C;&#x5176;&#x4ED6;&#x5730;&#x5340;&#xFF09;</td>
</tr>
<tr>
<td>28</td>
<td>28.1</td>
<td>s_diff_oth</td>
<td>Number of persons studying full-time courses in educational institutions    in Hong Kong - Study in the another district in other areas in the New    Territories</td>
<td>&#x65BC;&#x9999;&#x6E2F;&#x9662;&#x6821;&#x5C31;&#x8B80;&#x5168;&#x65E5;&#x5236;&#x8AB2;&#x7A0B;&#x7684;&#x4EBA;&#x53E3; - &#x8DE8;&#x5340;&#x5C31;&#x8B80;&#xFF08;&#x4E0A;&#x8AB2;&#x5730;&#x9EDE;&#x70BA;&#x65B0;&#x754C;&#x5176;&#x4ED6;&#x5730;&#x5340;&#xFF09;</td>
</tr>
<tr>
<td>28</td>
<td>28.2</td>
<td>pm_oth</td>
<td>Population aged 5 and over having internally migrated (i.e. having    migrated within the past 5 years (a) from a District Council district to    another District Council district; or (b) within a District Council district    in the New Territories, from a new town to another new town, or from a new    town to other areas in the district or vice versa) - Area of residence 5    years ago: Other areas in the New Territories/ Marine</td>
<td>&#x66FE;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#xFF08;&#x6307;&#x65BC;&#x904E;&#x53BB;5&#x5E74;&#x9593;&#xFF08;a&#xFF09;&#x7531;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#xFF0C;&#x6216;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x754C;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#xFF0C;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#xFF0C;&#x6216;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x8A72;&#x5340;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#xFF09;    &#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x65B0;&#x754C;&#x5176;&#x4ED6;&#x5730;&#x5340;&#xFF0F;&#x6C34;&#x4E0A;</td>
</tr>
<tr>
<td>28</td>
<td>28.2</td>
<td>pm_nt</td>
<td>Population aged 5 and over having internally migrated (i.e. having    migrated within the past 5 years (a) from a District Council district to    another District Council district; or (b) within a District Council district    in the New Territories, from a new town to another new town, or from a new    town to other areas in the district or vice versa) - Area of residence 5    years ago: New towns</td>
<td>&#x66FE;&#x4F5C;&#x5167;&#x90E8;&#x9077;&#x79FB;&#xFF08;&#x6307;&#x65BC;&#x904E;&#x53BB;5&#x5E74;&#x9593;&#xFF08;a&#xFF09;&#x7531;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#xFF0C;&#x6216;&#xFF08;b&#xFF09;&#x5728;&#x65B0;&#x754C;&#x540C;&#x4E00;&#x5340;&#x8B70;&#x6703;&#x5206;&#x5340;&#x5167;&#xFF0C;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x53E6;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#xFF0C;&#x6216;&#x7531;&#x4E00;&#x65B0;&#x5E02;&#x93AE;&#x9077;&#x79FB;&#x81F3;&#x8A72;&#x5340;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#xFF09;    &#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3; - 5&#x5E74;&#x524D;&#x5C45;&#x4F4F;&#x5730;&#x5340;&#xFF1A;&#x65B0;&#x5E02;&#x93AE;</td>
</tr>
<tr>
<td>28</td>
<td>28.3</td>
<td>wp_i</td>
<td>Working population - Occupation ( A new occupation classification scheme    which follows &#x201C;International Standard Classification Occupations 2008    (ISCO-08)&#x201D; more closely was adopted in the 2021 Population Census): Skilled    agricultural and fishery workers; and occupations not classifiable</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3; - &#x8077;&#x696D;&#xFF08;2021 &#x5E74;&#x4EBA;&#x53E3;&#x666E;&#x67E5;&#x63A1;&#x7528;&#x4E86;&#x65B0;&#x7684;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#xFF0C;&#x6B64;&#x8077;&#x696D;&#x5206;&#x985E;&#x65B9;&#x6CD5;&#x66F4;&#x70BA;&#x8CBC;&#x8FD1;&#x300C;&#x570B;&#x969B;&#x6A19;&#x6E96;&#x8077;&#x696D;&#x5206;&#x985E;&#x6CD5;2008    &#x5E74;&#x7248;&#x300D;&#xFF09;&#xFF1A;&#x6F01;&#x8FB2;&#x696D;&#x719F;&#xF996;&#x5DE5;&#x4EBA;&#x53CA;&#xF967;&#x80FD;&#x5206;&#xF9D0;&#x7684;&#x8077;&#x696D;</td>
</tr>
<tr>
<td>29</td>
<td>29.1</td>
<td>dhm_5</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$8,000-9,999</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;8,000 - 9,999</td>
</tr>
<tr>
<td>29</td>
<td>29.1</td>
<td>dhm_4</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$6,000-7,999</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;6,000 - 7,999</td>
</tr>
<tr>
<td>29</td>
<td>29.1</td>
<td>dhm_3</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$4,000-5,999</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;4,000 - 5,999</td>
</tr>
<tr>
<td>29</td>
<td>29.2</td>
<td>dhm_6</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$10,000-19,999</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;10,000 - 19,999</td>
</tr>
<tr>
<td>29</td>
<td>29.2</td>
<td>dh_ocm</td>
<td>Number of domestic households - Tenure of accommodation: Owner-occupier,    with mortgage or loan</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x5C45;&#x6240;&#x79DF;&#x4E3B;&#x6B0A;&#xFF1A;&#x81EA;&#x7F6E;&#xFF0C;&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;</td>
</tr>
<tr>
<td>29</td>
<td>29.2</td>
<td>dhm_1</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: By non-household members only</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x7531;&#x975E;&#x4F4F;&#x6236;&#x6210;&#x54E1;&#x652F;&#x4ED8;</td>
</tr>
<tr>
<td>30</td>
<td>30.1</td>
<td>oq_s</td>
<td>Number of occupied quarters - Subsidised home ownership housing</td>
<td>&#x6709;&#x4EBA;&#x5C45;&#x4F4F;&#x7684;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6578;&#x76EE; - &#x8CC7;&#x52A9;&#x81EA;&#x7F6E;&#x5C45;&#x6240;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>30</td>
<td>30.1</td>
<td>dh_s</td>
<td>Number of domestic households - Subsidised home ownership housing</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x8CC7;&#x52A9;&#x81EA;&#x7F6E;&#x5C45;&#x6240;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>30</td>
<td>30.1</td>
<td>pop_s</td>
<td>Population - Subsidised home ownership housing</td>
<td>&#x4EBA;&#x53E3; - &#x8CC7;&#x52A9;&#x81EA;&#x7F6E;&#x5C45;&#x6240;&#x623F;&#x5C4B;</td>
</tr>
<tr>
<td>30</td>
<td>30.2</td>
<td>dhm_2</td>
<td>Number of domestic households with mortgage or loan - Monthly mortgage    payment and loan repayment: HK$1-3,999</td>
<td>&#x6709;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x6216;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6578;&#x76EE; - &#x6BCF;&#x6708;&#x6309;&#x63ED;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF1A;&#x6E2F;&#x5143;1 - 3,999</td>
</tr>
<tr>
<td>31</td>
<td>31.1</td>
<td>writeeng_ablepctn</td>
<td>Proportion of population aged 5 and over able to write English</td>
<td>&#x80FD;&#x66F8;&#x5BEB;&#x82F1;&#x6587;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x6BD4;&#x4F8B;</td>
</tr>
<tr>
<td>31</td>
<td>31.1</td>
<td>readeng_ablepctn</td>
<td>Proportion of population aged 5 and over able to read English</td>
<td>&#x80FD;&#x95B1;&#x8B80;&#x82F1;&#x6587;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x6BD4;&#x4F8B;</td>
</tr>
<tr>
<td>31</td>
<td>31.1</td>
<td>lfpr_f</td>
<td>Labour force participation rate (i.e. the proportion of labour force in    the total population aged 15 and over) - Female</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x53C3;&#x8207;&#x7387;&#xFF08;&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x4F54;&#x6240;&#x6709; 15 &#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x7684;&#x767E;&#x5206;&#x6BD4;&#xFF09; - &#x5973;&#x6027;</td>
</tr>
<tr>
<td>31</td>
<td>31.2</td>
<td>lfpr_t</td>
<td>Labour force participation rate (i.e. the proportion of labour force in    the total population aged 15 and over)</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x53C3;&#x8207;&#x7387;&#xFF08;&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x4F54;&#x6240;&#x6709; 15 &#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x7684;&#x767E;&#x5206;&#x6BD4;&#xFF09;</td>
</tr>
<tr>
<td>31</td>
<td>31.2</td>
<td>lfpr_m</td>
<td>Labour force participation rate (i.e. the proportion of labour force in    the total population aged 15 and over) - Male</td>
<td>&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x53C3;&#x8207;&#x7387;&#xFF08;&#x52DE;&#x52D5;&#x4EBA;&#x53E3;&#x4F54;&#x6240;&#x6709; 15 &#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x7684;&#x767E;&#x5206;&#x6BD4;&#xFF09; - &#x7537;&#x6027;</td>
</tr>
<tr>
<td>31</td>
<td>31.3</td>
<td>adhz</td>
<td>Average domestic household size</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5E73;&#x5747;&#x4EBA;&#x6578;</td>
</tr>
<tr>
<td>31</td>
<td>31.4</td>
<td>dhm_lr</td>
<td>Median monthly domestic household mortgage payment and loan repayment to    income ratio</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6309;&#x63B2;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#x8207;&#x6536;&#x5165;&#x6BD4;&#x7387;&#x4E2D;&#x4F4D;&#x6578;</td>
</tr>
<tr>
<td>31</td>
<td>31.5</td>
<td>t_mmearn</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers) (HK$)</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;</td>
</tr>
<tr>
<td>31</td>
<td>31.5</td>
<td>mmearn_f</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers) (HK$) - Female</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;- &#x5973;&#x6027;</td>
</tr>
<tr>
<td>31</td>
<td>31.6</td>
<td>dmr_ir</td>
<td>Median monthly domestic household rent to income ratio</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x79DF;&#x91D1;&#x8207;&#x6536;&#x5165;&#x6BD4;&#x7387;&#x4E2D;&#x4F4D;&#x6578;</td>
</tr>
<tr>
<td>32</td>
<td>32.1</td>
<td>writechi_ablepctn</td>
<td>Proportion of population aged 5 and over able to write Chinese</td>
<td>&#x80FD;&#x66F8;&#x5BEB;&#x4E2D;&#x6587;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x6BD4;&#x4F8B;</td>
</tr>
<tr>
<td>32</td>
<td>32.1</td>
<td>readchi_ablepctn</td>
<td>Proportion of population aged 5 and over able to read Chinese</td>
<td>&#x80FD;&#x95B1;&#x8B80;&#x4E2D;&#x6587;&#x7684;5&#x6B72;&#x53CA;&#x4EE5;&#x4E0A;&#x4EBA;&#x53E3;&#x6BD4;&#x4F8B;</td>
</tr>
<tr>
<td>32</td>
<td>32.1</td>
<td>sr</td>
<td>Sex ratio (i.e. number of males per 1 000 females)</td>
<td>&#x6027;&#x5225;&#x6BD4;&#x7387;&#xFF08;&#x7537;&#x6027;&#x6578;&#x76EE;&#x8207;&#x6BCF;&#x5343;&#x540D;&#x5973;&#x6027;&#x76F8;&#x5C0D;&#x7684;&#x6BD4;&#x7387;&#xFF09;</td>
</tr>
<tr>
<td>32</td>
<td>32.2</td>
<td>t_ma</td>
<td>Median age</td>
<td>&#x5E74;&#x9F61;&#x4E2D;&#x4F4D;&#x6578;</td>
</tr>
<tr>
<td>32</td>
<td>32.2</td>
<td>ma_f</td>
<td>Median age - Female</td>
<td>&#x5E74;&#x9F61;&#x4E2D;&#x4F4D;&#x6578; - &#x5973;&#x6027;</td>
</tr>
<tr>
<td>32</td>
<td>32.2</td>
<td>ma_m</td>
<td>Median age - Male</td>
<td>&#x5E74;&#x9F61;&#x4E2D;&#x4F4D;&#x6578; - &#x7537;&#x6027;</td>
</tr>
<tr>
<td>33</td>
<td>33.1</td>
<td>mmearn_xfdh_m</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers and foreign domestic helpers) (HK$) - Male</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;- &#x7537;&#x6027;</td>
</tr>
<tr>
<td>33</td>
<td>33.1</td>
<td>mmearn_m</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers) (HK$) - Male</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;- &#x7537;&#x6027;</td>
</tr>
<tr>
<td>33</td>
<td>33.1</td>
<td>t_mmearn_xfdh</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers and foreign domestic helpers) (HK$)</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;</td>
</tr>
<tr>
<td>33</td>
<td>33.2</td>
<td>ma_hh</td>
<td>Median monthly domestic household income (HK$)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;</td>
</tr>
<tr>
<td>33</td>
<td>33.2</td>
<td>ma_econhh</td>
<td>Median monthly domestic household income (HK$) of economically-active    households (i.e. a domestic household with at least one member (excluding    foreign domestic helpers) being economically active)</td>
<td>&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF08;&#x6307;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x5167;&#x9664;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#x5916;&#x81F3;&#x5C11;&#x6709;&#x4E00;&#x540D;&#x5176;&#x4ED6;&#x6210;&#x54E1;&#x5F9E;&#x4E8B;&#x7D93;&#x6FDF;&#x6D3B;&#x52D5;&#xFF09;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;</td>
</tr>
<tr>
<td>33</td>
<td>33.3</td>
<td>mmearn_xfdh_f</td>
<td>Median monthly income from main employment of working population    (excluding unpaid family workers and foreign domestic helpers) (HK$) - Female</td>
<td>&#x5DE5;&#x4F5C;&#x4EBA;&#x53E3;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x7121;&#x916C;&#x5BB6;&#x5EAD;&#x5F9E;&#x696D;&#x54E1;&#x53CA;&#x5916;&#x7C4D;&#x5BB6;&#x5EAD;&#x50AD;&#x5DE5;&#xFF09;&#x7684;&#x6BCF;&#x6708;&#x4E3B;&#x8981;&#x8077;&#x696D;&#x6536;&#x5165;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x6E2F;&#x5143;&#xFF09;- &#x5973;&#x6027;</td>
</tr>
<tr>
<td>33</td>
<td>33.4</td>
<td>fa_m</td>
<td>Median floor area of accommodation of domestic households (square metres)    (excluding domestic households living in unsheltered accommodation or on    board vessels and excluding floor area of common area shared among    households)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x7684;&#x5C45;&#x6240;&#x6A13;&#x9762;&#x9762;&#x7A4D;&#x4E2D;&#x4F4D;&#x6578;&#xFF08;&#x5E73;&#x65B9;&#x7C73;&#xFF09;&#xFF08;&#x4E0D;&#x5305;&#x62EC;&#x5C45;&#x65BC;&#x975E;&#x5C4B;&#x5B87;&#x55AE;&#x4F4D;&#x6216;&#x8239;&#x8247;&#x7684;&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#xFF0C;&#x4EA6;&#x4E0D;&#x5305;&#x62EC;&#x8207;&#x5176;&#x4ED6;&#x4F4F;&#x6236;&#x5171;&#x540C;&#x4F54;&#x7528;&#x7684;&#x6A13;&#x9762;&#x9762;&#x7A4D;&#xFF09;</td>
</tr>
<tr>
<td>33</td>
<td>33.4</td>
<td>dhm_loan</td>
<td>Median monthly domestic household mortgage payment and loan repayment    (HK$)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x6309;&#x63B2;&#x4F9B;&#x6B3E;&#x53CA;&#x501F;&#x8CB8;&#x9084;&#x6B3E;&#xFF08;&#x6E2F;&#x5143;&#xFF09;&#x4E2D;&#x4F4D;&#x6578;</td>
</tr>
<tr>
<td>33</td>
<td>33.5</td>
<td>dm_r</td>
<td>Median monthly domestic household rent (HK$)</td>
<td>&#x5BB6;&#x5EAD;&#x4F4F;&#x6236;&#x6BCF;&#x6708;&#x79DF;&#x91D1;&#xFF08;&#x6E2F;&#x5143;&#xFF09;&#x4E2D;&#x4F4D;&#x6578;</td>
</tr>
</tbody>
</table>
<!--kg-card-end: markdown--><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[Well•being Map]]></title><description><![CDATA[<p>Inspired by the <a href="https://housingwellbeing.hk/en/?ref=geospatial.hk">well-being design concepts</a> proposed by the Housing Authority last year, Geospatial HK developed a web application call <a href="https://wellbeingmap.org/?ref=geospatial.hk">Well-being Map</a>, where 12 concepts are calculated base on the open source POI data from <a href="https://portal.csdi.gov.hk/csdi-webpage/?ref=geospatial.hk">CSDI portal</a> and <a href="https://www.openstreetmap.org/?ref=geospatial.hk">Open Street Map (OSM)</a>. </p><p>Website: <a href="https://wellbeingmap.org/?ref=geospatial.hk">https://wellbeingmap.org/</a></p><p>e.g. The concept</p>]]></description><link>https://geospatial.hk/well-being-map/</link><guid isPermaLink="false">6778ae1f56c24f0780d56773</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Sat, 04 Jan 2025 04:18:18 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2025/01/Screenshot-2025-01-04-122237.png" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2025/01/Screenshot-2025-01-04-122237.png" alt="Well&#x2022;being Map"><p>Inspired by the <a href="https://housingwellbeing.hk/en/?ref=geospatial.hk">well-being design concepts</a> proposed by the Housing Authority last year, Geospatial HK developed a web application call <a href="https://wellbeingmap.org/?ref=geospatial.hk">Well-being Map</a>, where 12 concepts are calculated base on the open source POI data from <a href="https://portal.csdi.gov.hk/csdi-webpage/?ref=geospatial.hk">CSDI portal</a> and <a href="https://www.openstreetmap.org/?ref=geospatial.hk">Open Street Map (OSM)</a>. </p><p>Website: <a href="https://wellbeingmap.org/?ref=geospatial.hk">https://wellbeingmap.org/</a></p><p>e.g. The concept &#x6D3B;&#x8E8D;&#x597D;&#x52D5; is calculated by the following formular with the counts of different POI within each 1 Hectare hexagon covering Hong Kong.</p><pre><code class="language-javascript">4 * csdi_cycsite + 1 * osm_drinking_water + 2 * osm_picnic_site + 3 * osm_bicycle_shop + 1 * osm_camp_site + 4 * osm_sports_centre + 3 * osm_sports_shop + 3 * osm_bicycle_rental + 3 * osm_swimming_pool + 2 * osm_stadium + 6 * csdi_hiking_trails</code></pre><p>It assumed that the citizen preferring this concept will also prefer living in the area with higher score of this concept.</p><p>The most interesting thing for this application is users can overlay different concepts with their preferred weight, and the map engine will calculate score of each hexagon base on the combined weight of different concepts in it. It mimics the raster overlay analysis in GIS software. (<a href="https://desktop.arcgis.com/en/arcmap/latest/analyze/commonly-used-tools/overlay-analysis.htm?ref=geospatial.hk">https://desktop.arcgis.com/en/arcmap/latest/analyze/commonly-used-tools/overlay-analysis.htm</a>)</p><p>Through this process users can understand their real needs, and locate the areas in the city that are suitable to them.</p><p>E.g. If user prefers more on food (restaurant and market), he or she can put more emphasize on &#x8B1B;&#x98F2;&#x8B1B;&#x98DF; concept, following by the natural environment concept (&#x7DA0;&#x8272;&#x81EA;&#x7136;), with some emphasize on &#x6D3B;&#x8E8D;&#x597D;&#x52D5;, &#x6587;&#x975C;&#x4F11;&#x9592;, &#x51FA;&#x884C;&#x4FBF;&#x6377;. And then the application will display the map which meet his or her personal needs.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-6.png" class="kg-image" alt="Well&#x2022;being Map" loading="lazy" width="1723" height="940" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-6.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-6.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-6.png 1600w, https://geospatial.hk/content/images/2025/01/image-6.png 1723w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-7.png" class="kg-image" alt="Well&#x2022;being Map" loading="lazy" width="1732" height="936" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-7.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-7.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-7.png 1600w, https://geospatial.hk/content/images/2025/01/image-7.png 1732w" sizes="(min-width: 720px) 720px"></figure><p>The advanced version is under development, where users can define their own concepts with the formula they prefer, and more POI data set will be provided later. There will be also attempt to match the properties in the area calculated based on their personal needs, and with the highest CP value for them.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2025/01/image-11.png" class="kg-image" alt="Well&#x2022;being Map" loading="lazy" width="1728" height="1117" srcset="https://geospatial.hk/content/images/size/w600/2025/01/image-11.png 600w, https://geospatial.hk/content/images/size/w1000/2025/01/image-11.png 1000w, https://geospatial.hk/content/images/size/w1600/2025/01/image-11.png 1600w, https://geospatial.hk/content/images/2025/01/image-11.png 1728w" sizes="(min-width: 720px) 720px"></figure><p></p><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[Hong Kong Access Map]]></title><description><![CDATA[<p>Project website: <a href="https://access.hk/?ref=geospatial.hk">https://access.hk</a></p><p>This is a preliminary attempt of Geospatial HK to map the wheelchair accessibility hotspots in the city. Objective of this map is to pinpoint the area that is not optimally designed for wheelchair users or area that has natural limitation that is unfavourable to the</p>]]></description><link>https://geospatial.hk/hong-kong-access-map/</link><guid isPermaLink="false">66ea8e5c56c24f0780d566aa</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Wed, 18 Sep 2024 08:56:28 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2024/09/cover.png" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2024/09/cover.png" alt="Hong Kong Access Map"><p>Project website: <a href="https://access.hk/?ref=geospatial.hk">https://access.hk</a></p><p>This is a preliminary attempt of Geospatial HK to map the wheelchair accessibility hotspots in the city. Objective of this map is to pinpoint the area that is not optimally designed for wheelchair users or area that has natural limitation that is unfavourable to the wheelchair users. This study uses the 3D Pedestrian Network data set from <a href="https://portal.csdi.gov.hk/csdi-webpage/?ref=geospatial.hk">CSDI portal</a>.</p><p><strong>Method</strong></p><p>We define hexagon grid over the city, each grid is 1-Hectare large.</p><p>For each hexagon grid, we set its center as the starting point and searching for the shortest path reaching surrounding hexagon grid within a 400m radius. For each start end pairs there are 2 paths searched, one using the general pedestrian path, and the other one considering the wheelchair obstacles indicated in the 3DPN data set.</p><p>Then, we will calculate the barrier ratio which is</p><p>length of wheelchair path / length of general pedestrian path</p><p>For all end points of a starting point, and highest ratio will be the index of that starting point. The hexagon grid will be displayed in red if the index exceed 1.5, the higher the index and deeper the color of the grid.</p><p>When click on the hexagon grid, detail routes will be displayed, the blue one is general pedestrian path, the red one is the wheelchair access path, it has to take longer way because there is wheelchair obstacle such as staircase in between the general path.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/09/image.png" class="kg-image" alt="Hong Kong Access Map" loading="lazy" width="1894" height="1308" srcset="https://geospatial.hk/content/images/size/w600/2024/09/image.png 600w, https://geospatial.hk/content/images/size/w1000/2024/09/image.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/09/image.png 1600w, https://geospatial.hk/content/images/2024/09/image.png 1894w" sizes="(min-width: 720px) 720px"></figure><p>We found that some wheelchair path is unreasonably longer than the general path, one of the reason is the incomplete accessible path data in the 3DPN data set, especially those semi-open public access allowing wheelchair to pass through. Beware of that this is just a preliminary study at the moment and for reference only and Geospatial HK bares no obligations on the correctness and completeness of the data set. We will improve the qualify of the map over time.</p><p>One of the future enhancement is to add the verification mechanism or site visit /Google Street Map cross checking capability so that public can verify the hotspots on the map. We also want to work with the corresponding stakeholders in the society to extend the usability of this map.</p><p>You can download a high resolution printable version <a href="https://access.hk/hk-access-map-beta.png?ref=geospatial.hk">here</a>.</p><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[Create a Custom CSDI Traffic Cam Dashboard]]></title><description><![CDATA[<p>Geospatial HK developed a small tool for users to create custom 3x3 traffic camera dashboard using HK Gov open traffic data. The steps are simple.</p><p>1. open a web browser and visit <a href="https://dashboard.hk/?ref=geospatial.hk">dashboard.hk</a>, and click on the link &quot;<a href="https://dashboard.hk/csdi-gen-custom-dashboard.html?ref=geospatial.hk">Custom 3x3</a>&quot; on the left menu.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image.png" class="kg-image" alt loading="lazy" width="2000" height="1329" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image.png 600w, https://geospatial.hk/content/images/size/w1000/2024/07/image.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/07/image.png 1600w, https://geospatial.hk/content/images/2024/07/image.png 2153w" sizes="(min-width: 720px) 720px"></figure><p>2. This is</p>]]></description><link>https://geospatial.hk/create-a-custom-traffic-cam-dashboard/</link><guid isPermaLink="false">66a1cd7cdf270c07ac0f0a70</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Thu, 25 Jul 2024 04:22:36 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2024/07/custom3x3screen.png" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2024/07/custom3x3screen.png" alt="Create a Custom CSDI Traffic Cam Dashboard"><p>Geospatial HK developed a small tool for users to create custom 3x3 traffic camera dashboard using HK Gov open traffic data. The steps are simple.</p><p>1. open a web browser and visit <a href="https://dashboard.hk/?ref=geospatial.hk">dashboard.hk</a>, and click on the link &quot;<a href="https://dashboard.hk/csdi-gen-custom-dashboard.html?ref=geospatial.hk">Custom 3x3</a>&quot; on the left menu.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="2000" height="1329" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image.png 600w, https://geospatial.hk/content/images/size/w1000/2024/07/image.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/07/image.png 1600w, https://geospatial.hk/content/images/2024/07/image.png 2153w" sizes="(min-width: 720px) 720px"></figure><p>2. This is the tool to compose the custom dashboard.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-1.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="2000" height="1333" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-1.png 600w, https://geospatial.hk/content/images/size/w1000/2024/07/image-1.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/07/image-1.png 1600w, https://geospatial.hk/content/images/2024/07/image-1.png 2143w" sizes="(min-width: 720px) 720px"></figure><p>3. For example, if you want to display the Time and Weather information in the middle grid of the 3x3 dashboard i.e. Grid 5. Select the radio button 5, and select &quot;Time &amp; Weather&quot;.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-2.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="756" height="268" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-2.png 600w, https://geospatial.hk/content/images/2024/07/image-2.png 756w" sizes="(min-width: 720px) 720px"></figure><p>4. Click the Green Down Arrow button to assign the content to the grid.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-3.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="208" height="165"></figure><p>5. The content will be previewed in the 3x3 grid at the bottom. If you want to undo, you can click the Unassign button in the preview panel.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-4.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="760" height="460" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-4.png 600w, https://geospatial.hk/content/images/2024/07/image-4.png 760w" sizes="(min-width: 720px) 720px"></figure><p>6. Now, add a traffic cam to Grid 1, select grid 1, and select Traffic Cam radio button.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-5.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="756" height="256" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-5.png 600w, https://geospatial.hk/content/images/2024/07/image-5.png 756w" sizes="(min-width: 720px) 720px"></figure><p>7. In the map, click on the camera icon you want to add. The selection list below will be populated, optionally, you can manually select the camera from the list.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-6.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="898" height="502" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-6.png 600w, https://geospatial.hk/content/images/2024/07/image-6.png 898w" sizes="(min-width: 720px) 720px"></figure><p>8. Click the assign button.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-3.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="208" height="165"></figure><p>9. The camera snapshot will be previewed in the selected grid.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-7.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="762" height="517" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-7.png 600w, https://geospatial.hk/content/images/2024/07/image-7.png 762w" sizes="(min-width: 720px) 720px"></figure><p>10. Similarly, let&apos;s assign other grids. After that, click the Launch button.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-8.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="1069" height="619" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-8.png 600w, https://geospatial.hk/content/images/size/w1000/2024/07/image-8.png 1000w, https://geospatial.hk/content/images/2024/07/image-8.png 1069w" sizes="(min-width: 720px) 720px"></figure><p>11. A new window will be opened with the selected contents inside. The camera photos will be refreshed every 30 seconds from the source.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-9.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="2000" height="1331" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-9.png 600w, https://geospatial.hk/content/images/size/w1000/2024/07/image-9.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/07/image-9.png 1600w, https://geospatial.hk/content/images/2024/07/image-9.png 2146w" sizes="(min-width: 720px) 720px"></figure><p>12. It is suggested to bookmark the link for future use.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/07/image-10.png" class="kg-image" alt="Create a Custom CSDI Traffic Cam Dashboard" loading="lazy" width="809" height="456" srcset="https://geospatial.hk/content/images/size/w600/2024/07/image-10.png 600w, https://geospatial.hk/content/images/2024/07/image-10.png 809w" sizes="(min-width: 720px) 720px"></figure><p></p><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[A Taxi Fare Calculator using CSDI Data]]></title><description><![CDATA[<p>We have developed a taxi fare calculator using CSDI road network and information from the Transport Department.</p><p><a href="https://www.td.gov.hk/tc/transport_in_hong_kong/public_transport/taxi/taxi_fare_of_hong_kong/index.html?ref=geospatial.hk">https://www.td.gov.hk/tc/transport_in_hong_kong/public_transport/taxi/taxi_fare_of_hong_kong/index.html</a></p><p>Responsive version at: <a href="https://taxifare.hk/?ref=geospatial.hk">https://taxifare.hk</a></p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/2tp4OP4-JXw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="A Taxi Fare Calculator Using CSDI Data"></iframe></figure><p>Thanks.</p>]]></description><link>https://geospatial.hk/a-taxi-fare-calculator-using-csdi-data/</link><guid isPermaLink="false">6677198262bd5b05b981a8bf</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Sat, 22 Jun 2024 18:39:03 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2024/06/maxresdefault.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2024/06/maxresdefault.jpg" alt="A Taxi Fare Calculator using CSDI Data"><p>We have developed a taxi fare calculator using CSDI road network and information from the Transport Department.</p><p><a href="https://www.td.gov.hk/tc/transport_in_hong_kong/public_transport/taxi/taxi_fare_of_hong_kong/index.html?ref=geospatial.hk">https://www.td.gov.hk/tc/transport_in_hong_kong/public_transport/taxi/taxi_fare_of_hong_kong/index.html</a></p><p>Responsive version at: <a href="https://taxifare.hk/?ref=geospatial.hk">https://taxifare.hk</a></p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/2tp4OP4-JXw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="A Taxi Fare Calculator Using CSDI Data"></iframe></figure><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[Make a Traffic Speed Dashboard using CSDI Data]]></title><description><![CDATA[<p></p><p>Live demo site: <a href="https://dashboard.hk/csdi-avgspeed.html?ref=geospatial.hk">https://dashboard.hk/csdi-avgspeed.html</a></p><p>DATA.GOV.HK has some proof of concept dashboards using Government open data, here we will try to make the Traffic Speed Dashboard on our own server.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/04.png" class="kg-image" alt loading="lazy" width="1960" height="1477" srcset="https://geospatial.hk/content/images/size/w600/2024/06/04.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/04.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/04.png 1600w, https://geospatial.hk/content/images/2024/06/04.png 1960w" sizes="(min-width: 720px) 720px"></figure><p></p><p>First, we will need to download the Road Network data from CSDI portal. Go to</p>]]></description><link>https://geospatial.hk/make-a-traffic-speed-dashboard-using-csdi-data/</link><guid isPermaLink="false">6673fb0862bd5b05b981a7d4</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Thu, 20 Jun 2024 10:34:49 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2024/06/00.png" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2024/06/00.png" alt="Make a Traffic Speed Dashboard using CSDI Data"><p></p><p>Live demo site: <a href="https://dashboard.hk/csdi-avgspeed.html?ref=geospatial.hk">https://dashboard.hk/csdi-avgspeed.html</a></p><p>DATA.GOV.HK has some proof of concept dashboards using Government open data, here we will try to make the Traffic Speed Dashboard on our own server.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/04.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1960" height="1477" srcset="https://geospatial.hk/content/images/size/w600/2024/06/04.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/04.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/04.png 1600w, https://geospatial.hk/content/images/2024/06/04.png 1960w" sizes="(min-width: 720px) 720px"></figure><p></p><p>First, we will need to download the Road Network data from CSDI portal. Go to portal.csdi.gov.hk, and search for &quot;Road Network&quot;, download the SHP format.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/02.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1720" height="1498" srcset="https://geospatial.hk/content/images/size/w600/2024/06/02.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/02.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/02.png 1600w, https://geospatial.hk/content/images/2024/06/02.png 1720w" sizes="(min-width: 720px) 720px"></figure><p>After unzip the file, the data inside is like the following, remember data in SHP file composes of a number of files.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/03.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1567" height="1113" srcset="https://geospatial.hk/content/images/size/w600/2024/06/03.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/03.png 1000w, https://geospatial.hk/content/images/2024/06/03.png 1567w" sizes="(min-width: 720px) 720px"></figure><p>For basemap we are using the CSDI Map API</p><p><a href="https://portal.csdi.gov.hk/csdi-webpage/apidoc/TopographicMapAPI?ref=geospatial.hk">https://portal.csdi.gov.hk/csdi-webpage/apidoc/TopographicMapAPI</a></p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/07.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1803" height="1249" srcset="https://geospatial.hk/content/images/size/w600/2024/06/07.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/07.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/07.png 1600w, https://geospatial.hk/content/images/2024/06/07.png 1803w" sizes="(min-width: 720px) 720px"></figure><p>There provide a sample source code base on OpenLayers v4, our development is based on that.</p><p>The Traffic Speed data is downloaded from Government Data One portal, the data is updated every 2 minutes (here we use the Processed Data).</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/05.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1960" height="1494" srcset="https://geospatial.hk/content/images/size/w600/2024/06/05.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/05.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/05.png 1600w, https://geospatial.hk/content/images/2024/06/05.png 1960w" sizes="(min-width: 720px) 720px"></figure><p></p><p>We only need the CENTERLINE SHP file from the Road Network dataset, we will load it into the Postgresql database, which is an open source database. We installed that in an Ubuntu Linux server.</p><p>We use the ogr2ogr command to load it</p><pre><code class="language-js">ogr2ogr \
-nln centerline \
-nlt PROMOTE_TO_MULTI \
-lco GEOMETRY_NAME=geom \
-lco FID=gid \
-lco PRECISION=NO \
Pg:&quot;dbname=gisdb host=localhost user=pguser port=5432&quot; \
Transportation_TNM_20240605.gdb_CENTERLINE_converted.shp</code></pre><p>For detail on how to install the Postgresql, please refer to the following post</p><p><a href="https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt?ref=geospatial.hk">https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt</a></p><p>We use a PHP program to download the Traffic Speed XML from Data One, combine with the geometry data from the Road Network, and generates a GEOJSON file which has both segments and the traffic speed information. The static GEOJSON will then be read by the OpenLayers UI for displaying the map data. An alternative for serving map data is to use GeoServer, but we try to make it simple in this exercise, we will cover GeoServer in future exercise.</p><pre><code class="language-php">&lt;?php
// Load the XML file
$xml = simplexml_load_file(&apos;https://resource.data.one.gov.hk/td/traffic-detectors/irnAvgSpeed-all.xml&apos;);

// Check if the file was loaded successfully
if ($xml === false) {
    echo &quot;Failed to load XML file.&quot;;
    foreach(libxml_get_errors() as $error) {
        echo &quot;\n&quot;, $error-&gt;message;
    }
    exit;
}

// Connect to PostgreSQL database
$conn = new PDO(&apos;pgsql:host=192.168.0.108;dbname=gisdb&apos;,&apos;pguser&apos;,&apos;pwd&apos;);


// Build GeoJSON feature collection array
$geojson = array(
   &apos;type&apos;      =&gt; &apos;FeatureCollection&apos;,
   &apos;features&apos;  =&gt; array()
);


// Iterate through each book and print details
foreach ($xml-&gt;segments-&gt;segment  as $segment) {
	
	if ($segment-&gt;valid == &quot;Y&quot;) {
	
		$sql = &apos;SELECT route_id, &apos;.$segment-&gt;speed.&apos; as speed, ST_AsGeoJSON(ST_Transform((geom),4326),6) AS geojson FROM centerline where route_id=&apos;.$segment-&gt;segment_id;
		
		// Try query or error
		$rs = $conn-&gt;query($sql);
		if (!$rs) {
			echo &apos;An SQL error occured.\n&apos;;
			exit;
		}
		
		
		// Loop through rows to build feature arrays
		while ($row = $rs-&gt;fetch(PDO::FETCH_ASSOC)) {
			$properties = $row;
			// Remove geojson and geometry fields from properties
			unset($properties[&apos;geojson&apos;]);
			unset($properties[&apos;geom&apos;]);
			$feature = array(
				 &apos;type&apos; =&gt; &apos;Feature&apos;,
				 &apos;geometry&apos; =&gt; json_decode($row[&apos;geojson&apos;], true),
				 &apos;properties&apos; =&gt; $properties
			);
			// Add feature arrays to feature collection array
			array_push($geojson[&apos;features&apos;], $feature);
		}	
	}
}

file_put_contents(&apos;/var/www/html/irnAvgSpeed.json&apos;, json_encode($geojson, JSON_NUMERIC_CHECK));

$conn = NULL;

?&gt;</code></pre><p>In Ubuntu server we set a cron task to run the above PHP program every 2 minutes</p><pre><code class="language-js">sudo crontab -e

***/2 * * * * /usr/bin/php -f /var/www/html/genjson.php**</code></pre><p></p><p>Following is the HTML code we use for the map UI which is developed base on the above OpenLayers v4 sample code from CSDI. We created 3 map styles for the road segments to color, lime color for normal speed, yellow for medium speed, and red for slow speed. Following is the Javascript code which decides what style to apply to the segment features in OpenLayers.</p><pre><code class="language-js">        var styles = new ol.style.Style({
          stroke: new ol.style.Stroke({
            color: &apos;lime&apos;,
            width: 4
          })
        });


        var styles2 = new ol.style.Style({
          stroke: new ol.style.Stroke({
            color: &apos;yellow&apos;,
            width: 4
          })
        });

        var styles3 = new ol.style.Style({
          stroke: new ol.style.Stroke({
            color: &apos;red&apos;,
            width: 4
          })
        });
	  
		var styleFunction = function(feature) {
		  var speed = feature.get(&apos;speed&apos;);
		  if (speed &gt; 30) {
			return [styles];
		  }
		  else if (speed &gt; 17) {
			return [styles2];
		  }
		  else {
			return [styles3];
		  }
		};	</code></pre><p>Following Javascript will retrieve the data from GEOJSON file (the static file generated by PHP above) every 30 seconds and update the map. Please note we need to convert the projection before overlaying it on map.</p><pre><code class="language-js">
		var url = &apos;irnAvgSpeed.json&apos;;
		
		fetch(url, { cache: &quot;no-store&quot; }).then(function(response) {
		  return response.json();
		}).then(function(json) {

			var vectorSource = new ol.source.Vector({
			  features: (new ol.format.GeoJSON({
				dataProjection: &apos;EPSG:4326&apos;,
				featureProjection: &apos;EPSG:3857&apos;
			  })).readFeatures(json)
			});

			var vectorLayer = new ol.layer.Vector({
			  source: vectorSource,
			  style: styleFunction
			});

			map.addLayer(vectorLayer);
			
			$(&apos;#datetime&apos;).text(&quot;Data timestamp: &quot; + json.date + &quot; &quot; + json.time);
			

			
			setInterval(function(){ 
			 
				fetch(url, { cache: &quot;no-store&quot; }).then(function(response) {
				  return response.json();
				}).then(function(json) {
			 
					vectorSource.clear();

					vectorSource.addFeatures((new ol.format.GeoJSON({
					  dataProjection: &apos;EPSG:4326&apos;,
					  featureProjection: &apos;EPSG:3857&apos;
					})).readFeatures(json));
					
					vectorSource.refresh();
					
					$(&apos;#datetime&apos;).text(&quot;Data timestamp: &quot; + json.date + &quot; &quot; + json.time);				
				});
				
			},60000);
	
			
        });</code></pre><p></p><p>Final result:</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2024/06/00-1.png" class="kg-image" alt="Make a Traffic Speed Dashboard using CSDI Data" loading="lazy" width="1803" height="1198" srcset="https://geospatial.hk/content/images/size/w600/2024/06/00-1.png 600w, https://geospatial.hk/content/images/size/w1000/2024/06/00-1.png 1000w, https://geospatial.hk/content/images/size/w1600/2024/06/00-1.png 1600w, https://geospatial.hk/content/images/2024/06/00-1.png 1803w" sizes="(min-width: 720px) 720px"></figure><p>For full source code please visit our Github repository</p><p><a href="https://github.com/geospatialhk?ref=geospatial.hk">https://github.com/geospatialhk</a></p><p>Any comments please email us at info@geospatial.hk</p><p></p><p>Thanks.</p>]]></content:encoded></item><item><title><![CDATA[Application of Spatial Data for Entrepreneurs]]></title><description><![CDATA[<p>An event Application of Spatial Data for Entrepreneurs was held by Geospatial Lab and Cyberport Academy on 12 Dec 2023 at Cyberport.</p><p>Official link: <a href="https://csdigeolab.gov.hk/en/past-events/application-of-spatial-data-for-entrepreneurs?ref=geospatial.hk">https://csdigeolab.gov.hk/en/past-events/application-of-spatial-data-for-entrepreneurs</a></p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg" class="kg-image" alt loading="lazy" width="2000" height="1125" srcset="https://geospatial.hk/content/images/size/w600/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 600w, https://geospatial.hk/content/images/size/w1000/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 1600w, https://geospatial.hk/content/images/size/w2400/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 2400w" sizes="(min-width: 720px) 720px"></figure><p>Latest trends and applications on CSDI (Common Spatial Data Infrastructure) was introduced by Government representatives and local startups.</p><p>Mr.</p>]]></description><link>https://geospatial.hk/test/</link><guid isPermaLink="false">65834aabf5992811bf3c47b2</guid><dc:creator><![CDATA[GeospatialHK]]></dc:creator><pubDate>Wed, 20 Dec 2023 20:40:29 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2023/12/IMG_4074-1.JPEG" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2023/12/IMG_4074-1.JPEG" alt="Application of Spatial Data for Entrepreneurs"><p>An event Application of Spatial Data for Entrepreneurs was held by Geospatial Lab and Cyberport Academy on 12 Dec 2023 at Cyberport.</p><p>Official link: <a href="https://csdigeolab.gov.hk/en/past-events/application-of-spatial-data-for-entrepreneurs?ref=geospatial.hk">https://csdigeolab.gov.hk/en/past-events/application-of-spatial-data-for-entrepreneurs</a></p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1125" srcset="https://geospatial.hk/content/images/size/w600/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 600w, https://geospatial.hk/content/images/size/w1000/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 1600w, https://geospatial.hk/content/images/size/w2400/2023/12/609C3923-F012-4CF0-973D-BB2B1F3BC1F3.jpg 2400w" sizes="(min-width: 720px) 720px"></figure><p>Latest trends and applications on CSDI (Common Spatial Data Infrastructure) was introduced by Government representatives and local startups.</p><p>Mr. Chan from Spatial Data Office talked about different kinds of data and their applications in CSDI. And the upcoming roadmaps like integration with BIM and real-time IoT data.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4086.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4086.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4086.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4086.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4086.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4091.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4091.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4091.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4091.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4091.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><p>Mr. Chik from Lands Department introduced the latest dataset of 3D digital mapping projects, including 3D Visualization Map, 3D Indoor Map, and 3D pedestrian network, which open up new use cases. He also demonstrated Open3Dhk which is a free portal using the open data.</p><p>Official link: <a href="https://3d.map.gov.hk/?ref=geospatial.hk">https://3d.map.gov.hk/</a></p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4107.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4107.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4107.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4107.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4107.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4115.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4115.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4115.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4115.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4115.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><p>Mapxus is a local startup focusing on indoor mapping. Their Mr. Lau shared about different success cases of their applications, they have extended their business to other Asia countries such as Japan.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4133.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4133.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4133.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4133.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4133.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><p>Mr. Wong from R2C2 talked about a platform for collaborating robots, with applications in construction and property management.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4150.JPEG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4150.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4150.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/12/IMG_4150.JPEG 1600w, https://geospatial.hk/content/images/2023/12/IMG_4150.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><p>Polling was held during the event, such as the following.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/12/IMG_4155.PNG" class="kg-image" alt="Application of Spatial Data for Entrepreneurs" loading="lazy" width="1170" height="2532" srcset="https://geospatial.hk/content/images/size/w600/2023/12/IMG_4155.PNG 600w, https://geospatial.hk/content/images/size/w1000/2023/12/IMG_4155.PNG 1000w, https://geospatial.hk/content/images/2023/12/IMG_4155.PNG 1170w" sizes="(min-width: 720px) 720px"></figure>]]></content:encoded></item><item><title><![CDATA[CSDI Exhibition at Festival Walk]]></title><description><![CDATA[<p>I visited an exhibition about Common Spatial Data Infrastructure the other day at Festival Walk, showcases of 3D map and interactive flight sim games were prepared for the public to know more about spatial data. very interesting.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5121.png" class="kg-image" alt loading="lazy" width="2000" height="1486" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5121.png 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5121.png 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5121.png 1600w, https://geospatial.hk/content/images/2023/03/IMG_5121.png 2036w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5112.JPEG" class="kg-image" alt loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5112.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5112.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5112.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5112.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5132.JPEG" class="kg-image" alt loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5132.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5132.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5132.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5132.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5108.JPEG" class="kg-image" alt loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5108.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5108.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5108.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5108.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5125.JPEG" class="kg-image" alt loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5125.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5125.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5125.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5125.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/visual1.jpg" class="kg-image" alt loading="lazy" width="2000" height="1125" srcset="https://geospatial.hk/content/images/size/w600/2023/03/visual1.jpg 600w, https://geospatial.hk/content/images/size/w1000/2023/03/visual1.jpg 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/visual1.jpg 1600w, https://geospatial.hk/content/images/size/w2400/2023/03/visual1.jpg 2400w" sizes="(min-width: 720px) 720px"></figure>]]></description><link>https://geospatial.hk/csdi-exhibition/</link><guid isPermaLink="false">64d7ac0c041cc343cc3156e4</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Geospatial.HK]]></dc:creator><pubDate>Sun, 12 Mar 2023 15:21:07 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2023/03/IMG_5135-1.JPEG" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2023/03/IMG_5135-1.JPEG" alt="CSDI Exhibition at Festival Walk"><p>I visited an exhibition about Common Spatial Data Infrastructure the other day at Festival Walk, showcases of 3D map and interactive flight sim games were prepared for the public to know more about spatial data. very interesting.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5121.png" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1486" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5121.png 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5121.png 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5121.png 1600w, https://geospatial.hk/content/images/2023/03/IMG_5121.png 2036w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5112.JPEG" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5112.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5112.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5112.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5112.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5132.JPEG" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5132.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5132.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5132.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5132.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5108.JPEG" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5108.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5108.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5108.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5108.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/IMG_5125.JPEG" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1500" srcset="https://geospatial.hk/content/images/size/w600/2023/03/IMG_5125.JPEG 600w, https://geospatial.hk/content/images/size/w1000/2023/03/IMG_5125.JPEG 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/IMG_5125.JPEG 1600w, https://geospatial.hk/content/images/2023/03/IMG_5125.JPEG 2048w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2023/03/visual1.jpg" class="kg-image" alt="CSDI Exhibition at Festival Walk" loading="lazy" width="2000" height="1125" srcset="https://geospatial.hk/content/images/size/w600/2023/03/visual1.jpg 600w, https://geospatial.hk/content/images/size/w1000/2023/03/visual1.jpg 1000w, https://geospatial.hk/content/images/size/w1600/2023/03/visual1.jpg 1600w, https://geospatial.hk/content/images/size/w2400/2023/03/visual1.jpg 2400w" sizes="(min-width: 720px) 720px"></figure>]]></content:encoded></item><item><title><![CDATA[GeospatialTech Challenge 2021]]></title><description><![CDATA[<p>GeospatialTech Challenge 2021 final presentation was held by the Lands Department on 30 Jun. I was fortunate to be invited as a guest. Here is a highlight of the event.</p><p>The main theme of the competition is proposal for improvement of community facilities with the use of geospatial data and</p>]]></description><link>https://geospatial.hk/geospatialtech-challenge-2021/</link><guid isPermaLink="false">64d7ac0c041cc343cc3156e3</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Geospatial.HK]]></dc:creator><pubDate>Thu, 01 Jul 2021 02:26:00 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2021/07/IMG_6267.JPEG" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2021/07/IMG_6267.JPEG" alt="GeospatialTech Challenge 2021"><p>GeospatialTech Challenge 2021 final presentation was held by the Lands Department on 30 Jun. I was fortunate to be invited as a guest. Here is a highlight of the event.</p><p>The main theme of the competition is proposal for improvement of community facilities with the use of geospatial data and other open data, thereby promoting smart living and a healthy lifestyle. There was totally 4 student teams and 3 open teams.</p><p><strong>Student Group</strong></p><p>Team1: AIRUNNERS</p><p>Title: &#x5065;&#x5EB7;&#x7A31;&#x5FC3;&#x8DD1;:AIRUN&#x7A0B;&#x5F0F;&#x958B;&#x767C;&#x8A2D;&#x8A08;&#x8207;&#x61C9;&#x7528;&#x8A2D;&#x60F3;</p><p>This proposal is base on the air quality project by HKUST called PRAISE HK. This app make use of the 3D Pedestrian Network from LandsD, public facilities data, traffic data, air quality data and land use data to plan for the route for street runners, based on their specific requirement.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6244.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6254.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p>Team2:Diocesan Boys&apos; School</p><p>Title: Barrier-free Hong Kong</p><p>This study is based on the pain points about barrier-free access in Hong Kong, including limited barrier-free access, hilly terrain, insufficient geospatial data and sparse and often unavailable disabled parking spots. And propose solutions for that. This is a team formed by secondary school students but conducted a in depth analysis of the problem.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6275.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p>Team3: CUHK GRM</p><p>Title: &#x9999;&#x6E2F;&#x90CA;&#x91CE;&#x516C;&#x5712;&#x706B;&#x707D;&#x5371;&#x96AA;&#x8B66;&#x544A; Hill Fire Alert System in Hong Kong Country Park</p><p>This app try to predict fire danger risk of different country parks base on real time data such as relative humidity together with slope, vegetation and aspect, and target to build a REST API for public use.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6310.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p>Team4: AED</p><p>Title: Addressing Emergency Demand Deriving a optimal placement and emergency management plan of Automatic External Defibrillators in HK</p><p>This team suggested a spatial analysis framework for matching the demand (based on demographic data), and supply of AED, and significantly improve the coverage of AED for saving human life.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6323.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p><strong>Open Group</strong></p><p>Team5: Varadise Limited</p><p>Title: Monitor Brownfield Sites and Unlawful Occupation of Government Land usage using 3D Photo-realistic model</p><p>This team developed a AI based geospatial analysis application using on convolution neural network, to identify unlawful occupation of Government Land usage.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6343.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p>Team6: Maphive Technology Limited</p><p>Title: Integration of indoor-outdoor navigation to improve city-walkability</p><p>This team developed an application to combine indoor and outdoor GIS, using WIFI fingerprinting and sensor fusion for indoor positioning, and provide app for indoor outdoor navigation.</p><figure class="kg-card kg-image-card"><img src="https://geospatial.hk/content/images/2021/07/IMG_6365.JPEG" class="kg-image" alt="GeospatialTech Challenge 2021" loading="lazy"></figure><p></p><p>Team7: Smart Life, Smart Live</p><p>Title: Enhancement of smart mobility and public health through mobile application</p><p>This team developed app to track health of the users, and control calorie intake and consumption base on tracking the diet and exercise of the users.</p><!--kg-card-begin: markdown--><p><img src="https://geospatial.hk/content/images/2021/07/IMG_6373-3.JPEG" alt="GeospatialTech Challenge 2021" loading="lazy"></p>
<!--kg-card-end: markdown--><p>For more information please visit the official site</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://www.landsd.gov.hk/en/resources/publicity-materials/gstc.html?ref=geospatial.hk"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Lands Department - GeoSpatialTech Challenge</div><div class="kg-bookmark-description">GeoSpatialTech Challenge</div><div class="kg-bookmark-metadata"><span class="kg-bookmark-author">GeoSpatialTech Challenge</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://www.landsd.gov.hk/images/en/gstc/gstc_poster-thumb.png" alt="GeospatialTech Challenge 2021"></div></a></figure>]]></content:encoded></item><item><title><![CDATA[Exploring Open Data from DATA.GOV.HK using QGIS]]></title><description><![CDATA[<p></p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/zD9DwAeGSPc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></figure>]]></description><link>https://geospatial.hk/exploring-open-data-from-data-gov-hk-using-qgis/</link><guid isPermaLink="false">64d7ac0c041cc343cc3156df</guid><category><![CDATA[Course]]></category><dc:creator><![CDATA[Geospatial.HK]]></dc:creator><pubDate>Sat, 06 Feb 2021 19:44:00 GMT</pubDate><media:content url="https://geospatial.hk/content/images/2021/07/2017-12-15.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://geospatial.hk/content/images/2021/07/2017-12-15.jpg" alt="Exploring Open Data from DATA.GOV.HK using QGIS"><p></p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/zD9DwAeGSPc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></figure>]]></content:encoded></item></channel></rss>