<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hi</div>
</div>
<div name="messageSignatureSection"><br />
<div dir="auto">Sent with a <a href="https://sparkmailapp.com/source?from=signature" target="_blank">Spark</a></div>
</div>
<div name="messageReplySection">
<div dir="auto">On 10 Dec 2021, 11:17 +0200, Zibusiso Ncube <ncubezedm@gmail.com>, wrote:</div>
<blockquote style="border-left: thin solid rgb(26, 188, 156); margin: 5px; padding-left: 10px;">Good Day,<br />
<br />
I have a MySQL db instance that I am "replicating" (also a means to clean up my data via python) to a postgres instance. </blockquote>
<div dir="auto">If your data doesn't have any relations you can use ogr2ogr to migrate it from mysql to Postgresql tables. If it has relations you will need to find a tool that allows you to convert between the two.</div>
<blockquote style="border-left: thin solid rgb(26, 188, 156); margin: 5px; padding-left: 10px;">initial i was creating  a points layers using lat and long fields in my db using SQLview using<br />
<br />
<strong><em>ST_SETSRID(ST_POINT(point_longitude, point_latitude), 4326) as the_geom </em></strong>I have some data that has 4 coordinate points and these are the corners of ploygons/areas of interest. Is it possible to use SQLviews in Geoserver to create polygons?<br />
<br />
Has someone tried this? How best can one do this?</blockquote>
<div dir="auto">If your question is more about can Geoserver SQL views achieve this then yes it can.</div>
<blockquote style="border-left: thin solid rgb(26, 188, 156); margin: 5px; padding-left: 10px;"><br />
can i use something along the lines off...<br />
<br />
<strong><em>ST_SETSRID(ST_POLYGON(point1xy, point2xy...pointZxy), 4326) as the_geom </em></strong></blockquote>
<div dir="auto"><strong><em>This sounds more like a question of how to write the SQL to achieve this. The Postgresql documentation has nice examples of this ie </em></strong><br />
https://postgis.net/docs/ST_MakePolygon.html<br />
<br />
<strong><em> Alternatively you can check some of the answers on stack exchange as they provide solutions to this question i.e  </em></strong>https://stackoverflow.com/questions/19046642/convert-points-to-polygon-using-postgis</div>
<blockquote style="border-left: thin solid rgb(26, 188, 156); margin: 5px; padding-left: 10px;"><strong><em>?</em></strong>Regards<br />
<br />
Zibusiso M Ncube<br />
<br />
_______________________________________________<br />
Africa mailing list<br />
Africa@lists.osgeo.org<br />
You can UNSUBSCRIBE at https://lists.osgeo.org/mailman/listinfo/africa</blockquote>
</div>
</body>
</html>