This file provides information for the Zaatari_refugee_camp_water.geojson and Zaatari_refugee_camp_water_simplified.geojson files in this folder.
The data in Zaatari_refugee_camp_water.geojson were downloaded from OpenStreetMap using the Overpass Turbo query builder searching for nodes with the following query: amenity=water_point OR amenity=drinking_water. The data were collected on 29, October 2020. Information about the creation and structure of the data can be found on the OSM wiki page for refugee camp mapping.
The following steps were used to simplify the data and create the Zaatari_refugee_camp_water_simplified.geojson file.
- Upload data to a converter (I used http://geojson.io) and save the data as a .csv file.
- Open the .csv in the tabular editing program of your choice (I used Excel).
- Remove
node/from every record under the@idcolumn using a find and replace. - Since I only want to show the water points and, perhaps, symbolize them by
typeI removed the following columns:amenity,district,source, andstreet. - Simplify coordinates to the sixth decimal place. I did this by selecting all coordinates, formatting the cells as a number, and specifying the number of decimal places to be kept.
- Re-convert the .csv to
GeoJSONusing an online converter: I used https://odileeds.github.io/CSV2GeoJSON/. I took the extra step of choosing to not keep the additional 'lat/lon' properties inserted by the converter since they would have been redundant.