all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Guillaume Le Vaillant <glv@posteo.net>
To: Leo Famulari <leo@famulari.name>
Cc: 68596@debbugs.gnu.org
Subject: [bug#68596] [PATCH] gnu: Add viz1090.
Date: Wed, 31 Jan 2024 10:03:43 +0000	[thread overview]
Message-ID: <87a5olg6cw.fsf@kitej> (raw)
In-Reply-To: <77b69c65826a4546659d4f2e399685e9611f0401.1705706943.git.leo@famulari.name>

Leo Famulari <leo@famulari.name> skribis:

> +(define-public viz1090
> [...]
> +      (native-inputs
> +       `(("political-maps"
> +          ;; version 5.1.1 of this data
> +          ;; The upstream site does not version the URL for the most recent
> +          ;; release, so we store them on archive.org to create a stable URL.
> +          ;; See 'getmap.sh' in the viz1090 source distribution.
> +          ,(origin
> +             (method url-fetch)
> +             (uri
> +               "https://archive.org/download/ne_10m_admin_1_states_provinces/ne_10m_admin_1_states_provinces.zip")
> +               ;"https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip")
> +             (sha256
> +              (base32
> +               "019bp9ccna1xxrk3c1af6k6pjcb7jvf0l8a6jj7ha8vk6ck9gigg"))))
> +         ("population-maps"
> +          ;; version 5.1.2 of this data
> +          ;; The upstream site does not version the URL for the most recent
> +          ;; release, so we store them on archive.org to create a stable URL.
> +          ;; See 'getmap.sh' in the viz1090 source distribution.
> [...]

Hi.
It looks like the NaturalEarthData files can also be found in the Git
repository at <https://github.com/nvkelso/natural-earth-vector>. Maybe
you could use that instead of archiving the files by hand to get
a stable URL...




  reply	other threads:[~2024-01-31 10:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19 23:29 [bug#68596] [PATCH] gnu: Add viz1090 Leo Famulari
2024-01-31 10:03 ` Guillaume Le Vaillant [this message]
2024-01-31 10:22   ` Guillaume Le Vaillant
2024-02-01 21:12     ` Leo Famulari
2024-02-01 21:14   ` Leo Famulari
2024-02-01 21:11 ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a5olg6cw.fsf@kitej \
    --to=glv@posteo.net \
    --cc=68596@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.