Zone In is a web map application for users to interactively explore the land use zonings in Hong Kong and investigate the distribution of zonings in the proximity in any areas.
Zone in is useful to you when:
- You would like to do a quick exploratory analysis about the land use composition of a specific project site
- You want to check the percentage of land zoned as residential within certain distance (say, 400 m) away from a building
- You want to check the gazette date of a specific piece of zoning
- ... and more
- Draw any geometries for any area of interested/study areas
- Instantly compute the total area and percentage of total of various land uses within given distance
- Immediate summary data visualidation
TODO
TODO
- Go to any area you would like to investigate
- Draw a geometry
- Select the desired buffer distance
- The application will then compute the area of each selected zoning type and visualise the proportions as charts
- Clicking on any zoning piece
- A pop-up will show on the map, including details of that zone like full zoning name, respective plan number and gazette date
TODO
TODO
Only zonings on land are shown and included in the calculation of OZP area. Zonings on water like following are excluded:
- Marine Basin (in H24)
- Typhoon Shelter (in H15, K20, I-CC, etc.)
- Vessel Anchorage / Sea Channel (in I-SKC)
- River Channel (in ST, I-TOTC, etc.)
- Nullah (in K15, etc.)
- Inlet (in I-NEL)
To locally build and preview this website, follow the steps below.
-
Clone this project
git clone https://github.com/KHwong12/OZP_buffer_stat.git
-
Make sure npm and node.js are installed in your machine
-
At project root folder, install the npm dependencies
npm install
-
Run this project on local server
npm run dev