Secure websites use HTTPS
Scam alert
Locations of the upcoming inland ash scattering gardens in Singapore. Do note that this dataset was last updated on 2024-03-13 and may be outdated. For further information, please reach out to NEA for further queries.
Data from Oct 2025
Last updated 10 months ago (13 Nov 2025)
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| LANDXADDRESSPOINT | Numeric | - |
| LANDYADDRESSPOINT | Numeric | - |
| NAME | Text | - |
| ADDRESSBLOCKHOUSENUMBER | Numeric | - |
| ADDRESSSTREETNAME | Text | - |
| ADDRESSFLOORNUMBER | Numeric | - |
| ADDRESSUNITNUMBER | Numeric | - |
| ADDRESSPOSTALCODE | Numeric | - |
| ADDRESSBUILDINGNAME | Numeric | - |
| DESCRIPTION | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for Inland Ash Scattering Gardens (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "IAS",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.68989260471668,
1.3713177289716594
]
},
"properties": {
"OBJECTID": 1921,
"LANDXADDRESSPOINT": 12038.419,
"LANDYADDRESSPOINT": 39259.341,
"NAME": "Garden of Peace",
"ADDRESSBLOCKHOUSENUMBER": null,
"ADDRESSSTREETNAME": "Old Choa Chu Kang Road",
"ADDRESSFLOORNUMBER": null,
"ADDRESSUNITNUMBER": null,
"ADDRESSPOSTALCODE": null,
"ADDRESSBUILDINGNAME": null,
"DESCRIPTION": "Inland ash scattering garden",
"INC_CRC": "C882E810D2B88FE3",
"FMEL_UPD_D": "20251031120610"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.80983081312277,
1.4151617979444309
]
},
"properties": {
"OBJECTID": 1922,
"LANDXADDRESSPOINT": 25386.146,
"LANDYADDRESSPOINT": 44106.931,
"NAME": "Garden of Serenity",
"ADDRESSBLOCKHOUSENUMBER": null,
"ADDRESSSTREETNAME": "Mandai Avenue",
"ADDRESSFLOORNUMBER": null,
"ADDRESSUNITNUMBER": null,
"ADDRESSPOSTALCODE": null,
"ADDRESSBUILDINGNAME": null,
"DESCRIPTION": "Inland ash scattering garden",
"INC_CRC": "96E125805F49050E",
"FMEL_UPD_D": "20251031120610"
}
}
]
}This code can be used to test a sample API query. It retrieves the data catalogue of this dataset. For a complete guide on query parameters and syntax, please refer to the API documentation
Adding an API key gives you higher rate limits and priority support. Log in to create your API key.
import requests
dataset_id = "d_8dc64019ee16bda33f7758bc4e9d2223"
url = "https://api-open.data.gov.sg/v1/public/api/datasets/" + dataset_id + "/poll-download"
response = requests.get(url)
json_data = response.json()
if json_data['code'] != 0:
print(json_data['errMsg'])
exit(1)
url = json_data['data']['url']
response = requests.get(url)
print(response.text)This dataset can be reused and cited in research publications.
16 Apr 2020
Free forever for personal or commercial use, under the Open Data Licence.