Re: [gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Jachym Cepicky
Aahaa, the problem was out_ar[:] = data while I was using out_ara = data Thank you! Jachym po 25. 5. 2020 v 11:14 odesílatel Even Rouault napsal: > > On lundi 25 mai 2020 10:44:10 CEST Jachym Cepicky wrote: > > > Hi all, > > > > > > I have some python code

[gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Jachym Cepicky
ut_ar) return out_ar Any hint? Thank you Jachym -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/lis

[gdal-dev] postgis raster driver

2020-02-14 Thread Jachym Cepicky
n the database in 2 ways: Using raster2pgsql to load rasters Creating rasters using PostGIS Raster functions The write support to GDAL PostGIS Raster driver is under developme Is this still valid? How much work is needed, to be able to use gdalwarp instead of raster2pgsql ? Thank you Jachym -- J

Re: [gdal-dev] arcsde

2019-11-25 Thread Jachym Cepicky
od luck ! > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] arcsde

2019-11-22 Thread Jachym Cepicky
them? Some manual simple and similar to description about how to get Geodatabase up and running would be nice. Thank you Jachym [1] https://gdal.org/drivers/vector/sde.html -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://les-ejk.cz/pgp/JachymCepick

[gdal-dev] gdal 2.3 ecw 5.4

2018-05-02 Thread Jachym Cepicky
7;apps-target' failed make: *** [apps-target] Error 2 ``` Any hint, what to try? Thank you Jachym -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] dwg and Open Design Alliance

2013-09-09 Thread Jachym Cepicky
Hi, I would like to ask, if anybody is using current version of GDAL with Open Design Aliance Teiga library, and what are the experience with it? Does it work out of the box? Any issues? Does it read the data properly without problem? Thanks Jachym -- Jachym Cepicky jachym.cepicky at gmail.com

Re: [gdal-dev] how should SpatialReference::EPSGTreatsAsLatLong work?

2012-03-15 Thread Jachym Cepicky
On 15.3.2012 20:42, Even Rouault wrote: >> >> from osgeo import osr >> sr = osr.SpatialReference() >> sr.ImportFromEPSG(4326) > > --> use ImportFromEPSGA() instead of ImportFromEPSG() when you are interested > in axis ordering. See http://trac.osgeo.org/gdal/wiki/rfc20_srs_axes > Oh, thanks f

Re: [gdal-dev] how should SpatialReference::EPSGTreatsAsLatLong work?

2012-03-15 Thread Jachym Cepicky
32 > 6"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY > ["EPSG","4326"]] > > My best guess anyway. > > kss > > -Original Message

[gdal-dev] how should SpatialReference::EPSGTreatsAsLatLong work?

2012-03-15 Thread Jachym Cepicky
Hi, I'm trying to figure out, how OGRSpatialReference::EPSGTreatAsLatLong is supposed to be working -> I'm not able to get any proper result. I'm playing with the python interface at this place (and assume, C-api would work similar way). When I create OGRSpatialReference and import it from EPSG

Re: [gdal-dev] WFS 1.1 and axis orientation - wrong coordinates interpretation

2012-02-17 Thread Jachym Cepicky
g list, just trying to continue the thread and hope, it will end successfully - thanks On 9.2.2012 20:22, Even Rouault wrote: > Le jeudi 09 février 2012 20:00:03, Jachym Cepicky a écrit : >> Hi, >> >> I think, OGR (and therefore MapServer too), is not taking care about >> axis

[gdal-dev] WFS 1.1 and axis orientation - wrong coordinates interpretation

2012-02-09 Thread Jachym Cepicky
Hi, I think, OGR (and therefore MapServer too), is not taking care about axis orientation of incomming data, acting as WFS 1.1 client. Result is flipped data and I do not know, how the software recognizes, that axes order is different (apperently, it does not). We have setuped generic WFS 1.1 ser

Re: [gdal-dev] wms driver and support for more parameters in the URL - bug in curl?

2011-11-26 Thread Jachym Cepicky
; (like curl?) Any other way, how to pass more aditional parameters to >> the server with GDAL as client? > > I don't understand the different of behaviour you observe, but the cause of > your issue is that the URL you put inside is not proper XML > content. You should replac

