Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geogig-dev] GeoGig support for WKT

the key thing is a single WKT geometry does not conform a Feature, but a part of it. Geogig's unit of work is a Feature (like a file is for git). And features are identified objects.
Jody's example does just that, uses the geotools PropertyDataStore to create features (ids being 1 and 2) with a single geometry property.

We could ingest such a file, but there's no import/export for property files right now. It's extremely easy to implement though.


On Wed, Oct 21, 2015 at 12:04 PM, Jody Garnett <jgarnett@xxxxxxxxxxxxxxxx> wrote:
The PropertyDataStore uses WKT for geometry, and should be directly usable with GeoGig.

Not sure that is exactly what you want? The text file ends up being:

~=geom
1=POINT( 1 0 )
2=POINT( 2 3 )



On Wed, Oct 21, 2015 at 6:58 AM, Luis Bermudez <lbermudez@xxxxxxxxxxxxxxxxxx> wrote:
I saw Tom Ingold's presentation last week about GeoGig at FedGeo. Very cool!

I see lot's of example with shp files, but was curious about the GeoGig support for OGC WKT.

I think this will open lots of opportunities to databases and other tools that support WKT.

Any plans to support WKT in GeoGig?

Luis Bermudez, Ph.D.
Executive Director Compliance and E-Learning
Open Geospatial Consortium (OGC)
Skype: bermudez_luis
Twitter: @berdez
Tel: +1 301 760 7323
https://www.linkedin.com/in/bermudez

The OGC: Making Location Count


_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev



--

--
Jody Garnett
Community Lead | Boundless
jgarnett@xxxxxxxxxxxxxxxx
@jodygarnett

http://boundlessgeo.com/


_______________________________________________
geogig-dev mailing list
geogig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://www.locationtech.org/mailman/listinfo/geogig-dev



--

Gabriel Roldán
Software Developer | Boundless
groldan@xxxxxxxxxxxxxxxx
@boundlessgeo



Back to the top