open summer of code
HomeWebsiteGitHub
  • Welcome to osoc!
  • Code of Conduct
  • The osoc Way of Work & Play
    • Working Together in a Remote Setting
  • Students
    • Applying as a student at osoc
      • Privacy Policy for Open Knowledge Belgium
    • Being a student at osoc
      • Practical: When, where, how long, food
      • Health, COVID, Insurance, Sick Days
      • Study material
    • The Student Job
    • Salary & Reimbursements
  • Coaches & Student coaches
    • Being a coach at oSoc
    • The Coaching Job
      • Soft Skills & Expectations
      • Tasks
      • How to Manage a Team: Techniques
      • Coaching Cases
      • Battle Prep
      • Student Coaches
      • Screening students
    • Projects
    • Partner Communication
    • Practical
  • partners
    • Being a partner at oSoc
      • Apply
      • Attend
    • The Partner's Job
    • Projects
  • Tools & Resources
    • Discord
      • Basics
      • Discord etiquette
      • Setting your nickname & description
      • Managing notifications
      • Offering and Receiving Help
      • Find Your Discord Username
    • NextCloud
    • The #osoc Emoji
    • Big Blue Button: Video Calls
    • Deployment
    • Maps & Cartography
  • Tutorials
    • Create Crests
    • Pitching
      • Pitch and Interview Tips
      • Pitch on Discord
      • Pitch Content Tips
    • Interviews
    • Hosting
    • Deliver Like a Pro
      • Publish a Github Page
    • Conduct (Remote) Tests and Interviews with Real People + Archetypes
  • Organisers
    • How to set up oSoc for your country
      • Preparation
      • Selection
      • Practical
        • Setting Up a Remote Edition
      • Informing people
    • On-site editions: 4 weeks of well-organised serendipity
      • Calendar Example Remote Edition (BE)
        • Week 1: Explore
          • Day 1: Welcome (to the Madness 😏)
          • Day 2: Meet the Client + Prepare for Hackathon
          • Day 3: Hackathon & Pitching
          • Day 4: Pitch & Battle Plan
        • Week 2: Build
          • Day 1: Build, test, document + Learn how to vlog
          • Day 2: Build, test, document
          • Day 3: Build, test, document, ship
          • Day 4: Pitch & Battle Plan
        • Week 3: Build more
          • Day 1: Build, test, document + How to deploy
          • Day 2: Day off!
          • Day 3: Build, test, document, ship
          • Day 4: Pitch & Battle Plan
        • Week 4: Deliver
          • Day 1: Ship ship ship
          • Day 2: Pitch pitch pitch
          • Day 3: Delivery Day
          • Day 4: Demo Day
      • Kick-off day 1 (or chaos day)
      • Hackathon day 2 — 4
      • Build — week 2
      • Build — week 3
      • Delivery week — week 4
      • Evaluation — follow-up
    • Taking over the world
    • Salary & Reimbursements
    • Managing teams
  • test
Powered by GitBook
On this page
  • Libraries (JavaScript)
  • Tools
  • OpenStreetMap
  • Routing
  • Open-data

Was this helpful?

  1. Tools & Resources

Maps & Cartography

Libraries (JavaScript)

  • Leaflet: https://leafletjs.com/ Plain and Simple. Good solution if you want a simple map with a few markers and/or GeoJSON data.

  • OpenLayers: https://openlayers.org/ Swiss knife. Good solution if you want a map more complex features (WMS, WFS, ...).

  • MapLibre: https://maplibre.org/ Open-source fork of Mapbox library.

Tools

OpenStreetMap

You need a map, you need a database with (geographical) data from all over the World, don't go any further, OpenStreetMap is the solution.

  • Main website: https://www.openstreetmap.org/

  • Wiki: https://wiki.openstreetmap.org/

  • API: https://overpass-api.de/ (playground: https://overpass-turbo.eu/)

If you need help, contact Belgian community via https://openstreetmap.be/en/contact.html There are also most likely members of the Belgian community that are part of osoc, ask around.

Routing

The following services are based on OpenStreetMap data.

  • openrouteservice: https://openrouteservice.org/

  • GraphHopper: https://www.graphhopper.com/

  • Open Source Routing Machine (OSRM): http://project-osrm.org/

  • ...

Open-data

  • Geoportal of the Belgian federal institutions: https://www.geo.be/

  • Geopunt (Flanders - Vlaanderen): https://www.geopunt.be/catalogus

  • Géoportail de la Wallonie (Wallonia - Wallonie): https://geoportail.wallonie.be/catalogue-donnees-et-services

  • bric.brussels (Brussels - Bruxelles - Brussel): https://bric.brussels/en/our-solutions/urbis-solutions

  • ...

PreviousDeploymentNextCreate Crests

Last updated 2 years ago

Was this helpful?