lem ファイルを GeoTIFF に変換するスクリプトです。
- lem ファイル仕様
- https://www.gsi.go.jp/MAP/CD-ROM/dem5m/doc/info5m1.htm
- ただし、データ間隔によりレコード数等は説明と合致しないことがあります。
lem ファイルを GeoTIFF に変換するスクリプトです。
{ | |
"common_fields" : [ | |
["gml_id", "String"], | |
["fid", "String"], | |
["lfSpanFr", "Date"], | |
["lfSpanTo", "Date"], | |
["devDate", "Date"], | |
["orgGILvl", "String"], | |
["orgMDId", "String"], | |
["vis", "String"] |
<?xml version="1.0"?> | |
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Maripo GODA and contributors" description="日本で使われる決済手段です" shortdescription="日本の決済手段" version="20220727"> | |
<item name="日本の決済手段" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> | |
<link wiki="Key:payment" /> | |
<combo key="payment:cash" text="現金" values="no" match="keyvalue" /> | |
<checkgroup columns="1"> | |
<check key="payment:coins" text="硬貨"/> | |
<check key="payment:notes" text="紙幣"/> | |
</checkgroup> | |
<space /> |
#!/bin/bash | |
# This bash script copies pictures from Mapillary folders stored on an iPhone | |
# then update the pictures EXIF data to get the GPS and timestamp | |
# written by Christian Quest - August 2016 | |
# requires jq and exiftool, if missing: apt install jq exiftool | |
# tested on Ubuntu 16.04 | |
# copy Mapillary internal json data (contains GPS info, and more) | |
rsync /run/user/1000/gvfs/afc*/com.mapillary.app/cameras/internal/ internal -a |
#-*- coding: utf-8 -*- | |
Plugin.create :auto_favorite_sushi514_shio do | |
@target_username = "sushi514" | |
@regexp = /しお|塩|sh?io|salt/ | |
on_appear do |messages| | |
messages.each do |m| | |
next unless m.user.to_s == @target_username |
There are a bunch of reasons why this is convoluted, mostly in building the URL to make the request:
info_format
parameter in the request. We don't know a priori which will be supported by a WMS that we might make a request to. See Geoserver's docs for what formats are available from Geoserver. That won't be the same from WMS to WMS, however.rem VirtualBox用の空の仮想フロッピーディスクを作成する方法 | |
fsutil file createnew myimage.vfd 1474560 |