-
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
unable to resolve 'data.okf.fi' #14
Comments
I would be interested to research if we could move Sorvi towards more reliable dependencies like Wikidata. |
In fact we just fixed this yesterday in issue #11 . Update sorvi with devtools::install_github("ropengov/sorvi") and the above example should work. Regarding data source, yes a permanent solution would be good. The OKF data server is now down and we are using github directly instead. That may not have the optimal sharing capacities. Other solutions could do as long as there is someone has can afford the time to implement them. |
The translations.rda contains just very few English-Finnish translations for municipalities. If I recall correctly, I once manually prepared it with the idea of later implementing and documenting a proper code - that would be appropriate but not available (yet). In any case the translations provide a handy converter if one needs to map between the two languages. If someone has real use for this particular case, I could implement a better and more permanent solution fast (including more generic conversion tools), otherwise I postponing this for later. |
I'm interested to see if I can be of any help. Here is a query and results for fetching fi/sv/en names and coordinates for Finnish municipalities
|
Nice ! It might be quite handy to have examples and perhaps some handy wrappers on these in sorvi. But then it might be good to also think a bit more widely what could be the overall plan - just a few examples, or a more comprehensive suite of tools (assuming the time is available). |
@pitkant could we utilize this here or in geofi? Let us check & then close the issue. |
Thanks @pe3 for opening this issue, 6 years later this is now again topical (although it must be noted that the original issue of having trouble downloading data from an external website is not relevant any more). :) Municipality related functions were moved to the geofi package but now we're experimenting again with historical municipality data. In experimental version of sorvi package 0.8.20.9000 included dataset I will leave this issue open for a while in case there is some further discussion related to this larger issue of regional name translations. |
If the translations can be easily added (and I think they can?) for different levels/entities, it could definitely be worth it. |
Followed the instructions on sorvi_tutorial.md:
Got an error:
Where is the code for producing
translations.rda
?The text was updated successfully, but these errors were encountered: