; The cave registry is organised around the 3 guidebooks covering the North of England which are: ; NC1-WharfedaleAndNorthEast (east and north-east) ; NC2-ThreePeaks (middle, including caves on Whernside, Penyghent and Ingleborough) ; NC3-ThreeCounties (west, including Easegill and as far over as East Kingsdale and Scales Moor) *begin NC1-NC2-NC3-AllNorthernCaves ; include all caves in NC1 NC2 NC3 Northern Caves guidebook areas *cs OSGB:SD *cs out EPSG:27700 ; 15.4.21 - Becka replaced "*cs out OSGB:SD" with this on Patrick's advice: "EPSG:27700 gets the output into the coordinate reference system that's used by the Ordnance Survey and will be recognised by the QGIS import plugin". In aven "the eastings and northings should be recognisable as the SD coordinates plus extra leading digits for the fully numeric OSGB coordinate system." ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;This automatically applies correction for magnetic declination and grid north to all included surveys ;Any files where the declination has ALREADY been applied (eg most data in EaseGill) should have its *include ABOVE this *declination line so that line does not apply *declination auto 67101 77807 373 ; Coordinates for Notts Pot ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *include NC1-WharfedaleAndNorthEast/survexdata/wharfedaleandnortheast *include NC2-ThreePeaks/survexdata/threepeaks *include NC3-ThreeCounties/NC3-threecountiesandnorthwest *end NC1-NC2-NC3-AllNorthernCaves