From 08e1ada18a520e306e12f0c4f5eaaa462ac3499d Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 15 Aug 2024 20:28:16 +0100 Subject: [PATCH] tweaks and license stuff --- LICENSE.md | 24 ++++++++++++++++++++ content/_index.md | 6 ++--- content/about-me.md | 2 +- content/blog/batch-import-postgis-rasters.md | 3 +++ content/data-downloads/singapore-srtm.md | 2 +- content/data-lab/feerate-distribution.md | 4 +--- content/data-lab/global-business-growth.md | 7 ++++++ content/data-lab/hashrate.md | 2 +- content/data-lab/miner-rewards.md | 2 +- content/data-lab/price.md | 2 +- content/license.md | 8 ++++++- 11 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..68a49da --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/content/_index.md b/content/_index.md index 20698b4..941ae7b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,11 +4,11 @@ toc: False # Grounded Insights from Open Data -This site is currently under construction. The direction I intend for this site to take is as a place to publish analytical insights derived from open data. I have a page called [Data Lab](/data-lab) where I publish interactive analytical dashboards, a blog to publish tutorials and thoughts on various related topics, and a [data downloads](/data-download) page for data access. +This site is currently under construction. I intend for this to be a place to publish my personal work to share with others. I have a page called [Data Lab](/data-lab) where I publish interactive analytical dashboards based on open data, a blog to publish tutorials and thoughts I have on various topics, and a [data downloads](/data-download) page for data access. -I'm interested in a broad set of topics such as Linux, analytics and data engineering, GIS and bitcoin. So expect to see content related to these topics published on this site. +I'm interested in a broad set of topics such as Linux, analytics and data engineering, Geographic Information Systems (GIS) and bitcoin. So expect to see content related to these topics published on this site. -I strongly believe in the philosophy of [Free Software](https://www.gnu.org/philosophy/free-sw.html) and [Open Data](https://en.wikipedia.org/wiki/Open_data). Therefore, all material on this site is released into the public domain unless otherwise specified. For more information, see [here](/license). +I strongly believe in the philosophy of [Free Software](https://www.gnu.org/philosophy/free-sw.html) and [Open Data](https://en.wikipedia.org/wiki/Open_data). Therefore, all material on this site that belongs to me is released into the public domain unless otherwise stated. For more information, see [here](/license). ### Explore Based Data diff --git a/content/about-me.md b/content/about-me.md index 7220b2c..ac3c766 100644 --- a/content/about-me.md +++ b/content/about-me.md @@ -18,7 +18,7 @@ More about my professional life [here](/cv). ### Shortcuts to some of my work: -- [Based Data Lab](/data-lab) A selection of charts and metrics obtained from public data +- [Data Lab](/data-lab) A selection of charts and metrics obtained from public data - [Map Printing Service](https://semitamaps.com) A free map printing service based on Openstreetmaps diff --git a/content/blog/batch-import-postgis-rasters.md b/content/blog/batch-import-postgis-rasters.md index 167d1dd..a3bac5c 100644 --- a/content/blog/batch-import-postgis-rasters.md +++ b/content/blog/batch-import-postgis-rasters.md @@ -224,3 +224,6 @@ This DEM raster of Singapore is available for download from the downloads page [ #### Citations NASA Shuttle Radar Topography Mission (SRTM)(2013). Shuttle Radar Topography Mission (SRTM) Global. Distributed by OpenTopography. https://doi.org/10.5069/G9445JDF. Accessed: 2024-08-06 + +#### Attribution and License +© [OpenStreetMap](https://www.openstreetmap.org/copyright) diff --git a/content/data-downloads/singapore-srtm.md b/content/data-downloads/singapore-srtm.md index 2022215..b465ea9 100644 --- a/content/data-downloads/singapore-srtm.md +++ b/content/data-downloads/singapore-srtm.md @@ -11,7 +11,7 @@ tags: ["QGIS", "SRTM", "DEM", "Raster", "download"] {{< figure src="/pics/blog/batch-import-postgis-rasters/singapore-final.webp" width="300">}} Download the Digital Elevation Model featured in [this](/blog/batch-import-postgis-rasters/) blog. -{{< download-data src="/singapore-srtm-dem.tif" name="singapore-srtm-dem.tif" >}} +{{< download-data src="/singapore-srtm-dem.tif" name="singapore-srtm-dem.tif" >}} (9.6MB) #### Citations NASA Shuttle Radar Topography Mission (SRTM)(2013). Shuttle Radar Topography Mission (SRTM) Global. Distributed by OpenTopography. https://doi.org/10.5069/G9445JDF. Accessed: 2024-08-06 diff --git a/content/data-lab/feerate-distribution.md b/content/data-lab/feerate-distribution.md index c74c305..f215fee 100644 --- a/content/data-lab/feerate-distribution.md +++ b/content/data-lab/feerate-distribution.md @@ -10,7 +10,5 @@ tags: ["Bitcoin", "Stats"] --- This chart shows historical median daily feerate percentiles for the Bitcoin -protocol. The data represents a daily aggregation of all blocks. This data was -extracted from the blockchain using the `bitcoin-cli getblockstats` command. - +protocol. {{< chart src="/js/feerate-percentile.js" >}} diff --git a/content/data-lab/global-business-growth.md b/content/data-lab/global-business-growth.md index 9333eb3..7bdf5ea 100644 --- a/content/data-lab/global-business-growth.md +++ b/content/data-lab/global-business-growth.md @@ -17,3 +17,10 @@ The chart always reflects the countries selected in the table.
{{< chart src="/js/bitcoin-business-growth-chart.js" >}} {{< table src="/js/bitcoin-business-growth-table.js" >}} + +#### Attribution and License +Data obtained from © [OpenStreetMap](https://www.openstreetmap.org/copyright) + +Licensed under the [ODbl](https://opendatacommons.org/licenses/odbl/) + + diff --git a/content/data-lab/hashrate.md b/content/data-lab/hashrate.md index 9762bbd..872b9d5 100644 --- a/content/data-lab/hashrate.md +++ b/content/data-lab/hashrate.md @@ -8,6 +8,6 @@ summary: "Timeseries chart showing the Bitcoin network hashrate and difficulty." tags: ["Bitcoin", "Stats", "Hashrate"] --- -This chart shows the estimated hashrate and difficulty of the Bitcoin network, accompanied by the 28-day moving average. This information is extracted from my node using the `bitcoin-cli getnetworkhashps` command. +This chart shows the estimated hashrate and difficulty of the Bitcoin network, accompanied by the 28-day moving average. This information is extracted from a bitcoin node using the `bitcoin-cli getnetworkhashps` command. {{< chart src="/js/hashrate.js" >}} diff --git a/content/data-lab/miner-rewards.md b/content/data-lab/miner-rewards.md index 02830ce..22ed693 100644 --- a/content/data-lab/miner-rewards.md +++ b/content/data-lab/miner-rewards.md @@ -9,6 +9,6 @@ draft: false tags: ["Bitcoin", "Stats"] --- -The following chart shows daily miner revenue in USD for the period selected in the dropdown. This information is based on the sum of bitcoin mined each day (i.e. the block-subsidy) plus the transaction fees. Price data is obtained from the CoinGecko. +The following chart shows daily miner revenue in USD for the period selected in the dropdown. This information is based on the sum of bitcoin mined each day (i.e. the block-subsidy) plus the transaction fees. Price data is obtained from [CoinGecko](https://www.coingecko.com/). {{< chart src="/js/miner-rewards.js" >}} diff --git a/content/data-lab/price.md b/content/data-lab/price.md index 1fbfbf1..502661f 100644 --- a/content/data-lab/price.md +++ b/content/data-lab/price.md @@ -8,7 +8,7 @@ summary: "Daily bitcoin price. Data is obtained from CoinGecko using their publi tags: ["Bitcoin", "Stats"] --- -Daily bitcoin price. Data is obtained from CoinGecko using their +Daily bitcoin price. Data is obtained from [CoinGecko](https://www.coingecko.com/) using their public API. {{< bitcoin-price >}} diff --git a/content/license.md b/content/license.md index 7ea3001..153a4cb 100644 --- a/content/license.md +++ b/content/license.md @@ -1,3 +1,9 @@ # License -All work on this site is licensed using [unlicense](https://unlicense.org/). This effectively means all of the content hosted on https://baseddata.io and in the baseddata repository at https://git.bitlab21.com/sam/bitlab21.com is in the public domain. You can use this material as you wish. Attribution is appreciated, but not required. +Where possible, all original work on this site that has been created and published by me is **unlicensed** using [unlicense](https://unlicense.org/). This effectively means relevant content hosted on https://baseddata.io and in the baseddata repository at https://git.bitlab21.com/sam/baseddata.io is in the public domain. You can use this material as you wish. Attribution is appreciated, but not required. + +Some of the material on this site may be derived from copyrighted sources, and therefore may have restrictions on its use and distribution (for example, some open licenses require you to distribute work derived from their material with the same licence). In that case, such work cannot be released into the public domain, and will have an appropriate license attached to it. + +Such an example of copyrighted material used on this site is any work using OpenStreetMaps data. [OSM](https://www.openstreetmap.org/copyright) is licensed under the [Open Data Commons Open Database License](https://opendatacommons.org/licenses/odbl/) (ODbl), which means any derivative works must also be distributed with this license. + +Any instances where data/content **cannot** be released into the public domain will be clearly stated on the same page as the content in question.