Peter

Results 140 issues of Peter

There are an *ez-vcard* option or parameter for it? I need a stable and secure convertion, that produce the final output as *"[first class](https://en.wikipedia.org/wiki/First-class_citizen)" JSON objects*. Example: * [jCard](https://en.wikipedia.org/wiki/VCard#jCard) format:...

enhancement

It is another "standard way" to express vCard with JSON, with the same key feature that jCard, [reversible](https://en.wikipedia.org/wiki/Reversible_computing). JSON-LD also need a "reference set" of [standard vocabularies](http://lov.okfn.org/dataset/lov/). The main one,...

enhancement

A `datasets/country-geotime` to complement [datasets/country-codes](https://github.com/datasets/country-codes), with geospatial country information and time references. As "join" with `country-codes` the most popular "country ID" (_ISO3166-1-Alpha-2_ and _ISO3166-1-numeric_) can be adopted. The other relevant...

Type: Reference
Format: Geodata
Difficulty: hard

Wikipedia have stable pages for all countries, and Wikidata supply an ID for it. Today Wikidata IDs are playing important role as "concept identifier", for Web Semantic in general and...

Now there are an automatic way to filter Wikidata, use `sh wd_countries.sh` for retrive and filter Wikidata countries, and save it as `wd_countries.csv`. Refs. https://stackoverflow.com/a/51674447/287948

Hi, ideal is to tag versions to avoid reference errors, in external projects that depends on this dataset. At this moment, there is an **error**: https://goodtables.io/github/datasets/country-codes The last Goodtables-approved version...

As [expressed here](https://gis.stackexchange.com/q/423014/7505), even with QGIS is impossible to "see ISEA". A projection is useless if we cannot visualize it... Without visualization you lose confidence and a multitude of applications....

feature request

The [pj_list](https://github.com/OSGeo/PROJ/blob/master/src/pj_list.h) is the official *"Full list of current projections"*, and connects the PROJ-label (that is an *internal [identifier](https://schema.org/identifier)*) to its [*name*](https://schema.org/name). The proposal here is to connect the label...

wontfix
feature request

The [Guide](http://postgrest.org/en/v6.0/) says nothing about multiple databases (multiple instances of PostgREST). A typical implementation is one instance for *production* and another for *testing*. PS: for some purposes, it is indifferent...

Checking the [isPalindrome](https://github.com/vkostyukov/scalacaster/blob/master/src/primitive/Strings.scala)... The classic algorithms are expressed as an "character-by-character algorithm", and is fine. Is oriented to a [low-level view](https://en.wikipedia.org/wiki/Low-level_programming_language) of algoritms and data-structures. Another classic manner to view...