1 """
2 djsld, or django-sld, is a library that generates cartographic representations
3 in the form of SLD XML files from data distributions in the form of django
4 querysets.
5
6 The module L{djsld.generator} contains all methods to generate different types
7 of classifications. The classification algorithms are implemented in the pysal
8 library.
9
10 License
11 =======
12 Copyright 2011-2012 David Zwarg <U{dzwarg@azavea.com}>
13
14 Licensed under the Apache License, Version 2.0 (the "License");
15 you may not use this file except in compliance with the License.
16 You may obtain a copy of the License at
17
18 U{http://www.apache.org/licenses/LICENSE-2.0}
19
20 Unless required by applicable law or agreed to in writing, software
21 distributed under the License is distributed on an "AS IS" BASIS,
22 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 See the License for the specific language governing permissions and
24 limitations under the License.
25
26 @author: David Zwarg
27 @contact: dzwarg@azavea.com
28 @copyright: 2011-2012, Azavea
29 @license: Apache 2.0
30 @version: 1.0.7
31 """
32