You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function exists for the plotting of clipped maps with the colourmap.
proj.draw_geology_map()
Also there is an optional parameter overlay="" which can be used to overlay the contacts, basal_contacts, orientations or faults
There is not a plotter of the stratigraphic column with thicknesses but you can get the strat column list via:
proj.stratigraphic_column.column
There is a function in map_data that exports the raw map data (save_raw_map_data), this could be modified to use self.data instead of self.raw_data if you want the current modifications (clipping and filters). Using a flag should be a quick fix, though you might need to check that the self.data variable is valid before trying to export it.
You can also export the current state of the geology map with its modifications (as a raster map) to a geoTiff with the proj.save_geotiff_raster function.
Included in the function parameters is a way to set the projection of the geoTiff so you can use it to create a map with a web specific projection such as EPSG 3857 for a google maps or open street maps overlay.
Add some helper functions
The text was updated successfully, but these errors were encountered: