Richard Law

Results 6 issues of Richard Law

Ref #128 With the following test cases defined: `context.jsonld` ``` { "@context": { "@vocab": "https://w3c.github.io/json-ld-api/tests/vocab#", "dcterms": "http://purl.org/dc/terms/", "jld": "https://w3c.github.io/json-ld-api/tests/vocab#", "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#", "context": { "@type": "@id" },...

Let's say I have this extremely minimal bit of JSON-LD to be expanded with pyld: ``` >>> import pyld >>> d = { ... "@context": "https://schema.org", ... "@type":"Dataset", ... "@id":"http://localhost:5000/collections/obs",...

If I have a tile source that goes from west of Australia to ~east~ right of New Zealand, I would expect to be able to write the `bounds` as: ```...

v3
v4

Could this library do the reverse operation for raster conversion? i.e., given a set of H3 indicies (at the same, or perhaps at mixed resolutions), and some property (e.g. elevation),...

WhiteboxTools v2.3.0, Ubuntu 22.04.3 LTS, via Conda 23.7.2 I have two input rasters for the [`CostDistance`](https://www.whiteboxgeo.com/manual/wbt_book/available_tools/gis_analysis_distance_tools.html#costdistance) tool. - Source: A byte (8-bit unsigned integer) raster with 1 for source locations,...

bug
windows
Linux

``` rule archive: + input: - input: FOOTPRINT ? ^^^^^^ + FOOTPRINT, ? ^^^ + - output: ARCHIVE ? -------- + output: + ARCHIVE, - shell: ''' ? ---- +...

help wanted