A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Scam alert

Government officers will never ask you to send money or share your details over the phone. When unsure, hang up and call Scamshield at 1799.

Sign up here for higher rate limits, priority support and maintenance notifications.

Dataset: Inland Ash Scattering Gardens (GEOJSON)

Inland Ash Scattering Gardens (GEOJSON)

Data from Oct 2025

Last updated: 13 Nov 2025, 11:24 SGT

NEA (National Environment Agency)

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.

Attribute Legend

AttributesData TypeDescription
OBJECTIDNumeric-
LANDXADDRESSPOINTNumeric-
LANDYADDRESSPOINTNumeric-
NAMEText-
ADDRESSBLOCKHOUSENUMBERNumeric-
ADDRESSSTREETNAMEText-
ADDRESSFLOORNUMBERNumeric-
ADDRESSUNITNUMBERNumeric-
ADDRESSPOSTALCODENumeric-
ADDRESSBUILDINGNAMENumeric-
DESCRIPTIONText-
INC_CRCText-
FMEL_UPD_DNumeric-

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"
      }
    }
  ]
}

Sample OpenAPI query

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

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)

Citation

This dataset can be reused and cited in research publications.

National Environment Agency. (2020). Inland Ash Scattering Gardens (GEOJSON) (2025) [Dataset]. data.gov.sg. Retrieved April 1, 2026 from https://data.gov.sg/datasets/d_8dc64019ee16bda33f7758bc4e9d2223/view

About this dataset

Contact

contact_nea@nea.gov.sg

Created on

16 Apr 2020

Licence

Free forever for personal or commercial use, under the Open Data Licence.

Agency

NEA (National Environment Agency)