[gdal-dev] wms driver and support for more parameters in the URL - bug in curl?

2011-11-21 Thread Jachym Cepicky
typ&styles=default&srs=EPSG:3035&transparent=TRUE&format=image/png&width=936&height=660&bbox=4559666.,2941837.7000,4566270.,2946494.3000 So, is there some strange bug in GDAL? In some dependence library (like curl?) Any other way, how to pass

[gdal-dev] wcs driver not cooperating

2011-08-19 Thread Jachym Cepicky
he bbox seems all right to me (minx,miny, maxx, maxy) So the question of mine would be: is the server configured wrong, or is that s gdal issue? Thanks for help Jachym NOTE: I have absolutely no relation to the server and I do not have single idea, what are the data about. -- Jachym Cepicky e-

Re: [gdal-dev] WCS driver, GetSubdatasets (Python) returns empty list

2011-06-25 Thread Jachym Cepicky
Evan, thanks for answer it works!! Thanks Jachym 2011/6/26 Even Rouault : > Le dimanche 26 juin 2011 00:03:55, Jachym Cepicky a écrit : >> Hi, >> >> using Python, gdal 1.8.0, Ubuntu >> >> I need to access some Temporal information about available WCS laye

[gdal-dev] WCS driver, GetSubdatasets (Python) returns empty list

2011-06-25 Thread Jachym Cepicky
Jachym P.S. Congrats, Frank! Good luck in your new job. -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Re: wfs 1.1.0 via mapserver and ogr

2011-06-10 Thread Jachym Cepicky
sorry, I hit the "Send" button accidentally so, the request http://localhost/cgi-bin/ows?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=line&FILTER=http://www.opengis.net/gml";>msGeometry48.7275012197312094,12.9295317871890720 51.1769623652315175,18.1965700336475784 is WRONG because of th

[gdal-dev] wfs 1.1.0 via mapserver and ogr

2011-06-10 Thread Jachym Cepicky
asks the WFS server with following request: http://localhost/cgi-bin/ows?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=line&FILTER=http://www.opengis.net/gml";>msGeometry48.7275012197312094,12.9295317871890720 51.1769623652315175,18.1965700336475784

Re: [gdal-dev] python gdal gdal.ReprojectImage produces no data

2009-07-29 Thread Jachym Cepicky
arameter outds.SetGeoTransform(inds.GetGeoTransform()) # set the projection outds.SetProjection(inds.GetProjection()) # do the transformation - actually no transformation at all # projections are no longer needed, since both datasets are projected gdal.ReprojectImage(inds, outds) # close outds = None

[gdal-dev] python gdal gdal.ReprojectImage produces no data

2009-07-29 Thread Jachym Cepicky
#x27; Image Structure Metadata: INTERLEAVE=BAND Corner Coordinates: Upper Left (0.0,0.0) Lower Left (0.0, 386.0) Upper Right ( 709.0,0.0) Lower Right ( 709.0, 386.0) Center ( 354.5, 193.0) Band 1 Block=709x11 Type=Byte, ColorInterp=Gray That was all

[gdal-dev] support for gml 3 in gdal

2009-06-09 Thread Jachym Cepicky
Hi, I wanted to ask about current status of GML 3.x in OGR. Can it be created? Can I specify custom profiles? If not, is there any plan for implementing GML 3.1 to GML? Thanks Jachym -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://www.les-ejk.cz/pgp

[gdal-dev] Re: [GRASS-user] creat a temp workplace

2009-03-29 Thread Jachym Cepicky
ion is created. if you set the GRASS_BATCH_JOB env. variable, (shell script to be processed as batch job), the script will be performed automatically. jachym -- Jachym Cepicky e-mail: jachym.cepicky gmail com URL: http://les-ejk.cz GPG: http://www.les-ejk.cz/pgp/JachymCepicky.pgp Key fin

[gdal-dev] Re: [GRASS-user] create a workplace (location mapset etc)_

2009-03-29 Thread Jachym Cepicky
is blank even I reset the region use "g.region rast=..." > > My god,I am crazying@@! > ___ > grass-user mailing list > grass-u...@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-user -- Jachym Cepicky e-mail: jachym.cepicky gmail com