Code Monkey home page Code Monkey logo

nls-mapsheet's Introduction

CI

NLS mapsheet geometry generator

PL/pgSQL function for generating polygon geometry for given grid reference (specified in JHS 197). The system is also known as "UTM-lehtijako" by National Land Survey of Finland.

Usage

Run the SQL in nls_mapsheet.sql in your Postgis database. Then you can use the function nls_mapsheet, eg. SELECT 'K2311E4' AS id, nls_mapsheet('K2311E4') AS geom;

The above function assumes the input is a valid JHS 197 grid reference. To validate a string, you can use the function nls_mapsheet_isvalid.sql, eg. SELECT nls_mapsheet_isvalid('K2311E4'); -> TRUE

Running test

The file test/data.dump contains NLS supplied geometries for all 144,594 official mapsheets. To test all of them against the functions, run in repo root:

docker run --rm -v $(pwd):/nls_mapsheet postgis/postgis:13-3.1 /nls_mapsheet/test/custom-entrypoint.sh

nls-mapsheet's People

Contributors

data-ux avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.