Releases: makepath/mapshader
Releases · makepath/mapshader
Version 0.1.3 - 2022-08-16
What's Changed
- Add synthetic people example by @thuydotm in #129
- WIP world elevation tiling example by @thuydotm in #139
- list_tiles(): add tests for VectorSource by @thuydotm in #140
- list_tiles(): add tests for RasterSource by @thuydotm in #141
- Change log for release 0.1.3 by @thuydotm in #142
Full Changelog: v0.1.2...v0.1.3
Version 0.1.2 - 2022-07-01
What's Changed
- Support large GeoTIFF files with creation of overviews by @ianthomas23 in #117
- Tidy up repo by @ianthomas23 in #118
- Test creating overviews for multiple netcdf files with multiple bands by @ianthomas23 in #119
- Avoid using dask.bag if creating overview of only 1 file by @ianthomas23 in #120
- Support VRTs by @ianthomas23 in #121
- Always use multi file opening code for VRTs by @ianthomas23 in #122
- point_aggregation(): added geometry param by @thuydotm in #127
- Reduce test geotiff size from 10 GB to 1 GB by @ianthomas23 in #125
- Use relative url for psutils by @ianthomas23 in #124
- Support scanning directories for VRTs by @ianthomas23 in #123
- mapshader tile command: enable writing precomputed tiles to a output location by @thuydotm in #128
- added projected buffered extent transform by @brendancol in #130
- Add tile utils module with example notebook by @brendancol in #131
- changelog for release 0.1.2 by @thuydotm in #138
New Contributors
Full Changelog: v0.1.1...v0.1.2
Version 0.1.1 - 2022-02-17
- Overviews netcdf limited area (#113)
- Added serve cli command to start default flask server (#112)
- Fixed issue with template paths when install mapshader via pip (#111)
- Use dask to generate overviews (#110)
- Support multiple GeoTIFF files (#109)
- Add requirements packages version #104 (#106)
- Overviews (#108)
- Services endpoint (#107)
- Remove duplicated get_data_array_extent function #74 (#105)
- Allow different netcdf version in test_valid_conversion (#103)
- Multithreaded support for multiband multiple NetCDF files (#102)
- Add support for reading multiband tiled netcdf files (#101)
- Run tests on pull request and push to default branch (#98)
- Use yaml.safe_load rather than yaml.load (#96)
Version 0.1.0 - 10/7/2021
Version 0.0.9 - 5/18/2021
- Fixed package requirements
Version 0.0.8 - 5/17/2021
- Added mapshader on conda-forge
Version 0.0.7 - 5/17/2021
- Respecting geometry_field when setting default fields
- Separated render functions into get and renderers
- Added psutils perfomance stats (#69)
- Removed double run and moved unnecessary in loop declaration (#68)
- Added basic CLI and examples command (#80)
- Added flake8 Github Action (#77)
- Added PyPi Publish Github Action (#84)
Version 0.0.6 - 2/12/2021
- Added support for mapshader.core.to_raster function for all sources
- Added support for instaniating MapSource directly with gpd.GeoDataFrame
Version 0.0.5
Version 0.0.5 - 2/2/2021
- added support for grouped / non-grouped discrete colormaps via legend
- added legend endpoints
- added legend config object
- added discrete colormaps for raster (should be moved into datashader later)
- added flask cors rule #35
Version 0.0.4
Version 0.0.4 - 1/27/2020
- added raster_to_categorical_points transform; added ability to manully instantiate services to support integrations
- added hello message
- fixed raster overview generation
- removed datashader line conversion; fixed raster overviews
- fixed double export
- fixed boundaries service
- added tif to netcdf prep script
- fixed tile render bug
- fixed user config bug
- restrucutred sources and added services classes
- added support for NetCDF-backed dask arrays
- general fixes
- added padding and performance fixes for raster layers