Every time I try to save a layer with a new projection using 'save as' my QGIS crashes. The new files are there but they seem false. Please see two screenshots attached, one before and one after I used 'save as'. I also included a screenshot of my 'save as' page. My new projection is supposed to be centered around lat 70° but it does not seem that way. In Addition about 10 rows of data (in the form of rectangles in the screenshot and rows in my attribute table) are missing.




Please note this is also a screenshot of the areas when i changed the project projection to my custom projection, the areas still look off:

I seem to be loosing data when clipping my shape file at 89.9°.
To do this I created a new vector layer to use as a clip layer with an upper limit at 89.9°. I imported it and used the function: Vector --> geoprocessing tools --> clip. Here is a screenshot of what I entered into this function. Any ideas what I could be doing wrong? P.s. There is no 'processing completed' message at the end of this it appears to get stuck in the clipping process.



ogr2ogr -t_srs "+proj=laea +lat_0=70 +lon_0=0 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" output.shp input.shpand see if it works. If not, you can try to rebuild your shapefile by exporting it in GeoJSON, uploading to geeojson.io and downloading it as a shapefile or using GRASS's v.build (only in GRASS). There are several other data exchange solutions available (KML, GML), you can try them, too. – Gabor Farkas Sep 27 '14 at 15:15