Hey Nicol, you are right, you should put the folder in the 'ogr/ogrsf_frmts' directory . But the parameters set to compile the driver into gdal/ogr can be a little bit complicated. You could find some clues on "OGR Driver Implementation Tutorial", but you still need to handle the mongodb lib things.
if you do not want to bother, attached are a version which could run on windows platform. in the nmake.opt file, set MONGO Library to your path. i think it will work. just let me know. and sorry I haven't make everything ready to use. yours, shuai ________________________________________ From: Nicol Hermann [[email protected]] Sent: Wednesday, May 21, 2014 3:08 PM To: Zhang, Shuai Subject: Re: [gdal-dev] New OGR Driver for MongoDB Hello shuai, me again. I checked out the Mongo driver from the Git repository but have some trouble which steps are necessary to include it into the GDAL trunk. Can you please provide me some hints. I assume I have to copy the 'mongo' directory to 'ogr/ogrsf_frmts', right? Anything to consider to have it available as 'configure' option? Thanks for your assistance Nicol Am Montag, den 19.05.2014, 21:12 +0000 schrieb Zhang, Shuai: > Hi Nicol, > > Great you are interested. > I opened up a ticket for this project, as you may find here: > http://trac.osgeo.org/gdal/ticket/5453 > you may also find the source code in my github > https://github.com/geosky/mongodb-gdal-driver > glad if you could join in the mongogis group i set up in the github, we may > have some discusses there. > > thanks, > shuai > ________________________________________ > From: Nicol Hermann [[email protected]] > Sent: Monday, May 19, 2014 12:22 PM > To: Zhang, Shuai > Subject: Re: [gdal-dev] New OGR Driver for MongoDB > > Hello Shuai, > > I saw your post about the Mongo driver in the GDAL mailing list. > Is the driver you wrote for OGR already available somewhere? > Did you open up a ticket like Kyle recommended? > If so it would be great if you could share the ticket number with me. > Thank you very much. > Nicol > > > Am Mittwoch, den 30.04.2014, 13:55 +0000 schrieb Zhang, Shuai: > > Hi there, > > > > > > I wrote a ogr driver for mongodb and wish to contribute to the > > community. > > but I'm not sure where to start and how to do it. > > Is there anyone who can give me a hand or some guidance about it? > > it will be terrific if you know geojson driver or couchdb driver > > well, > > so that we may have discussions on the code level. > > > > > > Thanks, > > Shuai > > _______________________________________________ > > gdal-dev mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/gdal-dev > > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
