Releases: stefur/swemaps
Releases · stefur/swemaps
swemaps 0.2.1
swemaps 0.2.0
Changes
- Fixed names of counties in lan.parquet
- Introduced
fetch_map
function to download and cache larger map data files on demand - Added map data for electoral districts (2022) as well as RegSO and DeSO
- Examples with plotnine
swemaps 0.1.5
Changes
- Remove
ci
from extras
swemaps 0.1.4
Changes
- This release only fixes metadata errors from 0.1.3
swemaps 0.1.3
Changes
- Support for Python version 3.9 to 3.12
swemaps 0.1.2
Changes
- Geometry now stored as GeoArrow WKB
- Renamed
pyarrow_to_geojson()
totable_to_geojson()
as well as simplified it - Updated Readme
swemaps 0.1.1
Changes
- Bumped geoparquet specification version to 1.1.0
- Updated crs area bbox to a 1% padding of bounds
- Added bbox and covering to metadata
- Switched to snappy compression
- Updated examples
- Introduced proper exceptions instead of assertions for
pyarrow_to_geojson()
swemaps 0.1.0
First release
A first release containing polygons of counties, municipalities and FA regions. Includes helper function to convert PyArrow table to GeoJSON.