envirosolutionspl / pobieracz_danych_gugik

Wtyczka QGIS do pobierania danych przestrzennych z zasobów GUGiK
GNU General Public License v3.0
6 stars 1 forks source link

Pobieracz danych GUGiK

PL

Wtyczka QGIS do pobierania danych przestrzennych z zasobów GUGiK. Od wersji 0.2 wtyczka generuje dodatkowo raport TXT z informacjami dodatkowymi na temat pobranych plików.

Instrukcja pobrania:

  1. Wtyczkę należy zainstalować w QGIS jako ZIP lub wgrać pliki wtyczki do lokalizacji C:\Users\User\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins.
  2. Aby uruchomić wtyczkę, należy kliknąć na ikonę pomarańczowego drzewa.
  3. Jeżeli ikona wtyczki nie jest widoczna w panelu warstw, spróbuj zrestartować QGIS.
  4. Jeżeli wtyczka nadal nie jest widoczna, należy przejść w QGIS Desktop do Wtyczki -> Zarządzanie wtyczkami -> Zainstalowane -> Pobieracz danych GUGiK -> Odinstalować wtyczkę i zainstalować ponownie.

Instrukcja użytkowania:

  1. Po uruchomieniu wtyczki w prawym dolnym rogu pojawi się jej widżet. Należy wybrać jeden ze sposobów wyszukiwania danych oraz określić ścieżkę zapisu plików.
  2. Następnie należy rozwinąć potrzebną kategorię danych, zaznaczyć wszystkie wymagane parametry i kliknąć "Pobierz".
  3. Proces pobierania można zatrzymać. W tym celu należy kliknąć na niebieski pasek na dole z prawej strony, wybrać proces odpowiedni i nacisnąć na pojawiający się krzyżyk.

Wtyczka pozwala na pobieranie następujących warstw dla obszaru Polski:

Usługa WMS/Geoportal:

Usługa WFS:

Paczka danych:

Inne dane:

Pobieranie na podstawie warstwy poligonowej:

  1. Wtyczka generuje siatkę punktów wewnątrz zadanej warstwy poligonowej oraz na podstawie wierzchołków.
  2. Dla każdego z wygenerowanych punktów pobierana jest lista dostępnych warstw.
  3. Po przefiltrowaniu pobierane są wybrane przez użytkownika warstwy.

Pobieranie na podstawie warstwy liniowej:

  1. Wtyczka generuje punkty w odstępie 1000 m wzdłuż linii.
  2. Dla każdego z wygenerowanych punktów pobierana jest lista dostępnych warstw.
  3. Po przefiltrowaniu pobierane są wybrane przez użytkownika warstwy.

Pobieranie na podstawie warstwy punktowej:

  1. Dla każdego z punktów w warstwie pobierana jest lista dostępnych warstw.
  2. Po przefiltrowaniu pobierane są wybrane przez użytkownika warstwy.

UWAGA:

EN

A QGIS plugin for downloading spatial data from GUGiK resources. From version 0.2, the plugin additionally generates a TXT report with additional information about the downloaded files.

Download Instructions:

  1. The plugin should be installed in QGIS as a ZIP or by uploading the plugin files to the location C:\Users\User\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins.
  2. To launch the plugin, click on the orange tree icon.
  3. If the plugin icon is not visible in the layer panel, try restarting QGIS.
  4. If the plugin is still not visible, go to QGIS Desktop -> Plugins -> Manage and Install Plugins -> Installed -> Pobieracz danych GUGiK -> Uninstall the plugin and reinstall it.

Usage Instructions:

After launching the plugin, its widget will appear in the lower right corner. Choose one of the data search methods and specify the file save path. Then expand the required data category, select all the necessary parameters, and click "Pobierz". The download process can be stopped. To do this, click on the blue bar at the bottom right, select the needed process, and click on the appearing cross.

The plugin allows downloading the following layers for the area of Poland:

WMS/Geoportal Service:

WFS Service:

Data Package:

Other data:

Downloading based on a polygon layer:

  1. The plugin generates a grid of points inside the specified polygon layer and based on the vertices.
  2. For each generated point, a list of available layers is retrieved.
  3. After filtering, the layers selected by the user are downloaded.

Downloading based on a line layer:

  1. The plugin generates points at intervals of 1000 m along the line.
  2. For each generated point, a list of available layers is retrieved.
  3. After filtering, the layers selected by the user are downloaded.

Downloading based on a point layer:

  1. For each point in the layer, a list of available layers is retrieved.
  2. After filtering, the layers selected by the user are downloaded.

NOTE: