read a shapefile projection file delimiters
Posted: Sat Dec 03, 2011 8:20 pm
any thoughts on how to separate the information within this file
file data withing the lines below:
--------------------------------------------------------------------------------------------------------------------------
PROJCS["NAD_1927_StatePlane_Ohio_South_FIPS_3402",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",2000000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-82.5],PARAMETER["Standard_Parallel_1",38.73333333333333],PARAMETER["Standard_Parallel_2",40.03333333333333],PARAMETER["Latitude_Of_Origin",38.0],UNIT["Foot_US",0.3048006096012192]]
--------------------------------------------------------------------------------------------------------------------------
example of data that need to be striped out
PROJCS["NAD_1927_StatePlane_Ohio_South_FIPS_3402",
i need info within the "" along with the header PROJCS for example
file data withing the lines below:
--------------------------------------------------------------------------------------------------------------------------
PROJCS["NAD_1927_StatePlane_Ohio_South_FIPS_3402",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",2000000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-82.5],PARAMETER["Standard_Parallel_1",38.73333333333333],PARAMETER["Standard_Parallel_2",40.03333333333333],PARAMETER["Latitude_Of_Origin",38.0],UNIT["Foot_US",0.3048006096012192]]
--------------------------------------------------------------------------------------------------------------------------
example of data that need to be striped out
PROJCS["NAD_1927_StatePlane_Ohio_South_FIPS_3402",
i need info within the "" along with the header PROJCS for example