Skip to content

Instantly share code, notes, and snippets.

View tredpath's full-sized avatar

Travis Redpath tredpath

View GitHub Profile
@tredpath
tredpath / test_s_srs.prj
Created July 30, 2020 00:52
Example projections for gdaltransform
PROJCS["unnamed",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4269"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-115],PARAMETER["scale_factor",0.9992],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["METERS",1],AXIS["Easting",EAST],AXIS["Northing",NORTH]]
@tredpath
tredpath / TestIntel.cpp
Created November 21, 2016 04:51
Testing vector type with Intel compiler
#include <vector>
#include <string>
using namespace std;
struct Foo
{
Foo() { }
Foo(const Foo& type)