Learn practical skills, build real-world projects, and advance your career

import Packages

import json
import os
import numpy as np
import pandas as pd
import geopandas as gpd
import plotly.express as px

from plotly import graph_objects as go
from shapely.geometry import LineString, Point

Data Reading

Read JSON files
json_files_path = '\\'.join(os.getcwd().split('\\')[:-1]) + '\\data\\json_files'