Download SRTM Contour from OpenDEM Project
#!/bin/bash
urls=urls.txt
base_url=http://opendemdata.info/data/srtm_contour
for y in `seq -w 0 85`;
qt-everywhere-opensource-src* | |
qt-everywhere-src* | |
venv/ |
❯ ./diskspd -Zr -b1M -d5 -o8 -t1 -W0 -Sd -w100 -L ./SEQ1M_Q8T1.dat | |
Command Line: ./diskspd -Zr -b1M -d5 -o8 -t1 -W0 -Sd -w100 -L ./SEQ1M_Q8T1.dat | |
System info: | |
processor count: 16 | |
caching options: fua=0 | |
Input parameters: |
❯ ./diskspd -c1G -Zr -b1M -d5 -o8 -t1 -W0 -Sd -w0 -L ./SEQ1M_Q8T1.dat | |
Command Line: ./diskspd -c1G -Zr -b1M -d5 -o8 -t1 -W0 -Sd -w0 -L ./SEQ1M_Q8T1.dat | |
System info: | |
processor count: 16 | |
caching options: fua=0 | |
Input parameters: |
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
require 'rgeo' | |
require 'rgeo/geo_json' | |
require 'rgeo/proj4' | |
require 'optparse' | |
OptionParser.new do |opts| | |
opts.banner = 'Usage: geojson_to_epsg3857.rb [options]' |
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href='https://unpkg.com/[email protected]/dist/maplibre-gl.css' rel='stylesheet' /> | |
<link | |
href="https://www.unpkg.com/@watergis/maplibre-gl-legend@latest/dist/maplibre-gl-legend.css" | |
rel="stylesheet" | |
/> | |
<title>WIP</title> | |
<script src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script> |
#!/bin/bash
urls=urls.txt
base_url=http://opendemdata.info/data/srtm_contour
for y in `seq -w 0 85`;
#!/bin/bash | |
ALL_TEXT=all.txt | |
URL="https://pointcloud.pref.shizuoka.jp/lasmap/ankenmapsrc?request=MarkerSet&Xmax=139.493408203125&Xmin=137.27279663085938&Ymax=35.52775582793653&Ymin=34.42163771567672" | |
BASE_URL="https://pointcloud.pref.shizuoka.jp/lasmap/ankendetail?ankenno=" | |
RESULT=result.txt | |
wget -O $ALL_TEXT $URL | |
records=(`cat $ALL_TEXT | tr -s '?' ' '`) | |
for record in "${records[@]}"; do |
# This file defines default environment variables for all images | |
# Layers definition and meta data | |
TILESET_FILE=openmaptiles.yaml | |
# Use 3-part patch version to ignore patch updates, e.g. 5.0.0 | |
TOOLS_VERSION=5.3 | |
# Make sure these values are in sync with the ones in .env-postgres file | |
PGDATABASE=openmaptiles |
ffmpeg -thread_queue_size 512 -f alsa -i hw:2,0 -f v4l2 -s 1280x720 -i /dev/video1 -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -g 20 -b:v 2000k -acodec aac -b:a 128k -threads 0 -f flv rtmp://a.rtmp.youtube.com/live2/xxxxxxxxxxx |
FROM pandoc/latex:2.14.0.3 | |
ARG eisvogel_version=2.0.0 | |
RUN tlmgr install luatexja | |
RUN tlmgr install haranoaji haranoaji-extra | |
RUN tlmgr install adjustbox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem unicode-math upquote xecjk xurl zref || exit 1 | |
RUN tlmgr install selnolig || exit 1 | |
RUN mkdir -p /templates/eisvogel \ |