This repository provides an interactive and welcoming environment for data enthusiasts to learn and gain valuable experience through working with real-world open data from cities around the world.
We warmly welcome users to explore and analyze open data from cities worldwide, and share their insightful findings with the community by contributing their analyses. Moreover, we strongly support data transparency in cities, encouraging them to make their data available to the public. Our shared goal is to build a thriving community that embraces open data initiatives and collaborative learning.
| No | City | Project | Description | Author |
|---|---|---|---|---|
| 1 | BeerSheba | Beersheba-Trees-Heatmap | The project aims to generate a heatmap using Beersheba municipality's API to visualize the distribution of trees in the city. | Yam Timor |
Fork button on the top right of the repository page.git checkout -b new-branch-name
Each city should have its own folder: Create a new folder with the city's name if it doesn't exist, and avoid duplicating it if it already does.
Each project should have its own folder inside the city folder: For existing city projects, place your files in the appropriate folder. For new projects in the city, create a new folder with a descriptive title for your project.
git commit -m "Your commit message"
git push origin new-branch-name
compare and pull requestsCreate Pull Request