- 06 Dec, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5929 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 05 Dec, 2019 1 commit
-
-
Kris Vanneste authored
Allow 'graticule_interval' property of LayeredBasemap to be specified as 'auto', and added determine_graticule_interval method to LayeredBasemap. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5925 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 25 Nov, 2019 3 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5868 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5867 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5866 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 20 Nov, 2019 3 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5840 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5839 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Set 'replace_null_values' argument to 0 for MapInfo File format as well if it is not specified in export_gis method of MultiData. Explicitly set NULL values in to_ogr_feature method of SingleData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5838 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 14 Nov, 2019 1 commit
-
-
Kris Vanneste authored
Added 'replace_null_values' argument to to_ogr_feature method of SimpleData, and improved catching of null data.Added 'replace_null_values' argument to to_ogr_features method of MultiData. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5820 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 24 Sep, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5760 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 30 Jul, 2019 2 commits
-
-
Kris Vanneste authored
Delegate selection of matching records to read_gis_file in get_data method of GisData, if 'invert_selection' property is False. git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5704 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5702 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 12 Jul, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5633 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 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 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/mapping/layeredbasemap/trunk@5207 40b490c5-b4d9-47cb-8714-9bef99b524d5
-