├── README.md └── qgis_sample_data ├── climate ├── climate.dbf ├── climate.prj ├── climate.shp └── climate.shx ├── csv └── elevp.csv ├── gml ├── lakes.gfs ├── lakes.gml └── lakes.xsd ├── gps └── national_monuments_wgs84.gpx ├── grassdata └── alaska │ ├── PERMANENT │ ├── .bash_history │ ├── .bashrc │ ├── DEFAULT_WIND │ ├── PROJ_INFO │ ├── PROJ_UNITS │ ├── VAR │ ├── WIND │ └── windows │ │ └── previous_zoom │ └── demo │ ├── .bash_history │ ├── .bashrc │ ├── VAR │ ├── WIND │ ├── cats │ └── gtopo30 │ ├── cell │ └── gtopo30 │ ├── cell_misc │ └── gtopo30 │ │ ├── f_format │ │ ├── f_quant │ │ ├── f_range │ │ └── null │ ├── cellhd │ └── gtopo30 │ ├── colr │ └── gtopo30 │ ├── dbf │ ├── airports.dbf │ ├── alaska.dbf │ └── rivers.dbf │ ├── fcell │ └── gtopo30 │ ├── hist │ └── gtopo30 │ └── vector │ ├── airports │ ├── cidx │ ├── coor │ ├── dbln │ ├── head │ ├── hist │ └── topo │ ├── alaska │ ├── cidx │ ├── coor │ ├── dbln │ ├── head │ ├── hist │ └── topo │ └── rivers │ ├── cidx │ ├── coor │ ├── dbln │ ├── head │ ├── hist │ └── topo ├── projects ├── relations.qgs └── relations.qgs~ ├── raster ├── SR_50M_alaska_nad.tif ├── SR_50M_alaska_nad.tif.aux.xml ├── colortable_landcover.txt ├── landcover.img └── landcover.img.aux.xml └── shapefiles ├── airports.cpg ├── airports.dbf ├── airports.prj ├── airports.shp ├── airports.shx ├── alaska.dbf ├── alaska.prj ├── alaska.shp ├── alaska.shx ├── builtups.dbf ├── builtups.prj ├── builtups.shp ├── builtups.shx ├── grassland.dbf ├── grassland.prj ├── grassland.shp ├── grassland.shx ├── lakes.dbf ├── lakes.prj ├── lakes.shp ├── lakes.shx ├── landice.dbf ├── landice.prj ├── landice.shp ├── landice.shx ├── majrivers.dbf ├── majrivers.prj ├── majrivers.shp ├── majrivers.shx ├── pipelines.dbf ├── pipelines.prj ├── pipelines.shp ├── pipelines.shx ├── popp.dbf ├── popp.prj ├── popp.shp ├── popp.shx ├── railroads.dbf ├── railroads.prj ├── railroads.shp ├── railroads.shx ├── regions.cpg ├── regions.dbf ├── regions.prj ├── regions.qpj ├── regions.shp ├── regions.shx ├── rivers.dbf ├── rivers.prj ├── rivers.shp ├── rivers.shx ├── storagep.dbf ├── storagep.prj ├── storagep.shp ├── storagep.shx ├── swamp.dbf ├── swamp.prj ├── swamp.shp ├── swamp.shx ├── trails.dbf ├── trails.prj ├── trails.shp ├── trails.shx ├── trees.dbf ├── trees.prj ├── trees.shp ├── trees.shx ├── tundra.dbf ├── tundra.prj ├── tundra.shp └── tundra.shx /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | All data are projected in Alaska Albers Equal Area with (unit feet) 4 | unless otherwise specified (EPSG Code 2964). The dataset contains a 5 | collection of geodata from several sources with different licenses. 6 | These licenses have to be respected by the user. 7 | 8 |

1) GTOPO30 - Alaska elevation model (GRASS)

9 | 10 | Information on GTOPO30 data (global digital elevation model (DEM) with a 11 | horizontal grid spacing of 30 arc seconds (1 kilometer) 12 | are available at: 13 |
14 | http://edc.usgs.gov/products/elevation/gtopo30/gtopo30.html 15 | 16 |

3) AVHRR Global Land Cover Classification (ERDAS IMG)

17 | 18 | Information on AVHRR data (Global Land Cover Classification) are available at: 19 |
20 | http://glcf.umiacs.umd.edu/data/landcover/description.shtml 21 |
22 | The data are classified and colored according to information from glcf. Both 23 | color and reclass tables are provided with the data. 24 | 25 |

4) VMAP0 - Vector Map Level 0 from 09/2000 (Shape)

26 | 27 | The VMAP0 dataset has been converted from VPF format to SHP format 28 | and kindly provided by Andras Fabian. Then the data were adapted for alaska 29 | dataset. For further information about the original dataset, please refer to 30 |
31 | http://gis-lab.info/qa/vmap0-eng.html 32 |
33 | Layers included in the alaska dataset are: 34 | 51 | 52 |

5) GADM Shape - Regions of Alaska

53 | 54 | This layer was extracted and reprojected based on the GADM dataset 55 | http://www.gadm.org/ of the United States of America. This dataset is 56 | freely available for academic and other non-commercial use. 57 | 58 |

6) CVS table - 150 random elevation points for Alaska

59 | 60 | This layer was generated from the gtopo30 dataset in GRASS and can 61 | be used with the delimited text and the interpolation plugin in QGIS. 62 | 63 |

7) GPS - waypoints in GPX format

64 | 65 | This layer was created for the QGIS demo dataset using the 66 | digitizing feature of the QGIS GPS plugin. The waypoints show 4 national 67 | monuments in Alaska. The CRS of the gpx file is latlon, WGS84. 68 | 69 |

8) GRASS mapset

70 | 71 | A collection of vector and raster layers was created for the QGIS demo dataset. 72 | The vector layers were derived from VMAP0 data. The raster layer is the gtopo30 73 | layer described in item 1). 74 | 75 |

9) GML layer

76 | 77 | A polygon type GML layer of the alaska lakes. The vector layer was derived from 78 | VMAP0 data. 79 | 80 |

10) Shape layer with Climate Data

81 | 82 | A point shape layer with some climate data for the diagram overlay feature 83 | collected from http://climate.gi.alaska.edu/Climate/Temperature/mean_temp.html. 84 | 85 | 90 | 91 |

11) Hillshade GeoTiff

