Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. PROJCS["NAD83_Lambert_Conformal_Conic_CN",GEOGCS["GCS_North_American_1983",DATUM["North_American_Datum_1983",SPHEROID["Geodetic_Reference_System_of_1980",6378137,298.2572221008916]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",33],PARAMETER["standard_parallel_2",60],PARAMETER["latitude_of_origin",43],PARAMETER["central_meridian",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1]]
  2.  
  3. INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text,srtext) values ( 94326, 'epsg', 94326, '+proj=lcc +lat_1=33 +lat_2=60 +lat_0=43 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs', 'PROJCS["NAD83_Lambert_Conformal_Conic_CN",GEOGCS["GCS_North_American_1983",DATUM["North_American_Datum_1983",SPHEROID["Geodetic_Reference_System_of_1980",6378137,298.2572221008916]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",33],PARAMETER["standard_parallel_2",60],PARAMETER["latitude_of_origin",43],PARAMETER["central_meridian",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1]]');
  4.  
  5. ogr2ogr -f "PostgreSQL" PG:"host=1.1.1.1 user=geotest dbname=dbname password=password" LRS_DATUM.shp -a_srs "EPSG:94326"
  6.  
  7. ERROR 6: EPSG PCS/GCS code 94326 not found in EPSG support files. Is this a val
  8. id EPSG coordinate system?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement