Closed michaelmarshall closed 3 years ago
all we need is to store the data as geospatial data can later do visualizations
https://stackoverflow.com/a/65293118/13888168
steps to install postgis on docker container.
&& apt-get install postgresql-12-postgis-3 -y \
-> this line needs to be
&& apt-get install postgresql-14-postgis-3 -y \
as we are using postgres v14
resources: https://www.youtube.com/watch?v=hMn74o11wdk https://postgis.net/