Path to this page:
./
geography/py-geojson,
Python bindings and utlities for GeoJSON
Branch: CURRENT,
Version: 3.1.0nb1,
Package name: py312-geojson-3.1.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: 23.918 KB
Version history: (Expand)
- (2024-10-13) Updated to version: py312-geojson-3.1.0nb1
- (2023-12-09) Updated to version: py311-geojson-3.1.0
- (2023-09-02) Updated to version: py311-geojson-3.0.1
- (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
CVS history: (Expand)
2023-12-09 13:31:14 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-geojson: Update to 3.1.0.
3.1.0
----------
- Add support for Python 3.12
- https://github.com/jazzband/geojson/pull/222
- https://github.com/jazzband/geojson/pull/211
- CI improvements
- https://github.com/jazzband/geojson/pull/217
- https://github.com/jazzband/geojson/pull/212
- https://github.com/jazzband/geojson/pull/207
- Unit test improvements
- https://github.com/jazzband/geojson/pull/215
- https://github.com/jazzband/geojson/pull/210
- https://github.com/jazzband/geojson/pull/209
|
2023-11-05 12:49:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-geojson: current release does not support Python 3.12, next one will
|
2023-09-02 15:47:00 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-geojson: Update to 3.0.1.
3.0.1 (2023-02-15)
------------------
- Add Support for Python 3.11.x minor revisions
- https://github.com/jazzband/geojson/pull/198
3.0.0 (2023-01-26)
------------------
- Support for Python versions 3.7-3.11 (Python 2 no longer supported)
- Primary development branch renamed from `master` to `main`
- Handle all real numbers as coordinates
- https://github.com/jazzband/geojson/pull/188
- Default precision improvements
- https://github.com/jazzband/geojson/pull/177
- CI improvements
- https://github.com/jazzband/geojson/pull/172
- https://github.com/jazzband/geojson/pull/155
- utf-8 support added to `geojson.dumps()`
- https://github.com/jazzband/geojson/pull/165
- Polygons now constrained to bounding box
- https://github.com/jazzband/geojson/pull/147
- Better GeometryCollection handling in `util.coords()`
- https://github.com/jazzband/geojson/pull/146
- Improved point validation
- https://github.com/jazzband/geojson/pull/144
|
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
|