polyrhythm-project / polyrhythm-maps

2 stars 0 forks source link

Create GeoJSONs for each set of data #8

Closed ect123 closed 1 year ago

ect123 commented 1 year ago

We will need to convert the existing csv data that was used for the original heatmap and the timeline maps into geoJSON. The geoJSON can be created in a number of ways but I would recommend using QGIS.

CSV data can be pulled into QGIS using the steps indicated here (although this might be a different version of QGIS than you have): https://www.qgistutorials.com/en/docs/importing_spreadsheets_csv.html

Save the features as geoJSON with a short filename (example: timeline-locations.geojson and heatmap-locations.geojson) in each map's directory.

jasonleeubc commented 1 year ago

I have created the geoJSON files for each of the three maps and uploaded the files in the corresponding folders. Please check and see if everything is alright.