drmrbrewer
drmrbrewer
@patrick-zippenfenig just wondering if the elevation API could be used for this purpose... particularly if an elevation of `0` can be distinguished between being actual sea (of course at sea...
@patrick-zippenfenig yes it would only work reliably if the elevation model had a special flag for "sea" rather than just assigning it an elevation of `0`... I guess that this...
I'm afraid I don't. The information seems to be provided mainly by national agencies, some of which provide APIs e.g. [NOAA](https://api.tidesandcurrents.noaa.gov/api/prod/), and I'm not aware of anything more global. This...
Ah yes. But I can't see it as having been logged as an issue, unless it's hidden under something else. Shall I just ignore this warning and not make myself...
> wouldn't expect a deprecation warning to be filed as an error I just thought you might want to be aware of it, seeing as though this warning must by...
> You've done a grep of your filesystem to see where this might be set in your environment? Yep... zilch. I know nothing about python, but isn't [this bit](https://github.com/getsentry/sentry/blob/master/src/sentry/runner/initializer.py#L576-L581) setting...
If it means that the directory is mounted to `/etc/sentry` *as part of the import process*, and I just run that restore command as-is (with `backup.json` having been dumped into...
Thanks, @AbhiPrasad. @chadwhitacre I may be doing something wrong, but I'd expect that (as a test) I should be able to do a backup followed immediately by a restore of...
> this is unexpected, afaict we mount `/etc/sentry` for all containers that use the `x-sentry-defaults` config: # ls /etc/sentry ls: cannot access '/etc/sentry': No such file or directory The sentry...
> Since it's only metadata and not actual event data For me, metadata is more important (to back up) than actual event data, because event data will just repopulate over...