Skip to content

Instantly share code, notes, and snippets.

@jmckenna
Created February 8, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmckenna/1d4d2c741236f44cc91299dd487fb647 to your computer and use it in GitHub Desktop.
Save jmckenna/1d4d2c741236f44cc91299dd487fb647 to your computer and use it in GitHub Desktop.
HTTPS test through OGR using MS4W 3.2.3
D:\ms4w>setenv.bat
GDAL, mapserv, and commandline MS4W tools path set
D:\ms4w>ogrinfo --version
GDAL 2.2.3, released 2017/11/20
D:\ms4w>ogrinfo -ro https://duif.net/Testing_QGIS1.geojson Testing_QGIS1 -summary
INFO: Open of `https://duif.net/Testing_QGIS1.geojson'
using driver `GeoJSON' successful.
Layer name: Testing_QGIS1
Geometry: Point
Feature Count: 3
Extent: (717754.080000, 4367593.930000) - (718356.320000, 4368593.830000)
Layer SRS WKT:
PROJCS["ETRS89 / UTM zone 30N",
GEOGCS["ETRS89",
DATUM["European_Terrestrial_Reference_System_1989",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY["EPSG","6258"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4258"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-3],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","25830"]]
Id: String (0.0)
ID_CORREDO: Real (0.0)
POBLACION: String (0.0)
CP: Real (0.0)
DIRECCION: String (0.0)
FINCA: String (0.0)
REGISTRO: String (0.0)
SUP_SUELO: Real (0.0)
FACHADA: Real (0.0)
PROFUNDIDA: Real (0.0)
OCUPACION: Real (0.0)
M2_TECHO: Real (0.0)
PRECIO: Real (0.0)
EDIFICABIL: Real (0.0)
PVP_MIv: Real (0.0)
PVP_Obra_N: Real (0.0)
REPERCUSIO: Real (0.0)
ALTURAS: Real (0.0)
FICHA_URB: String (0.0)
CALIFICACI: String (0.0)
USO: String (0.0)
PROYECTO_B: String (0.0)
REF_CATAST: String (0.0)
PVP: Real (0.0)
PTG_HONORA: Real (0.0)
MORFOLOGIA: Real (0.0)
ESTUDIO_EC: Real (0.0)
UBICACION: Real (0.0)
NOTA: Real (0.0)
FECHA_ALTA: Date (0.0)
FECHA_MODI: String (0.0)
Finca1: String (0.0)
X: Real (0.0)
Y: Real (0.0)
SRS: String (0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment