[Proj] Use of SQLite

Kurt Schwehr schwehr at gmail.com
Mon May 21 14:13:22 EST 2018


If I can figure out how to make it work with SQLite, I'd be happy to
contribute the code.  Not sure exactly how to pull it off.

On Mon, May 21, 2018 at 11:54 AM, Even Rouault <even.rouault at spatialys.com>
wrote:

> On lundi 21 mai 2018 11:35:07 CEST Kurt Schwehr wrote:
>
> > Sorry I haven't chimed in sooner. Going with SQLite is certainly fine for
>
> > my particular env. Here is what I would like if at all possible:
>
> >
>
> > * The option to have just one copy of the database per binary. So shared
>
> > across PROJ through GDAL and PostGIS
>
>
>
> PostGIS will still have to keep its spatial_ref_sys table since this is
> something required by the SF-SQL standard.
>
>
>
> > * Be able to compile in the database within the binary and use if from
>
> > memory
>
> >
>
> > My env is typically statically linked binaries with one binary per
>
> > container and no local disk. I currently have an C data block with the
>
> > data that I write to vsimem and read from there. My solution uses some
>
> > non-public code. An SQLite in-memory database that the entire community
>
> > could use (if selected at build time) would be nicer. I'm sure other
>
> > folks would appreciate the option to not need extra files.
>
>
>
> Would you been interested in contributing code to make that possible in
> proj ? (once classic file based approach has been added)
>
>
>
> --
>
> Spatialys - Geospatial professional services
>
> http://www.spatialys.com
>



-- 
--
http://schwehr.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/proj/attachments/20180521/4b9f1e48/attachment.htm 


More information about the Proj mailing list