Mapshader Versions Save

Simple Python GIS Web Services

v0.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/makepath/mapshader/compare/v0.1.2...v0.1.3

v0.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/makepath/mapshader/compare/v0.1.1...v0.1.2

v0.1.1

2 years ago
  • 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)

v0.1.0

2 years ago
  • Fixed mapshader config example (#95)
  • Added Geojson support Bokeh Previewer support (#67)
  • Added docs publishing action (#91)
  • Added sphinx (#76)
  • Moved hardcoded html (#89)
  • Moved services from sources.py to services.py (#90)
  • Updated docstrings (#72)
  • Added GeoTIFF to NetCDF CLI command (#78)

v0.0.9

2 years ago
  • Fixed package requirements

v0.0.8

2 years ago
  • Added mapshader on conda-forge

v0.0.7

2 years ago
  • 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)

v0.0.6

3 years ago
  • Added support for mapshader.core.to_raster function for all sources
  • Added support for instaniating MapSource directly with gpd.GeoDataFrame

v0.0.5

3 years ago

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

v0.0.4

3 years ago

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