Managed by
Ministry of Land Management, Urban Planning and Construction
The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
title | type | description |
---|---|---|
Zip Code | Number | A numerical identifier for specific areas within Sihanoukville Province, used for administrative and postal purposes. It ranges from broad (e.g., province-level) to more specific (e.g., village-level) codes. |
Name | Text | The name of the location, which could be a province, district, commune, or village within Sihanoukville Province, providing a textual identifier for each geographical entity. |
Longtitude | Text | The east-west geographical coordinate of the location, expressed in degrees, minutes, and seconds (e.g., E103° 30' 08.078"). It indicates the position relative to the Prime Meridian. |
Latitude | Text | The north-south geographical coordinate of the location, expressed in degrees, minutes, and seconds (e.g., N10° 38' 05.070"). It indicates the position relative to the Equator. |
Type of Location | Text | The administrative or geographical classification of the location, such as Province, District, Commune, or Village, indicating its hierarchical level within the region. |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
Name | File Format | Size | Action |
---|---|---|---|
GeographicalcoordinatesofSihanoukvilleProvice.csv | CSV | 10.14 KB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_66ab6100bcc3db0001df6715/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});
Managed by
Ministry of Land Management, Urban Planning and Construction
API Calls
151
Views
1.06K
Downloads
370
Data Source
https://mlmupc.gov.kh/2023/10/26/gazetteer-cambodia/
Coverage
-
Created at
01 Aug 2024
Updated at
27 May 2025