Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabrymar patch 1 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion irmis_json_loader_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, parent=None):
# #widgets-and-dialogs-with-auto-connect
self.setupUi(self)
self.textBrowser_latest.setHtml(self.get_irmis_iec_iaea_url('latest'))
self.textBrowser_max.setHtml(self.get_irmis_iec_iaea_url('max'))
self.textBrowser_maximum.setHtml(self.get_irmis_iec_iaea_url('maximum'))


def get_irmis_iec_iaea_url(self, valueTypeParam):
Expand Down
8 changes: 4 additions & 4 deletions irmis_json_loader_dialog_base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mit diesem Plugin werden JSON files vom IRMIS der IAEA in QGIS importiert. Das "International Radiation Monitoring Information System" (IRMIS) der IAEA ist ein webbasiertes Werkzeug, um Daten aus dem radiologischen Umweltmonitoring im Falle eines nuklearen oder radiologischen Unfalls zu aggregieren und zu visualisieren. Der Zugriff auf das IRMIS und seine Daten ist nur authentifzierten Nutzerinnen und Nutzern möglich. Da die Authentfizierung über ein Single-Sign-On-Verfahren erfolgt, das von QGIS nicht unterstützt wird, muss der Import der vom IMIS heruntergeladenen Daten über dieses Plugin erfolgen.</p>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Die Daten eines Eregnisses (derzeit Ukraine hardcoded) können vom IRMIS über folgende URL für die aktuellsten (&amp;quot;latest&amp;quot;) oder höchsten (&amp;quot;max&amp;quot;) Werte je Messstation heruntergeladen werden:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Die Daten eines Eregnisses (derzeit Ukraine hardcoded) können vom IRMIS über folgende URL für die aktuellsten (&amp;quot;latest&amp;quot;) oder höchsten (&amp;quot;maximum&amp;quot;) Werte je Messstation heruntergeladen werden:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down Expand Up @@ -107,7 +107,7 @@ p, li { white-space: pre-wrap; }
</rect>
</property>
<property name="text">
<string>max</string>
<string>maximum</string>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser_latest">
Expand All @@ -133,7 +133,7 @@ p, li { white-space: pre-wrap; }
<bool>true</bool>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser_max">
<widget class="QTextBrowser" name="textBrowser_maximum">
<property name="geometry">
<rect>
<x>60</x>
Expand All @@ -147,7 +147,7 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;URL for requesting max IRMIS data&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;URL for requesting maximum IRMIS data&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down