Blog posts tagged edtf

Using WebAssembly to parse EDTF date strings using a Go library in Python

Using WebAssembly to parse EDTF date strings using a Go library in Python

This ability to share code across languages using the WebAssembly binary format is novel because it embodies both the theory and the practice of “small focused tools”, by and for the cultural heritage sector.

This is a blog post by aaron cope. It was published on February 16, 2023 and tagged python, golang, edtf and webassembly.

Reverse-Geocoding in Time at SFO Museum

Reverse-Geocoding in Time at SFO Museum

Have you ever wanted to be able to reverse-geocode a point not just in space but also in time? Have you ever wanted to do that date-filtering with fuzzy or imprecise dates, encoded using the Extended DateTime Format (EDTF) ? Have you ever wanted to do both of these things with an arbitrary subset of location records? Have you ever wanted to be able expose these things as a web application and an API that doesn’t need to talk to a remote database? Have you ever wanted to be able to deploy those applications both locally and as serverless applications running on a cloud-provider’s infrastructure? Now you can.

This is a blog post by aaron cope. It was published on March 26, 2021 and tagged golang, tools, edtf, spatial and reverse-geocoding.

Tools for Complex and Ambiguous Dates at SFO Museum

Tools for Complex and Ambiguous Dates at SFO Museum

The EDTF specification does all the work of defining the rules and semantics for encoding complex and ambiguous dates in to well-defined and structured strings and the go-edtf packages do the work of decomposing those strings in to values and flags that can be manipulated by computers.

This is a blog post by aaron cope. It was published on January 14, 2021 and tagged golang, tools and edtf.