Feature: Add FMI Open Data WFS station metadata parser#52
Open
Feature: Add FMI Open Data WFS station metadata parser#52
Conversation
Author
|
AI generated detailed description of the full list of changes below: Core Implementation (
Test Suite (
Infrastructure Updates:
Documentation (
Follows INSPIRE EF 4.0 schema for environmental monitoring facilities. |
Author
|
Related stored query: |
a41361e to
e583981
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added the support for station metadata API endpoint (
fmi::ef::stations) and functionality todownload_and_parsethat data.Changes:
station.pyfile added. Implementsdownload_and_parsefor the stations.test_station.pyfile added. Test thestation.pyimplementation.wfs.pyupdated to included necessary XML Elements used bystation.py.README.MDsection added for stations. Examples included there.