Skip to content

Instantly share code, notes, and snippets.

View minorua's full-sized avatar
👻

Minoru Akagi minorua

👻
  • Okayama, Japan
  • 22:05 (UTC +09:00)
View GitHub Profile
@minorua
minorua / fgddem.py
Last active May 17, 2021 04:49
translates DEM files of Fundamental Geospatial Data provided by GSI into a GDAL supported format (which has write access).
#!/usr/bin/env python3
# name : fgddem.py
# purpose : translates digital elevation model of Fundamental Geospatial Data provided by GSI
# into a GDAL supported format (which has write access).
# license : The MIT License
# copyright : (c) 2012, Minoru Akagi
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
@minorua
minorua / ksjdem.py
Last active December 13, 2015 23:39
translates DEM of National Land Numerical Information provided by MLIT into GeoTIFF.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ksjdem.py
# translates DEM of National Land Numerical Information provided by MLIT into GeoTIFF
# Copyright (c) 2012, Minoru Akagi.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@minorua
minorua / view_related.py
Last active October 14, 2015 00:57
[QGIS 1.8] an attribute action to view related records to the identified feature