Re: [gdal-dev] Problems loading swedish climate data to PostGIS

2020-06-23 Thread Thomas Juntunen
; SCID_v4.0.gdb > >> HBVSv_MLSM_rcp85_ensembleMax_abs > >> > >> ogrinfo > >> --- > >> > >> #use ogrinfo to confirm that the new spatial layer exists in your PG > >> database > >> ogrinfo PG:"host=localhost user=postgres password

Re: [gdal-dev] Documentation for previous versions

2020-06-04 Thread Thomas Juntunen
, Old Lane North, Broughton, Skipton, North > Yorkshire, BD23 3FD, Telephone: +441756799919 > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://lists.osgeo.org/mailman

Re: [gdal-dev] New to Gdal and NITF

2020-05-07 Thread Thomas Juntunen
_ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/gdal-dev -- *The right coordinate system can turn an impossible problem into two really hard problems. -- Charlie Pellerin* Thomas Juntunen GIS Sp

Re: [gdal-dev] Adding Features to Existing PostIGIS Table with Python OGR/GDAL?

2019-11-25 Thread Thomas Juntunen
seems to work fine: > trackslayer = ds.GetLayerByName('tracks') > tracksdef = trackslayer.GetLayerDefn() > outFeature = ogr.Feature(tracksdef) > outFeature.SetField("name", name) > # . > trackslayer.CreateFeature(outFeature) > > Gerard > > > On Mon,

Re: [gdal-dev] Adding Features to Existing PostIGIS Table with Python OGR/GDAL?

2019-11-25 Thread Thomas Juntunen
using psycopg2 (or SQLAlchemy) instead. Just wondering > if it's directly possible using Python OGR/GDAL. > > Thanks, > Gerard > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://lists.osgeo.org/mailman/listinf

Re: [gdal-dev] Introduction to the python API

2018-11-05 Thread Thomas Juntunen
/listinfo/gdal-dev -- *The right coordinate system can turn an impossible problem into two really hard problems. -- Charlie Pellerin* Thomas Juntunen GIS Specialist Polar Geospatial Center R280 Learning and Environmental Science 1954 Buford Ave University of Minnesota St. Paul, MN 55108 612-626-05

Re: [gdal-dev] problem with a geotiff

2018-09-25 Thread Thomas Juntunen
-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > <#m_117792916060688249_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > https://li

Re: [gdal-dev] How to find image footprints instead of envelopes?

2015-10-13 Thread Thomas Juntunen
ww.spatialys.com > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- *The right coordinate system can turn an impossible problem into two really hard problems. -- Charlie Pelleri