I have a couple thousand .zip files each with a .shp, .dbf, .shx, and .prj inside them that I want to load into postgis. The problem is, they have many different source projections (each defined in the .prj file).
Is there any way to load them all at once without having to manually set the projection for each file?