Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
894afc17
Commit
894afc17
authored
Aug 27, 2012
by
Christian Ledermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import frquently used Classes and functions in __init__
parent
bca67601
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
docs/HISTORY.txt
docs/HISTORY.txt
+8
-0
fastkml/__init__.py
fastkml/__init__.py
+13
-0
setup.py
setup.py
+2
-0
No files found.
docs/HISTORY.txt
View file @
894afc17
...
...
@@ -2,6 +2,14 @@
Changelog
=========
0.3 (unreleased)
-----------------
- python 3 compatible
- fix test for python 3
- change license to LGPL
- register namespaces for a more pleasant, human readable xml output
0.2 (2012/07/27)
-----------------
...
...
fastkml/__init__.py
View file @
894afc17
...
...
@@ -14,3 +14,16 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from
geometry
import
Point
,
LineString
,
Polygon
from
geometry
import
MultiPoint
,
MultiLineString
,
MultiPolygon
from
geometry
import
LinearRing
from
kml
import
KML
,
Document
,
Folder
,
Placemark
from
kml
import
TimeSpan
,
TimeStamp
from
styles
import
StyleUrl
,
Style
,
StyleMap
from
styles
import
IconStyle
,
LineStyle
,
PolyStyle
from
styles
import
LabelStyle
#, BalloonStyle
from
atom
import
Link
,
Author
,
Contributor
setup.py
View file @
894afc17
...
...
@@ -12,6 +12,8 @@ setup(name='fastkml',
classifiers
=
[
"Topic :: Scientific/Engineering :: GIS"
,
"Programming Language :: Python"
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 3'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)'
,
'Development Status :: 4 - Beta'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment