Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 698 Bytes

oswm_codebase

This repository holds the code that is used to create the static data for each node of project OpenSidewalkMap or OSWM for short.

OSWM is a decentered and modular project, leveraging OpenStreetMap data for sidewalk data management.

Project's main repository: https:/kauevestena/opensidewalkmap

OSWM organization: https:/opensidewalkmap/

Local development:

Clone the original node, then initialize the submodules, most of this codebase is meant to run from the main folder of an OSWM node.:

git clone https:/kauevestena/opensidewalkmap_beta
git submodule init
git submodule update

You can do the same with other OSWM nodes.