Re: ANN: OGC Web Feature Service for GeoDjango

2012-02-01 Thread Jeff Heard
Great.  There's more coming down the pipe.  WFS was the first thing I had
reasonably finished...

On Tue, Jan 31, 2012 at 10:16 AM, George Silva wrote:

> Wow! Congratulations on this release.
>
> I'm looking at it right now.
>
> :D
>
> On Tue, Jan 31, 2012 at 1:11 PM, Jeff Heard 
> wrote:
>
>> https://github.com/JeffHeard/ga_ows
>>
>> http://geoanalytics.renci.org/uncategorized/ogc-wfs-for-django-released-on-github/
>>
>> It's not feature complete yet by any means, but it is quite usable.
>>  There is also an implementation of WMS included, but it is currently
>> undocumented as I clean up that code and make it similar to my more
>> recently implemented WFS.  This package is a reusable app that will allow
>> you to expose any GeoDjango model as a Web Feature Service.
>>
>> Supported formats for output are currently anything that is supported by
>> a single-file format in OGR.  Shapefiles are not yet supported for output
>> but will be soon.
>>
>> Also, you can adapt WFS to any python object (including other ORMs) by
>> deriving from WFSAdapter.
>>
>> -- Jeff
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
>
> --
> George R. C. Silva
>
> Desenvolvimento em GIS
> http://geoprocessamento.net
> http://blog.geoprocessamento.net
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: ANN: OGC Web Feature Service for GeoDjango

2012-01-31 Thread George Silva
Wow! Congratulations on this release.

I'm looking at it right now.

:D

On Tue, Jan 31, 2012 at 1:11 PM, Jeff Heard wrote:

> https://github.com/JeffHeard/ga_ows
>
> http://geoanalytics.renci.org/uncategorized/ogc-wfs-for-django-released-on-github/
>
> It's not feature complete yet by any means, but it is quite usable.  There
> is also an implementation of WMS included, but it is currently undocumented
> as I clean up that code and make it similar to my more recently implemented
> WFS.  This package is a reusable app that will allow you to expose any
> GeoDjango model as a Web Feature Service.
>
> Supported formats for output are currently anything that is supported by a
> single-file format in OGR.  Shapefiles are not yet supported for output but
> will be soon.
>
> Also, you can adapt WFS to any python object (including other ORMs) by
> deriving from WFSAdapter.
>
> -- Jeff
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
George R. C. Silva

Desenvolvimento em GIS
http://geoprocessamento.net
http://blog.geoprocessamento.net

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



ANN: OGC Web Feature Service for GeoDjango

2012-01-31 Thread Jeff Heard
https://github.com/JeffHeard/ga_ows
http://geoanalytics.renci.org/uncategorized/ogc-wfs-for-django-released-on-github/

It's not feature complete yet by any means, but it is quite usable.  There
is also an implementation of WMS included, but it is currently undocumented
as I clean up that code and make it similar to my more recently implemented
WFS.  This package is a reusable app that will allow you to expose any
GeoDjango model as a Web Feature Service.

Supported formats for output are currently anything that is supported by a
single-file format in OGR.  Shapefiles are not yet supported for output but
will be soon.

Also, you can adapt WFS to any python object (including other ORMs) by
deriving from WFSAdapter.

-- Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.