Ankur sainiankur0213.hashnode.dev·Nov 10, 2024Building a Scalable Train Booking SystemSource Code : https://github.com/AnkursainiRD/-v2_Train_Booking_Management Day 1 Hey guys. I am starting to build a Full Stack Scalable Train Booking System. Which can handle concurrency at on its peak time. And i will add many features in future. Th...53 readsNode.js
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 22, 2024Plot GeoJSON on Your Blog PostsIf you wonder how to plot GeoJSON data on your blog posts, here is a simple example. In this blog post, I will show how to plot Microsoft Azure regions on a map using the Leaflet.js JavaScript library. Motivation I am currently not using Microsoft Az...Azure
NITYOM TIKHEnityomrr.hashnode.dev·Aug 17, 2024Introduction to Mapbox and GeoJSON.io in Web TechnologiesWeb development is ever-evolving, and tools like Mapbox and GeoJSON.io have made it easier to integrate interactive maps and geospatial data into your web applications. Whether you're building a simple location-based service or a complex geospatial a...2 likesmaps
Alexander Koloboviamaleko.hashnode.dev·Oct 23, 2023Working with Geospatial Data: A Story About Implementing Our Own Reverse GeocodingIn software development, one often encounters intriguing challenges, particularly when operating under stringent resource constraints and striving to minimize costs before the MVP proves its value. In such situations, the choice of algorithms and app...60 likes·92.8K readsGeoJSON
Arnaud Dagneliesblog.angelside.net·May 15, 2023Extracting addresses from OpenStreetMapsWhy? Because there is no worldwide quality source for addresses! Really, that's no joke. There are many commercial providers for "industrialized countries" of variable quality/pricing but worldwide coverage is lacking, the data formats are diverse ...682 readsopenstreetmap
Tarek Jellaliblog.tarekjellali.com·Feb 23, 2023Convert KML to GeoJSON in your browser or NodeJS appHello good people! In this short article, we're going to convert KML files to the GeoJSON format. The main takeaway aside from discovering something new is that I'll tell you about the popular solution, and then I'll show you the new solution I had t...781 readsGeoJSON
Jafar Azizjfraziz.hashnode.dev·Sep 16, 2022Render GeoJSON with D3 on server: Serve PNG not GeoJSONBackground I have project to show thumbnail of maps from a hundreds GeoJSON files, and this is not efficient if we send geoJSON data to our client (web apps in this case). GeoJSON has a bigger size than png image in small resolution, especially for G...74 readsNode.js
freeCodeCampforfreeCodeCampfreecodecamp.org·Jan 3, 2020How to Visualize Air Pollution using Folium Maps - An In Depth TutorialBy Bert Carremans In my previous story on forecasting air pollution, I looked into using recurrent neural networks (RNN and LSTM) to forecast air pollution in Belgium. As a small side project, I thought it would be interesting to plot the air polluti...Data Science