<HTML>
<HEAD>
<TITLE>Working with multilinestring data - figuring out coordinates</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello-<BR>
 I'm a total newbie with this stuff so bare with me. I have a shape<BR>
files that I got into Postgres. Now I'm pulling it out and it's giving<BR>
me MULTILINESTRINGS with numbers that look like:<BR>
7509930.12510756 776667.642310877,7509924.12502675 776694.329928875<BR>
<BR>
Now, I get the feeling those are correct, but that I need to convert<BR>
them to Longitude and Latitude, and that's where I'm stuck.<BR>
<BR>
I'm pretty sure it's SRID 4326 but I can't find any info on doing<BR>
conversions from here. Maybe I'm wrong. I also found this info which<BR>
may be of help.<BR>
<BR>
+proj=lcc +lat_1=44.33333333333334 +lat_2=46 +lat_0=43.66666666666666<BR>
+lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +to_meter=0.3048<BR>
+no_defs<BR>
<BR>
I'd really appreciate some guidance. I've googled all kinds of things<BR>
and am not figuring it out.<BR>
Thanks!</SPAN></FONT>
</BODY>
</HTML>