- 28 Jun, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5601 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 16 Jun, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5518 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 01 Jun, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5481 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 13 May, 2019 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5436 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Small fix in draw_grid_layer method of LayeredBasemap to make setting font properties of contour labels work if grid_style.contour_labels is None. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5435 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 26 Apr, 2019 2 commits
-
-
Kris Vanneste authored
Modified draw_grid_layer mathod of LayeredBasemap to support dash_pattern for contour lines and bbox styles for contour labels. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5390 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5389 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 19 Apr, 2019 4 commits
-
-
Kris Vanneste authored
Removed deprecated 'include_z' argument in to_shapely call in _draw_polygon_layer method of LayeredBasemap. Replaced np.unique with set in draw_polygon_layer method of LayeredBasemap. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5381 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5380 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5379 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5378 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 14 Apr, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5323 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 04 Apr, 2019 4 commits
-
-
Kris Vanneste authored
Fixed bug in from_ogr method of PolygonData which caused interior rings to be removed, and correct invalid polygons containing rings with insufficient points instead. Added get_overlap_ratio method to PolygonData. Simplified get_area method of PolygonData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5281 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5279 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5277 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5276 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 31 Mar, 2019 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5250 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5249 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 30 Mar, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5248 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 28 Mar, 2019 1 commit
-
-
Kris Vanneste authored
Multiply max_dist argument of to_mesh_grid_data method of UnstructuredGridData by 1000, to convert from km to m. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5235 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 25 Mar, 2019 3 commits
-
-
Kris Vanneste authored
Allowed 'pos' argument of draw_text_box method of LayeredBasemap to be specified as 2-character string. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5226 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Modified draw_colorbar metthod of LayeredBasemap to better support 'extend' property of ColorbarStyle for thematic styles (except ThematicStyleColormap). git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5219 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Removed float conversion of values in __init__ method of ThematicStyleGradient and ThematicStyleRanges. Fixed relative import in get_norm method of ThematicStyleGradient. Added style_over, style_under and style_bad arguments to ThematicStyleColormap. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5218 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 21 Mar, 2019 1 commit
-
-
Kris Vanneste authored
Convert geographic to cartesian coordinates before interpolation in to_mesh_grid_data method of UnstructuredGridData. Implemented inverse-distance weighting in to_mesh_grid_data method of UnstructuredGridData. Re-implemented nearest-neighbor weighting in to_mesh_grid_data method of UnstructuredGridData, allowing > 1 neighbor. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5217 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 19 Mar, 2019 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5212 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5211 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 17 Mar, 2019 4 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5207 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5206 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5205 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5204 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 14 Mar, 2019 6 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5202 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5197 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Corrected calculation of original raster size (win_xsize/win_ysize) in read_band method of GdalRasterData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5196 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Added gen_labels method to ThematicStyleIndividual, ThematicStyleRanges and ThematicStyleGradient, and modified __init__ method accordingly. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5194 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Modified set_styles_from_colormap method of ThematicStyleIndividual, ThematicStyleRanges and ThematicStyleGradient to set style_under, style_over and style_bad properties from colormap only if they are not yet defined. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5187 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5186 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 07 Mar, 2019 2 commits
-
-
Kris Vanneste authored
Improved construct_ogr_feature_definition method of MultiData. Store data values in ordered dictionary in get_data method of GisData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5135 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5134 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 02 Mar, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5128 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 01 Mar, 2019 1 commit
-
-
Kris Vanneste authored
Added import of builtins to make isinstance call in construct_ogr_feature_definition method of MultiData work. Small fix in to_ogr_feature method of SingleData. Added docstrings to to_geojson, to_ogr_geom, construct_ogr_feature_definition and to_ogr_feature methods of SingleData. Added docstrings to to_geojson, to_ogr_geom, to_ogr_features and export_gis methods of MultiData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5126 40b490c5-b4d9-47cb-8714-9bef99b524d5
-