...
×

Projectionuesser is a projection guesser. One of the joys of map making is getting a shapefile without a projection. We eventually decided to stop doing those puzzles manually and wrote something that harnesses the power of PostGIS to try every single projection in its database. While imagining how you'd evaluate the projection guesses we suspected that it could also look a bit strange and whimsical. Click "Demo" to see.

If you have a shp with an unknown projection:

  1. Zip your .shp + .shx (you don't need the dbf).
  2. Drag the .zip onto the map.
    • Wait.
    • Continue to wait.
    • Enjoy the psychedelic painting.
  3. Zoom in to where you think your shape should be.
  4. Click on the shape that looks correct.
  5. Click on the .prj link (thanks epsg.io!).
  6. Save the contents of that page to your .prj file. (Rename it to match that of your .shp)

Works best with single polygons, as simplified as possible. Todo: sieve by size, …

Fork on github
Hat tip: PostGIS, OGR, PROJ4, epsg.io

?