manimaul / s57tiler

22 stars 3 forks source link

Store s57 dataset & txt metadata #5

Closed manimaul closed 2 months ago

manimaul commented 3 years ago

Add support for s57 chart meta-data .TXT files. See "2.3 Textual information" / [INFORM], [NINFOM], [TXTDSC] and [NTXTDS]" in s57_spec

Chart records should also require the “Data Set Identification” [DSID] field.

Current chart records only support name, scale, file_name, updated and issued:

curl -v -H "Content-Type: application/json" \
         --request POST  \
         --data '{"name": "foo", "scale": 0, "file_name": "foo.000", "updated": "1979", "issued": "1980"}' \
         http://localhost:8080/v1/chart