Cvičná databáze PostGIS: Porovnání verzí

Z GeoWikiCZ
Řádek 65: Řádek 65:
  osm    | planet_osm_roads  | table | landa
  osm    | planet_osm_roads  | table | landa
(4 rows)
(4 rows)
</pre>
=== fgcz ===
Data z datasetu [http://grass.fsv.cvut.cz/gwiki/FreeGeodataCZ FreeGeodataCZ].
<pre>
pgis_student=> \dt fgcz.
            List of relations
Schema |      Name      | Type  | Owner
--------+-----------------+-------+-------
fgcz  | casti_obce      | table | landa
fgcz  | cesty          | table | landa
fgcz  | cfm_areas      | table | landa
fgcz  | cfm_points      | table | landa
fgcz  | cr              | table | landa
fgcz  | czfree_nodes    | table | landa
fgcz  | dsnimky        | table | landa
fgcz  | klad_zm10      | table | landa
fgcz  | kraje_pseudo    | table | landa
fgcz  | mes_casti      | table | landa
fgcz  | mesta_b        | table | landa
fgcz  | mesta_p        | table | landa
fgcz  | obce            | table | landa
fgcz  | okresy_pseudo  | table | landa
fgcz  | reky            | table | landa
fgcz  | silnice        | table | landa
fgcz  | silnice_pasport | table | landa
fgcz  | silnice_useky  | table | landa
fgcz  | silnice_uzly    | table | landa
fgcz  | vodni_plochy    | table | landa
fgcz  | zeleznice      | table | landa
(21 rows)
</pre>
</pre>



Verze z 16. 4. 2009, 23:38


Na serveru josef je umístěna cvičná databáze PostGIS pgis_student. Databáze je přístupná všem uživatelům serveru josef bez omezení a je určena pro experimenty. Databáze je pracovní - každý den je vrácena do původního stavu. Není určena pro skladování dat, data vytvořená uživateli jsou každodenně odstraněna (během noci).

psql pgis_student

Schémata

gis1

Obsahuje data ze cvičení předmětu GIS1.

pgis_student=> \dt gis1.
             List of relations
 Schema |       Name        | Type  | Owner 
--------+-------------------+-------+-------
 gis1   | kltm50            | table | landa
 gis1   | lesy              | table | landa
 gis1   | obce              | table | landa
 gis1   | obce_b            | table | landa
 gis1   | zeleznice         | table | landa
 gis1   | zeleznice_stanice | table | landa
(6 rows)

intro

Data z tutoriálu Introduction to PostGIS (Paul Ramsey).

pgis_student=> \dt intro.
            List of relations
 Schema |      Name       | Type  | Owner 
--------+-----------------+-------+-------
 intro  | bc_border       | table | landa
 intro  | bc_hospitals    | table | landa
 intro  | bc_municipality | table | landa
 intro  | bc_pubs         | table | landa
 intro  | bc_roads        | table | landa
 intro  | bc_voting_areas | table | landa
 intro  | cities          | table | landa
 intro  | countries       | table | landa
 intro  | newyork_census  | table | landa
 intro  | timezone        | table | landa
 intro  | usa_counties    | table | landa
(11 rows)

osm

Data z OpenStreetMap pro ČR ze dne 16.4.

pgis_student=> \dt osm.
              List of relations
 Schema |        Name        | Type  | Owner 
--------+--------------------+-------+-------
 osm    | planet_osm_line    | table | landa
 osm    | planet_osm_point   | table | landa
 osm    | planet_osm_polygon | table | landa
 osm    | planet_osm_roads   | table | landa
(4 rows)

fgcz

Data z datasetu FreeGeodataCZ.

pgis_student=> \dt fgcz.
            List of relations
 Schema |      Name       | Type  | Owner 
--------+-----------------+-------+-------
 fgcz   | casti_obce      | table | landa
 fgcz   | cesty           | table | landa
 fgcz   | cfm_areas       | table | landa
 fgcz   | cfm_points      | table | landa
 fgcz   | cr              | table | landa
 fgcz   | czfree_nodes    | table | landa
 fgcz   | dsnimky         | table | landa
 fgcz   | klad_zm10       | table | landa
 fgcz   | kraje_pseudo    | table | landa
 fgcz   | mes_casti       | table | landa
 fgcz   | mesta_b         | table | landa
 fgcz   | mesta_p         | table | landa
 fgcz   | obce            | table | landa
 fgcz   | okresy_pseudo   | table | landa
 fgcz   | reky            | table | landa
 fgcz   | silnice         | table | landa
 fgcz   | silnice_pasport | table | landa
 fgcz   | silnice_useky   | table | landa
 fgcz   | silnice_uzly    | table | landa
 fgcz   | vodni_plochy    | table | landa
 fgcz   | zeleznice       | table | landa
(21 rows)

Vizualizace dat v QGISu

Nastavení připojení k databázi pgis_student v QGISu
Připojení k databázi pgis_student v QGISu
Vizualizace PostGIS dat v QGISu