<div class='text-justify'><p> If you have ever experienced randomly finding a beautiful stone laying on the ground, you may be able to understand the allure that entices rockhounds to pursue their endless quest. The determined search often ends with a disappointing and lackluster collection of dull stones gathered as an insurance policy against coming out empty-handed. </p><p> <img src='https://steemitimages.com/DQmVGkXKysAnXM4a2TEgssebaZ7ngoLkFUCX4Z7QPXNSnef/cover.jpg'><sup>Though some might consider these dull, any wave-washed rock has a certain appeal.</sup></p><p> On occasion, the odds are reversed. A glimmering reflection might catch the eye of a meditative pacer as lapping waves on a rocky beach set time. Or maybe a walk down the creek in a local park reveals a unique geologic treat hiding amongst otherwise nondescript specimens. These chance occurrences are enough to fuel the continued efforts of a dedicated 'hounder', as the only point of certainty is this: You will never find them unless you look. </p><p><img src='https://steemitimages.com/DQmPVr1hEN4PMKmrXUau9pGCr1XvDHaJ2V2dh3Zk2pHnHMN/look.jpg'><center><sup>Few things are more calming than scanning the endless sea of a rocky beach.</sup></center></p><p> While this principle applies broadly, in this instance we are revisiting a special type of gemstone that I have discussed previously: <a href='https://steemit.com/agates/@gra/a-superior-variety-of-agate'>Lake Superior Agates</a>. In this article we learned how and where they form, admired their stunning beauty, and established a rough idea of their spatial distribution based on the extents of the <a href='https://www.qpg.geog.cam.ac.uk/lgmextent.html'>last glaciation(s)</a>. In this article, we will examine how spatial data can be used to identify the best areas to hunt for these incredible stones! </p><center><img src='https://steemitimages.com/DQmZLPtDVFKh2QLXZtEeqojRRzPVS9FhW8af74iPL3Z4s3C/pretty.jpg'><br><sup>Even when the target rock is not found, the places where you search are often a treat in themselves. </sup></center><hr><center><h2>Care To Join?</h2></center><p> The software and the data referenced in this article are freely available and can be installed on practically any device. If you want to follow along and try doing this yourself, download the incredible open-source program QGIS <a href='https://www.qgis.org/'>HERE</a>. A fresh new version (3.0) was recently released, so now is a great time to learn the wonders of GIS! Personally, I am still using an older version of QGIS (2.6) to maintain compatibility with some plugins that I require. </p><img src='https://qgis.org/en/_static/images/qgisorg_banner30.png'><br><sup><a href=''>Source</a> under <a href='https://creativecommons.org/licenses/by-sa/3.0/legalcode'>CC-BY-SA</a> - The latest version of QGIS is powerful, intuitive, and elegant!</sup><p><hr> <center><h1>Digging Up Data</h1></center></p><p> There is a wealth of geologic spatial data to consider that might help with finding agates. An initial thought was to look at bedrock geology and identify the distribution of the basalt flows where the agates originate. This will work in areas where bedrock is exposed at the surface, but most of the bedrock in the Upper Midwest is buried by more than 100 feet of glacial material (See <b>Figure 1</b> in the Deposit Thickness section below). In addition, the bedrock would still need to be mined to expose agates. For now we will focus on <a href='https://mrdata.usgs.gov/geology/state/sgmc-lith.php?code=1'>unconsolidated material</a> that the glaciers churned up and left behind. </p><p> <h2>Surficial Geology</h2> Geologic material that has yet to be consolidated into rock (<a href='https://geomaps.wr.usgs.gov/parks/misc/glossaryjkl.html#lithification'>lithified</a>) is known as 'surficial' geology. It is sometimes referred to as '<a href='https://en.wikipedia.org/wiki/Quaternary'>Quaternary</a>' geology in reference to the most recent period of geologic time. Multiple glaciations left material <a href='https://www.qpg.geog.cam.ac.uk/lgmextent.html'>throughout upper North America</a> during the Quaternary.</p><img src='https://cdn.pixabay.com/photo/2018/04/03/06/14/machine-3286051_960_720.jpg'><br><sup><a href='https://pixabay.com/en/machine-tractor-soil-bulldozer-3286051/'>Source</a> by <a href='https://pixabay.com/en/users/sumanamul15-8424277/'>sumanamul15</a> under <a href='https://creativecommons.org/choose/zero/'>CC0</a> - Continental glaciers act as a massive bulldozer, stirring up rock and grinding it into clay. </sup><p> Unconsolidated material is generally differentiated by the grain size and sorting of the sediment, an attribute related to the depositional environment. We'll have to understand the geologic terms used to describe surficial geology in order to best prioritize the data for finding agates. These terms and names can vary greatly between data sets and authors, making the task of deciphering the meaning and correlating units a challenging geospatial puzzle...Settle in - this post will be fairly comprehensive! </p><p> <h2>National Scale</h2> For the purposes of this article, I have chosen to work with data from a national level. The US Geological Survey published a <a href='https://pubs.usgs.gov/ds/425/'>map and data set</a> of the surficial geology of the United States at a 1:5,000,000 scale in 2009. This data covers most of the potential range of Lake Superior Agates (omitting Canada). </p><center><img src='https://steemitimages.com/DQmPtfSfEBdUJHdv7cH9DHxnQWisd2UyEtdfhh3NdosJyF9/us_surficial2.jpg'><br><sup><a href='https://pubs.usgs.gov/ds/425/fthe GIS '>Source [a]</a> - USGS Publication from 2009 showing the surficial geology of the mainland US.</sup></center><p> While the map is useful for reference, a digitized version of the data allows for a more customized data analysis. The GIS data set can be downloaded as a <a href='https://en.wikipedia.org/wiki/Shapefile'>Shapefile</a> or as a <a href='https://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/what-is-a-geodatabase.htm'>Geodatabase</a>. While the geodatabase is smaller in size, this format is a proprietary file type that can only be read by ArcGIS (<a href='https://www.esri.com/en-us/home'>by ESRI</a>). Many University students have access to this software at no cost, but in this article we will use Shapefiles as they are easy to work with in either software suite. </p><p> <h3>Loading Shapefiles</h3> The US surficial Shapefile based on the above publication is 112 MB in size and can be downloaded <a href='https://pubs.usgs.gov/ds/425/USGS_DS_425_SHAPES.zip'>HERE</a>. Once downloaded, the zipped folder must be unpacked using native <a href='https://en.wikipedia.org/wiki/Comparison_of_file_archivers'>decompression software</a> before it can be opened with QGIS. The unzipped folder contains 24 files, including three shapefiles (also known as <a href='https://docs.qgis.org/2.18/en/docs/gentle_gis_introduction/vector_data.html'>vector</a> files).</p><p> To add the Shapefiles in QGIS, go to <code>Layer -> Add Layer -> Add Vector Layer</code> and click <i>browse</i> to change the source to the unzipped folder. Sort by type and find the three files with the file extension <i>.shp</i> - <b>Contacts, State_Lines, and Surficial_materials</b>. 'Contacts' is a line file tracing the surficial polygons that will not need to be loaded for this analysis. The other two layers, however, will both be useful to load. The 'State_lines' layer outlines state boundaries, and the 'Surficial_materials' layer contains polygons encompassing unconsolidated material. </p><img src='https://steemitimages.com/DQmcHBEXpyFKdRrCydrhqCsKmRYmgNyfDL6akdA91hFq8bf/us_surficial.jpg'><br><sup>1:5,000,000 Surficial Geology Shapefile for the continental US. All features are colored the same by default upon initial load.</sup> <p><h3>Unit Name</h3>To differentiate the monochrome units and get a view that is similar to the USGS published map, we need to adjust the <i>style</i> of the layer. Right-click the 'Surficial_materials' layer in the <b>Layers Menu</b> and select <i>Properties</i> to bring up the style options. Toggle the first option from <i>Single Symbol</i> to <i>Categorized</i> and select <code>UNIT_NAME</code> as the Column. Now we simply <b>Classify</b> the data to assign random colors to each unit. Here is the result:</p><p><img src='https://steemitimages.com/DQmbx3PC3kV9ZbbWFUnNTApE4pLn8yb9Ln4fG8Y37aSydka/usrandom.jpg'><br><sup>1:5,000,000 Surficial Geology Shapefile for the continental US. Features are categorized by Unit Name and are colored randomly. </sup></p><p>You might notice that the colors are a little different than the USGS map, as the styles are not matched. This type of visualization helps with contemplating the complexity of surficial deposit distribution, but the random colors are not very useful for identifying where to look for agates. Before we make those colors more meaningful, there are a couple other useful columns to consider.</p> <p><h3>Deposit Thickness</h3></p><p>As alluded to earlier, knowing the location of the bedrock geology that Lake Superior Agates are formed in is not entirely helpful in locating the agates. Bedrock is generally obscured by thick deposits of <a href='https://mrdata.usgs.gov/geology/state/sgmc-unit.php?unit=SDQltg%3B0'>till</a> and <a href='https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=outwash'>glacial outwash</a> in Minnesota, Wisconsin, and Michigan where the <a href='http://www.minsocam.org/MSA/collectors_corner/usgs/b1309.htm#irs'>Keeweenawan Rift Valley</a> formed. Glacial erosion on this bedrock during the most recent glaciations exposed and transported agates beyond the extent of their source rock. The thickness of surficial deposits can be visualized by styling with the <code>UNIT_THICK</code> column.</p><p><img src='https://steemitimages.com/DQmT4MZFzyzQ6wZvkiaFgud9UFzac5fFJPVpCHEKN5qwwpp/thickness.jpg'><br><sup><b>Figure 1: </b>1:5,000,000 Surficial Geology data set showing the thickness of surface material / depth to bedrock with color legend.</sup></p><p> <h3>Deposit Age</h3></p><p> Another column that might be useful to style the data with is that of <code>UNIT_AGE</code>. Because this data represents a generalized map of the entire country, the time ranges that deposits are lumped into are somewhat broad. Despite this, when the map is styled by 'age' the results are quite interesting:</p><p> <img src='https://steemitimages.com/DQmcQcXu8ifjHnARHVsacQYGacmprtRzxJtDcmNTnwcKqzF/surficialage.jpg'><br><sup>1:5,000,000 Surficial geology map styled by 'UNIT_AGE' with legend. All units represent time ranges, and the oldest deposits are cooler colors.</sup></p><p>At first glance, it is clear that the most recent deposits (orange and red) tend to be in the northern part of the country. This corresponds with the <a href='https://pubs.usgs.gov/bul/1274e/report.pdf'>Wisconsin</a> and <a href='https://en.wikipedia.org/wiki/Illinoian_%28stage%29'>Illinoian</a> stages of glaciation. These are the two most recent glacial events, both occurring within the <a href='https://en.wikipedia.org/wiki/Holocene'>Holocene</a>. Since we know that the majority of Lake Superior Agates are found in glacial material, we can use the distribution of the orange and red units in the above figure as a rough guide for where to focus our attention. </p><hr><h1>Focusing In</h1><p>Before proceeding with an analysis of this data in terms of the propensity to possess Lake Superior Agates, it is worthwhile to clip the data set to an area of interest and reduce the overall file size. Though the <i>absolute</i> range of the gemstones is not entirely clear, we can assume that finding the agates is highly unlikely beyond a certain distance from the source rock. As discussed in the previous article, the states of Michigan, Wisconsin, and Minnesota all have the right bedrock to produce agates. If we couple this knowledge with the progression of glaciers during the Holocene, a general search area can be approximated.</p><h3>Select and Save</h3><p>The easiest way to filter the data set into an area of interest is to select the desired units with the <b>Select Tool</b> on the <i>Attributes</i> toolbar. This should be turned on by default, but can also be activated through <code>View -> Toolbars -> Attributes</code>. Using this tool we can simply drag a rectangle over Minnesota, Wisconsin, Michigan, and Iowa, as well as parts of Missouri, Illinois, Indiana, and Ohio. The southern limit of Wisconsin and Illinoian deposits serves as a rough southern boundary for the rectangle.</p><p><img src='https://steemitimages.com/DQmb8V9AARuYZ7Qv3B3y7E8J2gqZoJADHLCBqWvr2T6ng7o/glacialselect.jpg'><sup>Using the <b>Select Tool</b> to create a rough rectangle that highlights the geographic areas most likely to have Lake Superior Agates</sup></p><p>Now that the units of interest are selected, right-click on the 'Surficial_materials' layer and select <i>Save As</i>. In the context menu, select ESRI Shapefile as the file type, give the file a name, and make sure to check <strong>Save only selected features</strong>. The resultant file, colored randomly by <code>UNIT_NAME</code>, should look something like this:</p><p><center><img src='https://steemitimages.com/DQmRDDk7huNWthqYjD5zGhGHWrUUo6Hwptqi25NEtT1pkHV/aoizoomy.jpg'></center><sup>Magnified view showing the units highlighted and exported by our rectangular AOI selection.</sup></p><h2>Examining Attributes</h2><p>Once the data set is whittled down spatially, it becomes much easier to work with. We can begin to consider the individual units and determine how likely each is to contain agates. To see what units remain in our geographic selection, simply expand the layer in the <b>Layers Panel</b>. This acts as a makeshift legend for the map and lists the different classifications of the units being differentiated.</p><p><div class=pull-right><img src='https://steemitimages.com/DQmWU6t4J55qRJzjoid6fFLPWRcA3SJHPRDoc3cEwy7nM7p/aoilegend.jpg'></div></p><p>Most units are differentiated in multiple ways - first by deposit type, then by sediment size and deposit thickness. The thickness is not critical in terms of finding agates, but the sediment size is quite useful. In general, silts (<a href='https://pubs.usgs.gov/gip/deserts/eolian/'>Eolian deposits</a>) and the fine sands of proglacial outwash are unlikely to contain gravel-sized agates. Likewise, soil derived from bedrock (residual materials, <a href='https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=colluvium'>colluvium</a>) will only contain agates if the local bedrock contains them. Clay-rich deposits like <a href='https://mrdata.usgs.gov/geology/state/sgmc-unit.php?unit=ORQs%3B0'>lacustrine</a>, organic muck, and many glacial tills are not the most ideal place to find gravel, but the <a href='http://wiki.aapg.org/Depositional_environments#Glacial_Systems'>high energy environment</a> of a glacier can move sediment of all sizes. The best place to look for gravels is in coarse-grained sediment such as <a href='https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=alluvium'>alluvial deposits</a>, <a href='http://www.recare-hub.eu/glossary/41-glaciofluvial-deposits'>glaciofluvial outwash</a>, and certain tills that are near the source bedrock. By simply turning off the undesirable units in the <b>Layer Panel</b>, we can start to generate a refined agate map. </p><p><img src='https://steemitimages.com/DQmQhzjgmUQ6shcfSUo6cdJ94hc8hQAzbCAoYP5MgvdzLBU/agaterefined.jpg'><sup></sup></p><h2>Finishing Touches</h2> <p>A final step in optimizing this data is to apply a meaningful color scheme to the polygons. I opted to manually color the remaining units based on the grain size of the deposits and energy of the depositional environments, but a <a href='https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/style_library.html#color-ramp'>color ramp</a> could also be created or applied as an alternate solution.</p><p> Areas with the coarsest sediment and therefore highest probability of finding gravels are highlighted in reds and oranges, while the cooler colors are less ideal. Keep in mind that we have already eliminated the least probable units from the data set, so even cooler colored units have a good chance of containing agates. </p><hr><p><center><img src='https://steemitimages.com/DQmeoBProRkJkuPSU5Vur7VTpmhJmW1vtCEbF98zxyQpz4H/finalmap.jpg'></center><center><sup>Broad overview of color-coded high probability Lake Superior Agate deposits. Basemap by <a href='https://www.openstreetmap.org/copyright'>OSM</a></sup></center></p><p>The above figure is my best attempt at creating a Lake Superior Agate hunting map using the 1:5,000,000 data. As discussed in the first article in this series, the glacial history that exposed Lake Superior Agates is complex. Unfortunately, this data has no indication of the glacial lobe associated with deposits beyond glacial stages, so we must rely on a spatial estimate. The last article established that the most probable locations to find Lake Superior Agates are in <a href='https://steemitimages.com/DQmWQFb6ZECdT7XHGofSZA2cGMCJUkgbB8zpJ1TGnhUBXdH/superiorlobed.png'>Superior Lobe</a> deposits, which tend to be found in near the Lake Superior basin in Eastern Minnesota, Northern Michigan, and Wisconsin. </p><p><img src='https://steemitimages.com/DQmarnMgf7hJ4fb1iKC4nKneHdsC56sQicmxmUZEe7WQpyM/best.jpg'><sup>Magnified color-coded map showing the areas and deposits most likely to contain Lake Superior Agates based on the 1:5,000,000 data. Basemap by <a href='https://www.openstreetmap.org/copyright'>OSM</a></sup></p><h2>Improvements</h2><p>The above graphics provide a first-attempt at locating the most probable locations to look for Lake Superior Agates. There are some obvious setbacks to this data, including the coarse scale and broadly lumped attributes. Nevertheless, I can verify that the map has correctly highlighted some locations in Minnesota that are known to produce agates. While this data can provide some useful insights, these limitations leave some definite <b>room for improvement</b>. The <i>best way</i> to create a better map is to locate better data. Each state has varying degrees of funding and personnel dedicated to mapping surficial deposits, but they <a href='http://www.stategeologists.org/surveys.php'>all</a> have state-level data available at a better scale than the data set utilized in this article.</p><p> Minnesota even has <a href='https://www.dnr.state.mn.us/lands_minerals/aggregate_maps/completed/index.html'>detailed aggregate maps</a> at the county level up to a scale of 1:24,000! Once this data is <b>massaged</b> and processed in the right way, it has the capacity to <strong><i>precisely</i></strong> identify where to find agates - down to the scale of individual gravel pits and creeks. Truth be told, this detailed analysis on high-resolution data has <i>already been performed</i> and distilled into a powerful map-based tool that can be accessed from any device. If you are interested in rockhounding and want to use the best information available to gain an edge on the competition, contact me on <a href='https://discordapp.com/'>discord</a>! Happy hounding!</p> <p><center><img src='https://steemitimages.com/DQmPCENnVAzSaWaGq2WYEjXv151V9HgiK2gRAZQfPL4ut1n/agate.jpg'><sup> <br> A small sampling of agates discovered through GIS.</sup></center></p> <center><h2>External References</h2></center><hr> <ul><li><a href='https://pubs.usgs.gov/ds/425/'>[a]</a> - Soller, D.R., Reheis, M.C., Garrity, C.P., and Van Sistine, D.R., 2009, Map database for surficial materials in the conterminous United States: U.S. Geological Survey Data Series 425, scale 1:5,000,000 [https://pubs.usgs.gov/ds/425/]. </li> <li>Huber, N K. The Keweenawan geology of Isle Royale, Michigan. US Geological Survey, 1971. [<a href='https://pubs.er.usgs.gov/publication/ofr71154'>https://pubs.er.usgs.gov/publication/ofr71154</a>] </li> <li>Huber, N K. The Geologic Story of Isle Royale National Park. US Geological Survey, 1975. [<a href='https://pubs.er.usgs.gov/publication/b1309'>https://pubs.er.usgs.gov/publication/b1309</a>] </li> <li>QGIS Development Team (2018). QGIS Geographic Information System. Open Source Geospatial Foundation Project. http://qgis.osgeo.org".</li> <li>Basemaps in the final two graphics: © <a href="http://osm.org/copyright">OpenStreetMap</a> Contributors, under <a href='https://creativecommons.org/licenses/by-sa/2.0/'>CC-BY-SA 2.0</a></li> </ul> <hr> <h6>Thank you for reading my article! All photos are by the author unless otherwise noted. See additional reading and references as hyperlinks within the text. If you enjoy reading and writing original, high-quality science, technology, engineering, and math posts on the Steemit blockchain, you should really check out @steemstem! For more information on what a steemSTEM post should contain, see <a href='https://steemit.com/steemstem/@steemstem/rebooting-steemstem-towards-an-engaged-community-on-the-steem-blockchain'>HERE</a> and check out pinned messages in the official <a href='https://discord.gg/Ph2beq'>Discord Server</a>! Here they even have a great team of honor members who can answer your questions and offer mentoring!</h6> </div>
author | gra |
---|---|
permlink | making-spatial-data-yield-agates |
category | geology |
json_metadata | "{"tags":["geology","gis","steemstem","agates","rockhound"],"users":["steemstem"],"image":["https://steemitimages.com/DQmVGkXKysAnXM4a2TEgssebaZ7ngoLkFUCX4Z7QPXNSnef/cover.jpg","https://steemitimages.com/DQmPVr1hEN4PMKmrXUau9pGCr1XvDHaJ2V2dh3Zk2pHnHMN/look.jpg","https://steemitimages.com/DQmZLPtDVFKh2QLXZtEeqojRRzPVS9FhW8af74iPL3Z4s3C/pretty.jpg","https://qgis.org/en/_static/images/qgisorg_banner30.png","https://cdn.pixabay.com/photo/2018/04/03/06/14/machine-3286051_960_720.jpg","https://steemitimages.com/DQmPtfSfEBdUJHdv7cH9DHxnQWisd2UyEtdfhh3NdosJyF9/us_surficial2.jpg","https://steemitimages.com/DQmcHBEXpyFKdRrCydrhqCsKmRYmgNyfDL6akdA91hFq8bf/us_surficial.jpg","https://steemitimages.com/DQmbx3PC3kV9ZbbWFUnNTApE4pLn8yb9Ln4fG8Y37aSydka/usrandom.jpg","https://steemitimages.com/DQmT4MZFzyzQ6wZvkiaFgud9UFzac5fFJPVpCHEKN5qwwpp/thickness.jpg","https://steemitimages.com/DQmcQcXu8ifjHnARHVsacQYGacmprtRzxJtDcmNTnwcKqzF/surficialage.jpg","https://steemitimages.com/DQmb8V9AARuYZ7Qv3B3y7E8J2gqZoJADHLCBqWvr2T6ng7o/glacialselect.jpg","https://steemitimages.com/DQmRDDk7huNWthqYjD5zGhGHWrUUo6Hwptqi25NEtT1pkHV/aoizoomy.jpg","https://steemitimages.com/DQmWU6t4J55qRJzjoid6fFLPWRcA3SJHPRDoc3cEwy7nM7p/aoilegend.jpg","https://steemitimages.com/DQmQhzjgmUQ6shcfSUo6cdJ94hc8hQAzbCAoYP5MgvdzLBU/agaterefined.jpg","https://steemitimages.com/DQmeoBProRkJkuPSU5Vur7VTpmhJmW1vtCEbF98zxyQpz4H/finalmap.jpg","https://steemitimages.com/DQmarnMgf7hJ4fb1iKC4nKneHdsC56sQicmxmUZEe7WQpyM/best.jpg","https://steemitimages.com/DQmPCENnVAzSaWaGq2WYEjXv151V9HgiK2gRAZQfPL4ut1n/agate.jpg"],"links":["https://steemit.com/agates/@gra/a-superior-variety-of-agate","https://www.qpg.geog.cam.ac.uk/lgmextent.html","https://www.qgis.org/","https://creativecommons.org/licenses/by-sa/3.0/legalcode","https://mrdata.usgs.gov/geology/state/sgmc-lith.php?code=1","https://geomaps.wr.usgs.gov/parks/misc/glossaryjkl.html#lithification","https://en.wikipedia.org/wiki/Quaternary","https://pixabay.com/en/machine-tractor-soil-bulldozer-3286051/","https://pixabay.com/en/users/sumanamul15-8424277/","https://creativecommons.org/choose/zero/","https://pubs.usgs.gov/ds/425/","https://pubs.usgs.gov/ds/425/fthe GIS\n","https://en.wikipedia.org/wiki/Shapefile","https://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/what-is-a-geodatabase.htm","https://www.esri.com/en-us/home","https://pubs.usgs.gov/ds/425/USGS_DS_425_SHAPES.zip","https://en.wikipedia.org/wiki/Comparison_of_file_archivers","https://docs.qgis.org/2.18/en/docs/gentle_gis_introduction/vector_data.html","https://mrdata.usgs.gov/geology/state/sgmc-unit.php?unit=SDQltg%3B0","https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=outwash","http://www.minsocam.org/MSA/collectors_corner/usgs/b1309.htm#irs","https://pubs.usgs.gov/bul/1274e/report.pdf","https://en.wikipedia.org/wiki/Illinoian_%28stage%29","https://en.wikipedia.org/wiki/Holocene","https://pubs.usgs.gov/gip/deserts/eolian/","https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=colluvium","https://mrdata.usgs.gov/geology/state/sgmc-unit.php?unit=ORQs%3B0","http://wiki.aapg.org/Depositional_environments#Glacial_Systems","https://mrdata.usgs.gov/geology/state/sgmc-lith.php?text=alluvium","http://www.recare-hub.eu/glossary/41-glaciofluvial-deposits","https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/style_library.html#color-ramp","https://www.openstreetmap.org/copyright","https://steemitimages.com/DQmWQFb6ZECdT7XHGofSZA2cGMCJUkgbB8zpJ1TGnhUBXdH/superiorlobed.png","http://www.stategeologists.org/surveys.php","https://www.dnr.state.mn.us/lands_minerals/aggregate_maps/completed/index.html","https://discordapp.com/","https://pubs.er.usgs.gov/publication/ofr71154","https://pubs.er.usgs.gov/publication/b1309","http://qgis.osgeo.org","http://osm.org/copyright","https://creativecommons.org/licenses/by-sa/2.0/","https://steemit.com/steemstem/@steemstem/rebooting-steemstem-towards-an-engaged-community-on-the-steem-blockchain","https://discord.gg/Ph2beq"],"app":"steemit/0.1","format":"markdown"}" |
created | 2018-04-13 09:06:15 |
last_update | 2018-04-14 21:37:15 |
depth | 0 |
children | 43 |
last_payout | 2018-04-20 09:06:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 81.176 HBD |
curator_payout_value | 25.274 HBD |
pending_payout_value | 0.000 HBD |
promoted | 2.000 HBD |
body_length | 21,387 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,821,901 |
net_rshares | 22,252,659,767,624 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 76,665,972,967 | 0.14% | ||
lafona-miner | 0 | 2,385,528,416,713 | 100% | ||
hr1 | 0 | 52,052,031,005 | 0.02% | ||
try3 | 0 | 346,517,676,735 | 100% | ||
kushed | 0 | 270,696,374,947 | 18% | ||
bue | 0 | 13,997,746,269 | 100% | ||
lovejoy | 0 | 38,914,086,252 | 100% | ||
kevinwong | 0 | 153,376,528,317 | 2.7% | ||
justtryme90 | 0 | 2,333,144,961,905 | 100% | ||
anwenbaumeister | 0 | 452,656,574,092 | 18% | ||
arconite | 0 | 904,294,793 | 1.35% | ||
lemouth | 0 | 465,244,765,994 | 100% | ||
rjbauer85 | 0 | 5,996,168,406 | 100% | ||
anarchyhasnogods | 0 | 163,592,527,892 | 50% | ||
etcmike | 0 | 22,631,089,278 | 10% | ||
lamouthe | 0 | 25,704,666,575 | 100% | ||
stevenwalkerrr | 0 | 479,253,176 | 18% | ||
emanuellindqvist | 0 | 18,087,076,023 | 100% | ||
curie | 0 | 825,099,574,735 | 18% | ||
vannour | 0 | 996,902,247 | 1% | ||
hendrikdegrote | 0 | 8,256,433,624,026 | 18% | ||
barton26 | 0 | 6,196,536,013 | 100% | ||
sward | 0 | 8,008,538,096 | 100% | ||
blhz | 0 | 4,455,576,833 | 20% | ||
steemworld | 0 | 108,365,468 | 1% | ||
steemstem | 0 | 2,704,589,605,923 | 100% | ||
dashfit | 0 | 1,716,843,318 | 9% | ||
sethroot | 0 | 185,954,724 | 1.8% | ||
brobear1995 | 0 | 272,720,422 | 9% | ||
foundation | 0 | 9,445,674,103 | 100% | ||
the-devil | 0 | 12,612,889,561 | 100% | ||
thevenusproject | 0 | 53,992,643,709 | 100% | ||
dna-replication | 0 | 27,623,033,954 | 100% | ||
steemitboard | 0 | 324,496,811 | 1% | ||
lenin-mccarthy | 0 | 495,638,534 | 9% | ||
jgpro | 0 | 146,613,396 | 9% | ||
boynashruddin | 0 | 327,849,198 | 5% | ||
heriafriadiaka | 0 | 235,783,457 | 18% | ||
dyancuex | 0 | 166,009,839 | 9% | ||
pacokam8 | 0 | 672,717,895 | 4.5% | ||
borislavzlatanov | 0 | 8,371,750,174 | 100% | ||
lordneroo | 0 | 6,508,646,489 | 100% | ||
cryptophunk | 0 | 50,914,425 | 9% | ||
jamhuery | 0 | 10,756,559,235 | 100% | ||
jdc | 0 | 106,749,841 | 1.8% | ||
mobbs | 0 | 159,304,430,810 | 50% | ||
kryzsec | 0 | 43,993,054,156 | 100% | ||
markangeltrueman | 0 | 2,011,676,925 | 2.7% | ||
nedspeaks | 0 | 20,884,276,291 | 100% | ||
odic3o1 | 0 | 222,951,125 | 10% | ||
lrsm13 | 0 | 159,131,773 | 5.4% | ||
tantawi | 0 | 1,472,639,216 | 18% | ||
samminator | 0 | 36,398,976,028 | 100% | ||
steemanator | 0 | 81,921,335 | 18% | ||
locikll | 0 | 7,612,769,456 | 36% | ||
dber | 0 | 41,338,874,377 | 100% | ||
aboutyourbiz | 0 | 3,269,416,877 | 18% | ||
kerriknox | 0 | 261,396,751,775 | 100% | ||
alexander.alexis | 0 | 25,173,301,524 | 100% | ||
howtostartablog | 0 | 378,200,187 | 0.9% | ||
blessing97 | 0 | 3,141,065,735 | 100% | ||
dysc0rd | 0 | 74,221,049 | 18% | ||
rockeynayak | 0 | 602,683,569 | 100% | ||
ertwro | 0 | 36,382,744,495 | 100% | ||
makrotheblack | 0 | 510,575,688 | 9% | ||
coloringiship | 0 | 335,548,066 | 0.9% | ||
juanjdiaz89 | 0 | 3,473,104,222 | 100% | ||
thinknzombie | 0 | 26,607,439,927 | 9% | ||
nitesh9 | 0 | 24,259,850,779 | 100% | ||
thunder321 | 0 | 55,386,439 | 9% | ||
churchboy | 0 | 15,689,269,377 | 100% | ||
tking77798 | 0 | 14,479,138,202 | 100% | ||
jpederson96 | 0 | 123,677,904 | 2.5% | ||
gambit.coin | 0 | 224,833,073 | 18% | ||
travelmuse | 0 | 4,240,290,646 | 100% | ||
himal | 0 | 7,477,761,148 | 100% | ||
nitego | 0 | 385,711,034 | 5.4% | ||
shebe | 0 | 367,387,566 | 9% | ||
abigail-dantes | 0 | 1,625,103,140,755 | 100% | ||
leczy | 0 | 5,652,122,960 | 100% | ||
steemulator | 0 | 3,813,856,660 | 18% | ||
phogyan | 0 | 474,917,958 | 9% | ||
ovij | 0 | 14,578,920,708 | 100% | ||
suravsingh | 0 | 1,287,206,773 | 100% | ||
krazypoet | 0 | 83,764,202 | 0.09% | ||
joseg | 0 | 1,002,621,699 | 60% | ||
kofspades | 0 | 110,786,472 | 9% | ||
mountain.phil28 | 0 | 2,783,994,860 | 25% | ||
akeelsingh | 0 | 3,824,646,498 | 100% | ||
mountainwashere | 0 | 35,038,047,721 | 100% | ||
muliadi | 0 | 196,629,638 | 9% | ||
bronevik | 0 | 500,549,757,302 | 83% | ||
tradeownsystems | 0 | 79,885,399 | 18% | ||
zest | 0 | 38,448,114,791 | 100% | ||
felixrodriguez | 0 | 2,337,774,384 | 50% | ||
dxdei | 0 | 79,551,777 | 18% | ||
pearlumie | 0 | 36,509,567,720 | 100% | ||
tormiwah | 0 | 3,440,053,480 | 30% | ||
gabox | 0 | 348,560,147 | 0.9% | ||
intellectualsoul | 0 | 77,159,203 | 9% | ||
djlethalskillz | 0 | 1,105,041,270 | 5% | ||
runningman | 0 | 165,556,119 | 9% | ||
infinitelearning | 0 | 583,061,759 | 9% | ||
massivevibration | 0 | 4,943,574,109 | 5% | ||
onartbali | 0 | 755,227,385 | 5% | ||
olayemzeecool | 0 | 55,140,646 | 9% | ||
clweeks | 0 | 726,360,550 | 7.2% | ||
marysent | 0 | 72,641,202 | 1.8% | ||
maxruebensal | 0 | 77,812,470 | 9% | ||
circleoffriends | 0 | 101,655,562 | 9% | ||
simplifylife | 0 | 14,043,574,620 | 50% | ||
rejzons | 0 | 65,613,038 | 1.8% | ||
smafey | 0 | 192,613,060 | 9% | ||
marialefleitas | 0 | 223,259,198 | 9% | ||
damzxyno | 0 | 101,318,101 | 5.4% | ||
jordanx2 | 0 | 831,737,294 | 9% | ||
egordruuz | 0 | 60,071,759 | 100% | ||
derekvonzarovich | 0 | 70,383,094 | 9% | ||
birgitt | 0 | 488,311,884 | 18% | ||
mayowadavid | 0 | 6,054,568,374 | 50% | ||
imamalkimas | 0 | 790,084,427 | 18% | ||
zeeshan003 | 0 | 2,181,166,349 | 100% | ||
ahmadnayan | 0 | 63,527,303 | 9% | ||
helyorsini | 0 | 55,051,220 | 9% | ||
happychild | 0 | 564,747,839 | 9% | ||
erodedthoughts | 0 | 3,446,591,918 | 5% | ||
smartlip | 0 | 51,635,518 | 9% | ||
peaceandwar | 0 | 2,106,408,245 | 9% | ||
enzor | 0 | 1,644,811,123 | 50% | ||
rmz | 0 | 94,939,036 | 9% | ||
bobdos | 0 | 1,156,021,942 | 1.8% | ||
jesusj1 | 0 | 190,995,472 | 9% | ||
digitalpnut | 0 | 275,870,822 | 9% | ||
carloserp-2000 | 0 | 17,627,343,871 | 100% | ||
pangoli | 0 | 8,695,748,602 | 100% | ||
rachelsmantra | 0 | 4,183,902,105 | 100% | ||
sumjags09 | 0 | 156,023,737 | 100% | ||
intellnet | 0 | 61,521,714 | 9% | ||
bridgetdaniels | 0 | 79,505,527 | 18% | ||
gra | 0 | 34,693,560,577 | 100% | ||
hectgranate | 0 | 62,608,602 | 3.6% | ||
edmundang | 0 | 58,079,707 | 3.6% | ||
aalibina | 0 | 403,888,438 | 100% | ||
wandersells | 0 | 108,491,437 | 9% | ||
ifartrainbows | 0 | 583,410,661 | 25% | ||
sci-guy | 0 | 251,647,148 | 100% | ||
kerry234 | 0 | 211,117,216 | 18% | ||
maidisangkot | 0 | 85,961,809 | 18% | ||
katerinaramm | 0 | 10,740,962,357 | 35% | ||
karolisp | 0 | 50,564,630 | 0.18% | ||
delph-in-holland | 0 | 189,844,159 | 9% | ||
tolusedove | 0 | 77,845,797 | 9% | ||
eduardonarvaez | 0 | 55,106,867 | 9% | ||
kupi | 0 | 319,988,842 | 18% | ||
zerin.tahmid | 0 | 55,126,915 | 9% | ||
humaira | 0 | 51,976,638 | 9% | ||
meetmysuperego | 0 | 425,882,848 | 4.5% | ||
skycae | 0 | 3,979,169,974 | 18% | ||
sireh | 0 | 1,562,816,004 | 3.6% | ||
saharia | 0 | 55,096,655 | 9% | ||
williamsq | 0 | 583,914,995 | 100% | ||
physics.benjamin | 0 | 16,263,161,787 | 100% | ||
xanderslee | 0 | 1,045,140,478 | 18% | ||
ravenruis | 0 | 12,339,724,924 | 60% | ||
kenadis | 0 | 26,295,217,694 | 100% | ||
amavi | 0 | 15,615,034,383 | 20% | ||
enjoyy | 0 | 76,140,948 | 9% | ||
robotics101 | 0 | 3,830,122,224 | 80% | ||
tristan-muller | 0 | 848,454,616 | 100% | ||
paulthebeloved | 0 | 124,660,475 | 9% | ||
jaeydallah | 0 | 243,098,104 | 18% | ||
hasan086 | 0 | 80,970,165 | 9% | ||
deanhass | 0 | 7,338,492,515 | 100% | ||
gentleshaid | 0 | 23,346,211,451 | 100% | ||
zalandir | 0 | 665,785,280 | 3.6% | ||
crescendoofpeace | 0 | 229,164,459 | 9% | ||
tito36 | 0 | 94,169,034 | 18% | ||
abelardobravoh | 0 | 51,976,881 | 9% | ||
bitfiend | 0 | 11,049,640,503 | 100% | ||
sco | 0 | 1,829,334,692 | 5% | ||
adetola | 0 | 4,165,372,576 | 100% | ||
barut | 0 | 127,248,192 | 9% | ||
evernew | 0 | 94,025,850 | 9% | ||
dysfunctional | 0 | 3,561,102,654 | 50% | ||
rasamuel | 0 | 212,923,233 | 9% | ||
thedrewshow | 0 | 119,495,495 | 18% | ||
cerventus | 0 | 131,577,479 | 9% | ||
speaklife | 0 | 217,757,403 | 18% | ||
samve | 0 | 156,496,576 | 50% | ||
kingingodwin | 0 | 70,400,223 | 18% | ||
smanuels | 0 | 56,009,960 | 9% | ||
goddywise4-eu | 0 | 79,530,900 | 18% | ||
laritheghost | 0 | 225,621,526 | 9% | ||
chemistry0 | 0 | 79,553,783 | 18% | ||
still-lifes | 0 | 391,649,395 | 100% | ||
bimijay | 0 | 89,149,000 | 18% | ||
amf6 | 0 | 55,250,836 | 9% | ||
whileponderin | 0 | 2,766,854,033 | 100% | ||
jlmol7 | 0 | 256,850,320 | 50% | ||
mittymartz | 0 | 7,155,549,081 | 50% | ||
davidekpin | 0 | 2,079,767,663 | 100% | ||
bennettitalia | 0 | 192,534,183 | 0.9% | ||
hadji | 0 | 4,716,531,056 | 100% | ||
sakura1012 | 0 | 2,174,112,804 | 100% | ||
adebayopaul | 0 | 100,556,888 | 18% | ||
zorto | 0 | 64,255,190 | 9% | ||
gwys | 0 | 78,858,980 | 3.6% | ||
patriamreminisci | 0 | 55,033,048 | 9% | ||
sikan-eyen | 0 | 110,210,082 | 18% | ||
fidelpoet | 0 | 746,401,066 | 18% | ||
cryptospreads | 0 | 55,030,715 | 9% | ||
terrylovejoy | 0 | 13,880,387,363 | 40% | ||
emmemm | 0 | 59,331,621 | 18% | ||
victoryudofia | 0 | 280,159,244 | 18% | ||
wisewoof | 0 | 1,977,139,524 | 9% | ||
neneandy | 0 | 741,322,667 | 18% | ||
strings | 0 | 185,217,648 | 9% | ||
giddyupngo | 0 | 245,157,618 | 9% | ||
steepup | 0 | 623,596,932 | 40% | ||
thetroublenotes | 0 | 99,735,677 | 1% | ||
ichie1 | 0 | 72,862,052 | 9% | ||
aaronteng | 0 | 135,116,009 | 9% | ||
debbietiyan | 0 | 356,498,498 | 9% | ||
ehf | 0 | 56,836,002 | 9% | ||
nelson.micofilo | 0 | 0 | 100% | ||
rionpistorius | 0 | 2,030,815,978 | 50% | ||
thedrewtrott | 0 | 9,635,775,201 | 100% | ||
heajin | 0 | 114,074,102 | 25% | ||
deutsch-boost | 0 | 383,724,339 | 20% | ||
kingabesh | 0 | 991,946,895 | 100% | ||
snowgoat | 0 | 79,806,373 | 18% | ||
yuniraziati | 0 | 55,325,547 | 9% | ||
wdoutjah | 0 | 836,847,351 | 9% | ||
raquelita | 0 | 55,472,392 | 9% | ||
palik | 0 | 557,151,605 | 100% | ||
jpmkikoy | 0 | 168,275,656 | 9% | ||
caitycat | 0 | 265,225,913 | 9% | ||
dexterdev | 0 | 22,820,477,871 | 100% | ||
gio6 | 0 | 359,910,600 | 9% | ||
loydjayme25 | 0 | 117,545,752 | 9% | ||
geopolis | 0 | 37,232,615,671 | 60% | ||
ugonma | 0 | 1,412,794,985 | 100% | ||
binarycounter | 0 | 79,502,442 | 18% | ||
pratique2point0 | 0 | 364,111,547 | 60% | ||
ajpacheco1610 | 0 | 634,990,385 | 50% | ||
iamwhatiamnot | 0 | 60,009,156 | 9% | ||
drkomoo | 0 | 1,204,126,188 | 100% | ||
v1tko | 0 | 91,305,429 | 9% | ||
lovetouch | 0 | 55,036,697 | 9% | ||
benleemusic | 0 | 2,694,806,582 | 0.9% | ||
hoobeehey | 0 | 66,507,184 | 18% | ||
daedevils | 0 | 5,257,814,278 | 100% | ||
metalhero | 0 | 55,370,584 | 9% | ||
kul0tzzz | 0 | 88,758,340 | 18% | ||
saystraight | 0 | 55,316,831 | 9% | ||
julianalpanta | 0 | 55,277,601 | 9% | ||
chimtivers96 | 0 | 895,473,047 | 18% | ||
zipporah | 0 | 1,062,679,888 | 3.6% | ||
jerscoguth | 0 | 110,610,016 | 18% | ||
amirdesaingrafis | 0 | 110,609,291 | 9% | ||
wrpx | 0 | 105,586,309 | 9% | ||
fai.zul | 0 | 52,015,935 | 9% | ||
dzued | 0 | 58,057,312 | 9% | ||
shawnycx | 0 | 79,553,783 | 18% | ||
marielitux | 0 | 52,038,808 | 9% | ||
hanakaruhokagata | 0 | 51,260,103 | 9% | ||
forgottendreams | 0 | 55,204,255 | 9% | ||
anyes2013 | 0 | 611,737,508 | 50% | ||
jaycem | 0 | 196,113,381 | 32% | ||
positiveninja | 0 | 1,571,361,183 | 9% | ||
estherekanem | 0 | 79,732,717 | 18% | ||
migjay | 0 | 0 | 100% | ||
the-doubled | 0 | 94,905,227 | 18% | ||
akaikeru | 0 | 55,115,464 | 9% | ||
e-troubled | 0 | 101,228,970 | 18% | ||
the-geekiest-one | 0 | 364,596,697 | 60% | ||
waldo22 | 0 | 55,127,240 | 9% | ||
goodfavor | 0 | 0 | 100% | ||
theunlimited | 0 | 52,227,985 | 10% | ||
har5h | 0 | 55,182,832 | 9% | ||
pwner | 0 | 76,808,348 | 18% | ||
simplicitytech | 0 | 280,502,764 | 50% | ||
crispycoinboys | 0 | 83,226,354 | 0.9% | ||
gwapoaller | 0 | 55,277,596 | 9% | ||
garnan1111 | 0 | 55,131,395 | 9% | ||
alftheboss | 0 | 58,230,586 | 18% | ||
pseudojew | 0 | 1,638,905,320 | 100% | ||
daszod | 0 | 88,733,066 | 18% | ||
devangbuch | 0 | 52,295,345 | 9% | ||
effofex | 0 | 638,179,419 | 30% | ||
selfedmade | 0 | 51,974,335 | 9% | ||
wisata | 0 | 110,603,145 | 18% | ||
count-antonio | 0 | 159,252,675 | 30% | ||
victorcovrig | 0 | 69,789,876 | 1% | ||
hulya.rtk.krsn | 0 | 55,122,747 | 9% | ||
de-stem | 0 | 35,132,593,359 | 80% | ||
sooflauschig | 0 | 1,364,188,267 | 100% | ||
ikeror | 0 | 101,342,201 | 16.2% | ||
serylt | 0 | 14,811,454,342 | 80% | ||
christinaa | 0 | 2,051,385,275 | 100% | ||
charlotteroze | 0 | 70,771,159 | 13.5% | ||
ari16 | 0 | 319,732,733 | 50% | ||
qurator-tier-0 | 0 | 10,422,259,270 | 3.5% | ||
lorenzopistolesi | 0 | 55,035,912 | 9% | ||
blockmountain | 0 | 317,636,140 | 5.4% | ||
farabi | 0 | 55,041,206 | 9% | ||
hashimhameed | 0 | 467,539,472 | 100% | ||
fangcan888 | 0 | 233,791,710 | 100% | ||
aaaaa-steem | 0 | 55,172,603 | 9% | ||
sigmund | 0 | 86,813,405 | 9% | ||
foniz | 0 | 173,479,331 | 18% | ||
realredimi2 | 0 | 55,104,141 | 9% | ||
piggiesfly | 0 | 52,729,716 | 100% | ||
i-have-tested | 0 | 94,820,352 | 18% | ||
maywether | 0 | 0 | 100% | ||
eraizel | 0 | 58,469,927 | 3.6% | ||
etaletai | 0 | 112,295,848 | 9% | ||
nickeychan | 0 | 51,972,717 | 9% | ||
tessaragabrielle | 0 | 155,463,169 | 10% | ||
lulita24 | 0 | 55,298,487 | 9% | ||
the-tourist | 0 | 104,630,868 | 18% | ||
rockhounds | 0 | 614,108,649 | 100% | ||
winkandwoo | 0 | 55,148,001 | 9% | ||
jhayehidio | 0 | 55,158,210 | 9% | ||
snowyknight | 0 | 518,737,546 | 100% | ||
elohibaluk | 0 | 616,845,597 | 100% | ||
niouton | 0 | 902,828,991 | 3.6% | ||
soundworks | 0 | 152,561,271 | 13.94% | ||
ahsanabdullah | 0 | 55,148,364 | 9% | ||
beautyinscience | 0 | 306,256,097 | 50% | ||
star-vc | 0 | 599,630,923 | 100% | ||
ericp1 | 0 | 184,176,193 | 100% | ||
vellotinna | 0 | 55,108,984 | 9% | ||
theminnowhelper | 0 | 55,114,619 | 9% | ||
bathijp | 0 | 55,075,696 | 9% | ||
skylines82 | 0 | 338,169,399 | 100% | ||
sirajul.muna | 0 | 51,972,965 | 9% | ||
tysir | 0 | 55,328,891 | 9% | ||
horribleorbit | 0 | 79,553,783 | 13.5% | ||
techupdate | 0 | 55,033,048 | 9% | ||
biomimi | 0 | 223,326,347 | 40% | ||
steemfunder | 0 | 51,641,734 | 9% | ||
muliaula1324 | 0 | 91,769,496 | 100% | ||
sanchezsorlando | 0 | 58,117,626 | 100% | ||
warnassolutions | 0 | 55,057,486 | 9% | ||
funster | 0 | 376,045,023 | 80% | ||
istariray | 0 | 55,042,834 | 9% |
https://www.youtube.com/paulbegley34
author | a-0-0 |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180413t090624631z |
category | geology |
json_metadata | {"tags":["geology"],"links":["https://www.youtube.com/paulbegley34"],"app":"steemit/0.1"} |
created | 2018-04-13 09:06:21 |
last_update | 2018-04-13 09:06:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-20 09:06:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | -4,863,186,238,920 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,821,917 |
net_rshares | -4,495,277,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mack-bot | 0 | -4,495,277,803 | -0.03% |
I *just* watched [The Secret Rules of Modern Living: Algorithms](https://www.imdb.com/title/tt5818010/?ref_=nv_sr_1), a doc about the many areas of our lives that are aided or ruled by algorithms, and here you are explaining how a software can help us find better places for rock prospecting! Very professional article btw! 👍
author | alexander.alexis |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180417t202005792z |
category | geology |
json_metadata | {"tags":["geology"],"links":["https://www.imdb.com/title/tt5818010/?ref_=nv_sr_1"],"app":"steemit/0.1"} |
created | 2018-04-17 20:20:06 |
last_update | 2018-04-17 20:22:00 |
depth | 1 |
children | 3 |
last_payout | 2018-04-24 20:20:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.057 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 334 |
author_reputation | 21,140,508,991,402 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,633,586 |
net_rshares | 14,820,290,792 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ludmila.kyriakou | 0 | 2,187,899,278 | 100% | ||
gra | 0 | 12,632,391,514 | 50% |
Thanks! I'll have to check that out. GIS software has incredibly immense capabilities...I fully believe in the power of algorithms to do good!
author | gra |
---|---|
permlink | re-alexanderalexis-re-gra-making-spatial-data-yield-agates-20180417t214542011z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-17 21:45:39 |
last_update | 2018-04-17 21:45:39 |
depth | 2 |
children | 2 |
last_payout | 2018-04-24 21:45:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,642,578 |
net_rshares | 13,259,448,693 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexander.alexis | 0 | 13,259,448,693 | 50% |
Can it help us find gold? That's what I want to know :P
author | alexander.alexis |
---|---|
permlink | re-gra-re-alexanderalexis-re-gra-making-spatial-data-yield-agates-20180418t154308312z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-18 15:43:06 |
last_update | 2018-04-18 15:43:06 |
depth | 3 |
children | 1 |
last_payout | 2018-04-25 15:43:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 21,140,508,991,402 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,780,250 |
net_rshares | 15,650,766,147 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ludmila.kyriakou | 0 | 2,519,727,600 | 100% | ||
gra | 0 | 13,131,038,547 | 50% |
WARNING - The message you received from @joyarif is a CONFIRMED SCAM! DO NOT FOLLOW any instruction and DO NOT CLICK on any link in the comment! For more information, read this post: https://steemit.com/steemit/@arcange/phishing-site-reported-postupper-dot-ml Please consider to upvote this warning or to [vote for my witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=arcange&approve=1) if you find my work to protect you and the platform valuable. Your support is really appreciated!
author | arcange |
---|---|
permlink | re-making-spatial-data-yield-agates-20180413t162250000z |
category | geology |
json_metadata | {"image":["http://i.cubeupload.com/d1Dr28.png"]} |
created | 2018-04-13 14:22:48 |
last_update | 2018-04-13 14:22:48 |
depth | 1 |
children | 1 |
last_payout | 2018-04-20 14:22:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 505 |
author_reputation | 1,146,611,356,767,317 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,863,821 |
net_rshares | 8,673,390,144 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 8,673,390,144 | 25% |
I appreciate the warning!
author | gra |
---|---|
permlink | re-arcange-re-making-spatial-data-yield-agates-20180413t171648860z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-13 17:16:45 |
last_update | 2018-04-13 17:16:45 |
depth | 2 |
children | 0 |
last_payout | 2018-04-20 17:16:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.222 HBD |
curator_payout_value | 0.406 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,888,855 |
net_rshares | 334,440,696,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 334,440,696,403 | 100% |
Hmmm, I like shiny black rocks more than any other rock/stone. Not a fan of agates but tumbled agates look ok too. :) Oh the terms... so which color in the images mean it's where the best agates are again? I think this is a very useful post for gem collectors.
author | artgirl |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180506t184917165z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-05-06 18:49:18 |
last_update | 2018-05-06 18:49:18 |
depth | 1 |
children | 1 |
last_payout | 2018-05-13 18:49:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 78,169,798,150,588 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,246,984 |
net_rshares | 16,292,038,331 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 16,292,038,331 | 50% |
Thanks for the comment. Shiny rocks are nice, but colors are so pretty! Agates may be a little ugly before tumbling, but they sure do clean up nicely! In general, the warmer colors (reds, oranges, yellows) represent the best spots to find agates, while the cooler colors (greens, blues, purples) are less desirable spots. However, in the last two figures of the post, I have already filtered out the less likely locations so any colored unit is a decent location to try looking. I hope people find this useful, it is my goal to make rockhounding more enjoyable for everyone!
author | gra |
---|---|
permlink | re-artgirl-re-gra-making-spatial-data-yield-agates-20180507t013808926z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-05-07 01:38:03 |
last_update | 2018-05-07 01:38:03 |
depth | 2 |
children | 0 |
last_payout | 2018-05-14 01:38:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 575 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,291,749 |
net_rshares | 0 |
As a fellow #rockhound I have to say you nailed this one. Amazing work! I've spent some time researching where would be the best place to hunt for agates at and around Lake Superior and never got this much info out of it. Of course, being where I am it's not difficult to find them at all but this could definitely help!
author | bitfiend |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180414t173850906z |
category | geology |
json_metadata | {"tags":["geology","rockhound"],"app":"steemit/0.1"} |
created | 2018-04-14 17:39:00 |
last_update | 2018-04-14 17:39:00 |
depth | 1 |
children | 5 |
last_payout | 2018-04-21 17:39:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 323 |
author_reputation | 10,794,648,352,944 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,066,089 |
net_rshares | 32,224,375,715 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovejoy | 0 | 15,279,150,430 | 40% | ||
gra | 0 | 16,945,225,285 | 51% |
Thank you! Glad to see some other rockhounds on here! You do seem situated in an ideal location to hunt for agates. Wisconsin has some slightly better data than I presented in this article, but the Minnesota data has incredible resolution! There is also a database of over 6,000 gravel pits, some long abandoned. Have you found certain beaches to be more productive / less picked than others?
author | gra |
---|---|
permlink | re-bitfiend-re-gra-making-spatial-data-yield-agates-20180414t191508793z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-14 19:15:06 |
last_update | 2018-04-14 19:15:06 |
depth | 2 |
children | 4 |
last_payout | 2018-04-21 19:15:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.304 HBD |
curator_payout_value | 0.434 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 394 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,079,576 |
net_rshares | 346,570,669,848 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 346,570,669,848 | 100% |
Yes the mouth of the Amnicon River and Lake Shore Point are two of the most visited when it comes to my immediate area but there are *so many agates*. When I go it's usually towards the end of the day and I can see other rockhounds *leaving* as I get there and I still find a bunch of them. Along the railroad tracks, alog gravel and dirt roads I always find many too. It really is a prime location and I found that after researching where to go the answer is just go anywhere. I've been trying to populate the #rockhound tag lately and created an account @rockhounds to help with curation of said tag. With other tags like #rocks there are a lot of articles that don't exactly pertain to rockhounding since someone can tag #steemit #rocks. #rockhound is a place for *true* rockhounds to share their finds. If you share more #rockhound material I'd love it if you helped me populate the tag!
author | bitfiend |
---|---|
permlink | re-gra-re-bitfiend-re-gra-making-spatial-data-yield-agates-20180414t192316915z |
category | geology |
json_metadata | {"tags":["geology","rockhound","rocks","steemit"],"users":["rockhounds"],"app":"steemit/0.1"} |
created | 2018-04-14 19:23:18 |
last_update | 2018-04-14 19:23:18 |
depth | 3 |
children | 3 |
last_payout | 2018-04-21 19:23:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.148 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 899 |
author_reputation | 10,794,648,352,944 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,080,496 |
net_rshares | 35,048,579,929 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovejoy | 0 | 15,279,150,430 | 40% | ||
gra | 0 | 19,769,429,499 | 60% |
### What an interesting article u wrote..!! 🙌 I've heard the name "GIS" from my frnds in URP department, they seem to use this tool a lot. But never knew that it can search things this much specific way..!!! #### And u explained the usage of it in an interesting way..! Didnt think that studying rocks can be this much cool..!! The seashore seems to have a lot of colors in it..! *A great article, mentor..!!!* 👏👍 ~ Christina
author | christinaa |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t082407924z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 08:24:15 |
last_update | 2018-04-16 08:24:15 |
depth | 1 |
children | 2 |
last_payout | 2018-04-23 08:24:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.081 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 428 |
author_reputation | 2,651,600,466,382 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,340,778 |
net_rshares | 21,275,606,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 21,275,606,761 | 80% |
The shoreline featured in the post definitely has a wide variety of colors and rock types. Without doubt, it is one of my favorite beaches! Stay tuned for future articles where I start to unveil the real power of GIS...this is just an introduction! Thanks for your comment 👍
author | gra |
---|---|
permlink | re-christinaa-re-gra-making-spatial-data-yield-agates-20180416t181144871z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 18:11:42 |
last_update | 2018-04-16 18:11:42 |
depth | 2 |
children | 1 |
last_payout | 2018-04-23 18:11:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,424,809 |
net_rshares | 1,948,816,011 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
christinaa | 0 | 1,948,816,011 | 100% |
definitely waiting for ur future post..!!!! 🙌 best reagrds to u..!!!!
author | christinaa |
---|---|
permlink | re-gra-re-christinaa-re-gra-making-spatial-data-yield-agates-20180417t093319608z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-17 09:33:24 |
last_update | 2018-04-17 09:33:24 |
depth | 3 |
children | 0 |
last_payout | 2018-04-24 09:33:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 2,651,600,466,382 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,537,823 |
net_rshares | 6,149,980,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 6,149,980,079 | 25% |
BRB, figuring out where the emeralds are in the great smoky mountains.
author | effofex |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t172731220z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 17:27:33 |
last_update | 2018-04-16 17:27:33 |
depth | 1 |
children | 2 |
last_payout | 2018-04-23 17:27:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 14,429,105,750,792 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,418,715 |
net_rshares | 18,283,724,560 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 18,283,724,560 | 70% |
That is actually a pretty good idea, I might have to do a future post on this if you don't beat me to it!
author | gra |
---|---|
permlink | re-effofex-re-gra-making-spatial-data-yield-agates-20180416t175815428z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 17:58:15 |
last_update | 2018-04-16 17:58:15 |
depth | 2 |
children | 1 |
last_payout | 2018-04-23 17:58:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,422,830 |
net_rshares | 1,486,857,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
effofex | 0 | 1,486,857,420 | 100% |
You go ahead and write it, I'll be too busy making a throne encrusted in jewels.
author | effofex |
---|---|
permlink | re-gra-re-effofex-re-gra-making-spatial-data-yield-agates-20180416t181134574z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 18:11:36 |
last_update | 2018-04-16 18:11:36 |
depth | 3 |
children | 0 |
last_payout | 2018-04-23 18:11:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 14,429,105,750,792 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,424,799 |
net_rshares | 6,482,411,434 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 6,482,411,434 | 25% |
<center>Your post has been personally reviewed and was considered to be a well written article. You received a 60.0% upvote since you are a member of geopolis and wrote in the category of "geology".  To read more about us and what we do, click here. https://steemit.com/geopolis/@geopolis/geopolis-the-community-for-global-sciences-update-4</center>
author | geopolis |
---|---|
permlink | re-making-spatial-data-yield-agates-20180414t052940 |
category | geology |
json_metadata | "{"app": "piston-lib/0.5.7"}" |
created | 2018-04-14 05:29:42 |
last_update | 2018-04-14 05:29:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-21 05:29:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.251 HBD |
curator_payout_value | 0.068 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 431 |
author_reputation | 1,932,410,361,288 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,966,877 |
net_rshares | 64,388,453,095 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 9,239,046,023 | 26% | ||
geopolis | 0 | 55,149,407,072 | 100% |
## More Attention More Gain > ## Limited time Offer >_**Get more Attention to your post**_ >_**Boost your post Skyrocket**_ >_**Make post Trending**_ >_**Build your self a whale on steemit**_ >## Limited Time Free service for Test >_**Get free 1000 subscriber and 30 Upvote to test our service**_ [CLICK HERE TO VISIT OUR SITE FOR MORE INFO AND SERVICES](https://anon.to/jlFMtY)
author | joyarif |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180413t090541132z |
category | geology |
json_metadata | {"tags":["geology"],"links":["https://anon.to/jlFMtY"],"app":"steemit/0.1"} |
created | 2018-04-13 09:06:48 |
last_update | 2018-04-13 09:06:48 |
depth | 1 |
children | 1 |
last_payout | 2018-04-20 09:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 383 |
author_reputation | -522,730,802,552 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,821,960 |
net_rshares | -35,259,216,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | -35,259,216,456 | -100% |
Spam is discouraged by the community, including **comment spam.** [Tips to avoid being flagged](https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment) Thank You!
author | spaminator |
---|---|
permlink | re-joyarif-re-gra-making-spatial-data-yield-agates-20180414t205138547z |
category | geology |
json_metadata | {"tags":["geology"],"links":["https://steemit.com/steemit-abuse/@spaminator/updated-your-reputation-could-be-a-tasty-snack-with-the-wrong-comment"],"app":"steemit/0.1"} |
created | 2018-04-14 20:51:36 |
last_update | 2018-04-14 20:51:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-21 20:51:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.403 HBD |
curator_payout_value | 0.059 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 68,078,150,632,608 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,090,108 |
net_rshares | 92,726,470,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 92,726,470,551 | 0.3% |
It's fascinating how you are able to use this data to yield tangible results in the quest to find particular rocks. You truly piece together an interesting presentation, on a subject that by rights I should have no interest in at all. Yet here I sit, reading about and fascinated by lake superior agates. I applaud you on another fantastic post.
author | justtryme90 |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t012833042z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 01:28:36 |
last_update | 2018-04-16 01:28:36 |
depth | 1 |
children | 1 |
last_payout | 2018-04-23 01:28:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.162 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 345 |
author_reputation | 140,118,479,939,905 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,290,501 |
net_rshares | 41,140,129,415 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lordneroo | 0 | 5,962,514,706 | 100% | ||
alexander.alexis | 0 | 6,256,086,769 | 25% | ||
gra | 0 | 28,921,527,940 | 100% |
Cheers that the article was able to maintain your interest! Perhaps there is an inner rockhound in everyone? I appreciate the support and encouragement. Thanks for reading!
author | gra |
---|---|
permlink | re-justtryme90-re-gra-making-spatial-data-yield-agates-20180416t040551732z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 04:05:51 |
last_update | 2018-04-16 04:05:51 |
depth | 2 |
children | 0 |
last_payout | 2018-04-23 04:05:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,309,605 |
net_rshares | 0 |
@gra Whoa!!! That was an incredible Geology blog! I'm a Rural & Surveying Engineer and Geology is one of the various scientific fields I've studied! I can't believe I only just found your blog! I was thinking about blogging about Geology in the future as well and then I saw this post of yours! Very well articulated, simplified article. Thank you so much! I've been using usgs.gov in University, and QGIS is my favourite GIS software without a doubt, mainly due to the fact that it is open source. Didn't know about QGIS 3.0 though, looks pretty cool! I'm still using QGIS 2.8.1 Wien. Anyway, thanks for your wonderful work, I'm now tuned! Keep it up!
author | lordneroo |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t145509587z |
category | geology |
json_metadata | {"tags":["geology"],"users":["gra"],"app":"steemit/0.1"} |
created | 2018-04-16 14:55:12 |
last_update | 2018-04-16 14:56:51 |
depth | 1 |
children | 2 |
last_payout | 2018-04-23 14:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 656 |
author_reputation | 266,559,244,769,431 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,395,780 |
net_rshares | 24,433,704,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 24,433,704,639 | 90% |
I look forward to seeing some future Geology posts from you! I am always happy to find other GIS enthusiasts on here, especially ones that appreciate the open source option. Pretty much any version of QGIS after 2.0 is great for everyday use, but the latest version has a lot of new features. Thanks for checking it out my blog and sharing your experiences, glad to have you on board!
author | gra |
---|---|
permlink | re-lordneroo-re-gra-making-spatial-data-yield-agates-20180416t182746575z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 18:27:45 |
last_update | 2018-04-16 18:27:45 |
depth | 2 |
children | 1 |
last_payout | 2018-04-23 18:27:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 384 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,427,182 |
net_rshares | 5,687,460,713 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lordneroo | 0 | 5,687,460,713 | 100% |
Thanks for the encouragement! It was a pleasure reading your work. Catch you around!
author | lordneroo |
---|---|
permlink | re-gra-re-lordneroo-re-gra-making-spatial-data-yield-agates-20180416t205240073z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 20:52:54 |
last_update | 2018-04-16 20:52:54 |
depth | 3 |
children | 0 |
last_payout | 2018-04-23 20:52:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.045 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 266,559,244,769,431 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,446,537 |
net_rshares | 12,466,175,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 12,466,175,836 | 50% |
GIS is such an incredibly powerful tool. I wish I would have put more effort into learning how to use it. I also never knew that an open source version exited. Do you know the drawbacks of it compared to ArcGIS?
author | sooflauschig |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180413t114517919z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-13 11:45:18 |
last_update | 2018-04-13 11:45:18 |
depth | 1 |
children | 1 |
last_payout | 2018-04-20 11:45:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 9,035,450,912,320 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,841,174 |
net_rshares | 32,387,193,992 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovejoy | 0 | 15,040,413,704 | 40% | ||
gra | 0 | 17,346,780,288 | 50% |
Thank you for your comment! It is definitely not too late to learn how to use GIS. There are a couple of differences between QGIS and ArcGIS that might be considered drawbacks by some. For one, ArcGIS generally has a larger suite of tools and scripts to choose from. To get the same functionality with QGIS on certain tasks like slope and hydrological analyses, you either have to install third-party plugins or use a complimentary program called <a href='https://grass.osgeo.org/'>Grass GIS</a>.<br/><br> QGIS also behaves and looks a little different stylistically, so if you are already familiar with Arc then it might take some relearning. One of the biggest drawbacks is that certain files such as Geodatabases are proprietary file types that can only be opened by ArcGIS. Unfortunately, some state and federal organizations provide their data exclusively in this format, making it necessary to first convert the file if you want to use it in QGIS.
author | gra |
---|---|
permlink | re-sooflauschig-re-gra-making-spatial-data-yield-agates-20180413t172727014z |
category | geology |
json_metadata | {"tags":["geology"],"links":["https://grass.osgeo.org/"],"app":"steemit/0.1"} |
created | 2018-04-13 17:27:24 |
last_update | 2018-04-13 17:46:09 |
depth | 2 |
children | 0 |
last_payout | 2018-04-20 17:27:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.267 HBD |
curator_payout_value | 0.420 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 954 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,890,232 |
net_rshares | 346,517,676,735 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 346,517,676,735 | 100% |
Congratulations @gra! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@gra) Award for the number of posts published Click on any badge to view your own Board of Honor on SteemitBoard. To support your work, I also upvoted your post! For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard) If you no longer want to receive notifications, reply to this comment with the word `STOP` > Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-gra-20180413t120357000z |
category | geology |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-04-13 12:03:57 |
last_update | 2018-04-13 12:03:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-20 12:03:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 722 |
author_reputation | 38,975,615,169,260 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,843,558 |
net_rshares | 0 |
@gra ,this is your first post I read,and you left an indelible mark here in my mind. Those precious agates stones actually look like red meat inside.Using data for the location of agates Stone is mouth watering.
author | steepup |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t153617279z |
category | geology |
json_metadata | {"tags":["geology"],"users":["gra"],"app":"steemit/0.1"} |
created | 2018-04-16 15:36:51 |
last_update | 2018-04-16 15:36:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-23 15:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 211 |
author_reputation | 34,185,245,135,219 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,402,007 |
net_rshares | 332,431,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 332,431,355 | 1% |
Haha, @gra, this is the first post of yours am reading and you left a indelible mark here in me.Using data collection software to identify site of agates.This is a mouth watering post.Those stones inside actually look like a red meat.
author | steepup |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180416t154751981z |
category | geology |
json_metadata | {"tags":["geology"],"users":["gra"],"app":"steemit/0.1"} |
created | 2018-04-16 15:48:15 |
last_update | 2018-04-16 15:48:15 |
depth | 1 |
children | 2 |
last_payout | 2018-04-23 15:48:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.039 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 34,185,245,135,219 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,403,591 |
net_rshares | 10,305,372,024 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 10,305,372,024 | 40% |
Thanks! I would advise against try to eat agates, despite how protein-rich they may appear...
author | gra |
---|---|
permlink | re-steepup-re-gra-making-spatial-data-yield-agates-20180416t180222373z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-16 18:02:18 |
last_update | 2018-04-16 18:02:18 |
depth | 2 |
children | 0 |
last_payout | 2018-04-23 18:02:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,423,441 |
net_rshares | 0 |
One will be stupid enough to start eating stones .😁
author | steepup |
---|---|
permlink | re-steepup-re-gra-making-spatial-data-yield-agates-20180416t182151659z |
category | geology |
json_metadata | {"tags":["geology"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-04-16 18:22:06 |
last_update | 2018-04-16 18:22:06 |
depth | 2 |
children | 0 |
last_payout | 2018-04-23 18:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 34,185,245,135,219 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,426,313 |
net_rshares | 332,431,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 332,431,355 | 1% |
Its crazy to think that we already know so much about the geological makeup of the US that we can use this information to pinpoint very precise probable locations of a specific rock. Awesome post.
author | tking77798 |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180418t145441926z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-18 14:54:42 |
last_update | 2018-04-18 14:54:42 |
depth | 1 |
children | 1 |
last_payout | 2018-04-25 14:54:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 14,484,662,307,666 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,772,487 |
net_rshares | 31,065,782,997 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tking77798 | 0 | 15,109,077,927 | 100% | ||
gra | 0 | 15,956,705,070 | 60% |
Thank you! You are absolutely right, this sort of analysis is only possible due to the vast amount of free geologic data that already exists. As state and federal agencies continue to refine and improve the resolution of this data, the future looks very bright for rockhounds!
author | gra |
---|---|
permlink | re-tking77798-re-gra-making-spatial-data-yield-agates-20180418t174130258z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-18 17:41:27 |
last_update | 2018-04-18 17:41:54 |
depth | 2 |
children | 0 |
last_payout | 2018-04-25 17:41:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.061 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,798,484 |
net_rshares | 15,340,059,933 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 0 | 100% | ||
tking77798 | 0 | 15,340,059,933 | 100% |
Sweet Mother Catalyst. Comprehensive is an understatement. Awesome post, learned a ton. Reposting and promoting.
author | try3 |
---|---|
permlink | re-gra-making-spatial-data-yield-agates-20180413t170726440z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-13 17:07:27 |
last_update | 2018-04-13 17:07:27 |
depth | 1 |
children | 4 |
last_payout | 2018-04-20 17:07:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.933 HBD |
curator_payout_value | 0.635 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 208,113,609,292 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,887,630 |
net_rshares | 527,330,163,564 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 346,527,134,425 | 100% | ||
alexander.alexis | 0 | 6,256,086,769 | 25% | ||
bronevik | 0 | 160,782,649,315 | 27% | ||
gra | 0 | 13,764,293,055 | 40% |
mee too thanks @gra
author | bronevik |
---|---|
permlink | re-try3-re-gra-making-spatial-data-yield-agates-20180416t021803238z |
category | geology |
json_metadata | {"tags":["geology"],"users":["gra"],"app":"steemit/0.1"} |
created | 2018-04-16 02:16:00 |
last_update | 2018-04-16 02:16:00 |
depth | 2 |
children | 0 |
last_payout | 2018-04-23 02:16:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 12,260,156,653,305 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,296,246 |
net_rshares | 2,991,882,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gra | 0 | 2,991,882,200 | 10% |
I am glad you enjoyed it...I know that the post is a little long but there was a lot I wanted to cover. Thanks for the repost!
author | gra |
---|---|
permlink | re-try3-re-gra-making-spatial-data-yield-agates-20180413t174329709z |
category | geology |
json_metadata | {"tags":["geology"],"app":"steemit/0.1"} |
created | 2018-04-13 17:43:27 |
last_update | 2018-04-13 17:43:27 |
depth | 2 |
children | 2 |
last_payout | 2018-04-20 17:43:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.240 HBD |
curator_payout_value | 0.411 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 15,707,790,564,929 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,892,249 |
net_rshares | 339,587,323,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
try3 | 0 | 339,587,323,200 | 100% |
This is one of the frustrating things about Steemit, more people need to see and would appreciate this post, but in a couple of days it will go into nowhere nowhere land. @roadscape is there a solution to this coming?
author | try3 |
---|---|
permlink | re-gra-re-try3-re-gra-making-spatial-data-yield-agates-20180415t171140939z |
category | geology |
json_metadata | {"tags":["geology"],"users":["roadscape"],"app":"steemit/0.1"} |
created | 2018-04-15 17:11:45 |
last_update | 2018-04-15 17:11:45 |
depth | 3 |
children | 1 |
last_payout | 2018-04-22 17:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 208,113,609,292 |
root_title | "Making Spatial Data Yield Agates" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,233,797 |
net_rshares | 0 |