92 | 93 | An exctract of the Natural Earth global shaded relief from 94 | http://www.naturalearthdata.com/downloads/50m-raster-data/50m-shaded-relief/. 95 | 96 | 97 | 98 | -------------------------------------------------------------------------------- /qgis_sample_data/climate/climate.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/climate/climate.dbf -------------------------------------------------------------------------------- /qgis_sample_data/climate/climate.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers_Equal_Area",GEOGCS["GCS_clark66",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/climate/climate.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/climate/climate.shp -------------------------------------------------------------------------------- /qgis_sample_data/climate/climate.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/climate/climate.shx -------------------------------------------------------------------------------- /qgis_sample_data/csv/elevp.csv: -------------------------------------------------------------------------------- 1 | X;Y;ELEV 2 | -300120;7689960;13 3 | -654360;7562040;52 4 | 1640;7512840;3 5 | -775720;7496440;49 6 | -756040;7489880;49 7 | 362440;7453800;3 8 | 4920;7450520;49 9 | 549400;7447240;49 10 | -287000;7427560;118 11 | -624840;7414440;98 12 | 300120;7381640;98 13 | 985640;7375080;98 14 | 391960;7345560;29 15 | -880680;7342280;173 16 | -467400;7329160;144 17 | -67240;7329160;98 18 | 756040;7302920;406 19 | 1149640;7296360;1036 20 | 483800;7293080;416 21 | 565800;7257000;213 22 | -70520;7253720;200 23 | 910200;7243880;587 24 | 1405480;7230760;2998 25 | 1346440;7224200;1945 26 | 1084040;7204520;3162 27 | 346040;7197960;131 28 | 1569480;7184840;3599 29 | 1313640;7152040;5465 30 | 1487480;7148760;4399 31 | 1576040;7112680;2440 32 | 1536680;7099560;2755 33 | 401800;7089720;498 34 | -365720;7056920;1059 35 | 542840;7056920;744 36 | -123000;7043800;403 37 | -933160;7040520;1719 38 | -391960;7030680;1043 39 | -1487480;7014280;246 40 | -542840;7014280;1079 41 | 191880;7014280;705 42 | -451000;6958520;1131 43 | 844600;6958520;4061 44 | 674040;6955240;1437 45 | -1152920;6902760;1348 46 | 1471080;6889640;3320 47 | -952840;6886360;2001 48 | -1044680;6866680;2050 49 | 234520;6840440;1158 50 | 697000;6840440;2860 51 | 1421880;6840440;2851 52 | 250920;6824040;1804 53 | 1438280;6814200;2798 54 | -788840;6797800;1847 55 | 132840;6745320;2814 56 | -824920;6728920;997 57 | 952840;6719080;4212 58 | -618280;6712520;2096 59 | -523160;6712520;2887 60 | 605160;6702680;6266 61 | -1343160;6692840;337 62 | 264040;6683000;3280 63 | 1107000;6683000;2624 64 | -533000;6656760;1791 65 | -1228360;6643640;1499 66 | 306680;6623960;2178 67 | -1451400;6587880;9 68 | -270600;6558360;2805 69 | 237800;6545240;2883 70 | -838040;6535400;2319 71 | -428040;6512440;2916 72 | 811800;6512440;4468 73 | -372280;6469800;3471 74 | 618280;6469800;2824 75 | 1579320;6469800;843 76 | 929880;6430440;2103 77 | 674040;6423880;3395 78 | 972520;6410760;2631 79 | -172200;6404200;2936 80 | 1034840;6404200;1135 81 | -546120;6400920;1899 82 | 388680;6377960;4002 83 | -903640;6338600;1023 84 | -487080;6335320;1148 85 | 1559640;6332040;859 86 | -1221800;6328760;111 87 | 1497320;6286120;538 88 | -352600;6279560;1702 89 | 1097160;6266440;505 90 | -565800;6263160;196 91 | -31160;6263160;1850 92 | -854440;6243480;160 93 | 1284120;6191000;419 94 | 136120;6181160;1558 95 | 1303800;6131960;436 96 | 933160;6105720;961 97 | 375560;6082760;518 98 | 382120;6063080;538 99 | 1421880;6059800;531 100 | 1067640;6036840;393 101 | 1175880;6020440;419 102 | 1218520;6020440;442 103 | 1838440;6017160;1532 104 | 77080;5997480;452 105 | -123000;5977800;551 106 | -24600;5964680;951 107 | -1457960;5954840;39 108 | 1553080;5948280;941 109 | 126280;5889240;705 110 | 185320;5843320;1036 111 | -487080;5833480;196 112 | 1779400;5813800;948 113 | 1005320;5810520;2395 114 | 1592440;5800680;1607 115 | 920040;5738360;1400 116 | 1956520;5735080;2995 117 | 303400;5731800;2395 118 | -697000;5708840;1000 119 | -280440;5708840;183 120 | -1002040;5702280;672 121 | -1858120;5656360;754 122 | -182040;5620280;1466 123 | 372280;5561240;239 124 | -811800;5525160;1538 125 | 1067640;5525160;1404 126 | 1133240;5521880;1302 127 | -175480;5518600;705 128 | 1061080;5492360;803 129 | 1454680;5472680;3805 130 | -1543240;5446440;29 131 | -1362840;5433320;1105 132 | 50840;5423480;935 133 | 405080;5423480;492 134 | -149240;5410360;196 135 | 1202120;5407080;1046 136 | -1362840;5393960;777 137 | 1366120;5377560;1850 138 | 382120;5374280;495 139 | 1920440;5361160;2247 140 | -136120;5334920;291 141 | 1510440;5325080;2198 142 | -2727320;5298840;49 143 | -100040;5266040;859 144 | -346040;5252920;718 145 | 1392360;5246360;1079 146 | -946280;5216840;1197 147 | 1654760;5207000;2499 148 | 2025400;5203720;2424 149 | 1661320;5121720;1801 150 | -2533800;5088920;42 151 | -208280;5079080;1217 152 | -------------------------------------------------------------------------------- /qgis_sample_data/gml/lakes.gfs: -------------------------------------------------------------------------------- 1 | 2 | 3 | lakes 4 | lakes 5 | 6 | 15 7 | -1829520.49845 8 | 967395.73710 9 | 2714990.22347 10 | 7566011.26771 11 | 12 | 13 | cat 14 | cat 15 | Integer 16 | 17 | 18 | NAMES 19 | NAMES 20 | String 21 | 18 22 | 23 | 24 | AREA_MI 25 | AREA_MI 26 | Real 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /qgis_sample_data/gml/lakes.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /qgis_sample_data/gps/national_monuments_wgs84.gpx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Admiralty Island National Monument 5 | Pack Creek 6 | Digitized in QGIS 7 | http://www.fs.fed.us/r10/tongass/districts/admiralty/ 8 | 500 9 | 10 | 11 | Katmai National Park 12 | Digitized in QGIS 13 | http://www.katmai.national-park.com/ 14 | 15 | 16 | Cape Krusenstern National Monument 17 | Digitized in QGIS 18 | http://www.nps.gov/cakr/ 19 | 20 | 21 | Misty Fjords National Monument 22 | Digitized in QGIS 23 | http://www.fs.fed.us/r10/tongass/forest_facts/resources/wilderness/misty.shtml 24 | 25 | 26 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/.bash_history: -------------------------------------------------------------------------------- 1 | ls 2 | g.proj -p 3 | g.setproj 4 | ls 5 | r.proj -l -h 6 | r.proj -l in= out= loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 7 | r.proj in=gtopo out=gtopo loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 8 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 9 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ -h 10 | g.region 11 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ -h 12 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ -n 13 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 14 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 15 | d.mon x0 16 | tar xvzf wake-spft.tar.gz 17 | tar xvzf wake-spm.tar.gz 18 | ls 19 | g.region -p 20 | g.proj -p 21 | ls 22 | cd alaska2/ 23 | ls 24 | cd PERMANENT/ 25 | ls 26 | vim DEFAULT_WIND 27 | g.region -p 28 | g.region -d 29 | g.region -p 30 | vim DEFAULT_WIND 31 | g.region -d 32 | g.region -p 33 | g.region res=3280 -ap 34 | g.region -h 35 | g.region -s 36 | d.erase 37 | g.region -dp 38 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 39 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ -o 40 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o 41 | v.proj -l in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o 42 | v.proj -l in=airports out=airports loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o 43 | v.proj in=airports out=airports loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 44 | v.proj in=alaska out=alaska loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 45 | v.proj in=rivers out=rivers loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 46 | qgis 47 | ls 48 | cd 49 | v.out.ogr dsn=. in=alaska out=test 50 | v.out.ogr dsn=. in=alaska olayer=test 51 | v.out.ogr dsn=. in=alaska olayer=test type=area 52 | qgis test.shp 53 | ls 54 | r.proj in=landcover out=landcover loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ 55 | g.proj -p 56 | g.region res=394 -ap 57 | r.proj in=landcover out=landcover loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o 58 | g.list rast 59 | r.mapcalc "gtopo30_feet = gtopo30 / 0.3048006096012192" 60 | g.region rast=gtopo30 -ap 61 | r.mapcalc "gtopo30_feet = gtopo30 / 0.3048006096012192" 62 | d.mon x0 63 | d.rast gtopo30_feet 64 | r.colors gtopo30_feet col=gyr 65 | d.erase 66 | d.rast gtopo30_feet 67 | d.what.rast 68 | r.colors gtopo30_feet col=srtm 69 | d.what.rast 70 | d.rast gtopo30_feet 71 | d.what.rast 72 | for i in airports elevp landice popp storagep trees alaska grassland majrivers railroads swamp tundra builtups lakes pipelines rivers trails ; do v.proj in=$i out=$i loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o; ; done 73 | for i in airports elevp landice popp storagep trees alaska grassland majrivers railroads swamp tundra builtups lakes pipelines rivers trails ; do v.proj in=$i out=$i loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o ; done 74 | g.list vect 75 | ls 76 | g.list vect 77 | cd .. 78 | cd qgis_sample_data_feet/ 79 | ls 80 | cd raster/ 81 | ls 82 | rm -rf landcover2.tif landcover.tfw landcover.tif 83 | ls 84 | d.mon x0 85 | d.rast landcover 86 | d.what.rast 87 | d.rast landcover cat=0 88 | ls 89 | less colortable_landcover.txt 90 | vim colortable_landcover.txt 91 | r.colors landcover col=rules < colortable_landcover.txt 92 | d.erase 93 | d.rast landcover 94 | ls 95 | r.out.tiff -tpl in=landcover out=landcover.tif compression=packbit 96 | ls 97 | qgis landcover.tif 98 | r.out.gdal format=HFA type=byte in=landcover out=landcover.img 99 | r.out.gdal format=HFA type=Byte in=landcover out=landcover.img 100 | l 101 | ls 102 | qgis landcover.img 103 | ls -l 104 | ls 105 | qgis landcover.tif 106 | ls 107 | rm -f landcover.tfw landcover.tif 108 | ls 109 | g.list rast 110 | g.remove rast=gtopo30,landcover 111 | g.list rast 112 | g.rename rast=gtopo30_feet,gtopo30 113 | g.list rast 114 | d.erase 115 | d.rast gtop030 116 | d.rast gtopo30 117 | r.info -r gtopo30 118 | r.proj in=gtopo30 out=gtopo30 loc=alaska mapset=demo dbase=/arbeit/grassdata/qgis_sample_data/grassdata/ --o 119 | g.list rast 120 | r.mapcalc "gtopo30_feet = gtopo30 * 1 / 0.3048006096012192" 121 | r.info -r gtopo30_feet 122 | r.mapcalc "gtopo30_feet = gtopo30 * 0.3048006096012192" 123 | r.info -r gtopo30_feet 124 | r.info -r gtopo30 125 | d.histogram gtopo30 126 | d.mon x0 127 | d.histogram gtopo30 128 | d.erase 129 | d.rast gtopo30 130 | d.rast gtopo30 val=1-5000 131 | d.rast gtopo30 cat=1-5000 132 | d.rast gtopo30 cat=1-50 133 | d.rast gtopo30 cat=5000- 134 | r.info -r gtopo30 135 | r.mapcalc "gtopo30b = if(gtopo30 < 6200)" 136 | r.colors gtopo30b col=srtm 137 | d.erase 138 | d.rast gtopo30b 139 | r.mapcalc "gtopo30b = if(gtopo30 < 6200,gtopo30,null())" 140 | d.erase 141 | r.colors gtopo30b col=srtm 142 | d.rast gtopo30b 143 | r.info -r gtopo30b 144 | r.mapcalc "gtopo30_feet = gtopo30b * 1 / 0.3048006096012192" 145 | r.info -r gtopo30_feet 146 | g.listr ast 147 | g.list rast 148 | g.remove rast=gtopo30b,gtopo30 149 | g.rename rast=gtopo30_feet,gtopo30 150 | d.erase 151 | d.rast gtopo30 152 | r.colors gtopo30 col=srtm 153 | d.erase 154 | d.rast gtopo30 155 | g.region rast=gtopo30 -ap 156 | d.erase 157 | d.rast gtopo30 158 | ls 159 | g.list vect 160 | cd alaska/ 161 | ls 162 | cd .. 163 | ls 164 | cd .. 165 | ls 166 | cd raster/ 167 | ls 168 | cd .. 169 | ls 170 | cd vmap0_shapefiles/ 171 | ls 172 | g.list vect 173 | v.out.ogr dsn=. in=airports olayer=airports type=point 174 | soffice airports.dbf 175 | g.list vect 176 | echo "UPDATE airports SET ELEV=(ELEV*3) WHERE cat>0;" | db.execute 177 | db.select airports 178 | echo "UPDATE elevp SET ELEV=(ELEV*3) WHERE cat>0;" | db.execute 179 | db.select elevp 180 | ls 181 | rm -f * 182 | ls 183 | db.select elevp | more 184 | g.list vect 185 | db.select rivers 186 | db.select rivers | more 187 | db.dropcol -f tabel=rivers 188 | db.dropcol -f tabel=rivers col=cat_ 189 | db.dropcol -f table=rivers col=cat_ 190 | db.dropcol -f table=alaska col=cat_ 191 | db.dropcol -f table=airports col=c 192 | db.select rivers | more 193 | db.select alaska | more 194 | db.dropcol -f table=alaska col=AREAKM2 195 | v.db.addcol alaska col='AREA_MILES' 196 | v.db.addcol alaska col='AREA_MILES double precision' 197 | db.select alaska | more 198 | v.to.db -h 199 | v.to.db alaska opt=area units=mi 200 | v.db.addcol alaska col='AREA_MI double precision' 201 | db.dropcol -f table=alaska col=AREA_MILES 202 | v.to.db alaska opt=area units=mi col=AREA_MI 203 | db.select alaska | more 204 | ls 205 | g.list vect 206 | db.select builtups | more 207 | db.dropcol -f table=builtups col=cat_ 208 | g.list vect 209 | for i in alaska rivers lakes elevp grassland landice majrivers pipelines popp railroads storagep swamp trails trees tundra ; do db.dropcol -f table= col=cat_ ; done 210 | ls 211 | g.list vect 212 | v.out.ogr -h 213 | g.list vect 214 | v.out.ogr dsn=. in=alaska olayer=alaska type=area 215 | v.select -h 216 | v.extract -h 217 | v.extract in=alaska out=alaska2 where='AREA_MI > 5' 218 | v.extract in=alaska out=alaska2 where='AREA_MI > 10' --o 219 | v.extract in=alaska out=alaska2 where='AREA_MI > 50' --o 220 | d.vect alaska2 fcol=none 221 | ls 222 | g.remove vect=alaska2 223 | ls 224 | g.list vect 225 | v.out.ogr dsn=. in=builtups olayer=builtups type=area 226 | v.out.ogr dsn=. in=grassland olayer=grassland type=area 227 | v.out.ogr -c dsn=. in=grassland olayer=grassland type=area 228 | qgis grassland.shp 229 | ls 230 | rm -f * 231 | v.out.ogr -c dsn=. in=grassland olayer=grassland type=area 232 | v.out.ogr -c dsn=. in=builtups olayer=builtups type=area 233 | v.out.ogr -c dsn=. in=alaska olayer=alaska type=area 234 | g.list vect 235 | v.out.ogr -c dsn=. in=lakes olayer=lakes type=area 236 | v.out.ogr -c dsn=. in=landice olayer=landice type=area 237 | v.out.ogr -c dsn=. in=swamp olayer=swamp type=area 238 | v.out.ogr -c dsn=. in=trees olayer=trees type=area 239 | v.out.ogr -c dsn=. in=tundra olayer=tundra type=area 240 | ls 241 | ls -l 242 | g.list vect 243 | v.out.ogr -c dsn=. in=majrivers olayer=majrivers type=line 244 | v.out.ogr -c dsn=. in=pipelines olayer=pipelines type=line 245 | v.out.ogr -c dsn=. in=railroads olayer=railroads type=line 246 | v.out.ogr -c dsn=. in=rivers olayer=rivers type=line 247 | v.out.ogr -c dsn=. in=trails olayer=trails type=line 248 | ls 249 | g.list vect 250 | v.out.ogr -c dsn=. in=airports olayer=airports type=point 251 | v.out.ogr -c dsn=. in=elevp olayer=elevp type=point 252 | v.out.ogr -c dsn=. in=popp olayer=popp type=point 253 | v.out.ogr -c dsn=. in=storagep olayer=storagep type=point 254 | ls 255 | g.list vect 256 | ogrinfo --formats 257 | cd .. 258 | ls 259 | cd gml/ 260 | ls 261 | db.select lakes 262 | db.dropcol table=lakes col=cat_ 263 | db.dropcol -f table=lakes col=cat_ 264 | db.select lakes 265 | db.dropcol -f table=lakes col=AREA_KM2 266 | v.db.addcol lakes col='AREA_MI double precision' 267 | v.to.db lakes opt=area units=mi col=AREA_MI 268 | db.select lakes 269 | v.out.ogr -h 270 | v.out.ogr dsn=. in=lakes out=lakes format=GML 271 | v.out.ogr dsn=. in=lakes olayer=lakes format=GML 272 | v.out.ogr dsn=/arbeit/grassdata/qgis_sample_data_feet/gml/ in=lakes olayer=lakes format=GML 273 | ls 274 | v.out.ogr dsn=lakes in=lakes format=GML 275 | v.out.ogr -c dsn=lakes in=lakes format=GML 276 | ls 277 | rm -f * 278 | v.out.ogr -c dsn=lakes.gml in=lakes format=GML 279 | ls 280 | qgis lakes.gml 281 | rm -f * 282 | v.out.ogr -c dsn=lakes.gml in=lakes format=GML type=area 283 | ls 284 | less lakes.gml 285 | qgis lakes.gml 286 | ls 287 | g.list vect 288 | g.remove vect=lakes 289 | cd .. 290 | ls 291 | cd vmap0_shapefiles/ 292 | ls 293 | rm -f lakes* 294 | ls 295 | cd .. 296 | cd gps/ 297 | ls 298 | cd .. 299 | ls 300 | cd gml/ 301 | ls 302 | qgis lakes.gml 303 | ls 304 | cd .. 305 | ls 306 | cd raster/ 307 | ls 308 | cd .. 309 | ls 310 | cd vmap0_shapefiles/ 311 | ls 312 | less airports.gpx 313 | rm -f airports.gpx 314 | ls 315 | cd .. 316 | ls 317 | cd . 318 | cd .. 319 | ls 320 | cd grassdata/qgis_sample_data_feet/ 321 | ls 322 | cd gml/ 323 | ls 324 | cd .. 325 | cd gps/ 326 | ls 327 | qgis 328 | bg 329 | ls 330 | cd .. 331 | ls 332 | cd vmap0_shapefiles/ 333 | ls 334 | rm -rf airports* 335 | ls 336 | soffice alaska.dbf 337 | ls 338 | d.mon x0 339 | d.rast gtopo30 340 | d.zoom 341 | d.what.rast 342 | g.list vect 343 | g.remove vect=airports,alaska,builtups,elevp,grassland,landice,majrivers,pipelines,popp,railroads,rivers,storagep,swamp,trails,trees,tundra 344 | g.list rast 345 | g.remove rast=gtopo30 346 | qgis 347 | bg 348 | xkill 349 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/.bashrc: -------------------------------------------------------------------------------- 1 | test -z && . /etc/profile 2 | test -r ~/.alias && . ~/.alias 3 | PS1='GRASS 6.3.1svn (alaska):\w > ' 4 | PROMPT_COMMAND=/usr/local/grass-6.3.1svn/etc/prompt.sh 5 | export PATH="/usr/local/grass-6.3.1svn/bin:/usr/local/grass-6.3.1svn/scripts:/usr/local/bin:/usr/bin:/bin:/usr/games" 6 | export HOME="/home/dassau" 7 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/DEFAULT_WIND: -------------------------------------------------------------------------------- 1 | proj: 99 2 | zone: 0 3 | north: 79664640 4 | south: 1207040 5 | east: 8118000 6 | west: -10335280 7 | cols: 5626 8 | rows: 23920 9 | e-w resol: 3280 10 | n-s resol: 3280 11 | top: 1 12 | bottom: 0 13 | cols3: 18453280 14 | rows3: 78457600 15 | depths: 1 16 | e-w resol3: 1 17 | n-s resol3: 1 18 | t-b resol: 1 19 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/PROJ_INFO: -------------------------------------------------------------------------------- 1 | name: Albers Equal Area 2 | proj: aea 3 | datum: nad27 4 | ellps: clark66 5 | lat_1: 55 6 | lat_2: 65 7 | lat_0: 50 8 | lon_0: -154 9 | x_0: 0 10 | y_0: 0 11 | no_defs: defined 12 | nadgrids: alaska 13 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/PROJ_UNITS: -------------------------------------------------------------------------------- 1 | unit: foot 2 | units: feet 3 | meters: 0.3048006096012192 4 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/VAR: -------------------------------------------------------------------------------- 1 | DB_DRIVER: dbf 2 | DB_DATABASE: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ 3 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/WIND: -------------------------------------------------------------------------------- 1 | proj: 99 2 | zone: 0 3 | north: 3496480 4 | south: 3375120 5 | east: 3870400 6 | west: 3699840 7 | cols: 52 8 | rows: 37 9 | e-w resol: 3280 10 | n-s resol: 3280 11 | top: 1 12 | bottom: 0 13 | cols3: 52 14 | rows3: 37 15 | depths: 1 16 | e-w resol3: 3280 17 | n-s resol3: 3280 18 | t-b resol: 1 19 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/PERMANENT/windows/previous_zoom: -------------------------------------------------------------------------------- 1 | proj: 99 2 | zone: 0 3 | north: 7809680 4 | south: 1367760 5 | east: 4897040 6 | west: -7117600 7 | cols: 3663 8 | rows: 1964 9 | e-w resol: 3280 10 | n-s resol: 3280 11 | top: 1 12 | bottom: 0 13 | cols3: 3663 14 | rows3: 1964 15 | depths: 1 16 | e-w resol3: 3280 17 | n-s resol3: 3280 18 | t-b resol: 1 19 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/.bash_history: -------------------------------------------------------------------------------- 1 | g.list vect 2 | g.copy vect=airports,airports 3 | g.copy vect=rivers,rivers 4 | g.copy vect=alaska,alaska 5 | g.list rast 6 | g.copy rast=gtopo30,gtopo30 7 | r.colors gtopo30 col=srtm 8 | cd /usr/local/grass-6.3.1svn/ 9 | cd etc/colors/ 10 | ls 11 | joe srtm 12 | r.colors gtopo30 col=srtm 13 | g.list rast 14 | g.list vect 15 | g.gisenv 16 | g.list vect 17 | g.list rast 18 | rm -f elevp.csv 19 | cd .. 20 | cd vmap0_shapefiles/ 21 | ls 22 | v.in.ogr dsn=./elevp.shp out=elevp 23 | soffice elevp.dbf 24 | cd 25 | v.in.ogr dsn=./elevp.shp out=elevp 26 | v.in.ogr dsn=./elevp.shp out=elevp --o 27 | ls 28 | v.out.ogr -h 29 | g.region res=1 30 | v.to.rast in=elevp out=elevp col=cat 31 | df 32 | v.to.rast in=elevp out=elevp col=cat -h 33 | v.to.rast in=elevp out=elevp col=ELEV 34 | g.region res=10 35 | v.to.rast in=elevp out=elevp col=ELEV 36 | g.region res=100 37 | v.to.rast in=elevp out=elevp col=ELEV 38 | g.region res=1000 39 | v.to.rast in=elevp out=elevp col=ELEV 40 | d.mon x0 41 | d.rast elevp 42 | g.region vect=alaska res=10 -ap 43 | g.region vect=alaska res=100 -ap 44 | g.region vect=alaska res=1000 -ap 45 | d.erase 46 | d.rast elevp 47 | v.to.rast in=elevp out=elevp col=ELEV --o 48 | d.rast elevp 49 | g.region rast=elevp 50 | g.region rast=elevp -ap 51 | r.stats elevp 52 | g.region vect=alaska res=1 -ap 53 | d.erase 54 | v.to.rast in=elevp out=elevp col=ELEV --o 55 | g.region vect=alaska res=100 -ap 56 | v.to.rast in=elevp out=elevp col=ELEV --o 57 | g.region vect=alaska res=1000 -ap 58 | d.erase 59 | d.rast elevp 60 | v.to.rast -h 61 | v.to.rast in=elevp out=elevp use=attr col=ELEV --o 62 | d.rast elevp 63 | r.colors elevp col=gyr 64 | d.rast elevp 65 | r.stats elevp 66 | r.random -h 67 | r.random in=gtopo30 out=muell n=300 68 | r.random in=gtopo30 rast=muell n=300 69 | g.region rast=gtopo30 70 | d.erase 71 | r.random in=gtopo30 rast=muell n=300 72 | d.rast muell 73 | g.region res=3280 -ap 74 | d.erase 75 | r.random in=gtopo30 rast=muell n=300 76 | r.random in=gtopo30 rast=muell n=300 --o 77 | d.erase 78 | d.rast muell 79 | r.stats -h 80 | r.stats -1g muell 81 | r.stats -h 82 | r.stats -1gnl muell 83 | r.stats -h 84 | r.stats -1gnl fs='|' muell > /arbeit/grassdata/qgis_sample_data/csv/elevp.csv 85 | r.stats -1gnl muell fs='|' > /arbeit/grassdata/qgis_sample_data/csv/elevp.csv 86 | cd /arbeit/grassdata/qgis_sample_data/csv/ 87 | ls 88 | less elevp.csv 89 | r.stats -1gnl muell fs=';' > elevp.csv 90 | kate elevp.csv 91 | vim elevp.csv 92 | ls 93 | rm -f *~ 94 | ls 95 | cd .. 96 | ls 97 | cd vmap0_shapefiles/ 98 | ls 99 | rm -rf elevp* 100 | ls 101 | cd .. 102 | ls 103 | cd .. 104 | ls 105 | g.list rast 106 | g.remove rast=muell,elevp 107 | g.list vect 108 | g.remove vect=elevp 109 | ls 110 | cd qgis_sample_data/vmap0_shapefiles/ 111 | ls 112 | g.list vect 113 | g.list rast 114 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/.bashrc: -------------------------------------------------------------------------------- 1 | test -r ~/.alias && . ~/.alias 2 | PS1='GRASS 6.4.0svn (alaska):\w > ' 3 | PROMPT_COMMAND=/usr/local/grass-6.4.0svn/etc/prompt.sh 4 | export PATH="/usr/local/grass-6.4.0svn/bin:/usr/local/grass-6.4.0svn/scripts:/usr/local/bin:/usr/bin:/bin:/usr/games" 5 | export HOME="/home/dassau" 6 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/VAR: -------------------------------------------------------------------------------- 1 | DB_DRIVER: dbf 2 | DB_DATABASE: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ 3 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/WIND: -------------------------------------------------------------------------------- 1 | proj: 99 2 | zone: 0 3 | north: 7809680 4 | south: 1367760 5 | east: 4897040 6 | west: -7117600 7 | cols: 3663 8 | rows: 1964 9 | e-w resol: 3280 10 | n-s resol: 3280 11 | top: 1 12 | bottom: 0 13 | cols3: 3663 14 | rows3: 1964 15 | depths: 1 16 | e-w resol3: 3280 17 | n-s resol3: 3280 18 | t-b resol: 1 19 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cats/gtopo30: -------------------------------------------------------------------------------- 1 | # 255 categories 2 | 3 | 4 | 0.00 0.00 0.00 0.00 5 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cell/gtopo30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/cell/gtopo30 -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/f_format: -------------------------------------------------------------------------------- 1 | type: double 2 | byte_order: xdr 3 | lzw_compression_bits: -1 4 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/f_quant: -------------------------------------------------------------------------------- 1 | round -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/f_range: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/f_range -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/null: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/cell_misc/gtopo30/null -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/cellhd/gtopo30: -------------------------------------------------------------------------------- 1 | proj: 99 2 | zone: 0 3 | north: 7809680 4 | south: 1367760 5 | east: 4897040 6 | west: -7117600 7 | cols: 3663 8 | rows: 1964 9 | e-w resol: 3280 10 | n-s resol: 3280 11 | format: -1 12 | compressed: 1 13 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/colr/gtopo30: -------------------------------------------------------------------------------- 1 | % -500 20000 2 | nv:255 3 | -500:0:0:10 -300:0:0:20 4 | -300:0:0:20 -200:0:0:70 5 | -200:0:0:70 -100:0:0:130 6 | -100:0:0:130 -50:0:0:205 7 | -50:0:0:205 0:0:191:191 8 | 0:0:191:191 0.1:57:151:105 9 | 0.1:57:151:105 100:117:194:93 10 | 100:117:194:93 200:230:230:128 11 | 200:230:230:128 500:202:158:75 12 | 500:202:158:75 1000:214:187:98 13 | 1000:214:187:98 2000:185:154:100 14 | 2000:185:154:100 3000:220 15 | 3000:220 5000:250 16 | 5000:250 20000:255 17 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/dbf/airports.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/dbf/airports.dbf -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/dbf/alaska.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/dbf/alaska.dbf -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/dbf/rivers.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/dbf/rivers.dbf -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/fcell/gtopo30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/fcell/gtopo30 -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/hist/gtopo30: -------------------------------------------------------------------------------- 1 | Wed Oct 8 12:17:36 2008 2 | gtopo30_feet 3 | PERMANENT 4 | dassau 5 | raster 6 | 7 | 8 | generated by r.mapcalc 9 | gtopo30b * 1 / 0.304801 10 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/cidx: -------------------------------------------------------------------------------- 1 |  LLL)  2 |  3 |      !!""##$$%%&&''(())**++,,--..//00112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHHIIJJKKLL -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/coor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/airports/coor -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/dbln: -------------------------------------------------------------------------------- 1 | 1 airports cat $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ dbf 2 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/head: -------------------------------------------------------------------------------- 1 | ORGANIZATION: 2 | DIGIT DATE: Oct 8 8 3 | DIGIT NAME: Tara 4 | MAP NAME: 5 | MAP DATE: Fri Jun 20 21:59:57 2008 6 | MAP SCALE: 1 7 | OTHER INFO: 8 | ZONE: 0 9 | MAP THRESH: 0.000000 10 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/hist: -------------------------------------------------------------------------------- 1 | COMMAND: v.in.ogr -o dsn="C:\Downloads\qgis_data\vmap0\airports.shp" output="airports" min_area=0.0001 snap=-1 2 | GISDBASE: C:\Downloads\qgis_data\grass 3 | LOCATION: alaska MAPSET: demo USER: Tara DATE: Fri Jun 20 21:59:57 2008 4 | --------------------------------------------------------------------------------- 5 | COMMAND: v.proj input="airports" location="alaska" mapset="demo" dbase="/arbeit/grassdata/qgis_sample_data/grassdata/" output="airports" 6 | GISDBASE: /arbeit/grassdata 7 | LOCATION: alaska2 MAPSET: PERMANENT USER: dassau DATE: Wed Oct 8 11:57:11 2008 8 | --------------------------------------------------------------------------------- 9 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/airports/topo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/airports/topo -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/cidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/alaska/cidx -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/coor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/alaska/coor -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/dbln: -------------------------------------------------------------------------------- 1 | 1 alaska cat $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ dbf 2 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/head: -------------------------------------------------------------------------------- 1 | ORGANIZATION: 2 | DIGIT DATE: Oct 8 8 3 | DIGIT NAME: Tara 4 | MAP NAME: 5 | MAP DATE: Fri Jun 20 21:52:28 2008 6 | MAP SCALE: 1 7 | OTHER INFO: 8 | ZONE: 0 9 | MAP THRESH: 0.000000 10 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/hist: -------------------------------------------------------------------------------- 1 | COMMAND: v.in.ogr -o dsn="C:\Downloads\qgis_data\vmap0\alaska.shp" output="alaska_grass" min_area=0.0001 snap=-1 2 | GISDBASE: C:\Downloads\qgis_data\grass 3 | LOCATION: alaska MAPSET: demo USER: Tara DATE: Fri Jun 20 21:52:28 2008 4 | --------------------------------------------------------------------------------- 5 | 665 input polygonsTotal area: 1.507877e+012 (661 areas)Overlapping area: 3.037274e+007 (4 areas)Area without category: 0.000000e+000 (0 areas)--------------------------------------------------------------------------------- 6 | COMMAND: v.digit map="alaska" 7 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 8 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:11:05 2008 9 | --------------------------------------------------------------------------------- 10 | COMMAND: QGIS 11 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 12 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:12:47 2008 13 | --------------------------------------------------------------------------------- 14 | COMMAND: QGIS 15 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 16 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:13:17 2008 17 | --------------------------------------------------------------------------------- 18 | COMMAND: QGIS 19 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 20 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:13:27 2008 21 | --------------------------------------------------------------------------------- 22 | COMMAND: QGIS 23 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 24 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:14:09 2008 25 | --------------------------------------------------------------------------------- 26 | COMMAND: QGIS 27 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 28 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:14:16 2008 29 | --------------------------------------------------------------------------------- 30 | COMMAND: QGIS 31 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 32 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:14:44 2008 33 | --------------------------------------------------------------------------------- 34 | COMMAND: QGIS 35 | GISDBASE: /arbeit/grassdata/qgis_data_2008_06_20/grassdata 36 | LOCATION: alaska MAPSET: demo USER: dassau DATE: Mon Sep 15 11:17:24 2008 37 | --------------------------------------------------------------------------------- 38 | COMMAND: v.proj input="alaska" location="alaska" mapset="demo" dbase="/arbeit/grassdata/qgis_sample_data/grassdata/" output="alaska" 39 | GISDBASE: /arbeit/grassdata 40 | LOCATION: alaska2 MAPSET: PERMANENT USER: dassau DATE: Wed Oct 8 11:57:14 2008 41 | --------------------------------------------------------------------------------- 42 | COMMAND: v.db.addcol "alaska" "col=AREA_MILES double precision" 43 | GISDBASE: /arbeit/grassdata/qgis_sample_data_feet/grassdata 44 | LOCATION: alaska MAPSET: PERMANENT USER: dassau DATE: Wed Oct 8 12:44:58 2008 45 | --------------------------------------------------------------------------------- 46 | COMMAND: v.db.addcol "alaska" "col=AREA_MI double precision" 47 | GISDBASE: /arbeit/grassdata/qgis_sample_data_feet/grassdata 48 | LOCATION: alaska MAPSET: PERMANENT USER: dassau DATE: Wed Oct 8 12:46:02 2008 49 | --------------------------------------------------------------------------------- 50 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/alaska/topo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/alaska/topo -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/cidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/rivers/cidx -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/coor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/rivers/coor -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/dbln: -------------------------------------------------------------------------------- 1 | 1 rivers cat $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/ dbf 2 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/head: -------------------------------------------------------------------------------- 1 | ORGANIZATION: 2 | DIGIT DATE: Oct 8 8 3 | DIGIT NAME: Tara 4 | MAP NAME: 5 | MAP DATE: Fri Jun 20 21:58:20 2008 6 | MAP SCALE: 1 7 | OTHER INFO: 8 | ZONE: 0 9 | MAP THRESH: 0.000000 10 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/hist: -------------------------------------------------------------------------------- 1 | COMMAND: v.in.ogr -o dsn="C:\Downloads\qgis_data\vmap0\rivers.shp" output="rivers_grass" min_area=0.0001 snap=-1 2 | GISDBASE: C:\Downloads\qgis_data\grass 3 | LOCATION: alaska MAPSET: demo USER: Tara DATE: Fri Jun 20 21:58:20 2008 4 | --------------------------------------------------------------------------------- 5 | COMMAND: v.proj input="rivers" location="alaska" mapset="demo" dbase="/arbeit/grassdata/qgis_sample_data/grassdata/" output="rivers" 6 | GISDBASE: /arbeit/grassdata 7 | LOCATION: alaska2 MAPSET: PERMANENT USER: dassau DATE: Wed Oct 8 11:57:19 2008 8 | --------------------------------------------------------------------------------- 9 | -------------------------------------------------------------------------------- /qgis_sample_data/grassdata/alaska/demo/vector/rivers/topo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/grassdata/alaska/demo/vector/rivers/topo -------------------------------------------------------------------------------- /qgis_sample_data/projects/relations.qgs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | feet 11 | 12 | 1097910.78085389896295965 13 | 4838855.41812700964510441 14 | 2303327.5099564790725708 15 | 5661673.33837485127151012 16 | 17 | 0 18 | 19 | 20 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs 21 | 932 22 | 2964 23 | EPSG:2964 24 | NAD27 / Alaska Albers 25 | aea 26 | clrk66 27 | false 28 | 29 | 30 | 31 | 32 | 33 | 34 | 37 | 38 | 39 | 42 | 43 | 44 | 45 | 46 | airports20140502155725153 47 | ../shapefiles/airports.shp 48 | 49 | 50 | 51 | 52 | 53 | airports 54 | 55 | 56 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs 57 | 932 58 | 2964 59 | EPSG:2964 60 | NAD27 / Alaska Albers 61 | aea 62 | clrk66 63 | false 64 | 65 | 66 | ogr 67 | COALESCE( "NAME", '<NULL>' ) 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 0 212 | 0 213 | 0 214 | NAME 215 | 216 | 217 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 0 248 | 249 | generatedlayout 250 | 251 | 252 | 253 | 254 | 255 | regions20140502145258447 256 | ../shapefiles/regions.shp 257 | 258 | 259 | 260 | 261 | 262 | regions 263 | 264 | 265 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-10,158,187,0,0,0,0 +units=us-ft +no_defs 266 | 100009 267 | 0 268 | USER:100009 269 | * Erzeugtes KBS (+proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-10,158,187,0,0,0,0 +units=us-ft +no_defs) 270 | aea 271 | clrk66 272 | false 273 | 274 | 275 | ogr 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 0 415 | 0 416 | 0 417 | NAME_1 418 | 419 | 420 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | /home/dassau 447 | 448 | 0 449 | /home/dassau 450 | generatedlayout 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | false 478 | 479 | 480 | 481 | 482 | 483 | 2 484 | true 485 | D 486 | 487 | 488 | 489 | false 490 | 491 | false 492 | 493 | NONE 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 0 502 | 255 503 | 255 504 | 255 505 | 255 506 | 255 507 | 255 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +towgs84=598.1,73.7,418.2,0.202,0.045,-2.455,6.7 +units=m +no_defs 519 | EPSG:31466 520 | 2646 521 | 522 | 523 | 524 | 525 | 526 | true 527 | 255 528 | 529 | 530 | 531 | 532 | 533 | 534 | -------------------------------------------------------------------------------- /qgis_sample_data/projects/relations.qgs~: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | feet 11 | 12 | 1097910.78085389896295965 13 | 4838855.41812700964510441 14 | 2303327.5099564790725708 15 | 5661673.33837485127151012 16 | 17 | 0 18 | 19 | 20 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs 21 | 932 22 | 2964 23 | EPSG:2964 24 | NAD27 / Alaska Albers 25 | aea 26 | clrk66 27 | false 28 | 29 | 30 | 31 | 32 | 33 | 34 | 37 | 38 | 39 | 42 | 43 | 44 | 45 | 46 | airports20140502155725153 47 | ../shapefiles/airports.shp 48 | 49 | 50 | 51 | 52 | 53 | airports 54 | 55 | 56 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs 57 | 932 58 | 2964 59 | EPSG:2964 60 | NAD27 / Alaska Albers 61 | aea 62 | clrk66 63 | false 64 | 65 | 66 | ogr 67 | COALESCE( "NAME", '<NULL>' ) 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 0 212 | 0 213 | 0 214 | NAME 215 | 216 | 217 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 0 248 | 249 | generatedlayout 250 | 251 | 252 | 253 | 254 | 255 | regions20140502145258447 256 | ../shapefiles/regions.shp 257 | 258 | 259 | 260 | 261 | 262 | regions 263 | 264 | 265 | +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-10,158,187,0,0,0,0 +units=us-ft +no_defs 266 | 100009 267 | 0 268 | USER:100009 269 | * Erzeugtes KBS (+proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-10,158,187,0,0,0,0 +units=us-ft +no_defs) 270 | aea 271 | clrk66 272 | false 273 | 274 | 275 | ogr 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 0 415 | 0 416 | 0 417 | NAME_1 418 | 419 | 420 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | /home/dassau 447 | 448 | 0 449 | /home/dassau 450 | generatedlayout 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | false 478 | 479 | 480 | 481 | 482 | 483 | 2 484 | true 485 | D 486 | 487 | 488 | 489 | false 490 | 491 | false 492 | 493 | NONE 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 0 502 | 255 503 | 255 504 | 255 505 | 255 506 | 255 507 | 255 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +towgs84=598.1,73.7,418.2,0.202,0.045,-2.455,6.7 +units=m +no_defs 519 | EPSG:31466 520 | 2646 521 | 522 | 523 | 524 | 525 | 526 | true 527 | 255 528 | 529 | 530 | 531 | 532 | 533 | 534 | -------------------------------------------------------------------------------- /qgis_sample_data/raster/SR_50M_alaska_nad.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/raster/SR_50M_alaska_nad.tif -------------------------------------------------------------------------------- /qgis_sample_data/raster/SR_50M_alaska_nad.tif.aux.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -0.498046875 6 | 255.498046875 7 | 256 8 | 0 9 | 1 10 | 45725|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|4|4|1|1|2|1|4|5|2|5|10|20|8|7|8|9|3|5|1|3|7|5|4|1|7|9|11|9|9|7|14|11|12|7|8|10|12|13|16|19|12|8|9|16|18|15|19|16|17|16|20|16|29|12|20|19|16|13|15|28|30|12|26|19|46|22|13|26|30|18|22|33|40|33|30|30|43|31|28|26|33|36|36|39|38|42|57|66|48|67|67|50|48|60|77|37|63|67|73|99|70|65|84|82|80|109|123|69|123|94|39|73|183|148|118|101|138|137|164|114|103|230|232|105|164|148|189|176|172|221|258|195|92|248|259|358|405|177|108|369|394|106|312|471|648|360|446|425|594|752|801|47|1210|66751|64|790|882|55|1154|913|479|774|631|641|301|461|471|382|381|269|299|319|322|191|222|231|266|249|176|148|209|196|164|118|107|113|94|95|82|66|75|60|52|86|66|8|2|2|0|0|0|0|0 11 | 12 | 13 | -0.498046875 14 | 255.498046875 15 | 256 16 | 0 17 | 0 18 | 753686|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|1|28|23|9|31|33|39|43|71|109|194|232|328|226|92|140|93|61|124|105|125|129|141|149|110|91|143|152|148|187|197|175|190|216|206|130|166|282|228|247|216|209|233|172|225|266|359|296|318|297|297|312|393|412|263|338|365|269|369|467|450|507|452|418|448|435|394|472|682|683|473|461|573|697|737|714|791|727|687|595|626|712|929|789|798|853|839|881|915|1048|1258|1197|861|723|1184|1314|769|1005|1231|1485|1777|1067|669|1449|1642|1454|1939|1628|1042|2050|1811|828|1463|2729|2487|1990|1973|2106|2148|2154|2132|1390|4139|3374|1554|2536|2572|2869|2928|3036|3360|5057|3867|1559|3712|3901|5825|7205|3057|1686|6130|7297|1668|5653|7808|11431|7037|7487|8266|10488|12769|16050|1043|24238|1191570|1244|16855|15837|719|21203|17025|8649|15094|12383|11582|6163|8774|8700|8227|6847|4503|5932|5633|5748|3530|3890|4418|4125|3883|2710|2414|2874|2851|2433|1789|1699|1780|1700|1278|1153|1234|1045|986|631|1343|888|169|43|18|5|0|0|0|0 19 | 20 | 21 | 22 | 251 23 | 203.39817191777 24 | 52 25 | 16.720180362479 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /qgis_sample_data/raster/colortable_landcover.txt: -------------------------------------------------------------------------------- 1 | 0 075 160 215 2 | 1 001 100 000 3 | 2 001 130 000 4 | 3 151 191 071 5 | 4 002 220 000 6 | 5 000 255 000 7 | 6 146 174 047 8 | 7 220 206 000 9 | 8 255 173 000 10 | 9 255 251 195 11 | 10 140 072 009 12 | 11 247 165 255 13 | 12 255 199 174 14 | 13 000 255 255 15 | -------------------------------------------------------------------------------- /qgis_sample_data/raster/landcover.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/raster/landcover.img -------------------------------------------------------------------------------- /qgis_sample_data/raster/landcover.img.aux.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Layer_1 4 | Gray 5 | 6 | athematic 7 | 13 8 | 0.000000e+00 1.000000e+00 75 160 215 1 100 0 9 | 1.000000e+00 2.000000e+00 1 100 0 1 130 0 10 | 2.000000e+00 3.000000e+00 1 130 0 151 191 71 11 | 3.000000e+00 4.000000e+00 151 191 71 2 220 0 12 | 4.000000e+00 5.000000e+00 2 220 0 0 255 0 13 | 5.000000e+00 6.000000e+00 0 255 0 146 174 47 14 | 6.000000e+00 7.000000e+00 146 174 47 220 206 0 15 | 7.000000e+00 8.000000e+00 220 206 0 255 173 0 16 | 8.000000e+00 9.000000e+00 255 173 0 255 251 195 17 | 9.000000e+00 1.000000e+01 255 251 195 140 72 9 18 | 1.000000e+01 1.100000e+01 140 72 9 247 165 255 19 | 1.100000e+01 1.200000e+01 247 165 255 255 199 174 20 | 1.200000e+01 1.300000e+01 255 199 174 0 255 255 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/airports.cpg: -------------------------------------------------------------------------------- 1 | System -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/airports.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/airports.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/airports.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/airports.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/airports.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/airports.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/airports.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/alaska.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/alaska.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/alaska.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers Equal Area",GEOGCS["clark66",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/alaska.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/alaska.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/alaska.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/alaska.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/builtups.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/builtups.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/builtups.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers Equal Area",GEOGCS["clark66",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/builtups.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/builtups.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/builtups.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/builtups.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/grassland.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/grassland.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/grassland.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/grassland.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/grassland.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/grassland.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/grassland.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/lakes.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/lakes.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/lakes.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/lakes.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/lakes.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/lakes.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/lakes.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/landice.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/landice.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/landice.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/landice.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/landice.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/landice.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/landice.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/majrivers.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/majrivers.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/majrivers.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/majrivers.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/majrivers.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/majrivers.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/majrivers.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/pipelines.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/pipelines.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/pipelines.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/pipelines.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/pipelines.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/pipelines.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/pipelines.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/popp.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/popp.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/popp.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/popp.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/popp.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/popp.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/popp.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/railroads.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/railroads.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/railroads.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/railroads.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/railroads.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/railroads.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/railroads.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.cpg: -------------------------------------------------------------------------------- 1 | System -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/regions.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_Clarke 1866",DATUM["D_unknown",SPHEROID["clrk66",6378206.4,294.9786982]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.qpj: -------------------------------------------------------------------------------- 1 | PROJCS["unnamed",GEOGCS["Clarke 1866",DATUM["unknown",SPHEROID["clrk66",6378206.4,294.9786982139006],TOWGS84[-10,158,187,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_center",50],PARAMETER["longitude_of_center",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.3048006096012192]] 2 | -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/regions.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/regions.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/regions.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/rivers.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/rivers.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/rivers.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers Equal Area",GEOGCS["clark66",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/rivers.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/rivers.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/rivers.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/rivers.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/storagep.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/storagep.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/storagep.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/storagep.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/storagep.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/storagep.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/storagep.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/swamp.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/swamp.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/swamp.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/swamp.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/swamp.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/swamp.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/swamp.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trails.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trails.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trails.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trails.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trails.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trails.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trails.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trees.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trees.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trees.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trees.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trees.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/trees.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/trees.shx -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/tundra.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/tundra.dbf -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/tundra.prj: -------------------------------------------------------------------------------- 1 | PROJCS["Albers",GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.978698213898]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",55],PARAMETER["standard_parallel_2",65],PARAMETER["latitude_of_origin",50],PARAMETER["central_meridian",-154],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Foot_US",0.30480060960121924]] -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/tundra.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/tundra.shp -------------------------------------------------------------------------------- /qgis_sample_data/shapefiles/tundra.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qgis/QGIS-Sample-Data/761f0d361247ca68f034ef7f171d348e911a6ce4/qgis_sample_data/shapefiles/tundra.shx --------------------------------------------------------------------------------