-
Notifications
You must be signed in to change notification settings - Fork 4
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
Develop and release mregions2 #1
Comments
IntroductionThe Marine Regions Gazetteer is a standard list of marine georeferenced place names.
https://www.thefreedictionary.com/gazetteer All geographic objects of the Marine Regions Gazetteer database have a unique ID, called the MRGID
E.g. https://marineregions.org/mrgid/14 In addition to the Marine Regions Gazetteer, the Marine Regions Team (currently: @LennertSchepers , @brittlnv, @salvafern and @bart-v) creates and hosts data products, being the most popular one the Marine Regions Maritime Boundaries. (By @brittlnv. Source: https://www.vliz.be/en/news?p=show&id=8160) These data products can be accessed via direct download, but also by using OGC WFS web services. They are hosted at the VLIZ geoserver:
What's new?During 2021, new webservices were developed to access the Marine Regions Gazetteer. In essence, two major changes happened:
More information in:
We want to update the mregions package to use these two new functionalities. How?Gazetteer webservices We noticed that not all the gazetteer webservices were being used in the package. We want to add all them now, specifically:
The list of the Gazetteer webservices is in: https://www.marineregions.org/gazetteer.php?p=webservices Functions naming We think that the names of the functions should reflect very clearly what is the service you are using to avoid any confusion. For instance: RESTful formats You can get gazetteer records in four formats: json, xml, json-ld and turtle. We will get json-ld for the geometries and R packages to be used To access the Gazetteer webservices, we will use To access WFS, we will use R data types The output from the functions in R either To do:Gazetteer webservices
OGC webservices
Other
|
TODO: Editor:
Review 1:
Review 2:
|
This package will superseed mregions.
Reasoning: since 2021, the geometries of the marine regions gazetteer are available directly from the gazetteer as WKT using Open Linked Data Event Streams. Previously, they were just a WMS link, in many cases coming form the marine regions OGC webservices hosted at the VLIZ geoserver. Therefore, the functions of mregions didn't use the MRGID in an effort to unify the geometries that were in geoserver and the gazetteer.
This method is not needed anymore since the geometries are in the Gazetteer. We will make a very clear distinction between the Gazetteer database and the products created by marine regions that are hosted in geoserver.
We finally decided to create a new package to not break compatibility. We will continue to maintain mregions but we won't add new developments.
@lottepohl and I will be developing mregions2 during the following months.
This issue follows up ropensci-archive/mregions#62
The text was updated successfully, but these errors were encountered: