kurver / spatialite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes collected learning about spatialite etc.

example shape files

import into db via gui

qgis to modify shapefile coord (crs) system to wgs84, that should match lat/longs from iphone etc. (i think?, e.g. unproven)

SELECT * FROM test where within(geomfromtext('POINT(174.88239 -41.06195)'), (test.geometry))

SRID

Guess SRID from .prj file - normally with shapefile

lots of NZ gis data using SRID 27200 -

Java

Links

NZ linz data

About