Learn to convert a GEOJSON to ESRI SHAPEFILE with PYTHON

How to convert a GeoJSON file into an ESRI Shapefile easily

A geospatial developer has to know how to convert a format into another. Let’s learn how to convert a GeoJSON file into an ESRI Shapefile easily using our best triplet: Python, VS Code and Docker!

Download the file to convert here: https://gist.github.com/mastershadow/30c119d0ace9348e4b17972de4c6ce1f


🐍 What is Python?

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.

πŸ‘©β€πŸ’» What is Visual Studio Code?

Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft with the Electron Framework, for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Users can change the theme, keyboard shortcuts, preferences, and install extensions that add functionality.

πŸ—ΊοΈ Tales from the GIS?

Tales from the GIS is a geospatial journey into the fascinating world of Geographic Information Systems, telling you stories about nature and world.

Related