/Open-Data-Cities-Analysis

This repository allows data enthusiasts to learn and gain experience by working with real-world open data from cities around the world.

Primary LanguagePython

Open Data Cities Analysis

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.

Projects

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

How to contribute:

  1. Explore the Project: Familiarize yourself with the project's goals and guidelines.
  2. select a city that has an open data portal: If your city (or another city that interests you) has a public data portal, great! Otherwise, if you're looking for a good starting point, New York City has an excellent Open Data Portal, which you can find here.
  3. Find a dataset that catches your interest: It's even cooler if there's a public API access instead of dealing with files.
  4. Fork the Repository: Click the Fork button on the top right of the repository page.
  5. Create a New Branch: On your forked repository, create a new branch using:
git checkout -b new-branch-name
  1. Make Your Changes: Edit/add files and make your desired contributions.
  • 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.

  1. Commit Your Changes:
git commit -m "Your commit message"
  1. Push to Your Fork:
git push origin new-branch-name
  1. Submit a Pull Request: To create a pull request, click on compare and pull requests
  2. Add appropriate title and description: Ensure your PR title and description include the name of the project and the related city.
  3. Click on Create Pull Request
  4. Awsome! You've made a PR to the Open-Data-Cities-Analysis Project! 🚀

Contributors