Chihjen Ko

Results 3 issues of Chihjen Ko

This is a feature request from observing trainees hands-on IPT during the BIFA workshop this year. When creating a dataset, one should select a `type` and click `create`. To avoid...

IPT can host datasets that neither use one of the cores nor metadata-only. When creating a resource, use **Other** (though optional), will allow publishers to deposit source data that are...

Trying to use the union() to combine two polygons. First by following the example: ``` $poly1 = geoPHP::load('POLYGON((30 10,10 20,20 40,40 40,30 10))','wkt'); $poly2 = geoPHP::load('POLYGON((35 10,10 20,15 40,45 45,35...