Re: [postgis-users] Line within range of another line?

2016-11-02 Thread Ahmet Temiz
100) ) ) as road_fayBuffer > > FROM road4analyse as road > > INNER JOIN fault4analyse AS fault > > ON ST_DWithin(road.the_geom, fault.geom, 100 ) > > GROUP BY road.gid > > > > > > > > *From:* postgis-users [mailto:postgis-users-boun...@lists.osg

Re: [postgis-users] Line within range of another line?

2016-10-31 Thread Ahmet Temiz
100) ) > > ORDER BY l.gid, dist; > > > > > > > > Hope that helps, > > Regina > > http://www.postgis.us > > http://www.paragoncorporation.com > > > > http://postgis.net > > > > > > *From:* postgis-users [mailto:postgis-use

[postgis-users] Line within range of another line?

2016-10-30 Thread Ahmet Temiz
Hi, How can I find Line within range of another line? I mean I try to find line section within certain range of another line. For example, road lines close to fault lines. Ps : I know that using st_buffer causes performance issue. Can you give any advice? Regards -- Ahmet Temiz Jeoloji Müh

[postgis-users] giving rank values to raster is possible

2016-04-26 Thread Ahmet Temiz
"25% 50 0 0", "10% 10 0 0", "nv 0 0 0', 'NEAREST') the_raster", regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz Geologica

[postgis-users] How we get raster values

2015-07-27 Thread Ahmet Temiz
Hello, How can we get raster values of a map that intersects with certian part of a polygon map ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz Geological Eng. Information Systems

[postgis-users] problem in two rasters query

2015-06-17 Thread Ahmet Temiz
, o_8_trdem2 as dem WHERE slp.rid = 20 and ST_Intersects(dem.rast ,slp.rast ) ) select rast from slp_30 -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz Geological Eng. Information Systems - GIS

[postgis-users] postgis raster data in JavaEE

2015-06-03 Thread Ahmet Temiz
hello What are the ways to retrieve postgis raster data into JavaEE and display it using java ? Can you provide hints ? ​kind regards​ -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz

[postgis-users] to retrieve dem- raster map to java EE

2015-06-01 Thread Ahmet Temiz
hello I need your recommendations. I am trying to retrieve dem - raster map to java EE then display. I tried to use mapserver. But I thought I need to form so many classes to have a good display. What do you suggest ? kind regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi

Re: [postgis-users] My slope calculation is too slow

2015-05-27 Thread Ahmet Temiz
it (cache may help you depending on the size of the result). If it is not the expected behaviour, use MATERIAL VIEW or TABLE (possibly TEMP or UNLOGGED ). Cheers, Rémi-C 2015-05-26 8:47 GMT+02:00 Ahmet Temiz ahmettemi...@gmail.com: hello My slope calculation is very slow. Can you advice me

[postgis-users] My slope calculation is too slow

2015-05-26 Thread Ahmet Temiz
- I will appreciate if you propose any way. regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz Geological Eng. Information Systems - GIS Group Disaster and Emergency Management of Presidency

[postgis-users] recommendations on slope map

2015-05-24 Thread Ahmet Temiz
hello I need to have your recommendations. I want to build slope map. I have dem as raster. which one is the better way ?: . slope map as differen band on dem. or . slope map as different color or any other way ? what do you advice ? kind regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil

[postgis-users] retrieving st_slope output into java

2015-05-16 Thread Ahmet Temiz
Hello, How can I retrieve st_slope output into java via jdbc? Kind regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu Ahmet Temiz Geological Eng. Information Systems - GIS Group Disaster

[postgis-users] Using ST_Slope in EPSG:4326

2015-05-08 Thread Ahmet Temiz
hello, ( sorry for previous untitled message) How can we get correct values from ST_Slope, if raster table is in EPSG:4326 ? or we have to transform dem table to metric projection. please let me know kind regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem

[postgis-users] (no subject)

2015-05-08 Thread Ahmet Temiz
hello, How can we get correct values from ST_Slope, if raster table is in EPSG:4326 ? or we have to transform dem table to metric projection. please let me know kind regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Bilgi İşlem Dairesi Başkanlığı-CBS Grubu

[postgis-users] create table from existing raster table

2015-05-08 Thread Ahmet Temiz
hello I was wondering how we could create table from existing raster table ? I tried: create table newrastertable as select ST_Slope(rast) from existingDEMrastertable ​but I couldn't get proper raster table how can we do that ? regards​ -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum

[postgis-users] wrong distance calculation

2015-03-18 Thread Ahmet Temiz
) and (sFay.faytipi~'1' or sFay.faytipi~'2') ~ ​Can you tell me what the likely mistakes are ? Ahmet Temiz regards​ -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng

[postgis-users] calculating area

2015-02-25 Thread Ahmet Temiz
Hello, How do we calculate the area (polygon) in country ( Turkey) level ? Which one does give better result ? transforming to UTM or using geography ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı

Re: [postgis-users] calculating area

2015-02-25 Thread Ahmet Temiz
...@gmail.com wrote: Hi, I think you always have to transforme to UTM to have area in square meters. Best Regards, 2015-02-25 9:10 GMT-03:00 Ahmet Temiz ahmettemi...@gmail.com: Hello, How do we calculate the area (polygon) in country ( Turkey) level ? Which one does give better result

[postgis-users] (no subject)

2013-09-23 Thread Ahmet Temiz
hello I got this error message. ~~ rt_raster_iterator: The set of rasters provided (custom extent included, if appropriate) do not have the same alignment. ~~ what is the likely cause of this problem ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı

[postgis-users] (no subject)

2013-07-08 Thread Ahmet Temiz
hello, I am going to display my postgis raster table using mapserver. I run into this problem: the table public.slp4 contains tiles with different size, and irregular blocking is not supported yet how can I bring a solution to this problem ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil

[postgis-users] Problem : tiles with different size

2013-07-08 Thread Ahmet Temiz
hello, I am going to display my postgis raster table using mapserver. I run into this problem: the table public.slp4 contains tiles with different size, and irregular blocking is not supported yet how can I bring a solution to this problem ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil

[postgis-users] problem in ST_AsPNG with java- jpa

2013-06-19 Thread Ahmet Temiz
idea what I am doing wrong ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng. Information Systems - GIS Group Disaster and Emergency Management of Presidency

[postgis-users] to get raster values bigger than 20

2013-06-10 Thread Ahmet Temiz
will appreciate if you give me a hint regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng. Information Systems - GIS Group Disaster and Emergency Management of Presidency

[postgis-users] ST_MapAlgebra in JAVA app

2013-05-26 Thread Ahmet Temiz
Is it possible to use ST_MapAlgebra with Create Function in JAVA app ? where can I find an example ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng. Information

[postgis-users] which jar file ...

2012-11-29 Thread Ahmet Temiz
Could you tell me which jar file does contain org.postgis.hibernate.GeometryType regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Ahmet Temiz Geological Eng. Information Systems - GIS Group