Re: [gdal-dev] CSV to GeoRSS: problem with pubDate field

2017-08-06 Thread aborruso
Hi, does someone of you have an hello world example that works to transform with GDAL a CSV to GeoRSS? I'm writing here, because I do not find any tips everywhere. Thank you again -- View this message in context: http://osgeo-org.1560.x6.nabble.com/CSV-to-GeoRSS-problem-with-pubDate-field-tp5

Re: [gdal-dev] CSV to GeoRSS: problem with pubDate field

2017-08-06 Thread Even Rouault
On lundi 31 juillet 2017 10:37:41 CEST aborruso wrote: > Hi, > I'm using GDAL 2.3.0dev to convert a CSV to GeoRSS, but I'm not able to set > properly pubDate field. > > My test input CSV is (tab separated): > > title description guidlinkpubDate > titolodes http://www.tin.i

Re: [gdal-dev] CSV to GeoRSS: problem with pubDate field

2017-08-06 Thread aborruso
Solved, it was a stupid question: I must use a csvt and set the input pubDate CSV field as `DateTime`. Thank you -- View this message in context: http://osgeo-org.1560.x6.nabble.com/CSV-to-GeoRSS-problem-with-pubDate-field-tp5329925p5330608.html Sent from the GDAL - Dev mailing list archive at

Re: [gdal-dev] CSV to GeoRSS: problem with pubDate field

2017-08-06 Thread aborruso
Hi Even, Even Rouault-2 wrote > ogr2ogr -f GeoRSS georss.xml source.csv -oo AUTODETECT_TYPE=YES so simple, so powerful. Thank you very much -- View this message in context: http://osgeo-org.1560.x6.nabble.com/CSV-to-GeoRSS-problem-with-pubDate-field-tp5329925p5330632.html Sent from the G

Re: [gdal-dev] CSV to GeoRSS: problem with pubDate field

2017-08-06 Thread aborruso
Hi all, I have written a small tutorial related (in italian): https://medium.com/tantotanto/trasformare-un-csv-in-un-feed-rss-7a6bd7b8c2f Thank you gdal/ogr developers -- View this message in context: http://osgeo-org.1560.x6.nabble.com/CSV-to-GeoRSS-problem-with-pubDate-field-tp5329925p533067