Path to this page:
./
geography/py-geojson,
Python bindings and utlities for GeoJSON
Branch: CURRENT,
Version: 2.5.0nb1,
Package name: py310-geojson-2.5.0nb1,
Maintainer: kleinkThe geojson library contains:
- Functions for encoding and decoding GeoJSON formatted data
- Classes for all GeoJSON Objects
- An implementation of the Python __geo_interface__ Specification
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 22.545 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-geojson-2.5.0nb1
- (2022-01-05) Updated to version: py39-geojson-2.5.0nb1
- (2021-10-07) Updated to version: py39-geojson-2.5.0
- (2019-12-11) Updated to version: py37-geojson-2.5.0
- (2018-11-12) Updated to version: py27-geojson-2.4.1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108) |
Log message:
geography: Remove SHA1 hashes for distfiles
|
2019-12-11 19:58:58 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-geojson: updated to 2.5.0
2.5.0:
- Add "precision" parameter to GeoJSON Object classes with default \
precision of 6 (0.1m)
- Fix bug where `map_geometries()` util was not preserving Feature IDs
- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec
- Set up semi-automatic PyPi releases via Travis/Jazzband
|
2018-11-10 17:12:19 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-geojson to 2.4.1
2.4.1 (2018-10-17)
------------------
- Allow ``FeatureCollections`` to be passed to ``coords``
- https://github.com/frewsxcv/python-geojson/pull/117
2.4.0 (2018-05-21)
------------------
- Additional functional maps for GeoJSON entities
- https://github.com/frewsxcv/python-geojson/pull/112
|
2017-09-29 18:42:00 by Klaus Klein | Files touched by this commit (2) |  |
Log message:
geography/py-geojson: update to 2.3.0
2.3.0 (2017-09-18)
------------------
- Add ``__getitem__`` methods to sequence-like objects
- https://github.com/frewsxcv/python-geojson/pull/103
|
2017-09-18 19:10:35 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-geojson: update to 2.2.0
2.2.0:
- Allow constructing geojson objects from geojson objects
|
2017-09-12 18:24:00 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
geography/py-geojson: update to 2.1.0
2.1.0:
- Implement validation for GeometryCollection
2.0.0:
- Rewrite of validation mechanism (breaking change).
|