pure JS WiFi QR Code Generator — Read on qifi.org/ LPT: Make a QR code that will automatically connect your house guests to the WiFi when scanned. Then print it out and put wherever works. I like to use this [website](https://qifi.org/), but there are a number of others that work […]
First Practice Exam for GISP Certification Released – GIS Lounge
Python multithreading for beginners
www.reddit.com/r/learnpython/comments/6u2opf/python_multithreading_for_beginners/ Python Multithreading for Beginners Hey guys, this playlist covers Python multithreading aimed towards beginners. I worked really, really hard to create demonstrable examples that show what each aspect of Python multithreading does. Threads, Locks, Events, Deamon Threads, Queues, Subclassing threads are all covered. In the future I will cover […]
Announcing the first beta release of the ArcGIS Maps SDK for game engines
Mobile GIS and Mapping Applications with Leaflet – Geospatial Brainstorming
Fast geometry in geometry lookup for large GeoJSONs
github.com/simonepri/geojson-geometries-lookup This package actually uses turfJS’s booleanContains to check if a geometry is contained into another. What the package does is to pre-process the GeoJSON creating a lookup table for each kind of geometry using an R-Tree. Then it uses each R-Tree to fastly choose appropriate candidates to be checked […]
Snapchat-like augmented reality filters using Python
Displaying a map in a Django Webapp (1/3): Creating a GIS database with PostgreSQL and PostGIS
To avoid making this tutorial too long to read and follow, I’ve preferred to split it into three parts: In the following I’m going to demonstrate how I’ve installed PostgreSQL (on both Windows and… — Read on medium.com/@h4k1m0u/displaying-a-map-in-a-django-webapp-1-3-creating-a-gis-database-with-postgresql-and-postgis-e596d3c2310
Open Source Free/Low Cost Geospatial Stack on AWS with SSL
Open Source Free/Low Cost Geospatial Stack on AWS with SSL — Read on sanozmen.github.io/portfolio/openSourceGeoStackAWS.html A Walk-through for Building an Open Source Web GIS Stack on AWS Hey r/gis community, I would like to share a walk-through I recently prepared for building an open source Geo-spatial stack (Geoserver,PostGIS) on the cloud […]