├── .dockerignore
├── .github
└── workflows
│ └── link-checker.yml
├── .gitignore
├── .prettierignore
├── .vale.ini
├── CONTRIBUTING.md
├── Gemfile
├── LICENSE.md
├── Makefile
├── README.md
├── Rakefile
├── _config.dev.yml
├── _config.yml
├── _includes
├── head.html
└── link.html
├── _layouts
├── default.html
├── page.html
├── post.html
└── rafaga.html
├── _pages
├── 404.html
├── about.md
├── archive.csv
├── archive.html
├── atom.xml
├── atomic_atom.xml
├── index.html
├── old.md
└── to_process.md
├── _posts
├── 2015
│ ├── 2015-06-04-127.md
│ ├── 2015-06-05-128.md
│ ├── 2015-06-08-129.md
│ ├── 2015-06-09-130.md
│ ├── 2015-06-10-131.md
│ ├── 2015-06-11-132.md
│ ├── 2015-06-12-133.md
│ ├── 2015-06-15-134.md
│ ├── 2015-06-16-135.md
│ ├── 2015-06-17-136.md
│ ├── 2015-06-18-137.md
│ ├── 2015-06-19-138.md
│ ├── 2015-06-22-139.md
│ ├── 2015-06-23-140.md
│ ├── 2015-06-24-141.md
│ ├── 2015-06-25-142.md
│ ├── 2015-06-26-143.md
│ ├── 2015-06-29-144.md
│ ├── 2015-06-30-145.md
│ ├── 2015-07-01-146.md
│ ├── 2015-07-02-147.md
│ ├── 2015-07-03-148.md
│ ├── 2015-07-06-149.md
│ ├── 2015-07-07-150.md
│ ├── 2015-07-08-151.md
│ ├── 2015-07-09-152.md
│ ├── 2015-07-10-153.md
│ ├── 2015-07-13-154.md
│ ├── 2015-07-14-155.md
│ ├── 2015-07-15-156.md
│ ├── 2015-07-16-157.md
│ ├── 2015-07-17-158.md
│ ├── 2015-07-20-159.md
│ ├── 2015-07-21-160.md
│ ├── 2015-07-22-161.md
│ ├── 2015-07-23-162.md
│ ├── 2015-07-24-163.md
│ ├── 2015-07-27-164.md
│ ├── 2015-08-14-170.md
│ ├── 2015-08-21-171.md
│ ├── 2015-08-28-172.md
│ ├── 2015-08-31-173.md
│ ├── 2015-09-01-174.md
│ ├── 2015-09-02-175.md
│ ├── 2015-09-03-176.md
│ ├── 2015-09-04-177.md
│ ├── 2015-09-07-178.md
│ ├── 2015-09-08-179.md
│ ├── 2015-09-09-180.md
│ ├── 2015-09-10-181.md
│ ├── 2015-09-11-182.md
│ ├── 2015-09-14-183.md
│ ├── 2015-09-15-184.md
│ ├── 2015-09-16-185.md
│ ├── 2015-09-17-186.md
│ ├── 2015-09-18-187.md
│ ├── 2015-09-21-188.md
│ ├── 2015-09-22-189.md
│ ├── 2015-09-23-190.md
│ ├── 2015-09-24-192.md
│ ├── 2015-09-27-192.md
│ ├── 2015-09-28-193.md
│ ├── 2015-09-29-194.md
│ ├── 2015-09-30-195.md
│ ├── 2015-10-01-196.md
│ ├── 2015-10-02-197.md
│ ├── 2015-10-05-198.md
│ ├── 2015-10-06-199.md
│ ├── 2015-10-07-200.md
│ ├── 2015-10-08-201.md
│ ├── 2015-10-09-202.md
│ ├── 2015-10-12-203.md
│ ├── 2015-10-13-204.md
│ ├── 2015-10-14-205.md
│ ├── 2015-10-15-206.md
│ ├── 2015-10-16-207.md
│ ├── 2015-10-19-208.md
│ ├── 2015-10-21-209.md
│ ├── 2015-10-22-210.md
│ ├── 2015-10-23-211.md
│ ├── 2015-10-24-212.md
│ ├── 2015-10-26-213.md
│ ├── 2015-10-27-214.md
│ ├── 2015-10-28-215.md
│ ├── 2015-10-29-216.md
│ ├── 2015-10-30-217.md
│ ├── 2015-11-02-218.md
│ ├── 2015-11-03-219.md
│ ├── 2015-11-04-220.md
│ ├── 2015-11-05-221.md
│ ├── 2015-11-06-222.md
│ ├── 2015-11-09-223.md
│ ├── 2015-11-10-224.md
│ ├── 2015-11-11-225.md
│ ├── 2015-11-12-226.md
│ ├── 2015-11-13-227.md
│ ├── 2015-11-16-228.md
│ ├── 2015-11-17-229.md
│ ├── 2015-11-18-230.md
│ ├── 2015-11-19-231.md
│ ├── 2015-11-20-232.md
│ ├── 2015-11-23-233.md
│ ├── 2015-11-24-234.md
│ ├── 2015-11-25-235.md
│ ├── 2015-11-26-236.md
│ ├── 2015-11-27-237.md
│ ├── 2015-11-30-238.md
│ ├── 2015-12-01-239.md
│ ├── 2015-12-02-240.md
│ ├── 2015-12-03-241.md
│ ├── 2015-12-04-242.md
│ ├── 2015-12-07-243.md
│ ├── 2015-12-08-244.md
│ ├── 2015-12-09-245.md
│ ├── 2015-12-10-246.md
│ ├── 2015-12-11-247.md
│ ├── 2015-12-14-248.md
│ ├── 2015-12-15-249.md
│ ├── 2015-12-16-250.md
│ ├── 2015-12-17-251.md
│ ├── 2015-12-18-252.md
│ ├── 2015-12-21-253.md
│ ├── 2015-12-22-254.md
│ ├── 2015-12-23-255.md
│ ├── 2015-12-24-256.md
│ ├── 2015-12-28-257.md
│ ├── 2015-12-29-258.md
│ ├── 2015-12-30-259.md
│ └── 2015-12-31-260.md
├── 2016
│ ├── 2016-01-11-265.md
│ ├── 2016-01-12-266.md
│ ├── 2016-01-13-267.md
│ ├── 2016-01-14-268.md
│ ├── 2016-01-15-269.md
│ ├── 2016-01-18-270.md
│ ├── 2016-01-19-271.md
│ ├── 2016-01-20-272.md
│ ├── 2016-01-21-273.md
│ ├── 2016-01-22-274.md
│ ├── 2016-01-25-275.md
│ ├── 2016-01-26-276.md
│ ├── 2016-01-27-277.md
│ ├── 2016-01-28-278.md
│ ├── 2016-01-29-279.md
│ ├── 2016-02-01-280.md
│ ├── 2016-02-02-281.md
│ ├── 2016-02-03-282.md
│ ├── 2016-02-04-283.md
│ ├── 2016-02-05-284.md
│ ├── 2016-02-08-285.md
│ ├── 2016-02-09-286.md
│ ├── 2016-02-10-287.md
│ ├── 2016-02-11-288.md
│ ├── 2016-02-12-289.md
│ ├── 2016-02-15-290.md
│ ├── 2016-02-16-291.md
│ ├── 2016-02-17-292.md
│ ├── 2016-02-18-293.md
│ ├── 2016-02-19-294.md
│ ├── 2016-02-22-295.md
│ ├── 2016-02-23-296.md
│ ├── 2016-02-24-297.md
│ ├── 2016-02-25-298.md
│ ├── 2016-02-26-299.md
│ ├── 2016-02-27-300.md
│ ├── 2016-02-29-301.md
│ ├── 2016-03-01-302.md
│ ├── 2016-03-02-303.md
│ ├── 2016-03-04-305.md
│ ├── 2016-03-05-306.md
│ ├── 2016-03-07-307.md
│ ├── 2016-03-08-308.md
│ ├── 2016-03-09-309.md
│ ├── 2016-03-10-310.md
│ ├── 2016-03-11-311.md
│ ├── 2016-03-12-312.md
│ ├── 2016-03-14-313.md
│ ├── 2016-03-15-314.md
│ ├── 2016-03-16-315.md
│ ├── 2016-03-17-316.md
│ ├── 2016-03-18-317.md
│ ├── 2016-03-19-318.md
│ ├── 2016-03-21-319.md
│ ├── 2016-03-22-320.md
│ ├── 2016-03-23-321.md
│ ├── 2016-03-24-322.md
│ ├── 2016-03-25-323.md
│ ├── 2016-03-26-324.md
│ ├── 2016-03-28-325.md
│ ├── 2016-03-29-326.md
│ ├── 2016-03-30-327.md
│ ├── 2016-03-30-328.md
│ ├── 2016-04-01-329.md
│ ├── 2016-04-02-330.md
│ ├── 2016-04-04-331.md
│ ├── 2016-04-05-332.md
│ ├── 2016-04-06-333.md
│ ├── 2016-04-07-334.md
│ ├── 2016-04-08-335.md
│ ├── 2016-04-09-336.md
│ ├── 2016-04-11-337.md
│ ├── 2016-04-12-338.md
│ ├── 2016-04-13-339.md
│ ├── 2016-04-14-340.md
│ ├── 2016-04-15-341.md
│ ├── 2016-04-16-342.md
│ ├── 2016-04-18-343.md
│ ├── 2016-04-19-344.md
│ ├── 2016-04-20-345.md
│ ├── 2016-04-21-346.md
│ ├── 2016-04-22-347.md
│ ├── 2016-04-23-348.md
│ ├── 2016-04-25-349.md
│ ├── 2016-04-26-350.md
│ ├── 2016-04-27-351.md
│ ├── 2016-04-28-352.md
│ ├── 2016-04-29-353.md
│ ├── 2016-04-30-354.md
│ ├── 2016-05-02-355.md
│ ├── 2016-05-03-356.md
│ ├── 2016-05-04-357.md
│ ├── 2016-05-05-358.md
│ ├── 2016-05-06-359.md
│ ├── 2016-05-07-360.md
│ ├── 2016-05-09-361.md
│ ├── 2016-05-10-362.md
│ ├── 2016-05-11-363.md
│ ├── 2016-05-12-364.md
│ ├── 2016-05-13-365.md
│ ├── 2016-05-14-366.md
│ ├── 2016-05-16-367.md
│ ├── 2016-05-17-368.md
│ ├── 2016-05-18-369.md
│ ├── 2016-05-19-370.md
│ ├── 2016-05-20-371.md
│ ├── 2016-05-23-372.md
│ ├── 2016-05-24-373.md
│ ├── 2016-05-25-374.md
│ ├── 2016-05-26-375.md
│ ├── 2016-05-27-376.md
│ ├── 2016-05-30-377.md
│ ├── 2016-05-31-378.md
│ ├── 2016-06-01-379.md
│ ├── 2016-06-02-380.md
│ ├── 2016-06-03-381.md
│ ├── 2016-06-06-382.md
│ ├── 2016-06-07-383.md
│ ├── 2016-06-08-384.md
│ ├── 2016-06-09-385.md
│ ├── 2016-06-10-386.md
│ ├── 2016-06-13-387.md
│ ├── 2016-06-14-388.md
│ ├── 2016-06-15-389.md
│ ├── 2016-06-16-390.md
│ ├── 2016-06-17-391.md
│ ├── 2016-06-20-392.md
│ ├── 2016-06-21-393.md
│ ├── 2016-06-22-394.md
│ ├── 2016-06-23-395.md
│ ├── 2016-06-24-396.md
│ ├── 2016-06-27-397.md
│ ├── 2016-06-28-398.md
│ ├── 2016-06-29-399.md
│ ├── 2016-06-30-400.md
│ ├── 2016-07-01-401.md
│ ├── 2016-07-02-402.md
│ ├── 2016-07-03-403.md
│ ├── 2016-07-06-404.md
│ ├── 2016-07-07-405.md
│ ├── 2016-07-08-406.md
│ ├── 2016-07-11-407.md
│ ├── 2016-07-12-408.md
│ ├── 2016-07-13-409.md
│ ├── 2016-07-14-410.md
│ ├── 2016-07-15-411.md
│ ├── 2016-07-18-412.md
│ ├── 2016-07-19-413.md
│ ├── 2016-07-20-414.md
│ ├── 2016-07-21-415.md
│ ├── 2016-07-22-416.md
│ ├── 2016-08-29-423.md
│ ├── 2016-08-30-424.md
│ ├── 2016-08-31-425.md
│ ├── 2016-09-01-426.md
│ ├── 2016-09-02-427.md
│ ├── 2016-09-05-428.md
│ ├── 2016-09-06-429.md
│ ├── 2016-09-07-430.md
│ ├── 2016-09-08-431.md
│ ├── 2016-09-09-432.md
│ ├── 2016-09-12-433.md
│ ├── 2016-09-13-434.md
│ ├── 2016-09-14-435.md
│ ├── 2016-09-15-436.md
│ ├── 2016-09-16-437.md
│ ├── 2016-09-19-438.md
│ ├── 2016-09-20-439.md
│ ├── 2016-09-21-440.md
│ ├── 2016-09-22-441.md
│ ├── 2016-09-23-442.md
│ ├── 2016-09-26-443.md
│ ├── 2016-09-27-444.md
│ ├── 2016-09-28-445.md
│ ├── 2016-09-29-446.md
│ ├── 2016-09-30-447.md
│ ├── 2016-10-03-448.md
│ ├── 2016-10-04-449.md
│ ├── 2016-10-05-450.md
│ ├── 2016-10-06-451.md
│ ├── 2016-10-07-452.md
│ ├── 2016-10-10-453.md
│ ├── 2016-10-11-454.md
│ ├── 2016-10-12-455.md
│ ├── 2016-10-13-456.md
│ ├── 2016-10-14-457.md
│ ├── 2016-10-17-458.md
│ ├── 2016-10-18-459.md
│ ├── 2016-10-19-460.md
│ ├── 2016-10-20-461.md
│ ├── 2016-10-21-462.md
│ ├── 2016-11-09-475.md
│ ├── 2016-11-10-476.md
│ ├── 2016-11-11-477.md
│ ├── 2016-11-14-478.md
│ ├── 2016-11-15-479.md
│ ├── 2016-11-16-480.md
│ ├── 2016-11-17-481.md
│ ├── 2016-11-18-482.md
│ ├── 2016-11-21-483.md
│ ├── 2016-11-22-484.md
│ ├── 2016-11-23-485.md
│ ├── 2016-11-24-486.md
│ ├── 2016-11-25-487.md
│ ├── 2016-11-28-488.md
│ ├── 2016-11-29-489.md
│ ├── 2016-11-30-490.md
│ ├── 2016-12-15-501.md
│ ├── 2016-12-16-502.md
│ ├── 2016-12-19-503.md
│ ├── 2016-12-20-504.md
│ ├── 2016-12-21-505.md
│ ├── 2016-12-22-506.md
│ ├── 2016-12-23-507.md
│ ├── 2016-12-26-508.md
│ ├── 2016-12-27-509.md
│ ├── 2016-12-28-510.md
│ ├── 2016-12-29-511.md
│ └── 2016-12-30-512.md
├── 2017
│ ├── 2017-01-02-513.md
│ ├── 2017-01-03-514.md
│ ├── 2017-01-04-515.md
│ ├── 2017-01-05-516.md
│ ├── 2017-01-06-517.md
│ ├── 2017-01-09-518.md
│ ├── 2017-01-10-519.md
│ ├── 2017-01-11-520.md
│ ├── 2017-01-12-521.md
│ ├── 2017-01-13-522.md
│ ├── 2017-01-16-523.md
│ ├── 2017-01-17-524.md
│ ├── 2017-01-18-525.md
│ ├── 2017-01-19-526.md
│ ├── 2017-01-20-527.md
│ ├── 2017-01-23-528.md
│ ├── 2017-01-24-529.md
│ ├── 2017-01-25-530.md
│ ├── 2017-01-26-531.md
│ ├── 2017-01-27-532.md
│ ├── 2017-01-30-533.md
│ ├── 2017-01-31-534.md
│ ├── 2017-02-01-535.md
│ ├── 2017-02-02-536.md
│ ├── 2017-02-03-537.md
│ ├── 2017-02-06-538.md
│ ├── 2017-02-07-539.md
│ ├── 2017-02-08-540.md
│ ├── 2017-02-09-541.md
│ ├── 2017-02-10-542.md
│ ├── 2017-02-13-543.md
│ ├── 2017-02-14-544.md
│ ├── 2017-02-15-545.md
│ ├── 2017-02-16-546.md
│ ├── 2017-02-17-547.md
│ ├── 2017-02-20-548.md
│ ├── 2017-02-21-549.md
│ ├── 2017-02-22-550.md
│ ├── 2017-02-23-551.md
│ ├── 2017-02-24-552.md
│ ├── 2017-02-27-553.md
│ ├── 2017-02-28-554.md
│ ├── 2017-03-01-555.md
│ ├── 2017-03-02-556.md
│ ├── 2017-03-03-557.md
│ ├── 2017-03-06-558.md
│ ├── 2017-03-07-559.md
│ ├── 2017-03-08-560.md
│ ├── 2017-03-09-561.md
│ ├── 2017-03-10-562.md
│ ├── 2017-03-13-563.md
│ ├── 2017-03-14-564.md
│ ├── 2017-03-15-565.md
│ ├── 2017-03-16-566.md
│ ├── 2017-03-17-567.md
│ ├── 2017-03-20-568.md
│ ├── 2017-03-21-569.md
│ ├── 2017-03-22-570.md
│ ├── 2017-03-23-571.md
│ ├── 2017-03-24-572.md
│ ├── 2017-03-27-573.md
│ ├── 2017-03-28-574.md
│ ├── 2017-03-29-575.md
│ ├── 2017-03-30-576.md
│ ├── 2017-03-31-577.md
│ ├── 2017-04-03-578.md
│ ├── 2017-04-04-579.md
│ ├── 2017-04-05-580.md
│ ├── 2017-04-06-581.md
│ ├── 2017-04-07-582.md
│ ├── 2017-04-10-583.md
│ ├── 2017-04-11-584.md
│ ├── 2017-04-12-585.md
│ ├── 2017-04-13-586.md
│ ├── 2017-04-14-587.md
│ ├── 2017-04-17-588.md
│ ├── 2017-04-18-589.md
│ ├── 2017-04-19-590.md
│ ├── 2017-04-20-591.md
│ ├── 2017-04-21-592.md
│ ├── 2017-04-24-593.md
│ ├── 2017-04-25-594.md
│ ├── 2017-04-26-595.md
│ ├── 2017-04-27-596.md
│ ├── 2017-04-28-597.md
│ ├── 2017-05-01-598.md
│ ├── 2017-05-02-599.md
│ ├── 2017-05-03-600.md
│ ├── 2017-05-04-601.md
│ ├── 2017-05-05-602.md
│ ├── 2017-05-08-603.md
│ ├── 2017-05-09-604.md
│ ├── 2017-05-10-605.md
│ ├── 2017-05-11-606.md
│ ├── 2017-05-12-607.md
│ ├── 2017-05-15-608.md
│ ├── 2017-05-16-609.md
│ ├── 2017-05-17-610.md
│ ├── 2017-05-18-611.md
│ ├── 2017-05-19-612.md
│ ├── 2017-05-22-613.md
│ ├── 2017-05-23-614.md
│ ├── 2017-05-24-615.md
│ ├── 2017-05-25-616.md
│ ├── 2017-05-26-617.md
│ ├── 2017-05-29-618.md
│ ├── 2017-05-30-619.md
│ ├── 2017-05-31-620.md
│ ├── 2017-06-01-621.md
│ ├── 2017-06-02-622.md
│ ├── 2017-06-05-623.md
│ ├── 2017-06-06-624.md
│ ├── 2017-06-07-625.md
│ ├── 2017-06-08-626.md
│ ├── 2017-06-09-627.md
│ ├── 2017-06-12-628.md
│ ├── 2017-06-13-629.md
│ ├── 2017-06-14-630.md
│ ├── 2017-06-15-631.md
│ ├── 2017-06-16-632.md
│ ├── 2017-06-19-633.md
│ ├── 2017-06-20-634.md
│ ├── 2017-06-21-635.md
│ ├── 2017-06-22-636.md
│ ├── 2017-06-23-637.md
│ ├── 2017-06-26-638.md
│ ├── 2017-06-27-639.md
│ ├── 2017-06-28-640.md
│ ├── 2017-06-29-641.md
│ ├── 2017-06-30-642.md
│ ├── 2017-07-03-643.md
│ ├── 2017-07-04-644.md
│ ├── 2017-07-05-645.md
│ ├── 2017-07-06-646.md
│ ├── 2017-07-07-647.md
│ ├── 2017-07-10-648.md
│ ├── 2017-07-11-649.md
│ ├── 2017-07-12-650.md
│ ├── 2017-07-13-651.md
│ ├── 2017-07-14-652.md
│ ├── 2017-07-17-653.md
│ ├── 2017-07-18-654.md
│ ├── 2017-07-19-655.md
│ ├── 2017-07-20-656.md
│ ├── 2017-07-21-657.md
│ ├── 2017-07-24-658.md
│ ├── 2017-07-25-659.md
│ ├── 2017-07-26-660.md
│ ├── 2017-07-27-661.md
│ ├── 2017-07-28-662.md
│ ├── 2017-08-05-663.md
│ ├── 2017-08-12-664.md
│ ├── 2017-08-19-665.md
│ ├── 2017-08-26-666.md
│ ├── 2017-09-02-667.md
│ ├── 2017-09-04-668.md
│ ├── 2017-09-05-669.md
│ ├── 2017-09-06-690.md
│ ├── 2017-09-07-691.md
│ ├── 2017-09-08-692.md
│ ├── 2017-09-11-693.md
│ ├── 2017-09-12-694.md
│ ├── 2017-09-13-695.md
│ ├── 2017-09-14-696.md
│ ├── 2017-09-15-697.md
│ ├── 2017-09-18-698.md
│ ├── 2017-09-19-699.md
│ ├── 2017-09-20-700.md
│ ├── 2017-09-21-701.md
│ ├── 2017-09-22-702.md
│ ├── 2017-09-25-703.md
│ ├── 2017-09-26-704.md
│ ├── 2017-09-27-705.md
│ ├── 2017-09-28-706.md
│ ├── 2017-09-29-707.md
│ ├── 2017-10-02-708.md
│ ├── 2017-10-04-710.md
│ ├── 2017-10-05-711.md
│ ├── 2017-10-06-712.md
│ ├── 2017-10-09-713.md
│ ├── 2017-10-10-714.md
│ ├── 2017-10-11-715.md
│ ├── 2017-10-12-716.md
│ ├── 2017-10-13-717.md
│ ├── 2017-10-16-718.md
│ ├── 2017-10-17-719.md
│ ├── 2017-10-18-720.md
│ ├── 2017-10-19-721.md
│ ├── 2017-10-20-722.md
│ ├── 2017-10-23-723.md
│ ├── 2017-10-24-724.md
│ ├── 2017-10-25-725.md
│ ├── 2017-10-26-726.md
│ ├── 2017-10-27-727.md
│ ├── 2017-10-30-728.md
│ ├── 2017-10-31-729.md
│ ├── 2017-11-01-730.md
│ ├── 2017-11-02-731.md
│ ├── 2017-11-03-732.md
│ ├── 2017-11-06-733.md
│ ├── 2017-11-07-734.md
│ ├── 2017-11-08-735.md
│ ├── 2017-11-09-736.md
│ ├── 2017-11-10-737.md
│ ├── 2017-11-13-738.md
│ ├── 2017-11-14-739.md
│ ├── 2017-11-15-740.md
│ ├── 2017-11-16-741.md
│ ├── 2017-11-17-742.md
│ ├── 2017-11-20-743.md
│ ├── 2017-11-21-744.md
│ ├── 2017-11-22-745.md
│ ├── 2017-11-23-746.md
│ ├── 2017-11-24-747.md
│ ├── 2017-11-27-748.md
│ ├── 2017-11-28-749.md
│ ├── 2017-11-29-750.md
│ ├── 2017-11-30-751.md
│ ├── 2017-12-01-752.md
│ ├── 2017-12-04-753.md
│ ├── 2017-12-05-754.md
│ ├── 2017-12-06-755.md
│ ├── 2017-12-07-756.md
│ ├── 2017-12-08-757.md
│ ├── 2017-12-11-758.md
│ ├── 2017-12-12-759.md
│ ├── 2017-12-13-760.md
│ ├── 2017-12-14-761.md
│ ├── 2017-12-15-762.md
│ ├── 2017-12-18-763.md
│ ├── 2017-12-19-764.md
│ ├── 2017-12-20-765.md
│ ├── 2017-12-21-766.md
│ ├── 2017-12-22-767.md
│ ├── 2017-12-25-768.md
│ ├── 2017-12-26-769.md
│ ├── 2017-12-27-770.md
│ ├── 2017-12-28-771.md
│ └── 2017-12-29-772.md
├── 2018
│ ├── 2018-01-01-773.md
│ ├── 2018-01-02-774.md
│ ├── 2018-01-03-775.md
│ ├── 2018-01-04-776.md
│ ├── 2018-01-05-777.md
│ ├── 2018-01-08-778.md
│ ├── 2018-01-09-779.md
│ ├── 2018-01-10-780.md
│ ├── 2018-01-11-781.md
│ ├── 2018-01-12-782.md
│ ├── 2018-01-15-783.md
│ ├── 2018-01-16-784.md
│ ├── 2018-01-17-785.md
│ ├── 2018-01-18-786.md
│ ├── 2018-01-19-787.md
│ ├── 2018-01-22-788.md
│ ├── 2018-01-23-789.md
│ ├── 2018-01-24-790.md
│ ├── 2018-01-25-791.md
│ ├── 2018-01-26-792.md
│ ├── 2018-01-29-793.md
│ ├── 2018-01-30-794.md
│ ├── 2018-01-31-795.md
│ ├── 2018-02-01-796.md
│ ├── 2018-02-02-797.md
│ ├── 2018-02-05-798.md
│ ├── 2018-02-06-799.md
│ ├── 2018-02-07-800.md
│ ├── 2018-02-08-801.md
│ ├── 2018-02-09-802.md
│ ├── 2018-02-12-803.md
│ ├── 2018-02-13-804.md
│ ├── 2018-02-14-805.md
│ ├── 2018-02-15-806.md
│ ├── 2018-02-16-807.md
│ ├── 2018-02-19-808.md
│ ├── 2018-02-20-809.md
│ ├── 2018-02-21-810.md
│ ├── 2018-02-22-811.md
│ ├── 2018-02-23-812.md
│ ├── 2018-02-26-813.md
│ ├── 2018-02-27-814.md
│ ├── 2018-02-28-815.md
│ ├── 2018-03-01-816.md
│ ├── 2018-03-02-817.md
│ ├── 2018-03-05-818.md
│ ├── 2018-03-06-819.md
│ ├── 2018-03-07-820.md
│ ├── 2018-03-08-821.md
│ ├── 2018-03-09-822.md
│ ├── 2018-03-12-823.md
│ ├── 2018-03-13-824.md
│ ├── 2018-03-14-825.md
│ ├── 2018-03-15-826.md
│ ├── 2018-03-16-827.md
│ ├── 2018-03-19-828.md
│ ├── 2018-03-20-829.md
│ ├── 2018-03-21-830.md
│ ├── 2018-03-22-831.md
│ ├── 2018-03-23-832.md
│ ├── 2018-03-26-833.md
│ ├── 2018-03-27-834.md
│ ├── 2018-03-28-835.md
│ ├── 2018-03-29-836.md
│ ├── 2018-03-30-837.md
│ ├── 2018-04-02-838.md
│ ├── 2018-04-03-839.md
│ ├── 2018-04-04-840.md
│ ├── 2018-04-05-841.md
│ ├── 2018-04-06-842.md
│ ├── 2018-04-09-843.md
│ ├── 2018-04-10-844.md
│ ├── 2018-04-11-845.md
│ ├── 2018-04-12-846.md
│ ├── 2018-04-13-847.md
│ ├── 2018-04-16-848.md
│ ├── 2018-04-17-849.md
│ ├── 2018-04-18-850.md
│ ├── 2018-04-19-851.md
│ ├── 2018-04-20-852.md
│ ├── 2018-04-23-853.md
│ ├── 2018-04-24-854.md
│ ├── 2018-04-25-855.md
│ ├── 2018-04-26-856.md
│ ├── 2018-04-27-857.md
│ ├── 2018-04-30-858.md
│ ├── 2018-05-01-859.md
│ ├── 2018-05-02-860.md
│ ├── 2018-05-03-861.md
│ ├── 2018-05-04-862.md
│ ├── 2018-05-07-863.md
│ ├── 2018-05-08-864.md
│ ├── 2018-05-09-865.md
│ ├── 2018-05-10-866.md
│ ├── 2018-05-11-867.md
│ ├── 2018-05-14-868.md
│ ├── 2018-05-15-869.md
│ ├── 2018-05-16-870.md
│ ├── 2018-05-17-871.md
│ ├── 2018-05-18-872.md
│ ├── 2018-05-21-873.md
│ ├── 2018-05-22-874.md
│ ├── 2018-05-23-875.md
│ ├── 2018-05-24-876.md
│ ├── 2018-05-25-877.md
│ ├── 2018-05-28-878.md
│ ├── 2018-05-29-879.md
│ ├── 2018-05-30-880.md
│ ├── 2018-05-31-881.md
│ ├── 2018-06-01-882.md
│ ├── 2018-06-04-883.md
│ ├── 2018-06-05-884.md
│ ├── 2018-06-06-885.md
│ ├── 2018-06-07-886.md
│ ├── 2018-06-08-887.md
│ ├── 2018-06-11-888.md
│ ├── 2018-06-12-889.md
│ ├── 2018-06-13-890.md
│ ├── 2018-06-14-891.md
│ ├── 2018-06-15-892.md
│ ├── 2018-06-18-893.md
│ ├── 2018-06-19-894.md
│ ├── 2018-06-20-895.md
│ ├── 2018-06-21-896.md
│ ├── 2018-06-22-897.md
│ ├── 2018-06-25-898.md
│ ├── 2018-06-26-899.md
│ ├── 2018-06-27-900.md
│ ├── 2018-06-28-901.md
│ ├── 2018-06-29-902.md
│ ├── 2018-07-02-903.md
│ ├── 2018-07-03-904.md
│ ├── 2018-07-04-905.md
│ ├── 2018-07-05-906.md
│ ├── 2018-07-06-907.md
│ ├── 2018-07-09-908.md
│ ├── 2018-07-10-909.md
│ ├── 2018-07-11-910.md
│ ├── 2018-07-12-911.md
│ ├── 2018-07-13-912.md
│ ├── 2018-07-16-913.md
│ ├── 2018-07-17-914.md
│ ├── 2018-07-18-915.md
│ ├── 2018-07-19-916.md
│ ├── 2018-07-20-917.md
│ ├── 2018-07-23-918.md
│ ├── 2018-07-24-919.md
│ ├── 2018-07-25-920.md
│ ├── 2018-07-26-921.md
│ ├── 2018-07-27-922.md
│ ├── 2018-07-30-923.md
│ ├── 2018-07-31-924.md
│ ├── 2018-08-01-925.md
│ ├── 2018-08-02-926.md
│ ├── 2018-08-03-927.md
│ ├── 2018-08-10-928.md
│ ├── 2018-08-17-929.md
│ ├── 2018-08-24-930.md
│ ├── 2018-08-31-931.md
│ ├── 2018-09-03-932.md
│ ├── 2018-09-04-933.md
│ ├── 2018-09-05-934.md
│ ├── 2018-09-06-935.md
│ ├── 2018-09-07-936.md
│ ├── 2018-09-10-937.md
│ ├── 2018-09-11-938.md
│ ├── 2018-09-12-939.md
│ ├── 2018-09-13-940.md
│ ├── 2018-09-14-941.md
│ ├── 2018-09-17-942.md
│ ├── 2018-09-18-943.md
│ ├── 2018-09-19-944.md
│ ├── 2018-09-20-945.md
│ ├── 2018-09-21-946.md
│ ├── 2018-09-24-947.md
│ ├── 2018-09-25-948.md
│ ├── 2018-09-26-949.md
│ ├── 2018-09-27-950.md
│ ├── 2018-09-28-951.md
│ ├── 2018-10-01-952.md
│ ├── 2018-10-02-953.md
│ ├── 2018-10-03-954.md
│ ├── 2018-10-04-955.md
│ ├── 2018-10-05-956.md
│ ├── 2018-10-08-957.md
│ ├── 2018-10-09-958.md
│ ├── 2018-10-10-959.md
│ ├── 2018-10-11-960.md
│ ├── 2018-10-12-961.md
│ ├── 2018-10-15-962.md
│ ├── 2018-10-16-963.md
│ ├── 2018-10-17-964.md
│ ├── 2018-10-18-965.md
│ ├── 2018-10-19-966.md
│ ├── 2018-10-22-967.md
│ ├── 2018-10-23-968.md
│ ├── 2018-10-23-handover.md
│ ├── 2018-10-24-969.md
│ ├── 2018-10-25-970.md
│ ├── 2018-10-26-971.md
│ ├── 2018-10-29-972.md
│ ├── 2018-10-30-973.md
│ ├── 2018-10-31-974.md
│ ├── 2018-11-01-975.md
│ ├── 2018-11-02-976.md
│ ├── 2018-11-05-977.md
│ ├── 2018-11-06-978.md
│ ├── 2018-11-07-979.md
│ ├── 2018-11-08-980.md
│ ├── 2018-11-08-survey-results.md
│ ├── 2018-11-09-981.md
│ ├── 2018-11-12-982.md
│ ├── 2018-11-13-983.md
│ ├── 2018-11-14-984.md
│ ├── 2018-11-15-985.md
│ ├── 2018-11-16-986.md
│ ├── 2018-11-19-987.md
│ ├── 2018-11-20-988.md
│ ├── 2018-11-21-989.md
│ ├── 2018-11-22-990.md
│ ├── 2018-11-23-991.md
│ ├── 2018-11-26-992.md
│ ├── 2018-11-27-993.md
│ ├── 2018-11-28-994.md
│ ├── 2018-11-29-995.md
│ ├── 2018-11-30-996.md
│ ├── 2018-12-03-997.md
│ ├── 2018-12-04-998.md
│ ├── 2018-12-05-999.md
│ ├── 2018-12-06-1000.md
│ ├── 2018-12-17-1001.md
│ ├── 2018-12-18-1002.md
│ ├── 2018-12-19-1003.md
│ ├── 2018-12-20-1004.md
│ ├── 2018-12-21-1005.md
│ ├── 2018-12-24-1006.md
│ ├── 2018-12-25-1007.md
│ ├── 2018-12-26-1008.md
│ ├── 2018-12-27-1009.md
│ ├── 2018-12-28-1010.md
│ └── 2018-12-31-1011.md
├── 2019
│ ├── 2019-01-02-1012.md
│ ├── 2019-01-03-1013.md
│ ├── 2019-01-04-1014.md
│ ├── 2019-01-08-1015.md
│ ├── 2019-01-09-1016.md
│ ├── 2019-01-10-1017.md
│ ├── 2019-01-11-1018.md
│ ├── 2019-01-14-1019.md
│ ├── 2019-01-18-1020.md
│ ├── 2019-01-24-1021.md
│ ├── 2019-01-25-1022.md
│ ├── 2019-01-28-1023.md
│ ├── 2019-01-29-1024.md
│ ├── 2019-01-30-1025.md
│ ├── 2019-01-31-1026.md
│ ├── 2019-02-01-1027.md
│ ├── 2019-02-04-1028.md
│ ├── 2019-02-05-1029.md
│ ├── 2019-02-06-1030.md
│ ├── 2019-02-07-1031.md
│ ├── 2019-02-08-1032.md
│ ├── 2019-02-11-1033.md
│ ├── 2019-02-12-1034.md
│ ├── 2019-02-13-1035.md
│ ├── 2019-02-14-1036.md
│ ├── 2019-02-15-1037.md
│ ├── 2019-02-19-1038.md
│ ├── 2019-02-20-1039.md
│ ├── 2019-02-21-1040.md
│ ├── 2019-02-22-1041.md
│ ├── 2019-02-25-1042.md
│ ├── 2019-02-26-1043.md
│ ├── 2019-02-27-1044.md
│ ├── 2019-02-28-1045.md
│ ├── 2019-03-01-1046.md
│ ├── 2019-03-04-1047.md
│ ├── 2019-03-05-1048.md
│ ├── 2019-03-06-1049.md
│ ├── 2019-03-07-1050.md
│ ├── 2019-03-08-1051.md
│ ├── 2019-03-11-1052.md
│ ├── 2019-03-12-1053.md
│ ├── 2019-03-13-1054.md
│ ├── 2019-03-14-1055.md
│ ├── 2019-03-15-1056.md
│ ├── 2019-03-20-1057.md
│ ├── 2019-03-21-1058.md
│ ├── 2019-03-22-1059.md
│ ├── 2019-03-25-1060.md
│ ├── 2019-03-26-1061.md
│ ├── 2019-03-27-1062.md
│ ├── 2019-03-28-1063.md
│ ├── 2019-03-29-1064.md
│ ├── 2019-04-01-1065.md
│ ├── 2019-04-02-1066.md
│ ├── 2019-04-03-1067.md
│ ├── 2019-04-04-1068.md
│ ├── 2019-04-05-1069.md
│ ├── 2019-04-08-1070.md
│ ├── 2019-04-09-1071.md
│ ├── 2019-04-10-1072.md
│ ├── 2019-04-11-1073.md
│ ├── 2019-04-12-1074.md
│ ├── 2019-04-15-1075.md
│ ├── 2019-04-16-1076.md
│ ├── 2019-04-17-1077.md
│ ├── 2019-04-18-1078.md
│ ├── 2019-04-20-1079.md
│ ├── 2019-04-22-1080.md
│ ├── 2019-04-23-1081.md
│ ├── 2019-04-24-1082.md
│ ├── 2019-04-25-1083.md
│ ├── 2019-04-26-1084.md
│ ├── 2019-05-02-1085.md
│ ├── 2019-05-03-1086.md
│ ├── 2019-05-06-1087.md
│ ├── 2019-05-07-1088.md
│ ├── 2019-05-08-1089.md
│ ├── 2019-05-09-1090.md
│ ├── 2019-05-10-1091.md
│ ├── 2019-05-13-1092.md
│ ├── 2019-05-14-1093.md
│ ├── 2019-05-15-1094.md
│ ├── 2019-05-16-1095.md
│ ├── 2019-05-17-1096.md
│ ├── 2019-05-20-1097.md
│ ├── 2019-05-21-1098.md
│ ├── 2019-05-22-1099.md
│ ├── 2019-05-23-1100.md
│ ├── 2019-05-24-1101.md
│ ├── 2019-05-27-1102.md
│ ├── 2019-05-28-1103.md
│ ├── 2019-05-29-1104.md
│ ├── 2019-05-30-1105.md
│ ├── 2019-05-31-1106.md
│ ├── 2019-06-04-1107.md
│ ├── 2019-06-05-1108.md
│ ├── 2019-06-06-1109.md
│ ├── 2019-06-07-1110.md
│ ├── 2019-06-10-1111.md
│ ├── 2019-06-11-1112.md
│ ├── 2019-06-12-1113.md
│ ├── 2019-06-13-1114.md
│ ├── 2019-06-14-1115.md
│ ├── 2019-06-17-1116.md
│ ├── 2019-06-18-1117.md
│ ├── 2019-06-19-1118.md
│ ├── 2019-06-20-1119.md
│ ├── 2019-06-25-1120.md
│ ├── 2019-06-26-1121.md
│ ├── 2019-06-27-1122.md
│ ├── 2019-06-28-1123.md
│ ├── 2019-07-01-1124.md
│ ├── 2019-07-02-1125.md
│ ├── 2019-07-03-1126.md
│ ├── 2019-07-04-1127.md
│ ├── 2019-07-05-1128.md
│ ├── 2019-07-08-1129.md
│ ├── 2019-07-09-1130.md
│ ├── 2019-07-10-1131.md
│ ├── 2019-07-11-1132.md
│ ├── 2019-07-12-1133.md
│ ├── 2019-07-15-1134.md
│ ├── 2019-07-16-1135.md
│ ├── 2019-07-17-1136.md
│ ├── 2019-07-18-1137.md
│ ├── 2019-07-19-1138.md
│ ├── 2019-07-22-1139.md
│ ├── 2019-07-28-1140.md
│ ├── 2019-07-29-1141.md
│ ├── 2019-07-30-1142.md
│ ├── 2019-07-31-1143.md
│ ├── 2019-08-01-1144.md
│ ├── 2019-08-02-1145.md
│ ├── 2019-08-05-1146.md
│ ├── 2019-08-06-1147.md
│ ├── 2019-08-07-1148.md
│ ├── 2019-08-08-1149.md
│ ├── 2019-08-09-1150.md
│ ├── 2019-08-27-1151.md
│ ├── 2019-08-28-1152.md
│ ├── 2019-08-29-1153.md
│ ├── 2019-08-30-1154.md
│ ├── 2019-09-01-1155.md
│ ├── 2019-09-02-1156.md
│ ├── 2019-09-03-1157.md
│ ├── 2019-09-04-1158.md
│ ├── 2019-09-05-1159.md
│ ├── 2019-09-06-1160.md
│ ├── 2019-09-09-1161.md
│ ├── 2019-09-10-1162.md
│ ├── 2019-09-11-1163.md
│ ├── 2019-09-12-1164.md
│ ├── 2019-09-13-1165.md
│ ├── 2019-09-16-1166.md
│ ├── 2019-09-17-1167.md
│ ├── 2019-09-18-1168.md
│ ├── 2019-09-19-1169.md
│ ├── 2019-09-20-1170.md
│ ├── 2019-09-23-1171.md
│ ├── 2019-09-24-1172.md
│ ├── 2019-09-25-1173.md
│ ├── 2019-09-26-1174.md
│ ├── 2019-09-27-1175.md
│ ├── 2019-09-30-1176.md
│ ├── 2019-10-01-1177.md
│ ├── 2019-10-02-1178.md
│ ├── 2019-10-03-1179.md
│ ├── 2019-10-04-1180.md
│ ├── 2019-10-07-1181.md
│ ├── 2019-10-08-1182.md
│ ├── 2019-10-09-1183.md
│ ├── 2019-10-10-1184.md
│ ├── 2019-10-11-1185.md
│ ├── 2019-10-14-1186.md
│ ├── 2019-10-15-1187.md
│ ├── 2019-10-16-1188.md
│ ├── 2019-10-17-1189.md
│ ├── 2019-10-21-1190.md
│ ├── 2019-10-22-1191.md
│ ├── 2019-10-23-1192.md
│ ├── 2019-10-24-1193.md
│ ├── 2019-10-25-1194.md
│ ├── 2019-10-28-1195.md
│ ├── 2019-10-29-1196.md
│ ├── 2019-10-30-1197.md
│ ├── 2019-10-31-1198.md
│ ├── 2019-11-03-1199.md
│ ├── 2019-11-04-1200.md
│ ├── 2019-11-05-1201.md
│ ├── 2019-11-06-1202.md
│ ├── 2019-11-07-1203.md
│ ├── 2019-11-08-1204.md
│ ├── 2019-11-11-1205.md
│ ├── 2019-11-12-1206.md
│ ├── 2019-11-13-1207.md
│ ├── 2019-11-14-1208.md
│ ├── 2019-11-15-1209.md
│ ├── 2019-11-18-1210.md
│ ├── 2019-11-19-1211.md
│ ├── 2019-11-20-1212.md
│ ├── 2019-11-21-1213.md
│ ├── 2019-11-22-1214.md
│ ├── 2019-11-25-1215.md
│ ├── 2019-11-26-1216.md
│ ├── 2019-11-27-1217.md
│ ├── 2019-11-28-1218.md
│ ├── 2019-11-29-1219.md
│ ├── 2019-12-02-1220.md
│ ├── 2019-12-03-1221.md
│ ├── 2019-12-04-1222.md
│ ├── 2019-12-05-1223.md
│ ├── 2019-12-09-1224.md
│ ├── 2019-12-10-1225.md
│ ├── 2019-12-11-1226.md
│ ├── 2019-12-12-1227.md
│ ├── 2019-12-13-1228.md
│ ├── 2019-12-16-1229.md
│ ├── 2019-12-17-1230.md
│ ├── 2019-12-18-1231.md
│ ├── 2019-12-19-1232.md
│ ├── 2019-12-20-1233.md
│ ├── 2019-12-23-1234.md
│ └── 2019-12-24-1235.md
├── 2020
│ ├── 2020-01-01-1236.md
│ ├── 2020-01-09-1237.md
│ ├── 2020-01-10-1238.md
│ ├── 2020-01-13-1239.md
│ ├── 2020-01-14-1240.md
│ ├── 2020-01-15-1241.md
│ ├── 2020-01-16-1242.md
│ ├── 2020-01-17-1243.md
│ ├── 2020-01-20-1244.md
│ ├── 2020-01-21-1245.md
│ ├── 2020-01-22-1246.md
│ ├── 2020-01-23-1247.md
│ ├── 2020-01-24-1248.md
│ ├── 2020-01-27-1249.md
│ ├── 2020-01-28-1250.md
│ ├── 2020-01-29-1251.md
│ ├── 2020-01-30-1252.md
│ ├── 2020-01-31-1253.md
│ ├── 2020-02-03-1254.md
│ ├── 2020-02-04-1255.md
│ ├── 2020-02-05-1256.md
│ ├── 2020-02-06-1257.md
│ ├── 2020-02-07-1258.md
│ ├── 2020-02-10-1259.md
│ ├── 2020-02-11-1260.md
│ ├── 2020-02-12-1261.md
│ ├── 2020-02-13-1262.md
│ ├── 2020-02-14-1263.md
│ ├── 2020-02-17-1264.md
│ ├── 2020-02-18-1265.md
│ ├── 2020-02-19-1266.md
│ ├── 2020-02-20-1267.md
│ ├── 2020-02-21-1268.md
│ ├── 2020-02-24-1269.md
│ ├── 2020-02-25-1270.md
│ ├── 2020-02-26-1271.md
│ ├── 2020-02-27-1272.md
│ ├── 2020-02-28-1273.md
│ ├── 2020-03-02-1274.md
│ ├── 2020-03-03-1275.md
│ ├── 2020-03-04-1276.md
│ ├── 2020-03-05-1277.md
│ ├── 2020-03-06-1278.md
│ ├── 2020-03-09-1279.md
│ ├── 2020-03-10-1280.md
│ ├── 2020-03-11-1281.md
│ ├── 2020-03-12-1282.md
│ ├── 2020-03-13-1283.md
│ ├── 2020-03-16-1284.md
│ ├── 2020-03-17-1285.md
│ ├── 2020-03-18-1286.md
│ ├── 2020-03-19-1287.md
│ ├── 2020-03-20-1288.md
│ ├── 2020-03-23-1289.md
│ ├── 2020-03-24-1290.md
│ ├── 2020-03-25-1291.md
│ ├── 2020-03-26-1292.md
│ ├── 2020-03-27-1293.md
│ ├── 2020-03-30-1294.md
│ ├── 2020-03-31-1295.md
│ ├── 2020-04-01-1296.md
│ ├── 2020-04-02-1297.md
│ ├── 2020-04-03-1298.md
│ ├── 2020-04-06-1299.md
│ ├── 2020-04-07-1300.md
│ ├── 2020-04-08-1301.md
│ ├── 2020-04-09-1302.md
│ ├── 2020-04-13-1303.md
│ ├── 2020-04-14-1304.md
│ ├── 2020-04-15-1305.md
│ ├── 2020-04-16-1306.md
│ ├── 2020-04-17-1307.md
│ ├── 2020-04-21-1308.md
│ ├── 2020-04-22-1309.md
│ ├── 2020-04-23-1310.md
│ ├── 2020-04-24-1311.md
│ ├── 2020-04-27-1312.md
│ ├── 2020-04-28-1313.md
│ ├── 2020-04-29-1314.md
│ ├── 2020-04-30-1315.md
│ ├── 2020-05-04-1316.md
│ ├── 2020-05-05-1317.md
│ ├── 2020-05-06-1318.md
│ ├── 2020-05-07-1319.md
│ ├── 2020-05-08-1320.md
│ ├── 2020-05-11-1321.md
│ ├── 2020-05-12-1322.md
│ ├── 2020-05-13-1323.md
│ ├── 2020-05-14-1324.md
│ ├── 2020-05-15-1325.md
│ ├── 2020-05-18--1326.md
│ ├── 2020-05-19-1327.md
│ ├── 2020-05-20-1328.md
│ ├── 2020-05-21-1329.md
│ ├── 2020-05-22-1330.md
│ ├── 2020-05-26-1331.md
│ ├── 2020-05-27-1332.md
│ ├── 2020-05-28-1333.md
│ ├── 2020-05-29-1334.md
│ ├── 2020-06-01-1335.md
│ ├── 2020-06-02-1336.md
│ ├── 2020-06-03-1337.md
│ ├── 2020-06-04-1338.md
│ ├── 2020-06-05-1339.md
│ ├── 2020-06-09-1340.md
│ ├── 2020-06-10-1341.md
│ ├── 2020-06-11-1342.md
│ ├── 2020-06-12-1343.md
│ ├── 2020-06-15-1344.md
│ ├── 2020-06-16-1345.md
│ ├── 2020-06-17-1346.md
│ ├── 2020-06-18-1347.md
│ ├── 2020-06-22-1348.md
│ ├── 2020-06-23-1349.md
│ ├── 2020-06-25-1350.md
│ ├── 2020-06-26-1351.md
│ ├── 2020-06-29-1352.md
│ ├── 2020-06-30-1353.md
│ ├── 2020-07-01-1354.md
│ ├── 2020-07-02-1355.md
│ ├── 2020-07-03-1356.md
│ ├── 2020-07-06-1357.md
│ ├── 2020-07-07-1358.md
│ ├── 2020-07-08-1359.md
│ ├── 2020-07-09-1360.md
│ ├── 2020-07-10-1361.md
│ ├── 2020-07-13-1362.md
│ ├── 2020-07-14-1363.md
│ ├── 2020-07-15-1364.md
│ ├── 2020-07-16-1365.md
│ ├── 2020-07-17-1366.md
│ ├── 2020-07-20-1367.md
│ ├── 2020-07-21-1368.md
│ ├── 2020-07-22-1369.md
│ ├── 2020-07-23-1370.md
│ ├── 2020-07-27-1371.md
│ ├── 2020-07-28-1372.md
│ ├── 2020-07-29-1373.md
│ ├── 2020-07-30-1374.md
│ ├── 2020-07-31-1375.md
│ ├── 2020-08-03-1376.md
│ ├── 2020-08-04-1377.md
│ ├── 2020-08-05-1378.md
│ ├── 2020-08-06-1379.md
│ ├── 2020-08-07-1380.md
│ ├── 2020-08-10-1381.md
│ ├── 2020-08-11-1382.md
│ ├── 2020-08-12-1383.md
│ ├── 2020-08-13-1384.md
│ ├── 2020-08-14-1385.md
│ ├── 2020-08-17-1386.md
│ ├── 2020-08-18-1387.md
│ ├── 2020-08-19-1388.md
│ ├── 2020-08-20-1389.md
│ ├── 2020-08-21-1390.md
│ ├── 2020-08-24-1391.md
│ ├── 2020-08-25-1392.md
│ ├── 2020-08-26-1393.md
│ ├── 2020-08-27-1394.md
│ ├── 2020-08-31-1395.md
│ ├── 2020-09-01-1396.md
│ ├── 2020-09-02-1397.md
│ ├── 2020-09-03-1398.md
│ ├── 2020-09-04-1399.md
│ ├── 2020-09-07-1400.md
│ ├── 2020-09-08-1401.md
│ ├── 2020-09-09-1402.md
│ ├── 2020-09-10-1403.md
│ ├── 2020-09-11-1404.md
│ ├── 2020-09-14-1405.md
│ ├── 2020-09-15-1406.md
│ ├── 2020-09-16-1407.md
│ ├── 2020-09-17-1408.md
│ ├── 2020-09-18-1409.md
│ ├── 2020-09-21-1410.md
│ ├── 2020-09-22-1411.md
│ ├── 2020-09-23-1412.md
│ ├── 2020-09-24-1413.md
│ ├── 2020-09-25-1414.md
│ ├── 2020-09-28-1415.md
│ ├── 2020-09-29-1416.md
│ ├── 2020-09-30-1417.md
│ ├── 2020-10-01-1418.md
│ ├── 2020-10-02-1419.md
│ ├── 2020-10-05-1420.md
│ ├── 2020-10-06-1421.md
│ ├── 2020-10-07-1422.md
│ ├── 2020-10-08-1423.md
│ ├── 2020-10-09-1424.md
│ ├── 2020-10-12-1425.md
│ ├── 2020-10-13-1426.md
│ ├── 2020-10-14-1427.md
│ ├── 2020-10-15-1428.md
│ ├── 2020-10-16-1429.md
│ ├── 2020-10-19-1430.md
│ ├── 2020-10-20-1431.md
│ ├── 2020-10-21-1432.md
│ ├── 2020-10-22-1433.md
│ ├── 2020-10-26-1434.md
│ ├── 2020-10-27-1435.md
│ ├── 2020-10-28-1436.md
│ ├── 2020-10-29-1437.md
│ ├── 2020-10-30-1438.md
│ ├── 2020-11-02-1439.md
│ ├── 2020-11-03-1440.md
│ ├── 2020-11-04-1441.md
│ ├── 2020-11-05-1442.md
│ ├── 2020-11-06-1443.md
│ ├── 2020-11-09-1444.md
│ ├── 2020-11-10-1445.md
│ ├── 2020-11-11-1446.md
│ ├── 2020-11-12-1447.md
│ ├── 2020-11-13-1448.md
│ ├── 2020-11-16-1449.md
│ ├── 2020-11-17-1450.md
│ ├── 2020-11-18-1451.md
│ ├── 2020-11-19-1452.md
│ ├── 2020-11-20-1453.md
│ ├── 2020-11-23-1454.md
│ ├── 2020-11-24-1455.md
│ ├── 2020-11-25-1456.md
│ ├── 2020-11-26-1457.md
│ ├── 2020-11-27-1458.md
│ ├── 2020-11-30-1459.md
│ ├── 2020-12-01-1460.md
│ ├── 2020-12-02-1461.md
│ ├── 2020-12-03-1462.md
│ ├── 2020-12-04-1463.md
│ ├── 2020-12-07-1464.md
│ ├── 2020-12-08-1465.md
│ ├── 2020-12-09-1466.md
│ ├── 2020-12-10-1467.md
│ ├── 2020-12-11-1468.md
│ ├── 2020-12-14-1469.md
│ ├── 2020-12-15-1470.md
│ ├── 2020-12-16-1471.md
│ ├── 2020-12-17-1472.md
│ ├── 2020-12-18-1473.md
│ ├── 2020-12-21-1474.md
│ ├── 2020-12-22-1475.md
│ ├── 2020-12-23-1476.md
│ ├── 2020-12-24-1477.md
│ ├── 2020-12-25-1478.md
│ ├── 2020-12-26-1479.md
│ ├── 2020-12-28-1480.md
│ ├── 2020-12-29-1481.md
│ └── 2020-12-30-1482.md
├── 2021
│ ├── 2021-01-04-1483.md
│ ├── 2021-01-05-1484.md
│ ├── 2021-01-06-1485.md
│ ├── 2021-01-07-1486.md
│ ├── 2021-01-08-1487.md
│ ├── 2021-01-11-1488.md
│ ├── 2021-01-12-1489.md
│ ├── 2021-01-13-1490.md
│ ├── 2021-01-14-1491.md
│ ├── 2021-01-15-1492.md
│ ├── 2021-01-18-1493.md
│ ├── 2021-01-19-1494.md
│ ├── 2021-01-20-1495.md
│ ├── 2021-01-21-1496.md
│ ├── 2021-01-22-1497.md
│ ├── 2021-01-26-1498.md
│ ├── 2021-01-27-1499.md
│ ├── 2021-01-28-1500.md
│ ├── 2021-01-29-1501.md
│ ├── 2021-02-01-1502.md
│ ├── 2021-02-02-1503.md
│ ├── 2021-02-03-1504.md
│ ├── 2021-02-04-1505.md
│ ├── 2021-02-05-1506.md
│ ├── 2021-02-07-1507.md
│ ├── 2021-02-08-1508.md
│ ├── 2021-02-10-1509.md
│ ├── 2021-02-11-1510.md
│ ├── 2021-02-12-1511.md
│ ├── 2021-02-15-1512.md
│ ├── 2021-02-15-1520.md
│ ├── 2021-02-16-1513.md
│ ├── 2021-02-17-1514.md
│ ├── 2021-02-18-1515.md
│ ├── 2021-02-19-1516.md
│ ├── 2021-02-22-1517.md
│ ├── 2021-02-23-1518.md
│ ├── 2021-02-24-1519.md
│ ├── 2021-02-26-1521.md
│ ├── 2021-03-01-1522.md
│ ├── 2021-03-02-1523.md
│ ├── 2021-03-03-1524.md
│ ├── 2021-03-04-1525.md
│ ├── 2021-03-05-1526.md
│ ├── 2021-03-08-1527.md
│ ├── 2021-03-09-1528.md
│ ├── 2021-03-10-1529.md
│ ├── 2021-03-11-1530.md
│ ├── 2021-03-12-1531.md
│ ├── 2021-03-15-1532.md
│ ├── 2021-03-16-1533.md
│ ├── 2021-03-17-1534.md
│ ├── 2021-03-18-1535.md
│ ├── 2021-03-19-1536.md
│ ├── 2021-03-22-1537.md
│ ├── 2021-03-23-1538.md
│ ├── 2021-03-24-1539.md
│ ├── 2021-03-25-1540.md
│ ├── 2021-03-29-1541.md
│ ├── 2021-03-30-1542.md
│ ├── 2021-03-31-1543.md
│ ├── 2021-04-01-1544.md
│ ├── 2021-04-02-1545.md
│ ├── 2021-04-05-1546.md
│ ├── 2021-04-06-1547.md
│ ├── 2021-04-07-1548.md
│ ├── 2021-04-08-1549.md
│ ├── 2021-04-09-1550.md
│ ├── 2021-04-12-1551.md
│ ├── 2021-04-13-1552.md
│ ├── 2021-04-14-1553.md
│ ├── 2021-04-15-1554.md
│ ├── 2021-04-16-1555.md
│ ├── 2021-04-19-1556.md
│ ├── 2021-04-20-1557.md
│ ├── 2021-04-21-1558.md
│ ├── 2021-04-22-1559.md
│ ├── 2021-04-23-1560.md
│ ├── 2021-04-26-1561.md
│ ├── 2021-04-28-1562.md
│ ├── 2021-04-29-1563.md
│ ├── 2021-04-30-1564.md
│ ├── 2021-05-03-1565.md
│ ├── 2021-05-04-1566.md
│ ├── 2021-05-05-1567.md
│ ├── 2021-05-06-1568.md
│ ├── 2021-05-07-1569.md
│ ├── 2021-05-10-1570.md
│ ├── 2021-05-11-1571.md
│ ├── 2021-05-12-1572.md
│ ├── 2021-05-13-1573.md
│ ├── 2021-05-14-1574.md
│ ├── 2021-05-17-1575.md
│ ├── 2021-05-18-1576.md
│ ├── 2021-05-19-1577.md
│ ├── 2021-05-20-1578.md
│ ├── 2021-05-21-1579.md
│ ├── 2021-05-24-1580.md
│ ├── 2021-05-25-1581.md
│ ├── 2021-05-26-1582.md
│ ├── 2021-05-27-1583.md
│ ├── 2021-05-28-1584.md
│ ├── 2021-05-31-1585.md
│ ├── 2021-06-01-1586.md
│ ├── 2021-06-02-1587.md
│ ├── 2021-06-03-1588.md
│ ├── 2021-06-04-1589.md
│ ├── 2021-06-07-1590.md
│ ├── 2021-06-08-1591.md
│ ├── 2021-06-09-1592.md
│ ├── 2021-06-10-1593.md
│ ├── 2021-06-11-1594.md
│ ├── 2021-06-14-1595.md
│ ├── 2021-06-15-1596.md
│ ├── 2021-06-16-1597.md
│ ├── 2021-06-17-1598.md
│ ├── 2021-06-18-1599.md
│ ├── 2021-06-21-1600.md
│ ├── 2021-06-22-1601.md
│ ├── 2021-06-23-1602.md
│ ├── 2021-06-24-1603.md
│ ├── 2021-06-25-1604.md
│ ├── 2021-06-28-1605.md
│ ├── 2021-06-29-1606.md
│ ├── 2021-06-30-1607.md
│ ├── 2021-07-01-1608.md
│ ├── 2021-07-02-1609.md
│ ├── 2021-07-05-1610.md
│ ├── 2021-07-06-1611.md
│ ├── 2021-07-07-1612.md
│ ├── 2021-07-08-1613.md
│ ├── 2021-07-09-1614.md
│ ├── 2021-07-12-1615.md
│ ├── 2021-07-13-1616.md
│ ├── 2021-07-14-1617.md
│ ├── 2021-07-15-1618.md
│ ├── 2021-07-16-1619.md
│ ├── 2021-07-19-1620.md
│ ├── 2021-07-20-1621.md
│ ├── 2021-07-21-1622.md
│ ├── 2021-07-22-1623.md
│ ├── 2021-07-23-1624.md
│ ├── 2021-07-26-1625.md
│ ├── 2021-07-27-1626.md
│ ├── 2021-07-28-1627.md
│ ├── 2021-07-29-1628.md
│ ├── 2021-07-30-1629.md
│ ├── 2021-08-02-1630.md
│ ├── 2021-08-04-1631.md
│ ├── 2021-08-06-1632.md
│ ├── 2021-08-11-1633.md
│ ├── 2021-08-13-1634.md
│ ├── 2021-08-18-1635.md
│ ├── 2021-08-20-1636.md
│ ├── 2021-08-23-1637.md
│ ├── 2021-08-24-1638.md
│ ├── 2021-08-25-1639.md
│ ├── 2021-08-26-1640.md
│ ├── 2021-08-27-1641.md
│ ├── 2021-08-30-1642.md
│ ├── 2021-08-31-1643.md
│ ├── 2021-09-01-1644.md
│ ├── 2021-09-02-1645.md
│ ├── 2021-09-03-1646.md
│ ├── 2021-09-06-1647.md
│ ├── 2021-09-07-1648.md
│ ├── 2021-09-08-1649.md
│ ├── 2021-09-09-1650.md
│ ├── 2021-09-10-1651.md
│ ├── 2021-09-13-1652.md
│ ├── 2021-09-14-1653.md
│ ├── 2021-09-15-1654.md
│ ├── 2021-09-16-1655.md
│ ├── 2021-09-17-1656.md
│ ├── 2021-09-20-1657.md
│ ├── 2021-09-21-1658.md
│ ├── 2021-09-22-1659.md
│ ├── 2021-09-23-1660.md
│ ├── 2021-09-24-1661.md
│ ├── 2021-09-27-1662.md
│ ├── 2021-09-28-1663.md
│ ├── 2021-09-29-1664.md
│ ├── 2021-09-30-1665.md
│ ├── 2021-10-01-1666.md
│ ├── 2021-10-04-1667.md
│ ├── 2021-10-05-1668.md
│ ├── 2021-10-06-1669.md
│ ├── 2021-10-07-1670.md
│ ├── 2021-10-08-1671.md
│ ├── 2021-10-11-1672.md
│ ├── 2021-10-12-1673.md
│ ├── 2021-10-13-1674.md
│ ├── 2021-10-14-1675.md
│ ├── 2021-10-15-1676.md
│ ├── 2021-10-18-1677.md
│ ├── 2021-10-19-1678.md
│ ├── 2021-10-20-1679.md
│ ├── 2021-10-21-1680.md
│ ├── 2021-10-22-1681.md
│ ├── 2021-10-25-1682.md
│ ├── 2021-10-26-1683.md
│ ├── 2021-10-27-1684.md
│ ├── 2021-10-28-1685.md
│ ├── 2021-10-29-1686.md
│ ├── 2021-11-01-1687.md
│ ├── 2021-11-02-1688.md
│ ├── 2021-11-03-1689.md
│ ├── 2021-11-04-1690.md
│ ├── 2021-11-05-1691.md
│ ├── 2021-11-08-1692.md
│ ├── 2021-11-09-1693.md
│ ├── 2021-11-10-1694.md
│ ├── 2021-11-11-1695.md
│ ├── 2021-11-12-1696.md
│ ├── 2021-11-15-1697.md
│ ├── 2021-11-16-1698.md
│ ├── 2021-11-17-1699.md
│ ├── 2021-11-18-1700.md
│ ├── 2021-11-19-1701.md
│ ├── 2021-11-22-1702.md
│ ├── 2021-11-23-1703.md
│ ├── 2021-11-24-1704.md
│ ├── 2021-11-25-1705.md
│ ├── 2021-11-26-1706.md
│ ├── 2021-11-29-1707.md
│ ├── 2021-11-30-1708.md
│ ├── 2021-12-01-1709.md
│ ├── 2021-12-02-1710.md
│ ├── 2021-12-03-1711.md
│ ├── 2021-12-07-1712.md
│ ├── 2021-12-09-1713.md
│ ├── 2021-12-10-1714.md
│ ├── 2021-12-13-1715.md
│ ├── 2021-12-14-1716.md
│ ├── 2021-12-15-1717.md
│ ├── 2021-12-16-1718.md
│ ├── 2021-12-17-1719.md
│ ├── 2021-12-20-1720.md
│ ├── 2021-12-21-1721.md
│ ├── 2021-12-22-1722.md
│ ├── 2021-12-23-1723.md
│ ├── 2021-12-24-1724.md
│ ├── 2021-12-27-1725.md
│ ├── 2021-12-28-1726.md
│ ├── 2021-12-29-1727.md
│ ├── 2021-12-30-1728.md
│ └── 2021-12-31-1729.md
├── 2022
│ ├── 2022-01-03-1730.md
│ ├── 2022-01-04-1731.md
│ ├── 2022-01-05-1732.md
│ ├── 2022-01-07-1733.md
│ ├── 2022-01-08-1734.md
│ ├── 2022-01-10-1735.md
│ ├── 2022-01-11-1736.md
│ ├── 2022-01-12-1737.md
│ ├── 2022-01-13-1738.md
│ ├── 2022-01-14-1739.md
│ ├── 2022-01-17-1740.md
│ ├── 2022-01-18-1741.md
│ ├── 2022-01-19-1742.md
│ ├── 2022-01-20-1743.md
│ ├── 2022-01-21-1744.md
│ ├── 2022-01-24-1745.md
│ ├── 2022-01-25-1746.md
│ ├── 2022-01-26-1747.md
│ ├── 2022-01-27-1748.md
│ ├── 2022-01-28-1749.md
│ ├── 2022-01-31-1750.md
│ ├── 2022-02-01-1751.md
│ ├── 2022-02-02-1752.md
│ ├── 2022-02-03-1753.md
│ ├── 2022-02-04-1754.md
│ ├── 2022-02-07-1755.md
│ ├── 2022-02-08-1756.md
│ ├── 2022-02-09-1757.md
│ ├── 2022-02-10-1758.md
│ ├── 2022-02-11-1759.md
│ ├── 2022-02-14-1760.md
│ ├── 2022-02-15-1761.md
│ ├── 2022-02-16-1762.md
│ ├── 2022-02-17-1763.md
│ ├── 2022-02-18-1764.md
│ ├── 2022-02-21-1765.md
│ ├── 2022-02-22-1766.md
│ ├── 2022-02-23-1767.md
│ ├── 2022-02-24-1768.md
│ ├── 2022-02-25-1769.md
│ ├── 2022-02-28-1770.md
│ ├── 2022-03-01-1771.md
│ ├── 2022-03-02-1772.md
│ ├── 2022-03-03-1773.md
│ ├── 2022-03-04-1774.md
│ ├── 2022-03-07-1775.md
│ ├── 2022-03-08-1776.md
│ ├── 2022-03-09-1777.md
│ ├── 2022-03-10-1778.md
│ ├── 2022-03-11-1779.md
│ ├── 2022-03-14-1780.md
│ ├── 2022-03-15-1781.md
│ ├── 2022-03-16-1782.md
│ ├── 2022-03-17-1783.md
│ ├── 2022-03-18-1784.md
│ ├── 2022-03-22-1785.md
│ ├── 2022-03-23-1786.md
│ ├── 2022-03-24-1787.md
│ ├── 2022-03-25-1788.md
│ ├── 2022-03-28-1789.md
│ ├── 2022-03-29-1790.md
│ ├── 2022-03-30-1791.md
│ ├── 2022-03-31-1792.md
│ ├── 2022-04-01-1793.md
│ ├── 2022-04-04-1794.md
│ ├── 2022-04-05-1795.md
│ ├── 2022-04-06-1796.md
│ ├── 2022-04-07-1797.md
│ ├── 2022-04-08-1798.md
│ ├── 2022-04-11-1799.md
│ ├── 2022-04-12-1800.md
│ ├── 2022-04-13-1801.md
│ ├── 2022-04-14-1802.md
│ ├── 2022-04-15-1803.md
│ ├── 2022-04-18-1804.md
│ ├── 2022-04-19-1805.md
│ ├── 2022-04-20-1806.md
│ ├── 2022-04-21-1807.md
│ ├── 2022-04-22-1808.md
│ ├── 2022-04-25-1809.md
│ ├── 2022-04-26-1810.md
│ ├── 2022-04-27-1811.md
│ ├── 2022-04-28-1812.md
│ ├── 2022-04-29-1813.md
│ ├── 2022-05-02-1814.md
│ ├── 2022-05-03-1815.md
│ ├── 2022-05-04-1816.md
│ ├── 2022-05-05-1817.md
│ ├── 2022-05-06-1818.md
│ ├── 2022-05-09-1819.md
│ ├── 2022-05-10-1820.md
│ ├── 2022-05-11-1821.md
│ ├── 2022-05-12-1822.md
│ ├── 2022-05-13-1823.md
│ ├── 2022-05-16-1824.md
│ ├── 2022-05-17-1825.md
│ ├── 2022-05-18-1826.md
│ ├── 2022-05-19-1827.md
│ ├── 2022-05-20-1828.md
│ ├── 2022-05-23-1829.md
│ ├── 2022-05-24-1830.md
│ ├── 2022-05-25-1831.md
│ ├── 2022-05-26-1832.md
│ ├── 2022-05-27-1833.md
│ ├── 2022-05-30-1834.md
│ ├── 2022-05-31-1835.md
│ ├── 2022-06-01-1836.md
│ ├── 2022-06-02-1837.md
│ ├── 2022-06-03-1838.md
│ ├── 2022-06-06-1839.md
│ ├── 2022-06-07-1840.md
│ ├── 2022-06-08-1841.md
│ ├── 2022-06-09-1842.md
│ ├── 2022-06-10-1843.md
│ ├── 2022-06-13-1844.md
│ ├── 2022-06-14-1845.md
│ ├── 2022-06-15-1846.md
│ ├── 2022-06-16-1847.md
│ ├── 2022-06-17-1848.md
│ ├── 2022-06-24-1849.md
│ ├── 2022-06-27-1850.md
│ ├── 2022-06-28-1851.md
│ ├── 2022-06-29-1852.md
│ ├── 2022-06-30-1853.md
│ ├── 2022-07-01-1854.md
│ ├── 2022-07-04-1855.md
│ ├── 2022-07-05-1856.md
│ ├── 2022-07-06-1857.md
│ ├── 2022-07-07-1858.md
│ ├── 2022-07-08-1859.md
│ ├── 2022-07-11-1860.md
│ ├── 2022-07-12-1861.md
│ ├── 2022-07-13-1862.md
│ ├── 2022-07-14-1863.md
│ ├── 2022-07-15-1864.md
│ ├── 2022-07-18-1865.md
│ ├── 2022-07-19-1866.md
│ ├── 2022-07-20-1867.md
│ ├── 2022-07-21-1868.md
│ ├── 2022-07-22-1869.md
│ ├── 2022-07-25-1870.md
│ ├── 2022-07-26-1871.md
│ ├── 2022-07-27-1872.md
│ ├── 2022-07-28-1873.md
│ ├── 2022-07-29-1874.md
│ ├── 2022-08-03-1875.md
│ ├── 2022-08-05-1876.md
│ ├── 2022-08-10-1877.md
│ ├── 2022-08-12-1878.md
│ ├── 2022-08-16-1879.md
│ ├── 2022-08-17-1880.md
│ ├── 2022-08-19-1881.md
│ ├── 2022-08-22-1882.md
│ ├── 2022-08-23-1883.md
│ ├── 2022-08-24-1884.md
│ ├── 2022-08-25-1885.md
│ ├── 2022-08-26-1886.md
│ ├── 2022-08-29-1887.md
│ ├── 2022-08-30-1888.md
│ ├── 2022-08-31-1889.md
│ ├── 2022-09-01-1890.md
│ ├── 2022-09-02-1891.md
│ ├── 2022-09-05-1892.md
│ ├── 2022-09-06-1893.md
│ ├── 2022-09-07-1894.md
│ ├── 2022-09-08-1895.md
│ ├── 2022-09-09-1896.md
│ ├── 2022-09-12-1897.md
│ ├── 2022-09-13-1898.md
│ ├── 2022-09-14-1899.md
│ ├── 2022-09-15-1900.md
│ ├── 2022-09-16-1901.md
│ ├── 2022-09-19-1902.md
│ ├── 2022-09-20-1903.md
│ ├── 2022-09-21-1904.md
│ ├── 2022-09-22-1905.md
│ ├── 2022-09-23-1906.md
│ ├── 2022-09-26-1907.md
│ ├── 2022-09-27-1908.md
│ ├── 2022-09-28-1909.md
│ ├── 2022-09-29-1910.md
│ ├── 2022-09-30-1911.md
│ ├── 2022-10-03-1912.md
│ ├── 2022-10-04-1913.md
│ ├── 2022-10-05-1914.md
│ ├── 2022-10-06-1915.md
│ ├── 2022-10-07-1916.md
│ ├── 2022-10-10-1917.md
│ ├── 2022-10-11-1918.md
│ ├── 2022-10-12-1919.md
│ ├── 2022-10-13-1920.md
│ ├── 2022-10-14-1921.md
│ ├── 2022-10-17-1922.md
│ ├── 2022-10-18-1923.md
│ ├── 2022-10-19-1924.md
│ ├── 2022-10-20-1925.md
│ ├── 2022-10-21-1926.md
│ ├── 2022-10-24-1927.md
│ ├── 2022-10-25-1928.md
│ ├── 2022-10-26-1929.md
│ ├── 2022-10-27-1930.md
│ ├── 2022-10-28-1931.md
│ ├── 2022-10-31-1932.md
│ ├── 2022-11-01-1933.md
│ ├── 2022-11-02-1934.md
│ ├── 2022-11-03-1935.md
│ ├── 2022-11-04-1936.md
│ ├── 2022-11-07-1937.md
│ ├── 2022-11-08-1938.md
│ ├── 2022-11-09-1939.md
│ ├── 2022-11-10-1940.md
│ ├── 2022-11-11-1941.md
│ ├── 2022-11-14-1942.md
│ ├── 2022-11-15-1943.md
│ ├── 2022-11-16-1944.md
│ ├── 2022-11-17-1945.md
│ ├── 2022-11-18-1946.md
│ ├── 2022-11-21-1947.md
│ ├── 2022-11-22-1948.md
│ ├── 2022-11-23-1949.md
│ ├── 2022-11-24-1950.md
│ ├── 2022-11-25-1951.md
│ ├── 2022-11-28-1952.md
│ ├── 2022-11-29-1953.md
│ ├── 2022-11-30-1954.md
│ ├── 2022-12-01-1955.md
│ ├── 2022-12-02-1956.md
│ ├── 2022-12-05-1957.md
│ ├── 2022-12-06-1958.md
│ ├── 2022-12-07-1959.md
│ ├── 2022-12-08-1960.md
│ ├── 2022-12-09-1961.md
│ ├── 2022-12-12-1962.md
│ ├── 2022-12-13-1963.md
│ ├── 2022-12-14-1964.md
│ ├── 2022-12-15-1965.md
│ ├── 2022-12-16-1966.md
│ ├── 2022-12-19-1967.md
│ ├── 2022-12-20-1968.md
│ ├── 2022-12-21-1969.md
│ ├── 2022-12-22-1970.md
│ ├── 2022-12-23-1971.md
│ ├── 2022-12-28-1972.md
│ └── 2022-12-30-1973.md
├── 2023
│ ├── 2023-01-04-1974.md
│ ├── 2023-01-06-1975.md
│ ├── 2023-01-09-1976.md
│ ├── 2023-01-10-1977.md
│ ├── 2023-01-11-1978.md
│ ├── 2023-01-12-1979.md
│ ├── 2023-01-13-1980.md
│ ├── 2023-01-16-1981.md
│ ├── 2023-01-17-1982.md
│ ├── 2023-01-18-1983.md
│ ├── 2023-01-19-1984.md
│ ├── 2023-01-20-1985.md
│ ├── 2023-01-23-1986.md
│ ├── 2023-01-24-1987.md
│ ├── 2023-01-25-1988.md
│ ├── 2023-01-26-1989.md
│ ├── 2023-01-27-1990.md
│ ├── 2023-01-30-1991.md
│ ├── 2023-01-31-1992.md
│ ├── 2023-02-01-1993.md
│ ├── 2023-02-02-1994.md
│ ├── 2023-02-03-1995.md
│ ├── 2023-02-06-1996.md
│ ├── 2023-02-07-1997.md
│ ├── 2023-02-08-1998.md
│ ├── 2023-02-09-1999.md
│ ├── 2023-02-10-2000.md
│ ├── 2023-02-13-2001.md
│ ├── 2023-02-14-2002.md
│ ├── 2023-02-15-2003.md
│ ├── 2023-02-16-2004.md
│ ├── 2023-02-17-2005.md
│ ├── 2023-02-20-2006.md
│ ├── 2023-02-21-2007.md
│ ├── 2023-02-22-2008.md
│ ├── 2023-02-23-2009.md
│ ├── 2023-02-24-2010.md
│ ├── 2023-02-27-2011.md
│ ├── 2023-02-28-2012.md
│ ├── 2023-03-01-2013.md
│ ├── 2023-03-02-2014.md
│ ├── 2023-03-03-2015.md
│ ├── 2023-03-06-2016.md
│ ├── 2023-03-07-2017.md
│ ├── 2023-03-08-2018.md
│ ├── 2023-03-09-2019.md
│ ├── 2023-03-10-2020.md
│ ├── 2023-03-13-2021.md
│ ├── 2023-03-14-2022.md
│ ├── 2023-03-15-2023.md
│ ├── 2023-03-16-2024.md
│ ├── 2023-03-17-2025.md
│ ├── 2023-03-20-2026.md
│ ├── 2023-03-21-2027.md
│ ├── 2023-03-22-2028.md
│ ├── 2023-03-23-2029.md
│ ├── 2023-03-24-2030.md
│ ├── 2023-03-27-2031.md
│ ├── 2023-03-28-2032.md
│ ├── 2023-03-29-2033.md
│ ├── 2023-03-30-2034.md
│ ├── 2023-03-31-2035.md
│ ├── 2023-04-03-2036.md
│ ├── 2023-04-04-2037.md
│ ├── 2023-04-05-2038.md
│ ├── 2023-04-06-2039.md
│ ├── 2023-04-07-2040.md
│ ├── 2023-04-11-2041.md
│ ├── 2023-04-12-2042.md
│ ├── 2023-04-13-2043.md
│ ├── 2023-04-14-2044.md
│ ├── 2023-04-17-2045.md
│ ├── 2023-04-18-2046.md
│ ├── 2023-04-19-2047.md
│ ├── 2023-04-20-2048.md
│ ├── 2023-04-21-2049.md
│ ├── 2023-04-24-2050.md
│ ├── 2023-04-25-2051.md
│ ├── 2023-04-26-2052.md
│ ├── 2023-04-27-2053.md
│ ├── 2023-04-28-2054.md
│ ├── 2023-05-02-2055.md
│ ├── 2023-05-03-2056.md
│ ├── 2023-05-04-2057.md
│ ├── 2023-05-05-2058.md
│ ├── 2023-05-08-2059.md
│ ├── 2023-05-09-2060.md
│ ├── 2023-05-10-2061.md
│ ├── 2023-05-11-2062.md
│ ├── 2023-05-12-2063.md
│ ├── 2023-05-15-2064.md
│ ├── 2023-05-16-2065.md
│ ├── 2023-05-17-2066.md
│ ├── 2023-05-18-2067.md
│ ├── 2023-05-19-2068.md
│ ├── 2023-05-22-2069.md
│ ├── 2023-05-23-2070.md
│ ├── 2023-05-24-2071.md
│ ├── 2023-05-25-2072.md
│ ├── 2023-05-26-2073.md
│ ├── 2023-05-29-2074.md
│ ├── 2023-05-30-2075.md
│ ├── 2023-05-31-2076.md
│ ├── 2023-06-01-2077.md
│ ├── 2023-06-02-2078.md
│ ├── 2023-06-05-2079.md
│ ├── 2023-06-06-2080.md
│ ├── 2023-06-07-2081.md
│ ├── 2023-06-08-2082.md
│ ├── 2023-06-09-2083.md
│ ├── 2023-06-12-2084.md
│ ├── 2023-06-13-2085.md
│ ├── 2023-06-14-2086.md
│ ├── 2023-06-15-2087.md
│ ├── 2023-06-16-2088.md
│ ├── 2023-06-19-2089.md
│ ├── 2023-06-20-2090.md
│ ├── 2023-06-21-2091.md
│ ├── 2023-06-22-2092.md
│ ├── 2023-06-23-2093.md
│ ├── 2023-06-26-2094.md
│ ├── 2023-06-27-2095.md
│ ├── 2023-06-28-2096.md
│ ├── 2023-06-29-2097.md
│ ├── 2023-06-30-2098.md
│ ├── 2023-07-03-2099.md
│ ├── 2023-07-04-2100.md
│ ├── 2023-07-05-2101.md
│ ├── 2023-07-06-2102.md
│ ├── 2023-07-07-2103.md
│ ├── 2023-07-10-2104.md
│ ├── 2023-07-11-2105.md
│ ├── 2023-07-12-2106.md
│ ├── 2023-07-13-2107.md
│ ├── 2023-07-14-2108.md
│ ├── 2023-07-17-2109.md
│ ├── 2023-07-18-2110.md
│ ├── 2023-07-19-2111.md
│ ├── 2023-07-20-2112.md
│ ├── 2023-07-21-2113.md
│ ├── 2023-07-24-2114.md
│ ├── 2023-07-25-2115.md
│ ├── 2023-07-26-2116.md
│ ├── 2023-07-27-2117.md
│ ├── 2023-07-28-2118.md
│ ├── 2023-08-03-2119.md
│ ├── 2023-08-08-2120.md
│ ├── 2023-08-18-2121.md
│ ├── 2023-08-24-2122.md
│ ├── 2023-08-28-2123.md
│ ├── 2023-08-29-2124.md
│ ├── 2023-08-30-2125.md
│ ├── 2023-08-31-2126.md
│ ├── 2023-08-31-2127.md
│ ├── 2023-09-04-2128.md
│ ├── 2023-09-05-2129.md
│ ├── 2023-09-06-2130.md
│ ├── 2023-09-07-2131.md
│ ├── 2023-09-09-2132.md
│ ├── 2023-09-11-2133.md
│ ├── 2023-09-12-2134.md
│ ├── 2023-09-13-2135.md
│ ├── 2023-09-14-2136.md
│ ├── 2023-09-15-2137.md
│ ├── 2023-09-18-2138.md
│ ├── 2023-09-19-2139.md
│ ├── 2023-09-20-2140.md
│ ├── 2023-09-21-2141.md
│ ├── 2023-09-22-2142.md
│ ├── 2023-09-25-2143.md
│ ├── 2023-09-26-2144.md
│ ├── 2023-09-27-2145.md
│ ├── 2023-09-28-2146.md
│ ├── 2023-09-29-2147.md
│ ├── 2023-10-02-2148.md
│ ├── 2023-10-03-2149.md
│ ├── 2023-10-04-2150.md
│ ├── 2023-10-05-2151.md
│ ├── 2023-10-06-2152.md
│ ├── 2023-10-09-2153.md
│ ├── 2023-10-10-2154.md
│ ├── 2023-10-11-2155.md
│ ├── 2023-10-12-2156.md
│ ├── 2023-10-13-2157.md
│ ├── 2023-10-16-2158.md
│ ├── 2023-10-17-2159.md
│ ├── 2023-10-18-2160.md
│ ├── 2023-10-19-2161.md
│ ├── 2023-10-20-2162.md
│ ├── 2023-10-23-2163.md
│ ├── 2023-10-25-2164.md
│ ├── 2023-10-27-2165.md
│ ├── 2023-10-30-2166.md
│ ├── 2023-11-02-2167.md
│ ├── 2023-11-03-2168.md
│ ├── 2023-11-06-2169.md
│ ├── 2023-11-07-2170.md
│ ├── 2023-11-08-2171.md
│ ├── 2023-11-09-2172.md
│ ├── 2023-11-10-2173.md
│ ├── 2023-11-13-2174.md
│ ├── 2023-11-14-2175.md
│ ├── 2023-11-15-2176.md
│ ├── 2023-11-16-2177.md
│ ├── 2023-11-17-2178.md
│ ├── 2023-11-20-2179.md
│ ├── 2023-11-21-2180.md
│ ├── 2023-11-22-2181.md
│ ├── 2023-11-23-2182.md
│ ├── 2023-11-24-2183.md
│ ├── 2023-11-27-2184.md
│ ├── 2023-11-28-2185.md
│ ├── 2023-11-29-2186.md
│ ├── 2023-11-30-2187.md
│ ├── 2023-12-01-2188.md
│ ├── 2023-12-04-2189.md
│ ├── 2023-12-05-2190.md
│ ├── 2023-12-06-2191.md
│ ├── 2023-12-07-2192.md
│ ├── 2023-12-08-2193.md
│ ├── 2023-12-11-2194.md
│ ├── 2023-12-12-2195.md
│ ├── 2023-12-13-2196.md
│ ├── 2023-12-14-2197.md
│ ├── 2023-12-15-2198.md
│ ├── 2023-12-18-2199.md
│ ├── 2023-12-19-2200.md
│ ├── 2023-12-20-2201.md
│ ├── 2023-12-21-2202.md
│ ├── 2023-12-22-2203.md
│ └── 2023-12-29-2204.md
├── 2024
│ ├── 2024-01-05-2205.md
│ ├── 2024-01-12-2206.md
│ ├── 2024-01-17-2207.md
│ ├── 2024-01-19-2208.md
│ ├── 2024-01-22-2209.md
│ ├── 2024-01-23-2210.md
│ ├── 2024-01-24-2211.md
│ ├── 2024-01-25-2212.md
│ ├── 2024-01-26-2213.md
│ ├── 2024-01-29-2214.md
│ ├── 2024-01-30-2215.md
│ ├── 2024-01-31-2216.md
│ ├── 2024-02-01-2217.md
│ ├── 2024-02-02-2218.md
│ ├── 2024-02-05-2219.md
│ ├── 2024-02-06-2220.md
│ ├── 2024-02-07-2221.md
│ ├── 2024-02-08-2222.md
│ ├── 2024-02-09-2223.md
│ ├── 2024-02-19-2224.md
│ ├── 2024-02-20-2225.md
│ ├── 2024-02-21-2226.md
│ ├── 2024-02-22-2227.md
│ ├── 2024-02-23-2228.md
│ ├── 2024-02-26-2229.md
│ ├── 2024-02-27-2230.md
│ ├── 2024-02-28-2231.md
│ ├── 2024-02-29-2232.md
│ ├── 2024-03-01-2233.md
│ ├── 2024-03-04-2234.md
│ ├── 2024-03-05-2235.md
│ ├── 2024-03-06-2236.md
│ ├── 2024-03-07-2237.md
│ ├── 2024-03-08-2238.md
│ ├── 2024-03-11-2239.md
│ ├── 2024-03-12-2240.md
│ ├── 2024-03-13-2241.md
│ ├── 2024-03-14-2242.md
│ ├── 2024-03-15-2243.md
│ ├── 2024-03-18-2244.md
│ ├── 2024-03-19-2245.md
│ ├── 2024-03-20-2246.md
│ ├── 2024-03-21-2247.md
│ ├── 2024-03-22-2248.md
│ ├── 2024-03-27-2249.md
│ ├── 2024-03-29-2250.md
│ ├── 2024-04-02-2251.md
│ ├── 2024-04-03-2252.md
│ ├── 2024-04-04-2253.md
│ ├── 2024-04-05-2254.md
│ ├── 2024-04-09-2255.md
│ ├── 2024-04-10-2256.md
│ ├── 2024-04-11-2257.md
│ ├── 2024-04-12-2258.md
│ ├── 2024-04-15-2259.md
│ ├── 2024-04-16-2260.md
│ ├── 2024-04-17-2261.md
│ ├── 2024-04-18-2262.md
│ ├── 2024-04-19-2263.md
│ ├── 2024-04-22-2264.md
│ ├── 2024-04-23-2265.md
│ ├── 2024-04-24-2266.md
│ ├── 2024-04-25-2267.md
│ ├── 2024-04-26-2268.md
│ ├── 2024-04-29-2269.md
│ ├── 2024-04-30-2270.md
│ ├── 2024-05-01-2271.md
│ ├── 2024-05-02-2272.md
│ ├── 2024-05-03-2273.md
│ ├── 2024-05-06-2274.md
│ ├── 2024-05-07-2275.md
│ ├── 2024-05-08-2276.md
│ ├── 2024-05-09-2277.md
│ ├── 2024-05-10-2278.md
│ ├── 2024-05-13-2779.md
│ ├── 2024-05-14-2780.md
│ ├── 2024-05-15-2781.md
│ ├── 2024-05-16-2782.md
│ ├── 2024-05-17-2783.md
│ ├── 2024-05-20-2784.md
│ ├── 2024-05-21-2785.md
│ ├── 2024-05-22-2786.md
│ ├── 2024-05-23-2787.md
│ ├── 2024-05-24-2788.md
│ ├── 2024-05-27-2789.md
│ ├── 2024-05-28-2790.md
│ ├── 2024-05-29-2791.md
│ ├── 2024-05-30-2792.md
│ ├── 2024-05-31-2793.md
│ ├── 2024-06-03-2794.md
│ ├── 2024-06-04-2795.md
│ ├── 2024-06-05-2796.md
│ ├── 2024-06-06-2797.md
│ ├── 2024-06-10-2798.md
│ ├── 2024-06-11-2799.md
│ ├── 2024-06-12-2800.md
│ ├── 2024-06-13-2801.md
│ ├── 2024-06-14-2802.md
│ ├── 2024-06-17-2803.md
│ ├── 2024-06-18-2804.md
│ ├── 2024-06-19-2805.md
│ ├── 2024-06-20-2806.md
│ ├── 2024-06-21-2807.md
│ ├── 2024-06-24-2808.md
│ ├── 2024-06-25-2809.md
│ ├── 2024-06-26-2810.md
│ ├── 2024-06-27-2811.md
│ ├── 2024-06-28-2812.md
│ ├── 2024-07-01-2813.md
│ ├── 2024-07-02-2814.md
│ ├── 2024-07-03-2815.md
│ ├── 2024-07-04-2816.md
│ ├── 2024-07-05-2817.md
│ ├── 2024-07-08-2818.md
│ ├── 2024-07-09-2819.md
│ ├── 2024-07-10-2820.md
│ ├── 2024-07-11-2821.md
│ ├── 2024-07-12-2822.md
│ ├── 2024-07-15-2823.md
│ ├── 2024-07-16-2824.md
│ ├── 2024-07-17-2825.md
│ ├── 2024-07-18-2826.md
│ ├── 2024-07-19-2827.md
│ ├── 2024-07-22-2828.md
│ ├── 2024-07-23-2829.md
│ ├── 2024-07-24-2830.md
│ ├── 2024-07-25-2831.md
│ ├── 2024-07-26-2832.md
│ ├── 2024-07-29-2833.md
│ ├── 2024-07-30-2834.md
│ ├── 2024-07-31-2835.md
│ ├── 2024-08-01-2836.md
│ ├── 2024-08-02-2837.md
│ ├── 2024-08-05-2838.md
│ ├── 2024-08-07-2839.md
│ ├── 2024-08-09-2840.md
│ ├── 2024-08-12-2841.md
│ ├── 2024-08-14-2842.md
│ ├── 2024-08-16-2843.md
│ ├── 2024-08-19-2844.md
│ ├── 2024-08-21-2845.md
│ ├── 2024-08-23-2846.md
│ ├── 2024-08-26-2847.md
│ ├── 2024-08-28-2848.md
│ ├── 2024-08-30-2849.md
│ ├── 2024-09-02-2850.md
│ ├── 2024-09-03-2851.md
│ ├── 2024-09-04-2852.md
│ ├── 2024-09-05-2853.md
│ ├── 2024-09-06-2854.md
│ ├── 2024-09-09-2855.md
│ ├── 2024-09-10-2856.md
│ ├── 2024-09-11-2857.md
│ ├── 2024-09-12-2858.md
│ ├── 2024-09-13-2859.md
│ ├── 2024-09-16-2860.md
│ ├── 2024-09-17-2861.md
│ ├── 2024-09-18-2862.md
│ ├── 2024-09-19-2863.md
│ ├── 2024-09-20-2864.md
│ ├── 2024-09-23-2865.md
│ ├── 2024-09-24-2866.md
│ ├── 2024-09-25-2867.md
│ ├── 2024-09-26-2868.md
│ ├── 2024-09-27-2869.md
│ ├── 2024-09-30-2870.md
│ ├── 2024-10-01-2871.md
│ ├── 2024-10-02-2872.md
│ ├── 2024-10-03-2873.md
│ ├── 2024-10-04-2874.md
│ ├── 2024-10-07-2875.md
│ ├── 2024-10-08-2876.md
│ ├── 2024-10-09-2877.md
│ ├── 2024-10-10-2878.md
│ ├── 2024-10-11-2879.md
│ ├── 2024-10-14-2880.md
│ ├── 2024-10-15-2881.md
│ ├── 2024-10-16-2882.md
│ ├── 2024-10-17-2883.md
│ ├── 2024-10-18-2884.md
│ ├── 2024-10-21-2885.md
│ ├── 2024-10-22-2886.md
│ ├── 2024-10-23-2887.md
│ ├── 2024-10-24-2888.md
│ ├── 2024-10-25-2889.md
│ ├── 2024-10-28-2890.md
│ ├── 2024-10-29-2891.md
│ ├── 2024-10-30-2892.md
│ ├── 2024-10-31-2893.md
│ ├── 2024-11-01-2894.md
│ ├── 2024-11-05-2895.md
│ ├── 2024-11-06-2896.md
│ ├── 2024-11-07-2897.md
│ ├── 2024-11-08-2898.md
│ ├── 2024-11-11-2899.md
│ ├── 2024-11-12-2900.md
│ ├── 2024-11-13-2901.md
│ ├── 2024-11-14-2902.md
│ ├── 2024-11-15-2903.md
│ ├── 2024-11-18-2904.md
│ ├── 2024-11-19-2905.md
│ ├── 2024-11-20-2906.md
│ ├── 2024-11-21-2907.md
│ ├── 2024-11-22-2908.md
│ ├── 2024-11-25-2909.md
│ ├── 2024-11-26-2910.md
│ ├── 2024-11-27-2911.md
│ ├── 2024-11-28-2912.md
│ ├── 2024-11-29-2913.md
│ ├── 2024-12-02-2914.md
│ ├── 2024-12-03-2915.md
│ ├── 2024-12-04-2916.md
│ ├── 2024-12-05-2917.md
│ ├── 2024-12-06-2918.md
│ ├── 2024-12-09-2919.md
│ ├── 2024-12-10-2920.md
│ ├── 2024-12-11-2921.md
│ ├── 2024-12-12-2922.md
│ ├── 2024-12-13-2923.md
│ ├── 2024-12-16-2924.md
│ ├── 2024-12-17-2925.md
│ ├── 2024-12-18-2926.md
│ ├── 2024-12-19-2927.md
│ ├── 2024-12-20-2928.md
│ ├── 2024-12-23-2929.md
│ ├── 2024-12-24-2930.md
│ ├── 2024-12-25-2931.md
│ ├── 2024-12-26-2932.md
│ ├── 2024-12-27-2933.md
│ ├── 2024-12-30-2934.md
│ └── 2024-12-31-2935.md
└── 2025
│ ├── 2025-01-02-2936.md
│ ├── 2025-01-03-2937.md
│ ├── 2025-01-07-2938.md
│ ├── 2025-01-10-2939.md
│ ├── 2025-01-14-2940.md
│ ├── 2025-01-15-2941.md
│ ├── 2025-01-16-2942.md
│ ├── 2025-01-17-2943.md
│ ├── 2025-01-20-2944.md
│ ├── 2025-01-21-2945.md
│ ├── 2025-01-22-2946.md
│ ├── 2025-01-23-2947.md
│ ├── 2025-01-24-2948.md
│ ├── 2025-01-27-2949.md
│ ├── 2025-01-29-2950.md
│ ├── 2025-01-30-2951.md
│ ├── 2025-01-31-2952.md
│ ├── 2025-02-03-2953.md
│ ├── 2025-02-04-2954.md
│ ├── 2025-02-05-2955.md
│ ├── 2025-02-06-2956.md
│ ├── 2025-02-07-2957.md
│ ├── 2025-02-10-2958.md
│ ├── 2025-02-11-2959.md
│ ├── 2025-02-12-2960.md
│ ├── 2025-02-13-2961.md
│ ├── 2025-02-14-2962.md
│ ├── 2025-02-17-2963.md
│ ├── 2025-02-18-2964.md
│ ├── 2025-02-19-2965.md
│ ├── 2025-02-20-2966.md
│ ├── 2025-02-21-2967.md
│ ├── 2025-02-24-2968.md
│ ├── 2025-02-25-2969.md
│ ├── 2025-02-26-2970.md
│ ├── 2025-02-27-2971.md
│ ├── 2025-02-28-2972.md
│ ├── 2025-03-03-2973.md
│ ├── 2025-03-04-2974.md
│ ├── 2025-03-05-2975.md
│ ├── 2025-03-07-2976.md
│ ├── 2025-03-07-2977.md
│ ├── 2025-03-10-2978.md
│ ├── 2025-03-11-2979.md
│ ├── 2025-03-12-2980.md
│ ├── 2025-03-13-2981.md
│ ├── 2025-03-14-2982.md
│ ├── 2025-03-17-2983.md
│ ├── 2025-03-18-2984.md
│ ├── 2025-03-19-2985.md
│ ├── 2025-03-20-2986.md
│ ├── 2025-03-21-2987.md
│ ├── 2025-03-24-2988.md
│ ├── 2025-03-26-2989.md
│ ├── 2025-03-28-2990.md
│ ├── 2025-03-31-2991.md
│ ├── 2025-04-01-2992.md
│ ├── 2025-04-02-2993.md
│ ├── 2025-04-03-2994.md
│ ├── 2025-04-04-2995.md
│ ├── 2025-04-07-2996.md
│ ├── 2025-04-08-2997.md
│ ├── 2025-04-09-2998.md
│ ├── 2025-04-10-2999.md
│ ├── 2025-04-11-3000.md
│ ├── 2025-04-14-3001.md
│ ├── 2025-04-15-3002.md
│ ├── 2025-04-16-3003.md
│ ├── 2025-04-17-3004.md
│ ├── 2025-04-18-3005.md
│ ├── 2025-04-22-3006.md
│ ├── 2025-04-23-3007.md
│ ├── 2025-04-24-3008.md
│ ├── 2025-04-25-3009.md
│ ├── 2025-04-28-3010.md
│ ├── 2025-04-29-3011.md
│ ├── 2025-04-30-3012.md
│ ├── 2025-05-02-3013.md
│ ├── 2025-05-05-3014.md
│ ├── 2025-05-06-3015.md
│ ├── 2025-05-07-3016.md
│ ├── 2025-05-08-3017.md
│ ├── 2025-05-09-3018.md
│ ├── 2025-05-12-3019.md
│ ├── 2025-05-13-3020.md
│ ├── 2025-05-14-3021.md
│ ├── 2025-05-15-3022.md
│ ├── 2025-05-16-3023.md
│ ├── 2025-05-19-3024.md
│ ├── 2025-05-20-3025.md
│ ├── 2025-05-21-3026.md
│ ├── 2025-05-22-3027.md
│ ├── 2025-05-23-3028.md
│ ├── 2025-05-26-3029.md
│ ├── 2025-05-27-3030.md
│ ├── 2025-05-28-3031.md
│ └── 2025-05-30-3032.md
├── _sass
├── _base.scss
├── _code.scss
├── _layout.scss
├── _masthead.scss
├── _message.scss
├── _pagination.scss
├── _posts.scss
├── _syntax.scss
└── _type.scss
├── docker-compose.yml
├── font
├── FontAwesome.otf
├── fontawesome-webfont.eot
├── fontawesome-webfont.ttf
└── fontawesome-webfont.woff
├── public
├── apple-touch-icon-precomposed.png
├── favicon.ico
└── warning-64.png
├── script
├── check-links
│ ├── __main__.py
│ └── check_url.py
├── crawling
│ ├── __main__.py
│ └── crawl_url.py
├── download-websites.py
├── microlink.py
├── requirements.txt
└── serve.sh
└── styles.scss
/.dockerignore:
--------------------------------------------------------------------------------
1 | __pycache__
2 | _site
3 |
4 | .brokdb
5 | .DS_Store
6 | .jekyll-metadata
7 | .sass-cache
8 | .vscode/*
9 |
10 | *.pyc
11 | *.swp
12 |
13 | *template.md
14 | 00_to_process.md
15 |
16 | crawl
17 | env
18 |
19 | errors.log
20 | FIXME.txt
21 | Gemfile.lock
22 | script/.ipynb_checkpoints
23 | tmp/
24 | vendor
25 |
--------------------------------------------------------------------------------
/.github/workflows/link-checker.yml:
--------------------------------------------------------------------------------
1 | name: Rafagas workflow
2 | on:
3 | workflow_dispatch:
4 | schedule:
5 | - cron: '0 4 * * *'
6 | jobs:
7 | link-checker:
8 | runs-on: ubuntu-latest
9 | if: github.repository_owner == 'geoinquiets'
10 |
11 | steps:
12 | - uses: actions/checkout@v2
13 |
14 | - name: Install libcurl4-openssl-dev
15 | run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
16 |
17 | - uses: ruby/setup-ruby@v1
18 | with:
19 | ruby-version: 2.4.1
20 | bundler-cache: true
21 |
22 | - name: Cache folders
23 | uses: actions/cache@v2
24 | with:
25 | path: |
26 | tmp
27 | _site
28 | key: rafagas-cache
29 |
30 | - name: Build the site
31 | run: bundle exec jekyll build
32 | env:
33 | NOKOGIRI_USE_SYSTEM_LIBRARIES: true
34 |
35 | - name: Run the link check
36 | id: link-check-run
37 | run: |
38 | bundle exec ruby script/proof-all.rb 2>&1 | tee output.log || true
39 | echo "::set-output name=count::$(cat output.log | tail -n1)"
40 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | __pycache__
2 | _site
3 |
4 | .brokdb
5 | .DS_Store
6 | .jekyll-metadata
7 | .sass-cache
8 | .vscode/*
9 |
10 | *.pyc
11 | *.swp
12 |
13 | *template.md
14 | 00_to_process.md
15 |
16 | crawl*
17 | env
18 |
19 | errors.log
20 | FIXME.txt
21 | Gemfile.lock
22 | script/.ipynb_checkpoints
23 | tmp/
24 | vendor
25 |
--------------------------------------------------------------------------------
/.prettierignore:
--------------------------------------------------------------------------------
1 | _layouts/*
2 | _includes/*
3 | _pages/*
--------------------------------------------------------------------------------
/.vale.ini:
--------------------------------------------------------------------------------
1 | # This goes in a file named either `.vale.ini` or `_vale.ini`.
2 | #
3 | # Alerts are assigned a level of suggestion, warning, or error.
4 | MinAlertLevel = warning
5 |
6 | # We only want to lint Markdown files.
7 | [*.md]
8 | # Vale comes with three built-in styles: write-good, proselint, and Joblint.
9 | #
10 | # Here, we specify that we want to enable all rules in the "write-good" style.
11 | BasedOnStyles = write-good
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source 'https://rubygems.org'
2 | gem "github-pages", "~> 228", group: :jekyll_plugins
3 | gem 'webrick'
4 |
5 | group :test do
6 | gem "html-proofer"
7 | end
8 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | # Released under MIT License
2 |
3 | Copyright (c) 2013 Mark Otto.
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6 |
7 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8 |
9 | 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 OR COPYRIGHT HOLDERS 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.
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | SHELL := /bin/bash
2 | BUNDLE := bundle
3 | JEKYLL := $(BUNDLE) exec jekyll
4 | PYTHON := ./env/bin/python
5 |
6 | .PHONY: serve microlink build
7 |
8 | serve:
9 | JEKYLL_ENV=production RUBYOPT='-W0' $(JEKYLL) serve --incremental --port 8000 --future
10 |
11 | clean:
12 | RUBYOPT='-W0' $(JEKYLL) clean
13 |
14 | microlink:
15 | $(PYTHON) script/microlink.py
16 |
17 | update:
18 | $(PYTHON) script/update_rafaga.py
19 |
20 | build:
21 | RUBYOPT='-W0' $(JEKYLL) build
22 |
23 | check-last-job:
24 | gh run view --log $$(gh run list -L 1| head -n1 | grep -Eo '[0-9]{9}')| grep -oP '(?<=External link ).*(?= failed)'
25 |
26 | check-links:
27 | $(PYTHON) script/check-links/
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Ráfagas
2 |
3 | Repository for geosptial links (_Ráfagas_) sent by [Raf Roset](https://mastodon.social/@Raf)
4 |
5 | Resources:
6 |
7 | * [website](http://geoinquiets.github.io/rafagas/)
8 | * mastodon
9 | * [mailing list](https://lists.osgeo.org/mailman/listinfo/rafagas)
10 | * [LinksGeo](https://geoinquiets.github.io/linksgeo/) are the original postings in Catalan
--------------------------------------------------------------------------------
/_config.dev.yml:
--------------------------------------------------------------------------------
1 | baseurl:
2 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | # Permalinks
2 | #
3 | permalink: /:year/:month-:day.html
4 |
5 | # Setup
6 | title: Ráfagas
7 | tagline: Geospatial links everyday
8 | site.github.url: https://geoinquiets.github.io
9 | url: https://geoinquiets.github.io
10 | baseurl: /rafagas
11 |
12 | # Assets
13 | #
14 | # We specify the directory for Jekyll so we can use @imports.
15 | sass:
16 | sass_dir: _sass
17 | style: :compressed
18 |
19 | # About/contact
20 | author:
21 | name: Rafagas
22 | url: https://en.osm.town/@rafagaslinks
23 | email: xurxosanz@gmail.com
24 |
25 |
26 | # Custom vars
27 | version: 1.0.0
28 | github:
29 | repo: https://github.com/geoinquiets/rafagas
30 |
31 | plugins:
32 | - jekyll-paginate
33 | - jekyll-seo-tag
34 | - jekyll-sitemap
35 |
36 | include:
37 | - "_pages"
38 |
39 | exclude:
40 | - ".git"
41 | - "README.md"
42 | - "LICENSE.md"
43 | - "Gemfile"
44 | - "Gemfile.lock"
45 | - "Rakefile"
46 | - "vendor"
47 | - "script"
48 |
49 | defaults:
50 | - scope:
51 | path: ""
52 | type: posts
53 | values:
54 | author: Raf
55 | twitter: LinksGeo
56 |
57 | highlighter: null
58 |
59 | theme: minima
60 | minima:
61 | date_format: "%Y-%m-%d"
62 | repository: geoinquiets/rafagas
--------------------------------------------------------------------------------
/_includes/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
9 |
10 |
11 | {% if page.rafagas %} #{{ page.rid }}: {% for rafaga in page.rafagas %}
12 | {{ rafaga.keyw | downcase }}{% unless forloop.last %}, {% endunless %} {%
13 | endfor %} {% else if page.title == "Home" %} {{ site.title }} ·
14 | {{ site.tagline }}
15 | {% else %}
16 | {{ page.title }} · {{ site.title }}
17 | {% endif %}
18 |
19 |
20 |
21 |
22 |
23 |
24 |
29 |
30 |
31 |
32 |
38 |
39 |
--------------------------------------------------------------------------------
/_includes/link.html:
--------------------------------------------------------------------------------
1 |
2 | {%if invalid == "true" %}
3 |
7 | {% endif %}
8 | {{desc}} {% if via != "" %}via {{via}}{% endif %}
9 | {% if lang != "" %}[{{lang | upcase}}]{% endif %}
10 |
11 |
12 |
13 | {{link}}
14 |
15 | {%if invalid == "true" %}
16 | |
17 | archive.org
18 |
19 | {% endif %}
20 |
21 |
22 |
--------------------------------------------------------------------------------
/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 | {{ page.title }}
7 |
8 | {{ content }}
9 |
10 |
11 |
--------------------------------------------------------------------------------
/_layouts/post.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 | {{ page.title }}
7 |
8 |
9 |
10 |
11 | {{ content }}
12 |
13 |
14 |
{{page.author}}
15 |
16 |
17 |
--------------------------------------------------------------------------------
/_pages/404.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: "404: Page not found"
4 | permalink: /404.html
5 | ---
6 |
7 |
8 |
404: Page not found
9 |
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.
10 |
11 |
--------------------------------------------------------------------------------
/_pages/archive.csv:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | permalink: /archive.csv
4 | regenerate: true
5 | ---
6 | "date","id","keyw","desc","link","lang","via","invalid","lastcheck"{% assign posts = site.posts | where: "draft", false %}{% for post in posts %}{% for rafaga in post.rafagas %}
7 | "{{post.date | date_to_xmlschema}}","{{ post.rid }}","{{ rafaga.keyw }}","{{ rafaga.desc | escape }}","{{ rafaga.link }}",{% if rafaga.lang %}"{{ rafaga.lang | downcase }}"{% else %}"en"{% endif %},{% if rafaga.via %}"{{ rafaga.via}}"{% else %}"Raf"{% endif %},{% if rafaga.invalid %}true{% else %}false{% endif %},{% if rafaga.lastCheck %}"{{ rafaga.lastCheck | date_to_xmlschema }}"{% else %}{% endif %}{% endfor %}{% endfor %}
8 |
--------------------------------------------------------------------------------
/_pages/archive.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: page
3 | permalink: /archive.html
4 | title : Archive
5 | regenerate: true
6 | ---
7 |
8 | Also in CSV format.
9 |
10 | {% assign posts = site.posts | where: "draft", false %}
11 | So far this year
{%for post in posts %}{% unless post.next %}
12 | {% else %}{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}{% if year != nyear %}
13 |
14 | {{ post.date | date: '%Y' }}
15 |
18 |
--------------------------------------------------------------------------------
/_pages/atom.xml:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | permalink: /atom.xml
4 | regenerate: true
5 | ---
6 |
7 |
8 |
9 |
10 | {{ site.title }}
11 |
12 |
13 | {{ site.time | date_to_xmlschema }}
14 | {{ site.url }}{{ site.baseurl }}
15 |
16 | {{ site.author.name }}
17 | {{ site.author.email }}
18 |
19 | {% assign posts = site.posts | where: "draft", false %}
20 | {% for post in posts limit:10 %}
21 |
22 | #{{ post.rid}}: {% for rafaga in post.rafagas %}{{rafaga.keyw | downcase}}{% unless forloop.last %}, {% endunless %}{% endfor %}
23 |
24 | {{ post.date | date_to_xmlschema }}
25 | {{ site.url }}/rafagas{{ post.id }}
26 |
27 | #{{ post.rid}}: {% for rafaga in post.rafagas %}{{rafaga.keyw | downcase}}{% unless forloop.last %}, {% endunless %}{% endfor %}
28 | {{ post.date | date: "%a, %d %b %Y" }} by {{post.author}}
29 | {% for rafaga in post.rafagas %}
30 | * {{ rafaga.desc | truncate: 250 | xml_escape }}{% if rafaga.via %} via {{ rafaga.via }}{% endif %}{% if rafaga.lang %} [{{rafaga.lang | upcase}}]{% endif %}
31 | {{ rafaga.link | xml_escape }}
32 | {% endfor %}
33 |
34 | {% endfor %}
35 |
36 |
37 |
--------------------------------------------------------------------------------
/_pages/to_process.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | date: '2018-12-19'
4 | title: "To process "
5 | permalink: /to_process/
6 | ---
7 |
8 | ## To send
9 |
10 | ## Tooling
11 |
12 | Links to new line
13 |
14 | ```text
15 | \ (http.*)
16 | \n$1
17 | ```
18 |
19 | Links to md links
20 | ```text
21 | (^|\ )(http.*)
22 | $1<$2>
23 | ```
24 |
--------------------------------------------------------------------------------
/_posts/2015/2015-06-25-142.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2015-06-25
3 | layout: rafaga
4 | rafagas:
5 | - desc: A 3D globe to show all kinds of weather information
6 | invalid: true
7 | keyw: weather
8 | lastCheck: '2025-05-27T17:37:57.166702'
9 | link: http://climateviewer.net/
10 | - desc: A tumblr of sheeps that appear at Street View
11 | keyw: sheeps
12 | lastCheck: '2025-05-27T17:37:57.320027'
13 | link: https://www.googlesheepview.com/
14 | microlink:
15 | desc: "searching for sheep on google street view \U0001F411 a project by ding
16 | and mike"
17 | image: https://64.media.tumblr.com/avatar_33b6130e65a5_128.pnj
18 | logo: https://64.media.tumblr.com/avatar_33b6130e65a5_128.pnj
19 | title: google sheep view
20 | - desc: Huge worldwide collection of georeferenced photographies, in Russian
21 | keyw: photos
22 | lastCheck: '2025-05-27T17:37:58.388627'
23 | link: https://pastvu.com/
24 | microlink:
25 | desc: Archive of historical photos, generated by users
26 | image: https://pastvu.com/img/loading/Loading1.jpg
27 | logo: https://pastvu.com/coast-icon.png
28 | title: Retro photos of mankind’s habitat.
29 | rid: '142'
30 | ---
--------------------------------------------------------------------------------
/_posts/2015/2015-11-13-227.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2015-11-13
3 | layout: rafaga
4 | rafagas:
5 | - desc: Map of Mafia victims since 1861
6 | invalid: true
7 | keyw: mafia
8 | lastCheck: '2025-04-07T10:16:56.460912'
9 | link: https://www.lastampa.it/2015/11/09/medialab/webdocauto/quando-la-mafia-uccide-gli-innocenti-yvmEILRKvXC7VVdDZrXmdN/pagina.html
10 | - desc: London tube map with the walking times between stations
11 | invalid: true
12 | keyw: portraits
13 | lastCheck: '2025-04-07T10:16:57.334069'
14 | link: https://transitmaps.tumblr.com/post/133010621335/walking-tube-map-2015
15 | - desc: The most economic productive urban areas of the USA
16 | keyw: tube
17 | lastCheck: '2025-04-07T10:16:58.300896'
18 | link: https://howmuch.net:443/articles/where-the-money-is-by-metro-area
19 | microlink:
20 | desc: This 3D Map Visualizes the U.S. Economy In a New Way
21 | image: https://cdn.howmuch.net/unbranded/where-the-money-is-us-by-gdp-3a75.png
22 | logo: https://howmuch.net/favicon.ico
23 | title: Where The Money Is
24 | - desc: Postgis query optimisation changing the ST_Simplify tolerance with the zoom
25 | level
26 | invalid: true
27 | keyw: economy
28 | lastCheck: '2025-04-07T10:16:59.931880'
29 | link: http://blog.hogan.io/postgis-generalization/
30 | rid: '227'
31 | ---
--------------------------------------------------------------------------------
/_posts/2016/2016-05-31-378.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2016-05-31'
3 | layout: rafaga
4 | rafagas:
5 | - desc: A PDF global atlas about soil biodiversity
6 | keyw: soil
7 | lastCheck: '2025-05-23T09:28:45.607986'
8 | link: https://esdac.jrc.ec.europa.eu/content/global-soil-biodiversity-atlas#tabs-0-description=0
9 | microlink:
10 | logo: https://logo.clearbit.com/europa.eu
11 | title: global-soil-biodiversity-atlas#tabs-0-description=0
12 | - desc: Palladio, a web tool for multidimensional complex data visualization
13 | invalid: true
14 | keyw: palladio
15 | lastCheck: '2025-05-23T09:28:46.149363'
16 | link: http://palladio.designhumanities.org/#/
17 | - desc: Map of all the Norwegian breweries (global distribution, pubs and delivery)
18 | keyw: norway
19 | lastCheck: '2025-05-23T09:28:46.263416'
20 | link: https://c2.staticflickr.com/8/7122/26591059634_2b47255900_k.jpg
21 | microlink:
22 | image: https://c2.staticflickr.com/8/7122/26591059634_2b47255900_k.jpg
23 | logo: https://c2.staticflickr.com/favicon.ico
24 | title: 26591059634_2b47255900_k.jpg
25 | - desc: OSM data usage and download tutorial by @santiagohiguera
26 | invalid: true
27 | keyw: osm
28 | lastCheck: '2025-05-23T09:28:47.733933'
29 | link: http://mercatorlab.com/geoinquietos/siglibre2016/
30 | via: '@raolbaletco #siglibre2016'
31 | - desc: 'An open dataset of Antarctica: geography, glaciology and geophysics'
32 | keyw: antarctica
33 | lastCheck: '2025-05-23T09:28:47.891404'
34 | link: https://npolar.no/
35 | rid: '378'
36 | ---
--------------------------------------------------------------------------------
/_posts/2016/2016-10-11-454.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2016-10-11'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Maps and essays around American culture and history movements via @realivansanchez
6 | keyw: movements
7 | lastCheck: '2025-04-15T13:26:42.433968'
8 | link: https://mappingmovement.newberry.org/
9 | - desc: Microclimates of the Hawaiian Big Island
10 | keyw: microclimates
11 | lastCheck: '2025-04-15T13:26:43.587324'
12 | link: https://www.lovebigisland.com/hawaii-blog/climate-zones-big-island/
13 | microlink:
14 | desc: One of the most popular “facts” about Hawaii is that you can find 10 (or
15 | 11) of the 13 climate zones on the Big Island. Is this true? And how many climate
16 | zones are there actually in the world? And how many of those can you find on
17 | the Big Island?
18 | image: https://www.lovebigisland.com/wp-content/uploads/hawaii-bigisland-climate-map-lovebigisland.jpg
19 | logo: https://logo.clearbit.com/lovebigisland.com
20 | title: The 8 (not 10, 11, 12, or 13) climate zones on the Big Island
21 | - desc: Digital Atlas of Roman and Medieval Civilizations WMS and CCBY data
22 | keyw: romans
23 | lastCheck: '2025-04-15T13:26:43.859032'
24 | link: https://darmc.harvard.edu/maps
25 | microlink:
26 | image: https://darmc.harvard.edu/
27 | logo: https://logo.clearbit.com/harvard.edu
28 | title: The Map
29 | rid: 454
30 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-01-02-513.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-01-02'
3 | layout: rafaga
4 | rafagas:
5 | - desc: 2014 map of job places per industry and salary with data from Los Angeles,
6 | Boston and London
7 | invalid: true
8 | keyw: jobs
9 | lastCheck: '2025-05-23T09:29:37.783215'
10 | link: http://coaxs.mit.edu/job-map/
11 | - desc: Political map of China with provinces names translated into English
12 | keyw: china
13 | lastCheck: '2025-05-23T09:29:38.158586'
14 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Ft22f19prt86y.jpg
15 | microlink:
16 | image: https://i.redd.it/t22f19prt86y.jpg
17 | title: t22f19prt86y.jpg
18 | - desc: Malgrat bird's eye view with 2016 oblique high resolution pictures
19 | invalid: true
20 | keyw: malgrat
21 | lastCheck: '2025-05-23T09:29:38.706008'
22 | link: https://estatics.ajmalgrat.es/MAPES/FOTOGRAFIA/FOTOS2016/
23 | microlink:
24 | image: http://korona.geog.uni-heidelberg.de/tiles/adminb/x=8316&y=6103&z=14
25 | - desc: 2011-2016 full geoinquiets tweets archive via @oscarfonts
26 | invalid: true
27 | keyw: archive
28 | lastCheck: '2025-05-23T09:29:38.968870'
29 | link: http://actig.github.io/tuits-geoinquiets/
30 | rid: 513
31 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-01-06-517.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-01-06'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Short recipe on how to make 3D maps with MapboxGL JS
6 | keyw: 3d
7 | lastCheck: '2025-03-26T11:23:41.815653'
8 | link: https://robert.katzki.de/posts/3d-map-visualizations-with-mapbox-gl-js
9 | microlink:
10 | desc: Randomly ordered chaos. Personal website of Robert Katzki.
11 | image: https://robert.katzki.de/assets/images/thumbnail-1200x630.jpg
12 | logo: https://robert.katzki.de/assets/images/icon-144x144.png
13 | title: roka . 3D map visualizations with Mapbox GL JS
14 | - desc: Making vegetation cover maps using satellite imager and field data
15 | keyw: cover
16 | lastCheck: '2025-03-26T11:23:42.362670'
17 | link: https://www.tandfonline.com/doi/full/10.1080/01431161.2016.1266112
18 | microlink:
19 | desc: 'Registered in England & Wales No. 3099067
20 |
21 | 5 Howick Place | London | SW1P 1WG'
22 | image: https://www.tandfonline.com/pb-assets/Global/tfo_logo-1444989687640.png
23 | logo: https://www.tandfonline.com/favicon.ico
24 | - desc: Interactive map of France with drones restricted zones
25 | keyw: drones
26 | lastCheck: '2025-03-26T11:23:42.492237'
27 | link: https://www.geoportail.gouv.fr/donnees/restrictions-pour-drones-de-loisir
28 | microlink:
29 | desc: 'Accédez à l’information géographique de référence : cartes, photographies
30 | aériennes, données géographiques'
31 | title: Géoportail
32 | rid: 517
33 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-05-02-599.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-05-02'
3 | layout: rafaga
4 | rafagas:
5 | - desc: An ideal map of a massive public transport network for commuters in Vancouver
6 | invalid: true
7 | keyw: vancouver
8 | lastCheck: '2025-05-27T17:38:42.183227'
9 | link: https://daviddanos.wordpress.com/gva-transit/
10 | - desc: On-line viewer of historical cartography of Zaragoza
11 | keyw: zaragoza
12 | lastCheck: '2025-05-27T17:38:42.660400'
13 | link: http://idezar.zaragoza.es/visorHistorico/
14 | microlink:
15 | image: http://idezar.zaragoza.es/visorHistorico/css/callejero/images/aytoLogo_Negro_Tr.png
16 | logo: http://idezar.zaragoza.es/visorHistorico/css/callejero/images/favicon.ico
17 | title: Mapas Historicos
18 | - desc: Interactive map of Paris railroad belt
19 | keyw: paris
20 | lastCheck: '2025-05-27T17:38:43.168169'
21 | link: https://www.apur.org/fr/geo-data/petite-ceinture-ferroviaire-paris
22 | microlink:
23 | desc: Découvrez la carte interactive sur la Petite Ceinture ferroviaire de Paris.
24 | image: https://www.apur.org/sites/default/files/images/geo-apps/image-a-la-une/935x550_petite_ceinture_1.jpg
25 | logo: https://www.apur.org/sites/default/files/favicons/apple-touch-icon.png
26 | title: La Petite ceinture ferroviaire de Paris
27 | - desc: Ascend the Everest in 3D from your chair like a pro
28 | keyw: everest
29 | lastCheck: '2025-05-27T17:38:44.450700'
30 | link: http://www.explore-everest.com/mt-everest-journey.html
31 | rid: 599
32 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-06-23-637.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-06-23'
3 | layout: rafaga
4 | rafagas:
5 | - desc: On-line SVG map editor for screen and print
6 | keyw: svg
7 | lastCheck: '2025-05-27T17:31:40.758289'
8 | link: https://editor.lokaler.de/
9 | - desc: Legoifier, an amusing experiment to make maps look like Lego blocks
10 | invalid: true
11 | keyw: lego
12 | lastCheck: '2025-05-27T17:31:41.296873'
13 | link: https://adventuresinmapping.github.io/lego-map/
14 | - desc: Style and aesthetics, a slides deck about old map making techniques
15 | invalid: true
16 | keyw: print
17 | lastCheck: '2025-05-27T17:31:41.717895'
18 | link: https://drive.google.com/file/d/0B6ADBah3ubHsQjhSajVScnBRMjQ/view
19 | microlink:
20 | logo: https://ssl.gstatic.com/docs/doclist/images/icon_14_powerpoint_favicon.ico
21 | title: Maptime Talk.pptx
22 | rid: 637
23 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-07-26-660.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-07-26'
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'D3 in depth lessons: how to show and animate geodata'
6 | keyw: d3
7 | lastCheck: '2025-05-07T10:24:22.052978'
8 | link: https://www.d3indepth.com/geographic/
9 | microlink:
10 | desc: 'This chapter looks at D3’s approach to rendering geographic information.
11 | For example:'
12 | image: https://d3indepth.com/img/geo/projection-rotation.svg
13 | title: Geographic
14 | - desc: Automatic process to color old black and white aerial images comparing them
15 | with current images
16 | keyw: coloring
17 | lastCheck: '2025-05-07T10:24:22.674535'
18 | link: http://www.pan2color.com/
19 | microlink:
20 | desc: ~ Preview ~
21 | title: 'The Rainbow Color Method: Realistically colorize historical aerial photographs'
22 | - desc: USA main rivers mapped as metro lines
23 | invalid: true
24 | keyw: rivers
25 | lastCheck: '2025-05-07T10:24:23.487705'
26 | link: https://www.theodorerindos.com/print-media
27 | - desc: 'Critic cartography: a course to develop tools to approach cartographic practice
28 | cultural production'
29 | invalid: true
30 | keyw: critic
31 | lastCheck: '2025-05-07T10:24:24.522118'
32 | link: http://www.escolamassana.cat/cartografia-critica-art-i-cartografia-des-del-pensament-critic_27164
33 | via: '@sfggeogis'
34 | rid: 660
35 | ---
--------------------------------------------------------------------------------
/_posts/2017/2017-11-13-738.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2017-11-13'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Online explorer of all the bathymetry data collected to search for the MH370
6 | flight
7 | invalid: true
8 | keyw: bathymetry
9 | lastCheck: '2025-05-27T17:30:18.646916'
10 | link: http://pointclouds.nci.org.au/mh370/bathymetry.html
11 | - desc: Open Source python library to generate a mix of histogram and legends
12 | keyw: legends
13 | lastCheck: '2025-05-27T17:30:19.402804'
14 | link: https://github.com/pysal/legendgram
15 | microlink:
16 | desc: Legendgrams are distributional visualizations for map classification schemes
17 | - pysal/legendgram
18 | image: https://avatars0.githubusercontent.com/u/3769919?s=400&v=4
19 | logo: https://github.githubassets.com/favicon.ico
20 | title: pysal/legendgram
21 | - desc: How grey squirrels are replacing red ones in the British Isles between 1945
22 | and 2010
23 | invalid: true
24 | keyw: squirrels
25 | lastCheck: '2025-05-27T17:30:20.901275'
26 | link: https://www.rsst.org.uk/about-us/faqs/
27 | - desc: A package for R to generate linear graphs from geospatial data, even animated
28 | keyw: lines
29 | lastCheck: '2025-05-27T17:30:23.320394'
30 | link: https://mtmx.github.io/blog/carto_lignes/
31 | microlink:
32 | desc: blog d’analyse de données
33 | image: https://mtmx.github.io/blog/img/img_linemap.png
34 | title: Graphiques linéaires géospatiaux
35 | rid: 738
36 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-01-05-777.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-01-05'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Landsat Lens is a responsive web application to explore Landsat images over
6 | time
7 | keyw: landsat
8 | lastCheck: '2025-05-27T17:52:05.055032'
9 | link: https://geoxc-demox.maps.arcgis.com/apps/instant/filtergallery/index.html?appid=2833a9ccc8e648bc9bb8383c00694acf
10 | microlink:
11 | desc: Multitouch web mapping application for browsing and comparing historic imagery
12 | from USGS Landsat satellites.
13 | image: https://maps.esri.com/hawaii.jpg
14 | logo: https://maps.esri.com/img/icon.jpg
15 | title: Landsat Lens
16 | nocheck: true
17 | - desc: Near Seatle, Puget glaziers during the Pleistocene generated several geological
18 | shapes (pdf)
19 | keyw: glaciation
20 | lastCheck: '2025-05-27T17:52:06.165659'
21 | link: https://www.dnr.wa.gov/publications/ger_presentations_coe_glacial_landforms_puget_lowland.pdf
22 | microlink:
23 | logo: https://logo.clearbit.com/www.dnr.wa.gov
24 | - desc: Automating map generation by extracting GeoJSON from open data sources like
25 | OpenStreetMap
26 | keyw: extracting
27 | lastCheck: '2025-05-27T17:52:11.629918'
28 | link: https://github.com/simonepri/geo-maps
29 | microlink:
30 | desc: "\U0001F5FA High Quality GeoJSON maps programmatically generated. - simonepri/geo-maps"
31 | image: https://avatars3.githubusercontent.com/u/3505087?s=400&v=4
32 | logo: https://github.githubassets.com/favicon.ico
33 | title: simonepri/geo-maps
34 | rid: 777
35 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-04-02-838.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-04-02'
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'European map with the number of deaths, civilian and military, of each country
6 | during World War 1: more than 41 millions'
7 | keyw: ww1
8 | lastCheck: '2025-05-23T09:29:33.779434'
9 | link: https://imgur.com/P3dxplA
10 | microlink:
11 | image: https://i.imgur.com/P3dxplA.jpg
12 | logo: https://imgur.com/favicon.ico
13 | title: P3dxplA.jpg
14 | - desc: 'European map with the number of deaths, civilian and military, of each country
15 | during World War 2: more than 60 millions'
16 | keyw: ww2
17 | lastCheck: '2025-05-23T09:29:34.089095'
18 | link: https://imgur.com/uyoOulM
19 | microlink:
20 | image: https://i.imgur.com/uyoOulM.jpg
21 | logo: https://imgur.com/favicon.ico
22 | title: uyoOulM.jpg
23 | - desc: List of must-follow cartographers in 2018, in two parts, with some info about
24 | them, some of their work and where to find them
25 | invalid: true
26 | keyw: cartographers
27 | lastCheck: '2025-05-23T09:29:34.368842'
28 | link: http://mapporn.org/2018/01/20/cartographers-to-watch-in-2018-part-one/
29 | microlink:
30 | desc: A spotlight on some of the cartographers to watch in 2018
31 | image: http://mapporn.org/wp-content/uploads/2018/01/topi-european-density-map.png
32 | logo: http://mapporn.org/wp-content/uploads/2018/01/cropped-mapporn-topo-sticker.png
33 | title: Cartographers to Watch in 2018 (Part One)
34 | rid: 838
35 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-06-12-889.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-06-12'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Glasgow, Montana, is the most isolated but inhabited place in the USA with
6 | 3363 people and 4.5 hours from the closest metropolitan area
7 | invalid: true
8 | keyw: isolation
9 | lastCheck: '2025-05-27T17:37:08.073312'
10 | link: https://www.washingtonpost.com/news/wonk/wp/2018/02/20/using-the-best-data-possible-we-set-out-to-find-the-middle-of-nowhere/
11 | microlink: {}
12 | - desc: A New York rats population interactive map, showing chronical issues with
13 | these little animals
14 | invalid: true
15 | keyw: rats
16 | lastCheck: '2025-05-27T17:38:10.772645'
17 | link: https://hypnotica.io/nyc_rats-1.html
18 | - desc: A simple tutorial on how to add maps powered by Mapbox to Django web applications
19 | keyw: django
20 | lastCheck: '2025-05-27T17:38:10.915082'
21 | link: https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html
22 | microlink:
23 | desc: Learn how to add maps and location-based data to your web applications using
24 | Mapbox. Great post on fullstackpython.com!
25 | image: https://www.fullstackpython.com/img/180519-django-maps/header.jpg
26 | logo: https://www.fullstackpython.com/img/fsp-fav.png
27 | title: How to Add Maps to Django Web App Projects with Mapbox
28 | rid: 889
29 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-06-22-897.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-06-22'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Storymap with the complete works and legacy of Humphrey Llwyd, the visionary
6 | of a unified Britain
7 | keyw: england
8 | lastCheck: '2025-05-27T17:34:31.549924'
9 | link: https://www.arcgis.com/apps/MapJournal/index.html?appid=72d6135a90ce440e98e550e71da8876e
10 | microlink:
11 | desc: This story map was created with the Story Map Journal application in ArcGIS
12 | Online.
13 | image: http://www.arcgis.com/apps/MapJournal/resources/common/icons/esri-globe.png
14 | logo: https://www.arcgis.com/apps/MapJournal/resources/tpl/viewer/icons/favicon.ico
15 | title: Story Map Journal
16 | - desc: 3D interactive map with the 10 highest mountains of the Earth regions
17 | keyw: summits
18 | lastCheck: '2025-05-27T17:34:32.453746'
19 | link: https://www.arcgis.com/apps/Cascade/index.html?appid=a18b50e55c7c43f2b21752fe4b691f12
20 | microlink:
21 | desc: This story map was created with the Story Map Cascade application in ArcGIS
22 | Online.
23 | logo: http://www.arcgis.com/apps/Cascade/resources/tpl/viewer/icons/favicon.ico
24 | - desc: 2014 European Pork Sector report showing the concentration of pig farms
25 | invalid: true
26 | keyw: porks
27 | lastCheck: '2025-05-27T17:34:33.424253'
28 | link: https://ec.europa.eu/eurostat/statistics-explained/index.php/Pig_farming_sector_-_statistical_portrait_2014
29 | rid: 897
30 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-06-29-902.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-06-29'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Almería (Spain) historical irrigation lands crowdsourced map, showing also
6 | the communities that take care of them
7 | keyw: irrigation
8 | lastCheck: '2025-05-27T17:30:01.028611'
9 | link: https://regadiohistorico.es/espacios-de-regadio
10 | microlink: {}
11 | - desc: A selection of hand-drawn New York maps, open for display at the NY Public
12 | Library until July 16th
13 | keyw: hand drawn
14 | lastCheck: '2025-05-27T17:30:19.472113'
15 | link: https://www.theparisreview.org/blog/2018/06/14/illustrated-maps-of-new-york-through-the-ages/
16 | microlink:
17 | desc: A selection of illustrated maps of Manhattan spanning six centuries.
18 | image: https://www.theparisreview.org/blog/wp-content/uploads/2018/06/index-2.jpeg
19 | logo: https://www.theparisreview.org/blog/wp-content/uploads/2017/07/cropped-hadada-1-192x192.png
20 | title: Illustrated Maps of New York Through the Ages
21 | via: '@mattknutzen'
22 | - desc: Using FlightRadar24, aerial routes to Rome, Tokyo and New York in 2 and 3
23 | dimensions
24 | invalid: true
25 | keyw: flights
26 | lastCheck: '2025-05-27T17:30:19.858185'
27 | link: https://flightstorome.moovellab.com/
28 | microlink:
29 | image: https://flightstorome.moovellab.com/static/seo/seo.jpg
30 | logo: https://flightstorome.moovellab.com/static/favicon/apple-touch-icon.png
31 | title: Flights to Rome - moovel lab
32 | rid: 902
33 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-07-20-917.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-07-20'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Trash Track visualizes the footprint of different trash objects to help to
6 | understand the waste elimination chain
7 | keyw: trash
8 | lastCheck: '2025-05-27T17:41:39.062258'
9 | link: https://senseable.mit.edu/trashtrack/visualizations.php?id=2
10 | microlink:
11 | image: http://senseable.mit.edu/trashtrack/imgsrc/logo.gif
12 | logo: http://senseable.mit.edu/favicon.ico
13 | title: Trash | Track
14 | - desc: Fresh urban refuges in Paris to combat extreme heat waves
15 | invalid: true
16 | keyw: chill
17 | lastCheck: '2025-05-27T17:41:40.309180'
18 | link: https://www.paris.fr/actualites/episodes-de-chaleur-des-endroits-frais-pour-se-rafraichir-dans-la-capitale-5941
19 | - desc: Detection and classification of urban pools using satellite imagery and deep
20 | learning
21 | keyw: pools
22 | lastCheck: '2025-05-27T17:41:41.619587'
23 | link: https://medium.com/geoai/swimming-pool-detection-and-classification-using-deep-learning-aaf4a3a5e652
24 | microlink:
25 | desc: — By Divyansh Jha and Rohit Singh
26 | image: https://cdn-images-1.medium.com/max/1200/1*17wkvk94x7EKx8u33FQdwA.png
27 | logo: https://cdn-images-1.medium.com/fit/c/304/304/1*kPHIDVKJiD4d4HqAPpjMBw.png
28 | title: Swimming pool detection and classification using deep learning
29 | rid: 917
30 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-09-03-932.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-09-03'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Real-time visualization of the Sun above Earth, a relaxing and continuous
6 | visualization
7 | keyw: heliocentrism
8 | lastCheck: '2025-05-27T17:39:39.165363'
9 | link: http://projects.truth-and-beauty.net/under-the-sun/
10 | microlink:
11 | logo: https://logo.clearbit.com/projects.truth-and-beauty.net
12 | - desc: 'An old Estonian located pictures portal created and open sourced during a
13 | hackathon '
14 | keyw: estonia
15 | lastCheck: '2025-05-27T17:39:39.653539'
16 | link: https://ajapaik.ee/map/?mapType=OSM&lat=59&lng=26&zoom=8&limitToAlbum=1
17 | microlink:
18 | desc: Albumis on 138034 fotot, 8512 kasutajat on pannud 81773 pilti kaardile.
19 | …
20 | image: https://ajapaik.ee/static/images/logo_lhv.png
21 | logo: https://ajapaik.ee/static/images/ajapaik_marker_57px.png
22 | title: Vaata fotosid kaardil
23 | - desc: 'A mobile application that provides rewards for taking pictures located on
24 | a map to gather graphical prove of Europe land use change '
25 | keyw: changes
26 | lastCheck: '2025-05-27T17:39:40.775466'
27 | link: https://fotoquest-go.org/en/
28 | microlink:
29 | image: http://fotoquest-go.org/static/screenshot1.png
30 | logo: https://logo.clearbit.com/fotoquest-go.org
31 | title: Fotoquest Go
32 | rid: 932
33 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-10-23-handover.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: post
3 | date: '2018-10-23'
4 | title: Rafagas handover feedback survey
5 | author: Jorge Sanz
6 | permalink: '/2018/10-23-handover.html'
7 | ---
8 |
9 | Raf Roset is handling over his daily effort to collect links and share them on a daily basis (the friendly named "Ráfagas"). A group of enthusiastic followers want to be sure this effort is worth to be continued so we ask you for your feedback. You can get more context and related information [here](http://bit.ly/rafagas-2).
10 |
11 | So please, take a minute to answer [the feedback survey](http://bit.ly/rafagas-2-feedback) and feel free to discuss about the planned sunset (unless we do something!) of this nice effort using the [Ráfagas mailing list](https://lists.osgeo.org/mailman/listinfo/rafagas).
12 |
--------------------------------------------------------------------------------
/_posts/2018/2018-12-04-998.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-12-04'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Satellite imagery from any constellation can be published in 55 seconds using
6 | a new Amazon data service
7 | keyw: transmission
8 | lastCheck: '2025-05-23T09:29:04.782219'
9 | link: https://aws.amazon.com/ground-station/
10 | microlink:
11 | desc: AWS Ground Station is a fully managed service that lets you control satellite
12 | communications, downlink and process satellite data, and scale your satellite
13 | operations quickly, easily and cost-effectively without having to worry about
14 | building or managing your own ground station infrastructure
15 | image: https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png
16 | logo: https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png
17 | title: AWS Ground Station
18 | - desc: The human impact on the planet represented as cumulative exposition to the
19 | climate change through different years and scenarios
20 | keyw: impact
21 | lastCheck: '2025-05-23T09:29:05.996302'
22 | link: https://geoxc-apps.bd.esri.com/MoraLabs/CumulativeExposureClimateChange/index.html
23 | microlink:
24 | desc: Strong Mitigation (RCP 2.6)
25 | image: https://maps.esri.com/MoraLab/CumulativeChange/img/esri-white.png
26 | logo: https://www.esri.com/favicon.ico
27 | title: Human Impact
28 | nocheck: true
29 | rid: 998
30 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-12-05-999.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-12-05'
3 | layout: rafaga
4 | rafagas:
5 | - desc: The squatter movement in Berlin on a map with locations and metadata about
6 | squatted houses
7 | keyw: squatters
8 | lastCheck: '2025-05-06T10:18:25.530542'
9 | link: https://berlin-besetzt.de/
10 | microlink:
11 | desc: Illustrierte Karte zu Hausbesetzungen in Berlin
12 | image: http://berlin-besetzt.de/s_icons/transpi_logo_solo.gif
13 | logo: https://logo.clearbit.com/berlin-besetzt.de
14 | title: Berlin Besetzt
15 | rid: 999
16 | ---
--------------------------------------------------------------------------------
/_posts/2018/2018-12-06-1000.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: '2018-12-06'
3 | layout: rafaga
4 | rafagas:
5 | - desc: Fins aquí. Moltes gràcies a tot els qui hi heu contribuït, els qui m'heu ajudat
6 | i els qui ho heu agraït. I'm done. Thank you very much to all contributors,
7 | to all those who helped me, and all those who appreciated this work
8 | keyw: bye
9 | lastCheck: '2025-05-27T17:35:31.310720'
10 | link: https://geoinquiets.github.io/rafagas/
11 | microlink:
12 | desc: Daily geospatial links gathered by Raf
13 | logo: https://geoinquiets.github.io/rafagas/public/apple-touch-icon-precomposed.png
14 | title: Home
15 | rid: 1000
16 | ---
17 |
18 | > Note from Jorge: a group of `geoinquiets` is working on keeping these mails, maybe not at a daily pace but don't unsubscribe from the mailing list or RSS, there's more to come and we will ask for your help :)
--------------------------------------------------------------------------------
/_posts/2019/2019-06-19-1118.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-06-19T09:25:42+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: A new BAS Greenland map reveals a fast-changing environment that needs precise
6 | monitoring
7 | keyw: greenland
8 | lastCheck: '2025-05-27T17:51:42.818179'
9 | link: https://www.bas.ac.uk/media-post/new-arctic-map/
10 | microlink:
11 | desc: "13 June, 2019\tPress releases"
12 | image: https://www.bas.ac.uk/wp-content/uploads/2019/06/Greenland-and-The-European-Arctic-extract2-400x300.png
13 | logo: https://www.bas.ac.uk/wp-content/themes/baspress/favicons/favicon-194x194.png
14 | title: New map of Greenland reveals fast
15 | - desc: Palestinian oral map, a place to navigate through the POHA collection with
16 | more than a thousand hours of interviews to the Nakba protagonists
17 | keyw: palestina
18 | lastCheck: '2025-05-27T17:51:43.848696'
19 | link: https://libraries.aub.edu.lb/poha-viewer/map/
20 | microlink:
21 | desc: Interactive map of Palestinian oral histories
22 | image: https://libraries.aub.edu.lb/poha-viewer/map/assets/img/og.jpg
23 | logo: https://libraries.aub.edu.lb/poha-viewer/map/assets/img/favicon-196.png
24 | title: Palestinian Oral History Map
25 | rid: 1118
26 | ---
--------------------------------------------------------------------------------
/_posts/2019/2019-07-04-1127.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-07-04T08:21:34+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: 2018 Wales and England housing prices and whole market value map, made only
6 | with Open Data
7 | keyw: housing
8 | lastCheck: '2025-05-23T09:28:49.120806'
9 | link: https://www.ons.gov.uk/peoplepopulationandcommunity/housing/bulletins/housepricestatisticsforsmallareas/yearendingdecember2018
10 | microlink:
11 | desc: House prices and number of transactions for property sales in England and
12 | Wales, on an annual basis, updated quarterly.
13 | image: https://cdn.ons.gov.uk/assets/images/ons-logo/v2/ons-logo.svg
14 | logo: https://www.ons.gov.uk/favicon.ico
15 | title: House price statistics for small areas in England and Wales
16 | - desc: A 3D geometries validator by the ISO19107 standard, useful for CityGML and
17 | other standards
18 | keyw: validation
19 | lastCheck: '2025-05-23T09:28:49.632980'
20 | link: http://geovalidation.bk.tudelft.nl/val3dity/
21 | microlink:
22 | desc: 'val3dity: geometric validation of GML 3D primitives'
23 | image: http://geovalidation.bk.tudelft.nl/val3dity/img/val3dity2.png
24 | logo: https://logo.clearbit.com/tudelft.nl
25 | title: 'val3dity: geometric validation of GML 3D primitives'
26 | rid: 1127
27 | ---
--------------------------------------------------------------------------------
/_posts/2019/2019-11-11-1205.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-11-11T09:31:03+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: Terrastories is a geo-storytelling application built to enable local communities
6 | to locate and map their own oral traditions, Open Source
7 | keyw: traditions
8 | lastCheck: '2025-05-27T17:34:36.019297'
9 | link: https://github.com/Terrastories/terrastories
10 | microlink:
11 | desc: Terrastories is a geostorytelling application built to enable local communities
12 | to locate and map their own oral storytelling traditions about places of significant
13 | meaning or value to them. - Terr...
14 | image: https://avatars1.githubusercontent.com/u/45125304?s=400&v=4
15 | logo: https://github.githubassets.com/favicon.ico
16 | title: Terrastories/terrastories
17 | - desc: Social Map is a tool to collect georeferenced data for all kinds of crowdsourced
18 | projects
19 | keyw: collaboration
20 | lastCheck: '2025-05-27T17:34:37.748257'
21 | link: https://the-hive.com.au/blog/future-collaborative-mapping-here
22 | microlink:
23 | desc: Version 2.14 introduces the new Social Map - a spatial engagement tool to
24 | take your projects into uncharted territory.
25 | image: https://s3.ap-southeast-2.amazonaws.com/hdp.au.prod.app.hdp-thehiveproduct.files/9615/4225/7762/social-map-v2-ipad-3D.jpg
26 | logo: https://s3.ap-southeast-2.amazonaws.com/hdp.au.prod.app.hdp-thehiveproduct.files/4715/1866/6865/Favicon.png
27 | title: The future of collaborative mapping is here
28 | rid: 1205
29 | ---
--------------------------------------------------------------------------------
/_posts/2019/2019-11-12-1206.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-11-12T09:31:27+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: This route connects all the USA national parks in a 14184-mile road trip
6 | keyw: parks
7 | lastCheck: '2025-05-27T17:33:57.347661'
8 | link: https://route4me.com/es?utm_source=metricmaps
9 | microlink:
10 | desc: Visit the post for more.
11 | image: https://metricmaps.files.wordpress.com/2019/10/us-national-park-road-trip.png
12 | logo: https://secure.gravatar.com/blavatar/2eb434744e3bbdbd03d889fccde9fcff?s=32
13 | title: Contiguous US National Parks 14,184 Mile Road Trip
14 | - desc: This Windows software allows rendering height maps with advanced lighting
15 | settings
16 | keyw: tracing
17 | lastCheck: '2025-05-27T17:33:58.412784'
18 | link: http://ephtracy.github.io/index.html?page=aerialod
19 | microlink:
20 | desc: MagicaVoxel Official Website
21 | logo: http://ephtracy.github.io/favicon.png
22 | title: MagicaVoxel
23 | rid: 1206
24 | ---
--------------------------------------------------------------------------------
/_posts/2019/2019-12-13-1228.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-12-13T10:47:11+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: Real-time air quality map of the main cities of the world
6 | keyw: air quality
7 | lastCheck: '2025-05-23T09:28:21.475897'
8 | link: https://air.plumelabs.com/air-quality-map
9 | microlink:
10 | desc: Street-by-street, real-time levels of PM2.5, PM10, O3 and NO2 in hundreds
11 | of cities. The first ever street-level air quality maps, by Plume Labs.
12 | image: https://air.plumelabs.com/static/pub/img/maps.png
13 | logo: https://logo.clearbit.com/plumelabs.com
14 | title: Street-by-Street Air Quality Maps, by Plume Labs
15 | - desc: This website generates location-aware haikus using OSM data from the Overpass
16 | API
17 | keyw: haiku
18 | lastCheck: '2025-05-23T09:28:21.987840'
19 | link: https://satellitestud.io/blog/post/openstreetmap-haiku/
20 | microlink:
21 | desc: 'Some corner of London, last Monday, around 11am:'
22 | image: https://satellitestud.io/blog/post/openstreetmap-haiku/jurassic-park.jpg
23 | logo: https://logo.clearbit.com/satellitestud.io
24 | title: OpenStreetMap Haiku
25 | - desc: Distribution of the main USA taco chains
26 | keyw: tacos
27 | lastCheck: '2025-05-23T09:28:22.366082'
28 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Ftbvkzz58m0441.png
29 | microlink:
30 | image: https://i.redd.it/tbvkzz58m0441.png
31 | title: tbvkzz58m0441.png
32 | rid: 1228
33 | ---
--------------------------------------------------------------------------------
/_posts/2019/2019-12-23-1234.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2019-12-23T09:00:02+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'A full-year view of the Earth from #GOESEast satellite to celebrate the Winter
6 | Solstice'
7 | keyw: tilt
8 | lastCheck: '2025-05-27T17:37:32.144483'
9 | link: https://twitter.com/NOAASatellites/status/1208369576259596288
10 | microlink:
11 | desc: '“Happy #WinterSolstice!
12 |
13 | To celebrate, we collected an image per day over the last year from #GOESEast,
14 | taken at 1200 UTC, and looped them together. You can really see how the seasons
15 | change from #equinox to #solstice due to the #Earth’s 23.5° tilt. https://t.co/KKcwjX1QjW”'
16 | image: https://pbs.twimg.com/ext_tw_video_thumb/1208369566574923777/pu/img/B37U0pO2KwohSZ-o.jpg
17 | logo: https://logo.clearbit.com/twitter.com
18 | title: NOAA Satellites on Twitter
19 | - desc: This NYT investigation in seven parts covers the consented and constant tracking
20 | of our lives and associated privacy issues.
21 | keyw: tracked
22 | lastCheck: '2025-05-27T17:37:33.072603'
23 | link: https://www.nytimes.com/interactive/2019/12/19/opinion/location-tracking-cell-phone.html
24 | microlink:
25 | desc: What we learned from the spy in your pocket.
26 | image: https://static01.nyt.com/images/2019/12/18/multimedia/16tracked-lead-3x2-image/16tracked-lead-3x2-image-facebookJumbo.jpg
27 | logo: https://logo.clearbit.com/nytimes.com
28 | title: Opinion | Twelve Million Phones, One Dataset, Zero Privacy
29 | rid: 1234
30 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-01-27-1249.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-01-27T10:12:15+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: Daily updated map of Wuhan Coronavirus confirmed cases
6 | keyw: coronavirus
7 | lastCheck: '2025-05-27T17:39:38.280695'
8 | link: https://gisanddata.maps.arcgis.com/apps/dashboards/index.html
9 | microlink:
10 | desc: Loading...
11 | logo: https://logo.clearbit.com/arcgis.com
12 | title: Operations Dashboard for ArcGIS
13 | - desc: On their 200 anniversary, this map displays the Mormon population density
14 | by USA county
15 | keyw: mormons
16 | lastCheck: '2025-05-27T17:39:39.611061'
17 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fav4e19s0q8c41.png
18 | microlink:
19 | image: https://i.redd.it/av4e19s0q8c41.png
20 | title: av4e19s0q8c41.png
21 | - desc: Global OSM data extracts by topic as geopackages, updated monthly (two months
22 | for building and roads)
23 | invalid: true
24 | keyw: osm
25 | lastCheck: '2025-05-27T17:39:40.303235'
26 | link: https://download.osmdata.xyz/
27 | microlink:
28 | desc: OpenStreetMap data extracts on a global scale as GeoPackages | osmdata.xyz
29 | image: https://download.osmdata.xyz/osmdata_logo_power_wide_small.png
30 | logo: https://download.osmdata.xyz/apple-touch-icon.png
31 | title: Global OpenStreetMap data extracts | osmdata.xyz
32 | rid: 1249
33 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-03-31-1295.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-03-31T11:13:52+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: This map shows how the Aral Sea has shrunk between 1960 and 2015
6 | invalid: true
7 | keyw: aral
8 | lang: ru
9 | lastCheck: '2025-05-27T17:37:50.823819'
10 | link: httpes://i.redd.it/ap1dw2so7ep41.png
11 | - desc: 'Confinement geography: this atlas of Barcelona wants to rethink cities to
12 | support the current pandemic crisis'
13 | keyw: barcelona
14 | lang: es
15 | lastCheck: '2025-05-27T17:37:50.824088'
16 | link: https://www.linkedin.com/pulse/geograf%C3%ADas-del-confinamiento-pablo-martinez-diez/
17 | microlink:
18 | desc: Estos días, en los ratos libres que miramos de encontrar, estamos preparando
19 | un atlas de la Barcelona que ya no podemos pasear y que en muchos casos soporta
20 | las condiciones duras del confinamiento. Unas condiciones que acrecentarán las
21 | diferencias sociales que ya tenemos.
22 | image: https://media-exp1.licdn.com/dms/image/C5612AQGa64Ow6kXTQw/article-cover_image-shrink_720_1280/0?e=1591228800&v=beta&t=glnGfxdbIu7brtMIvSYDcjLeX05tAywZoexCKyqvUFw
23 | logo: https://logo.clearbit.com/linkedin.com
24 | title: geografías del confinamiento
25 | rid: 1295
26 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-04-06-1299.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-04-06T10:33:34+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: A4 PDF with blank shaded maps of the world ready to be colored
6 | invalid: true
7 | keyw: coloring
8 | lastCheck: '2025-05-27T17:40:40.062698'
9 | link: http://www2.geog.ucl.ac.uk/~ucfa012/world_maps.pdf
10 | microlink:
11 | logo: https://logo.clearbit.com/ucl.ac.uk
12 | title: world_maps.pdf
13 | - desc: This map shows the location and number of covid19 cases on ships that are
14 | moored or still navigating
15 | keyw: covid19
16 | lastCheck: '2025-05-27T17:40:40.449207'
17 | link: https://covid-cruise-tracker.atymic.dev/
18 | microlink:
19 | desc: Track and monitor locations, positive cases & passengers on cruise ships
20 | during the COVID-19 crisis.
21 | image: https://covid-cruise-tracker.atymic.dev/img/banner.png?og=1
22 | logo: https://logo.clearbit.com/atymic.dev
23 | title: COVID-19 Cruise Tracker
24 | - desc: This website shows on a map the official nomenclator of streets of Paris,
25 | with the historical record, name origin, and regulations
26 | invalid: true
27 | keyw: paris
28 | lastCheck: '2025-05-27T17:40:41.671410'
29 | link: https://capgeo.sig.paris.fr/Apps/NomenclatureVoies/
30 | microlink:
31 | desc: Nomenclature officielle des voies
32 | image: https://capgeo.sig.paris.fr/Apps/NomenclatureVoies/images/logo_capgeo.png
33 | logo: https://logo.clearbit.com/paris.fr
34 | title: ArcGIS Web Application
35 | rid: 1299
36 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-05-07-1319.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-05-07T10:31:13+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Confinement cartographies: Madrid" is a study about the impact of the pandemic
6 | in the most vulnerable neighborhoods of the Spanish capital'
7 | keyw: madrid
8 | lastCheck: '2025-04-15T13:25:04.344777'
9 | link: https://paisajetransversal.org/2020/05/cartografias-del-confinamiento-madrid-covid-19-coronavirus-mapas-urbanismo-ciudad/
10 | microlink:
11 | desc: Plataforma de pensamiento e investigación sobre ciudad y territorio consolidado
12 | como uno de los blogs más influyentes de arquitectura en castellano
13 | image: https://1.bp.blogspot.com/-ZHVIEe-5g0w/XqvsjmFy1zI/AAAAAAAAXUI/m1iHs4MAJl4TcYYb4ZMnq8CVfK4AKlHEgCLcBGAsYHQ/w1200-h630-p-k-no-nu/Cartografias-Confinamiento-Madrid-COVID-19-Coronavirus-urbanismo-ciudad-portada-vivienda-soledad-personas-mayores.jpg
14 | logo: https://logo.clearbit.com/paisajetransversal.org
15 | title: 'Cartografías del confinamiento: Madrid'
16 | - desc: Drones, multispectral sensors, and data processing on the field are crucial
17 | for the improvement of digital agriculture
18 | invalid: true
19 | keyw: agriculture
20 | lastCheck: '2025-04-15T13:25:04.765468'
21 | link: https://pix4d-com-website-3274646288.gtsb.io/blog/from-crop-data-to-farm-insights
22 | microlink:
23 | logo: https://pix4d-com-website-3274646288.gtsb.io/favicon.ico
24 | rid: 1319
25 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-08-10-1381.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-08-10
3 | layout: rafaga
4 | rafagas:
5 | - desc: This map of global energy infrastructure was created with Gridfinder, an Open
6 | Source tool to predict the location of electricity network lines
7 | keyw: energy
8 | lastCheck: '2025-03-26T11:23:25.107118'
9 | link: https://gridfinder.rdrn.me/
10 | microlink:
11 | desc: gridfinder - Global energy infrastructure
12 | title: gridfinder - Global energy infrastructure
13 | - desc: 'A compilation of free Antarctica maps: satellite imagery, physical, political,
14 | with and without the icecap, and different styles'
15 | keyw: antarctica
16 | lastCheck: '2025-03-26T11:23:25.413363'
17 | link: https://gisgeography.com/antarctica-map-satellite-image/
18 | microlink:
19 | desc: If you’re searching for an Antarctica map to hang on your wall, then we
20 | have the trick for you. We’ll unveil satellite, animals and more maps of Antarctica.
21 | image: https://gisgeography.com/wp-content/uploads/2014/05/Antarctica-Map-Feature.jpg
22 | logo: https://logo.clearbit.com/gisgeography.com
23 | title: Antarctica Map and Satellite Imagery [Free]
24 | - desc: The self-nominated European fashion map, made from search data results, shows
25 | the favorite brands, products, and colors, with some interesting results
26 | keyw: fashion
27 | lastCheck: '2025-03-26T11:23:26.577577'
28 | link: https://www.lyst.co.uk/european-fashion-map-2019/
29 | microlink:
30 | title: Lyst | Denied
31 | rid: 1381
32 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-08-19-1388.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-08-19T11:06:22+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: OpenGlobus is an OpenSource WebGL JavaScript library to show interactive 3D
6 | maps and planets with tiles, images, vector data, markers, etc.
7 | keyw: globe
8 | lastCheck: '2025-05-23T09:28:48.779483'
9 | link: https://www.openglobus.org/
10 | microlink:
11 | desc: OpenGlobus is a javascript library designed to display interactive 3D maps
12 | and planets with map tiles, imagery and vector data, markers and 3d objects.
13 | title: OpenGlobus - a JavaScript library for interactive 3D maps and planets
14 | - desc: US counties' creation date map, going as far as 1617
15 | keyw: counties
16 | lastCheck: '2025-05-23T09:28:49.147486'
17 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F2m3gfgos27651.png
18 | microlink:
19 | image: https://i.redd.it/2m3gfgos27651.png
20 | title: 2m3gfgos27651.png
21 | - desc: This map shows the main population places around the Arctic Ocean
22 | keyw: arctic
23 | lastCheck: '2025-05-23T09:28:49.925897'
24 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fn0cmjams3a651.png
25 | microlink:
26 | image: https://i.redd.it/n0cmjams3a651.png
27 | title: n0cmjams3a651.png
28 | rid: 1388
29 | ---
--------------------------------------------------------------------------------
/_posts/2020/2020-12-26-1479.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2020-12-26
3 | layout: rafaga
4 | rafagas:
5 | - desc: Mmmmmm..... @MapsintheWild
6 | keyw: chocolate
7 | lastCheck: '2025-05-27T17:51:47.597026'
8 | link: https://twitter.com/nicolatavernier/status/1342240929575546885
9 | microlink:
10 | desc: 'Concept : la tablette de chocolat noir en carte du Golfe du Morbihan. Joyeux
11 | Noël ! https://t.co/kXNeh2rGyP'
12 | image: https://pbs.twimg.com/profile_images/1350920658285457408/BodyJ0WT_normal.jpg
13 | logo: https://logo.clearbit.com/twitter.com
14 | title: Nicolas Tavernier on Twitter
15 | rid: 1479
16 | ---
--------------------------------------------------------------------------------
/_posts/2021/2021-02-07-1507.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2021-02-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: The whole Twitter thread
6 | keyw: covid-19
7 | lastCheck: '2025-05-27T17:34:04.253883'
8 | link: https://twitter.com/VictimOfMaths/status/1357648069916041216
9 | microlink:
10 | desc: The more I think about this map, the more interesting I think it is. So
11 | I thought I would do a little thread on it... https://t.co/8MGwOWFC9E
12 | image: https://pbs.twimg.com/profile_images/954372102609661953/WLO1led5_normal.jpg
13 | logo: https://logo.clearbit.com/twitter.com
14 | title: Colin Angus on Twitter
15 | rid: 1507
16 | ---
--------------------------------------------------------------------------------
/_posts/2021/2021-06-23-1602.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2021-06-23
3 | layout: rafaga
4 | rafagas:
5 | - desc: Landgeist is a collection of recent thematic maps of different areas of the
6 | world and various contents made from official data sources
7 | keyw: thematics
8 | lastCheck: '2025-05-27T17:37:51.068351'
9 | link: https://landgeist.com/
10 | microlink:
11 | desc: Post by @landgeist.
12 | image: https://landgeistdotcom.files.wordpress.com/2020/11/cropped-transparent-1.png?w=200
13 | logo: https://logo.clearbit.com/landgeist.com
14 | title: Landgeist
15 | - desc: The geographical distribution of crops, colored according to the proportion
16 | of total production, allows us to understand how food production in the USA
17 | keyw: crops
18 | lastCheck: '2025-05-27T17:37:51.200356'
19 | link: https://imgur.com/NZEZuCc
20 | microlink:
21 | image: https://i.imgur.com/NZEZuCc.png
22 | logo: https://logo.clearbit.com/imgur.com
23 | title: NZEZuCc.png
24 | - desc: Flatgeobuf is formed with high-performance binary encoding for spatial data
25 | based on flat buffers that can contain a collection of simple functions that include
26 | circular interpolations defined in SQL-MM Part 3
27 | keyw: flatbuffers
28 | lastCheck: '2025-05-27T17:37:51.571047'
29 | link: https://flatgeobuf.org/
30 | microlink:
31 | desc: A performant binary encoding for geographic data based on flatbuffers
32 | image: https://flatgeobuf.org/logo.svg
33 | title: FlatGeobuf
34 | rid: 1602
35 | ---
--------------------------------------------------------------------------------
/_posts/2021/2021-08-02-1630.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2021-08-02
3 | layout: rafaga
4 | rafagas:
5 | - desc: I need it!!
6 | keyw: mug
7 | lastCheck: '2025-04-01T09:42:49.474966'
8 | link: https://twitter.com/JoaquimCampa/status/1421364713007501313
9 | microlink:
10 | desc: "Wake up World! \U0001F30D (my new mug just dropped) https://t.co/7n053jVebV"
11 | image: https://pbs.twimg.com/profile_images/1107666966347698176/ucaKykLW_normal.png
12 | logo: https://abs.twimg.com/responsive-web/client-web/icon-ios.b1fc7275.png
13 | title: Joaquim Campa on Twitter
14 | - desc: Traces is a memory map open to everyone making heritage accessible using a
15 | unified query from existing data sources
16 | keyw: heritage
17 | lang: CA
18 | lastCheck: '2025-04-01T09:42:50.183570'
19 | link: https://tracesmap.org/
20 | microlink:
21 | desc: Resum de privacitat
22 | image: https://tracesmap.org/wp-content/uploads/2020/04/traces.png
23 | logo: https://tracesmap.org/wp-content/uploads/2020/06/cropped-favicon512-270x270.png
24 | title: Traces – Un mapa de la memòria obert a tothom
25 | - desc: World map of "transit tokens", tokens that replace cash payment on the transport
26 | network of many countries and that have fallen into disuse
27 | keyw: tokens
28 | lastCheck: '2025-04-01T09:42:52.740476'
29 | link: https://douggreenfield.github.io/Tokens/tokens.html
30 | microlink:
31 | desc: Transit Tokens of the World
32 | title: Transit Tokens of the World
33 | rid: 1630
34 | ---
--------------------------------------------------------------------------------
/_posts/2021/2021-12-17-1719.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2021-12-17T08:40:41+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: Verified with structural, building, place names, and epigraphic traces, this
6 | interactive map and attached full PDF report collect more than 2400 kilometers
7 | of Roman roads in Castilla-León (Spain)
8 | keyw: roman
9 | lang: es
10 | lastCheck: '2025-05-27T17:38:43.894820'
11 | link: https://www.viasromanas.net/
12 | microlink:
13 | title: www.viasromanas.net
14 | - desc: OpenDiveSites is an open and collaborative California coast database of diving
15 | locations, including maps
16 | keyw: diving
17 | lastCheck: '2025-05-27T17:38:44.534985'
18 | link: https://opendivesites.org/Main_Page
19 | microlink:
20 | image: https://opendivesites.org/resources/assets/logo_fullsize.png
21 | logo: https://opendivesites.org/resources/assets/favicon.ico
22 | title: OpenDiveSites.org
23 | - desc: Digital Earth Africa is a website built on Open Source that provides access
24 | to 2.9PB of free and downloadable Earth Observation data covering the whole continent
25 | keyw: africa
26 | lastCheck: '2025-05-27T17:38:46.678025'
27 | link: https://maps.digitalearth.africa/
28 | microlink:
29 | desc: A web map built on Terria Map
30 | logo: https://maps.digitalearth.africa/favicons/android-icon-192x192.png
31 | title: Terria
32 | rid: 1719
33 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-04-15-1803.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-04-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: Alternative poster for the movie "Predator" (John McTiernan, 1987) by Laurie
6 | Greasley (@LaurieGreasley), freelance illustrator and concept artist.
7 | keyw: predator
8 | lastCheck: '2025-05-07T10:24:41.658185'
9 | link: https://nexusroku.tumblr.com/image/168814311295
10 | microlink:
11 | desc: Illustration of Laurie Greasley. Illustrator/Concept Artist/ Storyboarder
12 | image: https://64.media.tumblr.com/d9d596ddcef3001868b430a61f028f40/tumblr_p1cr7mWPeY1rxg4ybo1_1280.jpg
13 | logo: https://assets.tumblr.com/pop/manifest/apple-touch-icon-873b11b4.png
14 | title: ': Photo'
15 | rid: 1803
16 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-04-18-1804.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-04-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: The Euro-Mediterranean Flood Deaths Multinational Database (FFEM-DB) collects
6 | data on 2,875 flood deaths in 12 territories in Europe and the Mediterranean region
7 | between 1980 and 2020
8 | keyw: floods
9 | lastCheck: '2025-05-27T17:36:20.022511'
10 | link: https://idp.nature.com/transit?redirect_uri=https%3A%2F%2Fwww.nature.com%2Farticles%2Fs41597-022-01273-x&code=7233881f-3c40-44d6-91d4-2536e15b8aae
11 | microlink:
12 | desc: Measurement(s) flood mortality characteristics • condition (means of transport)
13 | • activity • accident place • accident dynamic • death cause • protective behavior
14 | • hazardous behavior Technology Type(s) data collection Factor Type(s) demographics
15 | • country • administrative units • NUTS 1…
16 | image: https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41597-022-01273-x/MediaObjects/41597_2022_1273_Fig1_HTML.png
17 | logo: https://www.nature.com/static/images/favicons/nature/apple-touch-icon.png
18 | title: Developing a large-scale dataset of flood fatalities for territories in
19 | the Euro-Mediterranean region, FFEM-DB - Scientific Data
20 | rid: 1804
21 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-06-06-1839.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-06-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"La Carte de France. Histoire & techniques" by Jean-Luc Arnaud published
6 | by Editions Parenthèses presents all the different cartographic series produced
7 | from Cassini''s map as well as its many other thematic variations'
8 | keyw: france
9 | lang: FR
10 | lastCheck: '2025-05-27T17:50:35.664662'
11 | link: https://www.editionsparentheses.com/La-Carte-de-France?nouveauA=nouveau&idart=838
12 | microlink:
13 | desc: Pour connaître et selon le cas défendre, aménager, exploiter ou soumettre
14 | un territoire, la carte constitue un outil incomparable. Œuvre de haute précision,
15 | son établissement a toujours mobilisé les techniques les plus avancées pour
16 | réunir des informations précieuses, voire confidentielles, longtemp…
17 | image: https://www.editionsparentheses.com/local/cache-vignettes/L420xH262/9782863643303.in02-33040.jpg
18 | logo: https://www.editionsparentheses.com/squelettes/favicon.ico
19 | title: La Carte de France
20 | rid: 1839
21 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-10-05-1914.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-10-05
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"All the docks" is the challenge of @oobr of visiting the nearly 300 Santander
6 | Cycles stations in East London on a 110km bike ride (spoiler: he makes it)'
7 | keyw: bikes
8 | lastCheck: '2025-04-22T16:42:47.013182'
9 | link: https://oobrien.com/2022/09/all-the-docks/
10 | microlink:
11 | desc: '[Update: How it went]'
12 | image: https://oobrien.com/wordpress/wp-content/uploads/2022/09/allthedocks_full.jpg
13 | logo: https://oobrien.com/favicon.ico
14 | title: All the Docks – O.O’Brien
15 | - desc: 'The map of the most used swearword in each state of the USA (I have no further
16 | clues about the author or how it was made or its accuracy or why other swearword
17 | are missing), I guess #NSFW for people very sensitive'
18 | keyw: swearword
19 | lastCheck: '2025-04-22T16:42:47.695331'
20 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F1k7rogl8wgq91.png
21 | microlink:
22 | image: https://i.redd.it/1k7rogl8wgq91.png
23 | title: 1k7rogl8wgq91.png
24 | - desc: The situation in the Far East in 2022 seen by the illustrator Ah To (阿塗) from
25 | Hong Kong
26 | keyw: china
27 | lastCheck: '2025-04-22T16:42:48.222473'
28 | link: https://pbs.twimg.com/media/Fd6S1dDaEAI8Tfv?format=jpg&name=large
29 | microlink:
30 | image: https://pbs.twimg.com/media/Fd6S1dDaEAI8Tfv?format=jpg&name=large
31 | logo: https://pbs.twimg.com/favicon.ico
32 | title: Fd6S1dDaEAI8Tfv (1672×2048)
33 | rid: 1914
34 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-10-12-1919.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-10-12
3 | layout: rafaga
4 | rafagas:
5 | - desc: Watchmaker Meistersinger is known for its single-hand models, and has released
6 | a special edition Best Friends with images of the Moon and Earth on the dial and
7 | another with just the Earth (both of which like enough)
8 | keyw: watch
9 | lastCheck: '2025-04-08T10:19:48.218032'
10 | link: https://meistersinger.com/en/product/edition-best-friends/?v=04c19fa1e772
11 | microlink:
12 | desc: Black
13 | image: https://meistersinger.com/wp-content/uploads/2021/01/MSReWork21_Site-Logo_EN_250x100_20210109.svg
14 | logo: https://meistersinger.com/wp-content/uploads/2020/12/favicon-300x300.png
15 | title: Edition Best Friends – MeisterSinger – The Single-hand Watch
16 | - desc: "RT JanaKerr: Kwijl. Kerstcadeau gevonden \U0001F913@MapStorms ❤️"
17 | keyw: old maps
18 | lastCheck: '2025-04-08T10:19:50.566206'
19 | link: https://twitter.com/JanaKerr/status/1579491680868528130
20 | microlink:
21 | desc: Don’t miss what’s happening
22 | logo: https://abs.twimg.com/responsive-web/client-web/icon-ios.b1fc7279.png
23 | title: Tweet / Twitter
24 | rid: 1919
25 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-12-06-1958.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-12-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'The Stamen basemaps, which have been online for free for over ten years and
6 | may disappear this 2023 due to lack of money, are well present in the #30DayMapChallenge'
7 | keyw: basemaps
8 | lastCheck: '2025-05-27T17:31:14.574084'
9 | link: https://stamen.com/30daymapchallenge-2022/
10 | microlink:
11 | desc: 'Every year in November, cartographers around the world take part in the
12 | 30 Day Map Challenge, spending their free time creating a new map each day,
13 | working through a list of different prompts posted by organizer Topi Tjukanov,
14 | and sharing their maps on social media at the #30DayMapChallenge hashtag.…'
15 | image: https://stamen.com/wp-content/uploads/2022/12/30daymapchallenge-1024x512.png
16 | logo: https://stamen.com/wp-content/uploads/2022/03/favicon-16x16-1.png
17 | title: '#30DayMapChallenge 2022 | Stamen'
18 | - desc: 'RT lecartographe: If your digestive tract was a #metro map #LeCartographe
19 | #MiamMiam'
20 | keyw: metro
21 | lastCheck: '2025-05-27T17:31:15.029433'
22 | link: https://twitter.com/lecartographe/status/1599807281532526597
23 | microlink:
24 | desc: Don’t miss what’s happening
25 | logo: https://abs.twimg.com/responsive-web/client-web/icon-ios.b1fc727a.png
26 | title: Tweet / Twitter
27 | rid: 1958
28 | ---
--------------------------------------------------------------------------------
/_posts/2022/2022-12-08-1960.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-12-08
3 | layout: rafaga
4 | rafagas:
5 | - desc: Interactive 3D visualization of the orbits of all satellites in the Starlink
6 | constellation, simultaneously or separately depending on launch date
7 | keyw: satellites
8 | lang: ES
9 | lastCheck: '2025-05-27T17:41:45.976411'
10 | link: https://heavens-above.com/StarLink.aspx
11 | microlink:
12 | desc: Satellite predictions and other astronomical data customised for your location.
13 | image: https://www.heavens-above.com/images/LogoNew.png
14 | logo: https://heavens-above.com/favicon.ico
15 | title: Starlink - dynamic 3D orbit display
16 | rid: 1960
17 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-04-07-2040.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-04-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: The Perigee watch from the Chinese firm Behrens includes, among other complications,
6 | a domed globe to represent the day/night indication and a moon position tracking
7 | system
8 | keyw: watch
9 | lastCheck: '2025-05-27T17:43:17.641719'
10 | link: https://www.behrens2012.com/
11 | microlink:
12 | desc: While continue development has been a major goal for BEHRENS. Throughout
13 | the past years, apart from designing and developing our wristwatch collections,
14 | we have also been developing our own in-house movement as part of the brand’s
15 | strategy. After years of hard work and testing conducted, we are fina…
16 | image: https://i0.wp.com/www.behrens2012.com/wp-content/uploads/2022/09/B027-BLK-001.jpg?fit=1000%2C1500&ssl=1
17 | logo: https://i0.wp.com/www.behrens2012.com/wp-content/uploads/2022/09/cropped-favicon.jpg?fit=192%2C192&ssl=1
18 | title: "“PERIGEE” Manual Wind Wristwatch (Limited Edition 200pc) (Pre-Order) -
19 | \U0001D401\U0001D404\U0001D407\U0001D411\U0001D404\U0001D40D\U0001D412 | 貝倫斯
20 | | 贝伦斯 OFFICIAL Page"
21 | rid: 2040
22 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-06-15-2087.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-06-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'The lack of data is also a valuable source of data: the silence of turned-off
6 | AIS hides about 6 percent of the world''s commercial fishing activity'
7 | invalid: true
8 | keyw: fishing
9 | lastCheck: '2025-04-08T10:19:30.168599'
10 | link: https://www.washingtonpost.com/climate-environment/interactive/2023/map-illegal-fishing/
11 | - desc: A new report on drought in the Western Mediterranean from JRC's Copernicus
12 | Global Drought Observatory shows the extent of water scarcity affecting the region
13 | and how soil moisture is being reduced
14 | keyw: drought
15 | lastCheck: '2025-04-08T10:20:32.580756'
16 | link: https://joint-research-centre.ec.europa.eu/jrc-news-and-updates/severe-drought-western-mediterranean-faces-low-river-flows-and-crop-yields-earlier-ever-2023-06-13_en
17 | microlink:
18 | desc: A severe drought has reduced soil moisture and river flows, and stunting
19 | plants and crops during their crucial growing season
20 | image: https://joint-research-centre.ec.europa.eu/sites/default/files/styles/ewcms_metatag_image/public/2023-06/AdobeStock_181886198_withcopyrights.png?itok=Ud8v0JhT
21 | logo: https://joint-research-centre.ec.europa.eu/profiles/contrib/ewcms/themes/ewcms_theme/favicon.ico
22 | title: 'Severe drought: western Mediterranean faces low river flows and crop yields
23 | earlier than ever'
24 | rid: 2087
25 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-08-08-2120.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-08-08
3 | layout: rafaga
4 | rafagas:
5 | - desc: A European consortium with Rwanda uses Earth Observation (EO) tools to develop
6 | a monitoring and restoration system for urban wetlands and visualization tools
7 | that facilitate urban planning
8 | keyw: wetlands
9 | lastCheck: '2025-05-27T17:52:46.138423'
10 | link: https://gda.esa.int/story/urban-wetlands-eo-based-tools-to-support-wetland-restoration-in-rwanda/
11 | microlink:
12 | desc: The European Space Agency’s GDA AID Urban Sustainability has been supporting
13 | the World Bank (WB) Second Rwanda Urban Development Project (RUDPII). The consortium
14 | is using Earth Observation (EO) to develop … Read more
15 | image: https://gda.esa.int/wp-content/uploads/2023/07/pexels-jamkw-ng-13239604-scaled.jpg
16 | logo: https://gda.esa.int/wp-content/uploads/2022/02/cropped-ESA_logo_simple.svg_-270x270.png
17 | title: 'Urban Wetlands: EO-based tools to support wetland restoration in Rwanda
18 | | GLOBAL DEVELOPMENT ASSISTANCE'
19 | rid: 2120
20 | ---
21 |
22 | Happy August 🏖! 😎
--------------------------------------------------------------------------------
/_posts/2023/2023-08-24-2122.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-08-24T10:53:30+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Strapping a piece of wood with a GPS and a transmitter to document and map
6 | its journey from McKenzie River, through forests and sea, to its final destination
7 | at the bottom of the ocean
8 | keyw: log
9 | lastCheck: '2025-04-11T08:44:50.063415'
10 | link: https://gpslogdrive.com/
11 | microlink:
12 | desc: Web site created using create-react-app
13 | image: https://gpslogdrive.com/static/media/McKenzieRiver.30641227f32f27c57780.jpg
14 | title: GPS Log Drive
15 | - desc: Kolekaart is a final-grade project completed by Thijs Erik Schouten in partnership
16 | with the Cartography Shop Webmapper, displaying historical data on the spread
17 | of cholera during the 1866 Amsterdam epidemic
18 | keyw: cholera
19 | lastCheck: '2025-04-11T08:44:51.315898'
20 | link: https://www.kolerekaart.nl/
21 | microlink:
22 | desc: Gedurende vijf maanden vielen er 1142 sterfgevallen aan de gevolgen van
23 | cholera. Hoe kwam dit? Welke factoren speelden een rol? Kolerekaart gaat over
24 | het visualiseren van historische data met moderne technieken.
25 | image: https://www.kolerekaart.nl/tiles/basemap/14/8414/5383.png
26 | title: Kolerekaart
27 | rid: 2122
28 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-10-30-2166.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-10-30
3 | layout: rafaga
4 | rafagas:
5 | - desc: A step-by-step guide to obtain and prepare DEM models for 3D printing
6 | keyw: 3D
7 | lastCheck: '2025-03-26T11:23:32.555290'
8 | link: https://opentopography.org/learn/3D_printing
9 | microlink:
10 | desc: NSF funded OpenTopography facilitates community access to high-resolution,
11 | Earth science-oriented, topography data (Airborne lidar, structure from motion
12 | photogrammetry, Terrestrial Laser Scanner), and related tools and resources.
13 | image: https://object.cloud.sdsc.edu/v1/AUTH_opentopography/www/images/YakimaDEM.png
14 | logo: https://opentopography.org/sites/opentopography.org/files/favicon.ico
15 | title: 3D Printing Digital Elevation Models | OpenTopography
16 | - desc: Track and display the orbits and positions of all kinds of space vehicles
17 | with search and alert tools
18 | keyw: space
19 | lastCheck: '2025-03-26T11:23:33.901576'
20 | link: https://www.n2yo.com/
21 | microlink:
22 | desc: Select any satellite orbiting the Earth and check where it is located now
23 | image: https://www.n2yo.com/img/n2yo-circle-fb.png
24 | logo: https://www.n2yo.com/n2yo-logo.png
25 | title: N2YO.com - real time satellite tracking
26 | rid: 2166
27 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-12-06-2191.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-12-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: More and more people try to reach Western Europe through the Balkans, taking
6 | increasingly dangerous routes to evade border police, and many die without a trace
7 | keyw: migrants
8 | lastCheck: '2025-05-27T17:52:35.264314'
9 | link: https://www.lighthousereports.com/investigation/europes-nameless-dead/
10 | microlink:
11 | desc: As more people try to reach Western Europe through the Balkans, taking increasingly
12 | dangerous routes to evade border police, many are dying without a trace
13 | image: https://www.lighthousereports.com/wp-content/uploads/2023/11/Europes-Nameless-Dead-scaled.jpg
14 | logo: https://www.lighthousereports.com/wp-content/uploads/2021/03/cropped-logo-lighthouse-reports-270x270.png
15 | title: Europe’s Nameless Dead
16 | rid: 2191
17 | ---
--------------------------------------------------------------------------------
/_posts/2023/2023-12-08-2193.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2023-12-08
3 | layout: rafaga
4 | rafagas:
5 | - desc: 'The United States of Cussing: Every U.S. State''s Favorite Swear Word (NSFW
6 | for the sensitive)'
7 | keyw: cussing
8 | lastCheck: '2025-05-27T17:38:39.754865'
9 | link: https://word.tips/us-states-curse-words-map/
10 | microlink:
11 | desc: We analyzed tweets from all 50 U.S. states and 320 cities to find out which
12 | swear words are most popular across the country, and which places have the coarsest
13 | language.
14 | image: https://word.tips/api/v1/prismic-images/4e3b45f3-5f5e-4d76-a2bd-34335fd0da1f_Header_The-United-States-of-Cussing.png?auto=compress,format&rect=0,0,800,185&w=800&h=185
15 | logo: https://word.tips/favicon.jpg
16 | title: 'The United States of Cussing: Every U.S. State’s Favorite Swear Word -
17 | Word Tips'
18 | rid: 2193
19 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-05-01-2271.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-05-01
3 | layout: rafaga
4 | rafagas:
5 | - desc: The interactive map of identification of roofs with fiber cement in Catalonia,
6 | with a minimum surface between 35 m² and 100 m², using remote sensing techniques
7 | supplemented with AI algorithms
8 | keyw: asbestos
9 | lang: CA
10 | lastCheck: '2025-05-27T17:35:19.893968'
11 | link: https://visors.icgc.cat/fibrociment-cobertes/
12 | microlink:
13 | desc: Cobertes de fibrociment a Catalunya
14 | logo: https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://visors.icgc.cat/fibrociment-cobertes/&size=128
15 | title: Cobertes de fibrociment a Catalunya
16 | rid: 2271
17 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-06-18-2804.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-06-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: QuickWebViewer is a plugin that allows online publishing of maps created with
6 | QGIS through a simple three-step process to publish easily and with a low-complexity
7 | infrastructure
8 | keyw: QuickWebViewer
9 | lastCheck: '2025-05-27T17:52:19.013666'
10 | link: https://gitlab.com/300000-kms/QuickWebViewer
11 | microlink:
12 | desc: QGIS Plugin
13 | image: https://gitlab.com/uploads/-/system/project/avatar/50588538/icon_0.png
14 | logo: https://gitlab.com/assets/favicon-72a2cad5025aa931d6ea56c3201d1f18e68a8cd39788c7c80d5b2b82aa5143ef.png
15 | title: 300000kms_gerald / QuickWebViewer · GitLab
16 | - desc: The appearance of the Grand Canyon of the Colorado changes with the time of
17 | day and the seasons, and the map appearance also varies in these 13 views
18 | keyw: colorado
19 | lastCheck: '2025-05-27T17:52:20.747473'
20 | link: https://storymaps.arcgis.com/stories/23e7f07fb8744743934ee6db008da0ef
21 | microlink:
22 | desc: A cartographic tour of a natural wonder
23 | image: https://cdn.arcgis.com/sharing/rest/content/items/23e7f07fb8744743934ee6db008da0ef/resources/hB7OuK79j-qOqyhfVHZRw.jpeg?w=400
24 | logo: https://storymaps.arcgis.com/static/images/favicon-32x32.png
25 | title: Thirteen ways of looking at the Grand Canyon
26 | rid: 2804
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-06-20-2806.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-06-20
3 | layout: rafaga
4 | rafagas:
5 | - desc: The AMB cycle route viewer allows you to calculate three types of route through
6 | the network of bike lanes in Barcelona and its surroundings (but watch out for
7 | the addresses, which fail)
8 | keyw: cycling
9 | lastCheck: '2025-05-27T17:30:16.859076'
10 | link: https://visorbicicleta.amb.cat/?lang=en
11 | microlink:
12 | desc: Mostrar menu
13 | image: https://visorbicicleta.amb.cat/assets/images/icons/ic_bici_particular.svg
14 | logo: https://visorbicicleta.amb.cat/favicon.ico
15 | title: Visor bicicleta AMB
16 | - desc: The World Historical Gazetteer (WHG) provides a collection of content and
17 | services that enable historians to make spatial and temporal reasoning and visualizations
18 | in a data-rich environment at a global and transregional scale
19 | keyw: gazetter
20 | lastCheck: '2025-05-27T17:30:17.489272'
21 | link: https://whgazetteer.org/
22 | microlink:
23 | desc: The World Historical Gazetteer is a platform for linking records about historical
24 | places, allowing people to make spatial connections across time and language.
25 | You can learn more about gazetteers, which are directories of named places,
26 | here .
27 | image: https://whgazetteer.org/static/images/whg_logo.svg
28 | logo: https://whgazetteer.org/static/images/favicon.ico
29 | title: WHG v3.0 beta
30 | rid: 2806
31 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-06-27-2811.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-06-27
3 | layout: rafaga
4 | rafagas:
5 | - desc: Climate change, which directly affects humans, also forces adaptation to animals
6 | and their associated diseases that are now moving to other territories
7 | keyw: climate
8 | lastCheck: '2025-05-27T17:40:22.779581'
9 | link: https://grist.org/climate-connections-diseases-pathogens
10 | microlink:
11 | desc: Animals, bugs, algae, and even fungi are shifting to accommodate an ever-hotter
12 | planet — and they’re bringing dangerous diseases with them.
13 | image: https://grist.org/wp-content/uploads/2023/07/ap-grist-explainer-social-image-3.jpg
14 | logo: https://grist.org/wp-content/uploads/2021/03/Grist-Favicon.png
15 | title: How climate change is making us sick
16 | - desc: Four decades of US Federal Aviation Administration (FAA) and US Bureau of
17 | Transportation Statistics (BTS) aircraft flight data analyzed and visualized with
18 | HEAVY.AI
19 | keyw: flight
20 | lastCheck: '2025-05-27T17:40:23.631079'
21 | link: https://tech.marksblogg.com/heavyiq-faa-ai-llm-gpu-database.html
22 | microlink:
23 | desc: Benchmarks & Tips for Big Data, Hadoop, AWS, Google Cloud, PostgreSQL, Spark,
24 | Python & More…
25 | image: https://tech.marksblogg.com/theme/images/heavyai_screenshot.png
26 | logo: https://tech.marksblogg.com/theme/images/mark.jpg
27 | title: 'HeavyIQ: Understanding 220M Flights with AI'
28 | rid: 2811
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-06-28-2812.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-06-28
3 | layout: rafaga
4 | rafagas:
5 | - desc: In York, England, a "snickelway" is a narrow alley known as a "snicket", "gimmel"
6 | or "alleyway" (the word is a combination of all three) and Mark Jones has written
7 | a guide to it with a map and route
8 | keyw: snickelway
9 | lastCheck: '2025-05-27T17:30:40.176306'
10 | link: http://snickelways.co.uk/index.html
11 | microlink:
12 | desc: The official website of Snickelways and A Walk Around the Snickelways of
13 | York by Mark W Jones
14 | image: https://snickelways.co.uk/wpimages/wp3780ed31_06.png
15 | logo: https://logo.clearbit.com/snickelways.co.uk
16 | title: Snickelways Home
17 | - desc: Online conversion between geographic coordinates (in decimal degrees, degrees
18 | minutes seconds), standard UTM, and UTM NATO, with an Excel to make mass conversions
19 | and an app for Android
20 | keyw: coordinates
21 | lang: ES
22 | lastCheck: '2025-05-27T17:30:40.472000'
23 | link: https://franzpc.com/apps/conversor-coordenadas-geograficas-utm.html
24 | microlink:
25 | desc: Convierte coordenadas entre UTM, geográficas, grados, minutos, segundos
26 | y NATO con nuestra herramienta gratuita y fácil de usar.
27 | image: https://acolita.com/wp-content/uploads/2017/08/Calculadora-geodesica.png
28 | logo: https://franzpc.com/favicon.ico
29 | title: 'Conversor de Coordenadas: Geográficas a UTM y Más'
30 | rid: 2812
31 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-07-16-2824.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-07-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: The forest fire danger maps of Catalonia created by the Department of Climate
6 | Action, Food and Rural Agenda are updated daily and can be downloaded georeferenced
7 | keyw: wildfires
8 | lang: CA
9 | lastCheck: '2025-05-23T09:29:02.327915'
10 | link: https://agricultura.gencat.cat/ca/ambits/medi-natural/incendis-forestals/perill-incendi-diari-informe-setmanal/mapa-perill-incendi/
11 | microlink:
12 | desc: Actualització diària
13 | logo: https://agricultura.gencat.cat/web/resources/fwkResponsives/common/img/favicon.ico
14 | title: Mapa de perill d’incendi forestal
15 | - desc: Combining old maps with remote sensing data to identify forests older than
16 | 150 years to protect natural ecosystems under the EU Biodiversity Strategy 2030
17 | keyw: forests
18 | lastCheck: '2025-05-23T09:29:03.471865'
19 | link: https://conbio.onlinelibrary.wiley.com/doi/10.1111/conl.13043
20 | microlink:
21 | desc: conbio.onlinelibrary.wiley.com needs to review the security of your connection
22 | before proceeding.
23 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://conbio.onlinelibrary.wiley.com/doi/10.1111/conl.13043&size=128
24 | title: Just a moment...
25 | rid: 2824
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-07-25-2831.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-07-25
3 | layout: rafaga
4 | rafagas:
5 | - desc: The 3D geoinformation research group of the Urban Data Science Section of
6 | the Delft University of Technology has developed an online georeferencer of IFC
7 | files
8 | keyw: 3D
9 | lastCheck: '2025-05-27T17:50:25.816323'
10 | link: https://ifcgref.bk.tudelft.nl/templates/guid.html
11 | microlink:
12 | desc: Welcome to IfcGref! This guide will help you navigate and use the tool effectively
13 | to upload, georeference, and visualize IFC files.
14 | image: https://ifcgref.bk.tudelft.nl/static/images/logo1.png
15 | logo: https://ifcgref.bk.tudelft.nl/static/images/flavicon.png
16 | title: IfcGref User Guide
17 | - desc: The CASEI catalog provides a searchable inventory of contextual metadata for
18 | the more than 50-year history of NASA's air and field activities
19 | keyw: NASA
20 | lastCheck: '2025-05-27T17:50:26.806346'
21 | link: https://developmentseed.org/blog/2024-06-19-airborne-visualization/
22 | microlink:
23 | desc: How NASA’s Catalog of Archived Suborbital Earth Science Investigations brings
24 | airborne campaigns to life through interactive web visualizations
25 | image: https://developmentseed.org/static/0201789f4b4954bc3b986f99ea9966db/556c8/casei-blog-cover.jpg
26 | logo: https://developmentseed.org/meta/android-chrome.png
27 | title: Visualizing NASA Airborne and Field Campaigns — Development Seed
28 | rid: 2831
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-02-2837.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-02T09:34:09+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Paulina Rowinska's book "Mapmatics" is an intriguing exploration of how cartography
6 | shapes our world and the impact of maps on our daily lives
7 | keyw: maps
8 | lastCheck: '2025-05-27T17:35:19.893966'
9 | link: https://www.panmacmillan.com/authors/paulina-rowinska/mapmatics/9781035007042
10 | microlink:
11 | desc: Find out more about Mapmatics by Paulina Rowinska
12 | image: https://ik.imagekit.io/panmac/tr:di-placeholder_portrait_aMjPtD9YZ.jpg,tr:w-350,f-jpg,pr-true/edition/9781035007042.jpg
13 | logo: https://www.panmacmillan.com/icons/icon-512x512.png?v=9c2bc0e2f951cbe5968e6633f2334d66
14 | title: Mapmatics by Paulina Rowinska
15 | - desc: Maps representing various data topics from the 2021 European population census
16 | using multiple visualization techniques.
17 | keyw: europe
18 | lastCheck: '2025-05-27T17:35:21.251140'
19 | link: https://ec.europa.eu/assets/estat/E/E4/gisco/website/census_2021_grid_map/index.html
20 | microlink:
21 | desc: Total population
22 | logo: https://ec.europa.eu/favicon.ico
23 | title: index.html
24 | rid: 2837
25 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-07-2839.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: Study of coyotes and red foxes in Madison, Wisconsin, reveals how canids can
6 | thrive as urban dwellers
7 | keyw: canids
8 | lastCheck: '2025-05-27T17:31:11.935337'
9 | link: https://storymaps.arcgis.com/stories/2b97488155a940ae81fc15e70c3cd126
10 | microlink:
11 | desc: A study of coyotes and red foxes in Madison, Wisconsin, reveals how canids
12 | can thrive as urban denizens.
13 | image: https://cdn.arcgis.com/sharing/rest/content/items/2b97488155a940ae81fc15e70c3cd126/resources/xF3DhAbN7iwRZ_AQzF0Vj.jpg?w=400
14 | logo: https://storymaps.arcgis.com/static/images/favicon-32x32.png
15 | title: Carnivores in the city
16 | - desc: An easy way to create a basic basemap, without GIS software, especially if
17 | you want to test orthographic projection oblique perspectives
18 | keyw: basemaps
19 | lastCheck: '2025-05-27T17:31:13.551948'
20 | link: https://www.mapspam.net/orthographic-map-creator/
21 | microlink:
22 | desc: Orthographic Map Creator
23 | image: https://www.mapspam.net/wp-content/uploads/2024/06/India-Extreme-Ortho-1024x379.png
24 | logo: https://www.mapspam.net/wp-content/uploads/2021/01/MapSpam-1c.jpg
25 | title: Orthographic Map Creator – Mapspam
26 | via: '@RhodesMaps'
27 | rid: 2839
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-12-2841.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-12
3 | layout: rafaga
4 | rafagas:
5 | - desc: Aerial drone footage of typically American vehicle scrap yards, shared as
6 | art and data under CC BY SA license © 2024 by Justin Meyers
7 | keyw: scrapyards
8 | lastCheck: '2025-03-10T10:32:08.406165'
9 | link: https://salvageyarddrone.wordpress.com/
10 | microlink:
11 | desc: Drone Maps of Salvage Yards
12 | image: https://s0.wp.com/i/blank.jpg
13 | logo: https://s2.wp.com/i/webclip.png
14 | title: Salvage Yard Drone
15 | - desc: The light pollution map around the world, originally to show VIIRS/DMSP data
16 | but now including other data sources, and even has a mobile version
17 | keyw: pollution
18 | lastCheck: '2025-03-10T10:32:08.899009'
19 | link: https://www.lightpollutionmap.info/#zoom=3.77&lat=44.1335&lon=-0.4728
20 | microlink:
21 | desc: Interactive world light pollution map. The map uses NASA VIIRS, World Atlas
22 | 2015, Aurora prediction, observatories, clouds and SQM/SQC overlay contributed
23 | by users.
24 | image: https://www.lightpollutionmap.info/img/information_icon.png
25 | logo: https://www.lightpollutionmap.info/favicon-196x196.png
26 | title: Light pollution map
27 | rid: 2841
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-14-2842.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-14
3 | layout: rafaga
4 | rafagas:
5 | - desc: Visual breakdown of voter abstention across the European Union (EU) correlated
6 | with inequality, unemployment and schooling data for 697 electoral events between
7 | 1974 and 2023
8 | keyw: abstention
9 | lastCheck: '2025-04-24T15:46:17.501348'
10 | link: https://abstencao.divergente.pt/en
11 | microlink:
12 | desc: Data-driven feature that analyses the demographics and socioeconomic profiles
13 | of non-voters across the 27 EU member states
14 | image: https://abstencao.divergente.pt/banner.jpg
15 | logo: https://abstencao.divergente.pt/favicon.ico
16 | title: The non voter time-bomb | DIVERGENTE
17 | - desc: Video recordings of walking tours of various cities around the world, both
18 | day and night, with and without sound, to make the virtual tourist
19 | keyw: walks
20 | lastCheck: '2025-04-24T15:46:17.882642'
21 | link: https://citywalks.live/
22 | microlink:
23 | logo: https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://citywalks.live/&size=128
24 | title: citywalks.live
25 | rid: 2842
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-19-2844.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-19
3 | layout: rafaga
4 | rafagas:
5 | - desc: Interactive explorer of the dynamic transformations and rate of retreat of
6 | Greenland's glaciers that significantly contribute to global sea level rise
7 | keyw: glaciers
8 | lastCheck: '2025-05-27T17:52:19.185533'
9 | link: https://experience.arcgis.com/experience/06e1ee402d9449f0b64d4144cdb3af09/page/Helheim/?views=Intro-View
10 | microlink:
11 | logo: https://www.arcgis.com/favicon.ico
12 | title: Experience
13 | - desc: The CNIG map service allows you to obtain personalized maps of many different
14 | sizes and finishes, with and without user data, in PDF and also printed on paper
15 | keyw: mapservice
16 | lastCheck: '2025-05-27T17:52:20.302101'
17 | link: https://mapaalacarta.cnig.es/
18 | microlink:
19 | desc: Con Mapa a la Carta podrás crear una cartografía personalizada a partir
20 | del Mapa Topográfico Nacional del Instituto Geográfico Nacional. Centra el área
21 | del mapa, añade tus rutas, dibuja geometrías, escribe un título e inserta una
22 | imagen en la portada.
23 | logo: https://mapaalacarta.cnig.es/favicon.ico
24 | title: Mapa a la Carta
25 | rid: 2844
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-21-2845.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-21
3 | layout: rafaga
4 | rafagas:
5 | - desc: How will climate zones change on the planet between now and 2070 and what
6 | weather can we expect our cities to experience in the future
7 | keyw: climate
8 | lastCheck: '2025-05-27T17:41:08.745579'
9 | link: https://pudding.cool/2024/06/climate-zones/
10 | microlink:
11 | desc: Explore how will your city feel in the future.
12 | image: https://pudding.cool/2024/06/climate-zones/assets/social.jpg
13 | logo: https://pudding.cool/favicon.ico
14 | title: Climate Zones
15 | - desc: Study of Melbourne data 2012-2018 for all types of non-business travel by
16 | residents shows how and why patterns vary by gender and parental status
17 | keyw: travel
18 | lastCheck: '2025-05-27T17:41:08.984718'
19 | link: https://chartingtransport.com/2024/07/01/how-and-why-do-travel-patterns-vary-by-gender-and-parenting-status/
20 | microlink:
21 | desc: A lot of published transport analysis – including on this blog – has been
22 | gender-blind. Yet there are quite significant differences in travel patterns
23 | between men and women, and also be…
24 | image: https://chartingtransport.com/wp-content/uploads/2024/07/daily-trips-by-gender-parenting-16x9-1.png
25 | logo: https://secure.gravatar.com/blavatar/4458bd2b6990fb43336597c13c634da3dcd45b93b23dbb0044f022de153f3c98?s=32
26 | title: How and why do travel patterns vary by gender and parenting status?
27 | rid: 2845
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-23-2846.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-23
3 | layout: rafaga
4 | rafagas:
5 | - desc: Map, open to collaborations, of Canada's songs collected during the coast-to-coast
6 | bike ride
7 | keyw: songs
8 | lastCheck: '2025-05-07T10:25:05.310812'
9 | link: https://www.greatcanadiansongcycle.com/songs
10 | microlink:
11 | desc: '0'
12 | image: http://static1.squarespace.com/static/663ab6a7c7a96a75229a3195/t/66614dbdc909a80a6138889e/1717652925734/GCSC+1200x630.png?format=1500w
13 | logo: https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.greatcanadiansongcycle.com/songs&size=128
14 | title: Song Map — The Great Canadian Song Cycle
15 | - desc: A new tool that rapidly ingests, processes and displays water quality maps
16 | generated from Landsat 8 and 9 Operational Land Imager (OLI) and Copernicus Sentinel-2
17 | (MSI)
18 | keyw: water
19 | lastCheck: '2025-05-07T10:25:05.841322'
20 | link: https://ladsweb.modaps.eosdis.nasa.gov/stream/
21 | microlink:
22 | desc: Satellite-based analysis Tool for Rapid Evaluation of Aquatic environMents
23 | image: https://ladsweb.modaps.eosdis.nasa.gov/stream/images/nasa_logo_white.png
24 | logo: https://ladsweb.modaps.eosdis.nasa.gov/favicon.ico
25 | title: STREAM
26 | rid: 2846
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-28-2848.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-28T12:42:41+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Monitor bird diversity over time using sound recordings and citizen assistance,
6 | as acoustic biomonitoring indicates changes in species composition
7 | keyw: birds
8 | lastCheck: '2025-05-27T17:35:27.080530'
9 | link: https://explore.dawn-chorus.org/
10 | microlink:
11 | desc: Dawn Chorus - Data Portal
12 | image: https://explore.dawn-chorus.org/assets/imgs/logo.svg
13 | logo: https://explore.dawn-chorus.org/assets/icon/icon.png
14 | title: The Chorus - Dawn Chorus
15 | - desc: France's mapping agency (IGN) is tackling its AI challenges and presenting
16 | the FLAIR reference datasets of Earth observation data from various aerospace
17 | sensors.
18 | keyw: geoai
19 | lastCheck: '2025-05-27T17:35:27.891884'
20 | link: https://ignf.github.io/FLAIR/
21 | microlink:
22 | desc: Artificial Intelligence challenges organised around geo-data and deep learning
23 | image: https://ignf.github.io/FLAIR/img/flair_bandeau.jpg
24 | logo: https://ignf.github.io/FLAIR/#353535
25 | title: FLAIR Challenges
26 | rid: 2848
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-08-30-2849.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-08-30T08:57:27+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Analog climate mapping provides a method to demonstrate how one city's climate
6 | will correspond to another city's current climate in 60 years
7 | keyw: climate
8 | lastCheck: '2025-04-22T16:42:27.456932'
9 | link: https://fitzlab.shinyapps.io/cityapp/
10 | microlink:
11 | desc: What will climate feel like in 60 years?
12 | image: https://tile.openstreetmap.org/3/3/3.png
13 | logo: https://fitzlab.shinyapps.io/cityapp/www/favicon.png
14 | title: CityApp
15 | - desc: The Depave initiative aims to help depressed urban communities adapt to climate
16 | change by converting paved surfaces into green spaces
17 | keyw: depave
18 | lastCheck: '2025-04-22T16:42:28.954856'
19 | link: https://www.depave.org/
20 | microlink:
21 | image: http://static1.squarespace.com/static/65726eb4538e3d571fbb5017/t/65727eadc306e8513fb5c9c4/1702002349090/0-Depave-Name_Logo+(1).png?format=1500w
22 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.depave.org/&size=128
23 | title: Depave
24 | rid: 2849
25 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-05-2853.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-05
3 | layout: rafaga
4 | rafagas:
5 | - desc: Due to continental drift, the remains of dinosaurs have traveled thousands
6 | of kilometers from the place of death to the place where they were found
7 | keyw: drift
8 | lastCheck: '2025-05-27T17:37:37.645130'
9 | link: https://www.datawrapper.de/blog/dinosaur-bones-continental-drift/
10 | microlink:
11 | desc: Hi, I’m Jonathan. At Datawrapper, I am responsible for the technical development
12 | of the website, blog, and Academy. In this week’s article, I’ll retrace the
13 | image: https://blog.datawrapper.de/wp-content/uploads/2024/07/weekly-chart-jonathan-dinosaurs.jpg
14 | logo: https://blog.datawrapper.de/wp-content/uploads/2021/03/favicon.png
15 | title: 'Dinosaurs: Long dead but still on the move - Datawrapper Blog'
16 | - desc: NASA Earth Data has released a new dataset of urban settlements with the populations
17 | of different areas calculated using satellite images and with trends from 1980
18 | to 2030
19 | keyw: settlements
20 | lastCheck: '2025-05-27T17:37:39.140312'
21 | link: https://app.atlas.co/embeds/u1rS1Sc239RSXoSDR5ER?loc=1.4096,52.6992,6.3225z&public=true
22 | microlink:
23 | logo: https://app.atlas.co/favicon.ico
24 | title: u1rS1Sc239RSXoSDR5ER?loc=1.4096,52.6992,6.3225z&public=true
25 | rid: 2853
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-10-2856.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-10
3 | layout: rafaga
4 | rafagas:
5 | - desc: How to reproject the world map into atypical panels, taking into account the
6 | seams, to make a globe-looking basketball (which you can buy if you're in the
7 | USA)
8 | keyw: basketball
9 | lastCheck: '2025-04-01T09:42:49.988355'
10 | link: https://andywoodruff.com/posts/2024/atlas-basketball/
11 | microlink:
12 | desc: How the heck do you make a map to print on a basketball?
13 | image: https://andywoodruff.com/posts/2024/atlas-basketball/images/atlas_shelf.jpg
14 | logo: https://andywoodruff.com/favicon.ico
15 | title: Atlas Basketball - Andy Woodruff, cartographer
16 | - desc: A map and interactive resource documenting the hidden connections within the
17 | opaque surveillance industry to trace the complex web of companies that compromise
18 | our privacy with impunity
19 | keyw: privacy
20 | lastCheck: '2025-04-01T09:42:51.272829'
21 | link: https://www.surveillancewatch.io/
22 | microlink:
23 | desc: Surveillance Watch is an interactive map revealing the intricate connections
24 | between surveillance companies, their funding sources and affiliations.
25 | image: https://www.surveillancewatch.io/og-image.jpg
26 | logo: https://www.surveillancewatch.io/icon?990f69f226f6c67a
27 | title: 'Surveillance Watch: They Know Who You Are'
28 | rid: 2856
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-11-2857.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-11
3 | layout: rafaga
4 | rafagas:
5 | - desc: The London Underground map repurposed to show the average house price within
6 | a kilometer of each station on the TfL network in August 2024
7 | keyw: london
8 | lastCheck: '2025-04-29T14:52:42.304388'
9 | link: https://tubeprices.thelondonspy.co.uk/
10 | microlink:
11 | desc: Explore average house prices near your station
12 | image: https://tubeprices.thelondonspy.co.uk/zoomed-preview-tube-map.png
13 | logo: https://tubeprices.thelondonspy.co.uk/spy-circle-logo.png
14 | title: A Tube map of London house prices
15 | - desc: Japan has built a global natural gas empire, from tankers to lines of credit
16 | to technology, which it offers as an alternative to coal despite also being a
17 | fossil fuel
18 | keyw: gas
19 | lastCheck: '2025-04-29T14:52:43.281012'
20 | link: https://www.bloomberg.com/tosv2.html?vid=&uuid=2d44dc69-96ae-11ef-a8c0-8801ece3dafd&url=L2dyYXBoaWNzLzIwMjQtamFwYW4tbmF0dXJhbC1nYXMtbG5nLWdsb2JhbC10cmFkZS8=
21 | microlink:
22 | desc: Please make sure your browser supports JavaScript and cookies and that you
23 | are not blocking them from loading. For more information you can review our
24 | Terms of Service and Cookie Policy.
25 | logo: https://www.bloomberg.com/favicon.ico
26 | title: Bloomberg - Are you a robot?
27 | rid: 2857
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-12-2858.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-12
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Delicious Parks" is a collaboration to create 3D geographic models of US
6 | natural parks as 5x5 mile sections elevated above sea level and without vertical
7 | exaggeration'
8 | keyw: 3d
9 | lastCheck: '2025-04-07T10:16:54.209546'
10 | link: https://infowetrust.com/project/deliciousparks
11 | microlink:
12 | desc: 5×5-mile sections, raised above sea level without vertical exaggeration
13 | image: https://infowetrust.com/wp-content/uploads/2024/07/DeliciousParks-facebookCard.png
14 | logo: https://infowetrust.com/wp-content/uploads/2019/12/cropped-infowetrust-icon-192x192.jpg
15 | title: Delicious Parks
16 | - desc: A project using AI, urban microclimate modeling and geospatial technologies
17 | to estimate and map urban heat distribution at 1m spatial resolution
18 | keyw: heat
19 | lastCheck: '2025-04-07T10:16:56.634950'
20 | link: https://xiaojianggis.github.io/pedheat/
21 | microlink:
22 | desc: Web site created using create-react-app
23 | logo: https://xiaojianggis.github.io/pedheat/favicon.ico
24 | title: React App
25 | rid: 2858
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-13-2859.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-13
3 | layout: rafaga
4 | rafagas:
5 | - desc: Explore the Earth's surface with just a few clicks to create representations
6 | of places both visible and invisible information with the help of Clay's AI model
7 | keyw: AI
8 | lastCheck: '2025-05-27T17:40:14.158774'
9 | link: https://explore.madewithclay.org/
10 | microlink:
11 | desc: Better, faster, and cheaper Earth observation with responsible AI
12 | image: https://explore.madewithclay.org/clay-og.jpg
13 | logo: https://explore.madewithclay.org/favicons/apple-touch-icon.png
14 | title: Clay Explore
15 | - desc: Watch Duty is an app run by human volunteers who collaborate in real-time
16 | to collect information from official sources and show wildfires on the map with
17 | additional data
18 | keyw: wildfires
19 | lastCheck: '2025-05-27T17:40:15.323381'
20 | link: https://www.watchduty.org/
21 | microlink:
22 | desc: Watch Duty, a 501(c)(3) nonprofit, alerts you of nearby wildfires and firefighting
23 | efforts in real-time.
24 | image: https://cdn.prod.website-files.com/640277def019d877c6769b10/6495c7b68e1e3dcb0d6f72e1_watch-duty-og-image.png
25 | logo: https://cdn.prod.website-files.com/640277def019d877c6769b10/643ef8d67c151b7210794386_Favicon.png
26 | title: Watch Duty - Wildfire Maps & Alerts
27 | rid: 2859
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-16-2860.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: The number of newspapers and journalists in the USA has been declining, to
6 | the point that in many places no longer have any local newspapers or they only
7 | have 1 they are informational deserts
8 | keyw: newspapers
9 | lastCheck: '2025-05-23T09:29:01.314645'
10 | link: https://bigthink.com/strange-maps/counties-without-newspapers/
11 | microlink:
12 | desc: Most counties in the U.S. have only one local newspaper, often one that
13 | publishes weekly instead of daily.
14 | image: https://bigthink.com/wp-content/uploads/2024/02/Cropped-News-Desert.png?resize=1200,630
15 | logo: https://bigthink.com/wp-content/uploads/2023/06/cropped-bt-icon-512x512-1-1.png?w=192
16 | title: America’s news deserts are growing
17 | - desc: As ships cross the world's oceans they can leave behind a distinct and visible
18 | cloud trail, just like airplanes in the sky, a product of the ships' own emissions
19 | keyw: ships
20 | lastCheck: '2025-05-23T09:29:02.028210'
21 | link: https://www.geographyrealm.com/ships-clouds-oceans/
22 | microlink:
23 | desc: Ships can create a trail of clouds as they travel over the world’s oceans.
24 | image: https://www.geographyrealm.com/wp-content/uploads/2022/05/atlantic-ocean-ship-tracks-portugal-2018016.jpg
25 | logo: https://www.geographyrealm.com/wp-content/uploads/2023/12/geo-cube-logo.png
26 | title: How Ships Create Clouds Over the Oceans
27 | rid: 2860
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-20-2864.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-20
3 | layout: rafaga
4 | rafagas:
5 | - desc: The catalog of aerial photographs of the ICGC, with more than 1,000,000 frames
6 | of the Catalan territory from 1942 until now, available online in a viewer that
7 | allows downloading
8 | keyw: catalonia
9 | lang: CA
10 | lastCheck: '2025-05-27T17:35:24.006786'
11 | link: https://visors.icgc.cat/fototeca/#/fotograma/800012170481247&loc=10.39/42.4375/1.9007
12 | microlink:
13 | desc: Fototeca de Catalunya
14 | image: https://visors.icgc.cat/fototeca/capture.png
15 | logo: https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://visors.icgc.cat/fototeca/&size=128
16 | title: Fototeca de Catalunya
17 | - desc: A combination of OSM tags and Google satellite images to visualize the 59,705
18 | basketball courts in the USA, to be able to collaboratively document the stories
19 | behind them
20 | keyw: basketball
21 | lastCheck: '2025-05-27T17:35:24.370522'
22 | link: https://pudding.cool/2024/09/courts/
23 | microlink:
24 | desc: Explore Satellite Imagery of 59,507 Basketball Courts
25 | image: https://pudding.cool/2024/09/courts/assets/social.jpg
26 | logo: https://pudding.cool/favicon.ico
27 | title: Every Outdoor Basketball Court in the U.S.A.
28 | rid: 2864
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-23-2865.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-23T10:08:59+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: A new interactive map created by Sony Computer Science Laboratories displays
6 | the accessibility score for numerous worldwide categorized as 15-minute cities
7 | keyw: cities
8 | lastCheck: '2025-05-23T09:28:28.682694'
9 | link: https://whatif.sonycsl.it/15mincity/index.php
10 | microlink:
11 | desc: Welcome to the 15min-City platform, which allows you to see how 15-minute
12 | worldwide cities are! Click on a city to open the map with the times of accessibility
13 | or check the rankings in the bar below.
14 | image: https://whatif.sonycsl.it/15mincity/img/15-mincity%20logo%20oriz%20COLOR.png
15 | logo: https://whatif.sonycsl.it/15mincity/img/favicon.ico
16 | title: 15min-City
17 | - desc: '"Pour un spatio-féminisme. De l''espace à la carte" is an innovative counter-cartographic
18 | essay by Nepthys Zwer offering a new perspective on alienation, subjugation, and
19 | domination my male powers'
20 | keyw: feminism
21 | lang: fr
22 | lastCheck: '2025-05-23T09:28:29.032669'
23 | link: https://www.editionsladecouverte.fr/pour_un_spatio_feminisme-9782348084195
24 | microlink:
25 | logo: https://www.editionsladecouverte.fr/favicon.ico
26 | title: pour_un_spatio_feminisme-9782348084195
27 | rid: 2865
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-24-2866.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-24T10:23:53+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: The "Atlas of Ungulate Migration" is a comprehensive collection of current
6 | migration maps for conservation planning, infrastructure development, and policy
7 | formulation
8 | keyw: migrations
9 | lastCheck: '2025-05-06T10:19:41.636346'
10 | link: https://www.cms.int/en/gium/migration-atlas
11 | microlink:
12 | desc: '*/'
13 | image: https://www.cms.int/profiles/cms_build/themes/cms_theme/cms_frontend/images/UNEP_white_logo_32x34.png
14 | logo: https://www.cms.int/profiles/cms_build/themes/cms_theme/cms_frontend/favicon.ico
15 | title: Global Initiative on Ungulate Migration | CMS
16 | - desc: The synergy among deep learning, machine learning, and 3D analysis indicates
17 | a future in which intelligent data-driven solutions will lead progress
18 | keyw: 3d
19 | lastCheck: '2025-05-06T10:19:47.183688'
20 | link: https://storymaps.arcgis.com/stories/a94e79d686024c7aadd91751403afd32
21 | microlink:
22 | desc: Extracting Infromation from Reality Mapping products
23 | image: https://cdn.arcgis.com/sharing/rest/content/items/a94e79d686024c7aadd91751403afd32/resources/RFTmPmMOzP5uW11_lR9L3.png?w=400
24 | logo: https://storymaps.arcgis.com/static/images/favicon-32x32.png
25 | title: Reality Analytics in ArcGIS
26 | rid: 2866
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-26-2868.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-26T11:25:02+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: A trip to Spain to examine a 480-year-old map to understand the forces that
6 | influenced the violent history of Mississippi.
7 | keyw: mississippi
8 | lastCheck: '2025-05-27T17:30:31.142281'
9 | link: https://www.theatlantic.com/magazine/archive/2024/10/mississippi-history-violence-spain-new-world-map/679562/
10 | microlink:
11 | desc: The forces that would shape my home state’s violent history were set in
12 | motion by a 480-year-old map made by a Spanish explorer.
13 | image: https://cdn.theatlantic.com/thumbor/UL-N-Z9rMuU7SxrbIeFmwLTztRE=/0x156:2175x1289/1200x625/media/img/2024/09/Thompson_1/original.png
14 | logo: https://cdn.theatlantic.com/_next/static/images/apple-touch-icon-152x152-aafde20dd981a38fcd549b29b2b3b785.png
15 | title: To Understand Mississippi, I Went to Spain
16 | - desc: 18 pieces daily puzzle created with the OSM official style tiles
17 | keyw: puzzle
18 | lastCheck: '2025-05-27T17:30:31.854329'
19 | link: https://www.tripgeo.com/scrambledmaps
20 | microlink:
21 | desc: "An unhandled error has occurred. Reload \U0001F5D9"
22 | logo: https://www.tripgeo.com/favicon.png
23 | title: TripGeo
24 | rid: 2868
25 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-09-27-2869.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-09-27T09:57:50+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Understanding mercury contamination from historic gold mining in the Sierra
6 | Nevada, California, using a spatial data visualization tool for sediment, water,
7 | and biota
8 | keyw: mercury
9 | lastCheck: '2025-05-23T09:30:27.181267'
10 | link: https://ca.water.usgs.gov/sierra-mercury/
11 | microlink:
12 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://ca.water.usgs.gov/sierra-mercury/&size=128
13 | title: Legacy Mercury Contamination from Historical Gold Mining | USGS California
14 | Water Science Center
15 | - desc: OpenFreeMap allows the addition of custom maps to any website and application
16 | for free without any limitations
17 | keyw: free
18 | lastCheck: '2025-05-23T09:30:28.411192'
19 | link: https://openfreemap.org/
20 | microlink:
21 | desc: OpenFreeMap – Open-Source Map Hosting lets you display custom maps on your
22 | website and apps for free.
23 | image: https://openfreemap.org/logo.jpg
24 | logo: https://openfreemap.org/favicon.ico
25 | title: OpenFreeMap
26 | rid: 2869
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-02-2872.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-02
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"When utopia is oblivion / Quand l''utopie force l''oubli" is an immersive
6 | 360 presentation that examines the potential of emerging technologies to foster
7 | reconnection and remembrance'
8 | keyw: immersion
9 | lastCheck: '2025-03-04T16:10:11.264144'
10 | link: https://labs.spherical.studio/when-utopia-is-oblivion/
11 | microlink:
12 | desc: An immersive keynote for the iX Symposium / MUTEK Forum
13 | image: https://labs.spherical.studio/content/images/2024/08/dome-on-fire-1.png
14 | logo: https://labs.spherical.studio/content/images/size/w256h256/2024/09/Spherical-Logo-2.png
15 | title: When utopia is oblivion / Quand l’utopie force l’oubli
16 | - desc: A global map of recycling collection points, made with Geosemantica's collaborative
17 | map platform, shows the location of bins and the types of waste that can be dumped
18 | there
19 | keyw: recycle
20 | lastCheck: '2025-03-04T16:10:11.605965'
21 | link: https://wastefreemap.com/viewer?center=2.128376,41.400174,15.25
22 | microlink:
23 | desc: 'Wastefreemap: Discover global recycling points for plastic, metal, glass,
24 | and more, plus zero-waste product locations. Contribute via crowdmapping on
25 | OSM.'
26 | image: https://wastefreemap.com/assets/images/logo-brand.png
27 | logo: https://wastefreemap.com/assets/icon/apple-touch-icon.png
28 | title: Wastefreemap – recycling & zero waste locations on the map
29 | rid: 2872
30 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-04-2874.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-04
3 | layout: rafaga
4 | rafagas:
5 | - desc: Surface level analysis of the presence of the different chains of "conbini"
6 | (convenience stores) in Japan and the concentration and preference of these establishments
7 | in certain prefectures of the country
8 | keyw: combini
9 | lastCheck: '2025-05-23T09:29:28.088234'
10 | link: https://conbini.kikkia.dev/
11 | microlink:
12 | desc: This interactive map reveals the territorial battles between Japan’s major
13 | convenience store chains. Discover which chain dominates each region and get
14 | insights into the competitive landscape of Japan’s convenience store industry.
15 | title: ConbiniWars
16 | - desc: A PWA mobile app that combines 3D map with street imagery to provide the observer
17 | with the precise orientation and context to see stars and artificial satellites
18 | with the naked eye
19 | keyw: sky
20 | lastCheck: '2025-05-23T09:29:28.603828'
21 | link: https://james.darpinian.com/satellites/
22 | microlink:
23 | desc: "\U0001F6F0️ Find out how to see satellites in the night sky, no telescope
24 | required."
25 | image: https://james.darpinian.com/satellites/socialthumb.jpg
26 | logo: https://james.darpinian.com/satellites/apple-touch-icon.png
27 | title: "\U0001F6F0️ See A Satellite Tonight \U0001F6F0️"
28 | rid: 2874
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-10-2878.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-10
3 | layout: rafaga
4 | rafagas:
5 | - desc: The Apollo missions to the Moon explained in detail, and with the extravehicular
6 | exits over the surface put into context on a terrestrial map
7 | keyw: apollo
8 | lastCheck: '2025-04-01T09:43:11.630911'
9 | link: https://maphappenings.com/2024/10/03/moon/
10 | microlink:
11 | desc: Want to escape the madness? Well join Map Happenings on a flight to the
12 | moon! Get juicy details about the navigation technology they used, take in some
13 | glorious maps of where they went and picture …
14 | image: https://maphappenings.com/wp-content/uploads/2024/10/mh42-moon-fi.jpeg?w=1200
15 | logo: https://maphappenings.com/wp-content/uploads/2022/07/cropped-mh-logo-3.png?w=192
16 | title: 'Navigating the Moon: The Insanely Amazing Apollo Missions'
17 | - desc: A web application that allows you to explore the fascinating alignments of
18 | geography and discover the invisible connections between distant places
19 | keyw: connections
20 | lastCheck: '2025-04-01T09:43:12.492731'
21 | link: https://latlonconnect.app/
22 | microlink:
23 | desc: LatLonConnect helps you explore places sharing the same latitude or longitude
24 | as your location.
25 | logo: https://latlonconnect.pages.dev/icon_temp.svg
26 | title: LatLonConnect
27 | rid: 2878
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-11-2879.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-11
3 | layout: rafaga
4 | rafagas:
5 | - desc: CoastSat is an open source toolkit in Python that allows obtaining coastline
6 | time series from 40 years of public Landsat and Sentinel-2 satellite imagery
7 | keyw: coastline
8 | lastCheck: '2025-05-27T17:37:59.948780'
9 | link: https://github.com/kvos/CoastSat
10 | microlink:
11 | desc: Global shoreline mapping tool from satellite imagery - kvos/CoastSat
12 | image: https://opengraph.githubassets.com/cb4372d77cea6ae7968da26d140f6ff61247ca500632a5094271d7e206a2e6e9/kvos/CoastSat
13 | logo: https://github.com/fluidicon.png
14 | title: 'GitHub - kvos/CoastSat: Global shoreline mapping tool from satellite imagery'
15 | - desc: 'Dawarich is a self-hosted open source alternative to Google''s location history,
16 | which allows you to import data from different sources: Google, Owntracks, Overland,
17 | Strava, Immich, GPX files and EXIF data from photos'
18 | keyw: location
19 | lastCheck: '2025-05-27T17:38:01.177065'
20 | link: https://dawarich.app/
21 | microlink:
22 | desc: Self-hosted alternative to Google Maps Timeline / Google Location History
23 | image: https://dawarich.app/img/logo.svg
24 | logo: https://dawarich.app/img/favicon.ico
25 | title: Hello from Dawarich | Dawarich
26 | rid: 2879
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-15-2881.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: More than half a million American households live in unsanitary conditions
6 | due to lack of access to running water and/or an indoor bath or shower, especially
7 | in the original communities
8 | keyw: poverty
9 | lastCheck: '2025-05-27T17:39:41.262724'
10 | link: https://usafacts.org/articles/us-households-with-plumbing-poverty/
11 | microlink:
12 | desc: Census data shows plumbing poverty — the lack of access to running water
13 | and/or an indoor bath or shower — heavily impacts native populations.
14 | image: https://staticweb.usafacts.org/media/images/ECONOMY_09_Home_Housing_Prices_Sales_Mortgage_M.original.png
15 | logo: https://staticweb.usafacts.org/static/favicon/apple-touch-icon.png
16 | title: More than half a million US households live with plumbing poverty
17 | - desc: This map of natural disasters in the US presents an innovative visualization
18 | of natural disasters of various types from both specific overview and spatial-semantic
19 | perspectives
20 | keyw: disasters
21 | lastCheck: '2025-05-27T17:39:41.879394'
22 | link: https://cartoguophy.com/maps/us_natural_disaster.html
23 | microlink:
24 | desc: Web Portfolio of Atlas Guo
25 | image: https://cartoguophy.com/assets/icon.png
26 | logo: https://cartoguophy.com/assets/icon.png
27 | title: CartoGuophy
28 | rid: 2881
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-16-2882.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: MicMac is a free, open-source photogrammetric software for 3D reconstruction,
6 | developed by IGN France in collaboration with the ENSG, for cartography, environment,
7 | heritage, archaeology, and others
8 | keyw: photogrammetry
9 | lastCheck: '2025-05-27T17:34:01.781445'
10 | link: https://github.com/micmacIGN/micmac
11 | microlink:
12 | desc: Free open-source photogrammetry software tools. Contribute to micmacIGN/micmac
13 | development by creating an account on GitHub.
14 | image: https://opengraph.githubassets.com/a378f325c93a469b350506574431fee01f865136f29ab794d812b1d7f9a381f2/micmacIGN/micmac
15 | logo: https://github.com/fluidicon.png
16 | title: 'GitHub - micmacIGN/micmac: Free open-source photogrammetry software tools'
17 | - desc: GIS for Water repositories, from vector tiles to templates with Svelte, are
18 | being developed and maintained to provide a foundation for water services, for
19 | example in Kenya and Rwanda
20 | keyw: water
21 | lastCheck: '2025-05-27T17:34:02.792688'
22 | link: https://github.com/watergis
23 | microlink:
24 | desc: This orgainization manages some repositories which can improve waterworks
25 | by using GIS. - GIS for Water
26 | image: https://avatars.githubusercontent.com/u/68269499?s=280&v=4
27 | logo: https://github.com/fluidicon.png
28 | title: GIS for Water
29 | rid: 2882
30 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-18-2884.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: Destructive earthquakes in the Carpathians, the curved mountain range that
6 | stretches 1,500 km across central and southeastern Europe, between 1916 and 2024
7 | with the most destructive in the area of Vrancea (Romania)
8 | keyw: earthquakes
9 | lastCheck: '2025-04-24T15:47:21.047798'
10 | link: https://public.tableau.com/app/profile/iaroslava/viz/DestructiveEarthquakesintheCarpathianMountains/Carpathians
11 | microlink:
12 | logo: https://public.tableau.com/app/favicon.ico
13 | title: Carpathians
14 | - desc: The systematic review of relevant reports published between January 2010 and
15 | November 2020 related to food anaphylaxis made it possible to draw the global
16 | map of the most common allergens
17 | keyw: allergic
18 | lastCheck: '2025-04-24T15:47:22.054268'
19 | link: https://www.researchgate.net/publication/351331407_Global_patterns_in_anaphylaxis_due_to_specific_foods_A_systematic_review
20 | microlink:
21 | desc: www.researchgate.net needs to review the security of your connection before
22 | proceeding.
23 | logo: https://www.researchgate.net/favicon.ico
24 | title: Just a moment...
25 | rid: 2884
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-22-2886.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-22T09:19:23+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: Workshop materials from the Satellite Data Requirements (SDR) coordination
6 | group to produce and use the necessary data in threat and emergency surveillance
7 | keyw: emergency
8 | lang: es
9 | lastCheck: '2025-05-27T17:52:47.255014'
10 | link: https://sdr.ucr.ac.cr/sdr-workshops
11 | microlink:
12 | desc: https://www.youtube.com/watch?v=OzJ1x59_4b4
13 | image: https://sdr.ucr.ac.cr/sites/default/files/SDR_Banner_v3.png
14 | logo: https://sdr.ucr.ac.cr/sites/default/files/wmo-logo_0.png
15 | title: SDR Workshops / Talleres SDR | WMO Coordination Group on Satellite Data
16 | Requirements for RA III and RA IV
17 | - desc: A fun online tool allows you to transform text into natural landscapes using
18 | Landsat satellite images, along with their metadata.
19 | keyw: letters
20 | lastCheck: '2025-05-27T17:52:49.267634'
21 | link: https://landsat.gsfc.nasa.gov/apps/YourNameInLandsat-main/index.html
22 | microlink:
23 | desc: The satellite images used in this interactive are part of Landsat’s extensive
24 | record, spanning more than 50 years.
25 | image: https://landsat.gsfc.nasa.gov/apps/YourNameInLandsat-main/public/titles/NASA_Logo_Landsat.png
26 | logo: https://landsat.gsfc.nasa.gov/apps/YourNameInLandsat-main/public/favicon/favicon-1.ico
27 | title: "Your Name in Landsat \U0001F6F0️"
28 | rid: 2886
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-25-2889.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-25T12:42:07+0200
3 | layout: rafaga
4 | rafagas:
5 | - desc: MapGPT is designed to be an autonomous framework for map creation. It combines
6 | large language models with cartographic tools, viewing the map as a collection
7 | of various integrated elements.
8 | keyw: chatbot
9 | lastCheck: '2025-04-08T10:19:58.953273'
10 | link: https://www.tandfonline.com/doi/full/10.1080/15230406.2024.2404868
11 | microlink:
12 | desc: www.tandfonline.com needs to review the security of your connection before
13 | proceeding.
14 | logo: https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.tandfonline.com/doi/full/10.1080/15230406.2024.2404868&size=128
15 | title: Just a moment...
16 | - desc: A collection of recipes and techniques for creating traditional handmade-style
17 | maps using QGIS, along with several finished styles available for download.
18 | keyw: qgis
19 | lastCheck: '2025-04-08T10:19:59.082771'
20 | link: https://andywoodruff.com/posts/2024/qgis-hand-drawn-maps/
21 | microlink:
22 | desc: Tips and tricks for designing hand drawn and antique map styles in QGIS.
23 | image: https://andywoodruff.com/posts/2024/qgis-hand-drawn-maps/images/thumbnails/thumbnails2.jpg
24 | logo: https://andywoodruff.com/favicon.ico
25 | title: Hand-Drawn and Antique Styles with QGIS - Andy Woodruff, cartographer
26 | rid: 2889
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-10-30-2892.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-10-30
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"OSM Then and Now" compares the information that was in OSM in 2008 (left)
6 | with what it is now (right), although it may not be completely accurate given
7 | the data license change that there was'
8 | keyw: OSM
9 | lastCheck: '2025-04-08T10:19:56.917189'
10 | link: https://2008.osm.lol/#10/41.5333/2.1204
11 | microlink:
12 | desc: OpenStreetMap, then and now side by side
13 | title: OSM Then and Now
14 | - desc: Pathfinder Geospatial specializes in creating custom mapping solutions, whether
15 | it's detailed spatial analysis, creative map design or advanced GIS solutions
16 | keyw: pathfinder
17 | lastCheck: '2025-04-08T10:19:57.985812'
18 | link: https://www.pathfindergeospatial.ca/portfolio
19 | microlink:
20 | desc: A portfolio of past geospatial works by Pathfinder Geospatial. This is a
21 | great place to start if you’re not sure what you need and are looking for inspiration.
22 | image: https://images.squarespace-cdn.com/content/v1/641f5aa3a385a36f8cccbbcb/b9b88954-8dfc-461c-9e46-898e654bbd6b/Logo_20230330.png
23 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.pathfindergeospatial.ca/portfolio&size=128
24 | title: Cartography Portfolio — Pathfinder Geospatial
25 | rid: 2892
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-01-2894.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-01
3 | layout: rafaga
4 | rafagas:
5 | - desc: The Signalbox API combines real-time transport information with sophisticated
6 | GPS and mapping technology to geolocate devices and match them to trains on Britain's
7 | rail network
8 | keyw: transportation
9 | lastCheck: '2025-05-27T17:31:38.788723'
10 | link: https://www.map.signalbox.io/?location=@52.50889,-1.45698,11Z
11 | microlink:
12 | desc: Signalbox’s live real-time map of Great Britain’s rail network.
13 | logo: https://www.map.signalbox.io/logo192.png
14 | title: Signalbox - Live Train Map
15 | - desc: Query, street by street and by time slot, the traffic fines imposed in Barcelona
16 | in 2023. A total of 901,696 penalties amounting to 98 million euros
17 | keyw: fines
18 | lang: CA
19 | lastCheck: '2025-05-27T17:31:39.576863'
20 | link: https://multes-084c0b.gitlab.io/
21 | microlink:
22 | desc: 'Mapa de les multes 2023 a Barcelona segons la franja horària. Font: Open
23 | Data Barcelona (2023). Carlos Albaladejo/Storydata.'
24 | logo: https://dca.cat/wp-content/uploads/2023/10/storydata-logo-300-px.png
25 | title: Mapa de multes de Barcelona
26 | rid: 2894
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-06-2896.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: A collection of key developments in GeoAI, an umbrella term that includes
6 | both "AI for geo" and "geo for AI", collected by @underdarkGIS
7 | keyw: geoai
8 | lastCheck: '2025-04-15T13:24:57.059424'
9 | link: https://anitagraser.com/2024/11/04/geoai-key-developments-insights/
10 | microlink:
11 | desc: It’s been a while since my post on geo and the AI hype in 2019. Back then,
12 | I didn’t use the term “GeoAI”, even though it has certainly been around for
13 | a while (including, e.…
14 | image: https://anitagraser.com/wp-content/uploads/2024/11/1730111597802-edited.jpeg?w=1200
15 | logo: https://s0.wp.com/i/webclip.png
16 | title: 'GeoAI: key developments & insights'
17 | - desc: TerrainLines is a shop that sells sketches of notable peaks, and accepts commissions
18 | of other mountains, made from DEMs and with new hatching techniques that you also
19 | want to reproduce as blueprints
20 | invalid: true
21 | keyw: sketches
22 | lastCheck: '2025-04-15T13:24:57.736040'
23 | link: https://www.etsy.com/shop/terrainlines/
24 | microlink:
25 | logo: https://www.etsy.com/favicon.ico
26 | title: terrainlines
27 | rid: 2896
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-07-2897.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: The map of the ferry lines in Istanbul that connect the European side with
6 | the Asian side, and that allow you to explore the Bosphorus and go from one place
7 | to another
8 | keyw: istanbul
9 | lastCheck: '2025-04-08T10:20:29.177774'
10 | link: https://turkeytravelplanner.com/go/Istanbul/Transport/ido_fy_map.html
11 | microlink:
12 | desc: Map of ferryboat docks & routes in Istanbul, Turkey, by Tom Brosnahan
13 | image: https://turkeytravelplanner.com/wp-content/uploads/2024/06/Istanbul-Sefer-Haritasi-Line-Map.png
14 | logo: https://cdn-gaecj.nitrocdn.com/JMwuRIbFKRytZpZBQQGkRvqmTfGyKhHA/assets/images/optimized/rev-d86589f/turkeytravelplanner.com/wp-content/uploads/2022/10/favicon.png
15 | title: Ferryboat Map, Istanbul, Turkey
16 | - desc: A little daily fun made with OSM data, but this time in hexagons, where you
17 | have to rearrange the pieces to get the city map
18 | keyw: scrambled
19 | lastCheck: '2025-04-08T10:20:30.375577'
20 | link: https://tripgeo.com/scrambledhexmaps
21 | microlink:
22 | desc: "An unhandled error has occurred. Reload \U0001F5D9"
23 | logo: https://tripgeo.com/image/tripgeo512.png
24 | title: TripGeo
25 | rid: 2897
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-08-2898.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-08
3 | layout: rafaga
4 | rafagas:
5 | - desc: React app consuming goodservice.io APIs to dynamically generate a real-time
6 | map of New York City subway service to see schedule compliance, open source
7 | keyw: subway
8 | lastCheck: '2025-05-23T09:29:14.164998'
9 | link: https://www.theweekendest.com/trains#40.75978938608853,-73.97984175064373/13.482094658592738/29
10 | microlink:
11 | desc: Real-time map for the New York City subway. Check for planned service changes,
12 | up-to-date train routing, and real-time arrival times.
13 | image: https://www.theweekendest.com/screenshot.png
14 | logo: https://www.theweekendest.com/favicon.png
15 | title: The Weekendest - Real-Time New York City Subway Map
16 | - desc: The "Atlas de la Pobreza Argentino" is a project that uses advanced machine
17 | learning models to estimate poverty in Argentina to generate detailed maps of
18 | different indicators
19 | keyw: poverty
20 | lang: ES
21 | lastCheck: '2025-05-23T09:29:15.465635'
22 | link: http://matuteiglesias.link/Pobreza/maps/itfmedhogares.html
23 | microlink:
24 | desc: Toggle
25 | title: Atlas Argentino de la Pobreza
26 | rid: 2898
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-15-2903.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: The Overture Maps interactive data downloader by Evan Applegate makes it easy
6 | to get multiple layers of data into GeoJSON
7 | invalid: true
8 | keyw: downloader
9 | lastCheck: '2025-05-27T17:34:52.811506'
10 | link: https://overturegrabber.evanapplegate.com/
11 | microlink:
12 | desc: locality locality_area administrative_boundary building building_part division
13 | division_area place segment connector infrastructure land land_cover land_use
14 | water
15 | image: https://c.tile.openstreetmap.org/6/10/25.png
16 | logo: https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://evanapplegate.com/&size=128
17 | title: Overture data grabber
18 | - desc: Ouverture Maps' interactive data explorer, which lets you view and download
19 | geospatial content, is getting better and better with more options and more data
20 | keyw: Ouverture
21 | lastCheck: '2025-05-27T17:34:53.189541'
22 | link: https://explore.overturemaps.org/#15.5/41.380937/2.191171/0/60
23 | microlink:
24 | desc: First time here? Take the tour to get familiar with our features!
25 | image: https://explore.overturemaps.org/aria/b1a51dd-20.x-dist/omf_logo_transparent.png
26 | logo: https://explore.overturemaps.org/aria/b1a51dd-20.x-dist/favicon.png
27 | title: Overture Maps Explorer (Beta)
28 | rid: 2903
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-22-2908.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-22T09:25:30+0100
3 | layout: rafaga
4 | rafagas:
5 | - desc: For fans of colored lycra who want to cycle safely, an interactive map displaying
6 | signposted cycling routes throughout Europe is available
7 | keyw: bicycle
8 | lastCheck: '2025-05-27T17:51:23.833795'
9 | link: https://veloplanner.com/routes#map=6.27/41.352/2.614
10 | microlink:
11 | desc: Discover, plan, and navigate the best cycling routes — all in one place.
12 | image: https://veloplanner.com/images/meta-330ffce84e2918605bcd95a76156d7a8.png?vsn=d
13 | logo: https://veloplanner.com/favicon.ico
14 | title: VeloPlanner
15 | - desc: If you wish to drive in incognito mode, here is a collaborative map showing
16 | the locations of automatic number plate readers (ALPR) and their equipment owners
17 | keyw: plates
18 | lastCheck: '2025-05-27T17:51:24.479454'
19 | link: https://deflock.me/#map=12/37.875190/-122.279819
20 | microlink:
21 | desc: Your car is being tracked. See where license plate readers are, avoid them,
22 | and report new ones. Protect your privacy at Deflock.me.
23 | image: https://deflock.me/og-banner.png
24 | logo: https://deflock.me/apple-touch-icon.png
25 | title: DeFlock
26 | rid: 2908
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-26-2910.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-26
3 | layout: rafaga
4 | rafagas:
5 | - desc: Offline motion detection based on the signature of vibration frequencies allows
6 | for precise positioning in underground transportation where GPS does not reach
7 | keyw: underground
8 | lastCheck: '2025-05-05T10:39:47.239815'
9 | link: https://blog.transitapp.com/go-underground/
10 | microlink:
11 | desc: Bad service in the subway? Transit’s offline motion detection shows where
12 | you are between stations, and reminds you when your stop’s up next
13 | image: https://blog.transitapp.com/wp-content/uploads/2024/10/Go-station-counting-header-1.png
14 | logo: https://blog.transitapp.com/wp-content/uploads/2021/04/favicon-350x350.png
15 | title: 'Transit | No GPS required: our app can now locate underground trains'
16 | - desc: More than 84,000 delimitation landmarks (terms) located and mapped in the
17 | IGN France campaign to recover this heritage, which dates back several centuries.
18 | keyw: landmarks
19 | lang: FR
20 | lastCheck: '2025-05-05T10:39:48.433557'
21 | link: https://macarte.ign.fr/carte/H9R6EZ/Ensemble
22 | microlink:
23 | desc: Maps
24 | image: https://macarte.ign.fr/api/image/img_zcv12806
25 | logo: https://macarte.ign.fr/carte/H9R6EZ/logo.fb0b1dda.png
26 | title: Ensemble, - Ma carte IGN
27 | rid: 2910
28 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-11-29-2913.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-11-29
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"All Maps Are Wrong": How maps are made, how GPS works, and what to expect
6 | from the combination of it all'
7 | keyw: lies
8 | lastCheck: '2025-05-27T17:31:01.203519'
9 | link: https://www.hereandthere.club/post/all-maps-are-wrong
10 | microlink:
11 | desc: Maps are lies, GPS is inaccurate, elevation is hard, and your Strava track
12 | probably “wrong” and “right” at the same time
13 | image: https://cdn.prod.website-files.com/6231ddc78624540151c67808/66d92f370996182ebc3a99dc_CleanShot%202024-09-04%20at%2021.06.10%402x.jpg
14 | logo: https://cdn.prod.website-files.com/6231dce26b9e13f5654961e0/6390d6179015916ceb789658_ico2.jpg
15 | title: All maps are wrong
16 | - desc: Digital Twin Toolbox is an open source project to generate 3D tiles from commonly
17 | used data sources such as SHP files and point clouds (LAS)
18 | keyw: twins
19 | lastCheck: '2025-05-27T17:31:01.825163'
20 | link: https://bertt.wordpress.com/2024/09/05/digital-twin-toolbox/
21 | microlink:
22 | desc: Digital Twin Toolbox is an open source project to generate 3D Tiles from
23 | commonly used datasources as shapefiles and pointcloud files (LAS). The project
24 | is an initiative of City of Florence/Politec…
25 | image: https://bertt.wordpress.com/wp-content/uploads/2024/09/image_thumb-1.png
26 | logo: https://s2.wp.com/i/webclip.png
27 | title: Digital Twin Toolbox
28 | rid: 2913
29 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-04-2916.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-04
3 | layout: rafaga
4 | rafagas:
5 | - desc: A small script that allows you to generate a visualization of 15-minute isochrones
6 | for any area from OSM data and a little Python
7 | keyw: isochrones
8 | lastCheck: '2025-05-27T17:35:01.380575'
9 | link: https://github.com/Zverik/15minute
10 | microlink:
11 | desc: 15-minute city script. Contribute to Zverik/15minute development by creating
12 | an account on GitHub.
13 | image: https://opengraph.githubassets.com/b18c494a1d475fe3b27e8c1fe020bbc7a0fe2fdcc8ee0f1ba31a22fccf702d8c/Zverik/15minute
14 | logo: https://github.com/fluidicon.png
15 | title: 'GitHub - Zverik/15minute: 15-minute city script'
16 | - desc: New York City's digital twin allows measuring noise pollution around any building
17 | in the city
18 | keyw: noise
19 | lastCheck: '2025-05-27T17:35:02.450223'
20 | link: https://livemaps360.com/DigitalTwin/NYCNoise/
21 | microlink:
22 | desc: Map
23 | logo: https://livemaps360.com/DigitalTwin/NYCNoise/images/icon.png
24 | title: New York Noise
25 | rid: 2916
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-06-2918.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: The salt front, which moves upstream from the river mouth when the water flow
6 | is reduced, is the point at which a river becomes too salty to be safe for drinking
7 | water.
8 | keyw: salt
9 | lastCheck: '2025-05-27T17:39:48.148465'
10 | link: https://www.nj.gov/drbc/programs/flow/salt-front.html
11 | microlink:
12 | desc: 'DRBC: Information about the Salt Front'
13 | image: https://www.nj.gov/drbc/assets/images/logo-open-graph.jpg
14 | logo: https://www.nj.gov/favicon.ico
15 | title: Salt Front
16 | - desc: A little geography game to guess the countries you need to cross to connect
17 | the starting and ending countries in a travel plan in 11 attempts.
18 | keyw: game
19 | lastCheck: '2025-05-27T17:39:50.257854'
20 | link: https://travle.earth/
21 | microlink:
22 | desc: 'Travle: A daily game, get between countries in as few guesses as possible!'
23 | image: https://travle.earth/images/previews/countries_preview.png
24 | logo: https://travle.earth/icons/apple-touch-icon-180x180.png
25 | title: travle
26 | rid: 2918
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-11-2921.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-11
3 | layout: rafaga
4 | rafagas:
5 | - desc: World map of rivers made by grouping OSM ways based on topology and labels
6 | and direction allowing different types of visualization
7 | keyw: rivers
8 | lastCheck: '2025-05-07T10:24:22.051765'
9 | link: https://waterwaymap.org/#map=9.97/41.2931/0.9778&tiles=planet-grouped-ends
10 | microlink:
11 | desc: A unique, topological, view on rivers & waterways in OpenStreetMap, showing
12 | how they are connected. Find mistakes and make better maps.
13 | image: https://waterwaymap.org/img/screenshot.png
14 | title: WaterwayMap.org | OSM River Basins
15 | - desc: Case study to investigate the causes and consequences of annual changes in
16 | wintering waterbird assemblages that stopover in the Guadalquivir wetlands
17 | keyw: flyway
18 | lastCheck: '2025-05-07T10:24:22.426593'
19 | link: https://onlinelibrary.wiley.com/doi/10.1111/gcb.17600
20 | microlink:
21 | logo: https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://onlinelibrary.wiley.com/doi/10.1111/gcb.17600&size=128
22 | title: gcb.17600
23 | rid: 2921
24 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-16-2924.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: A free, open, and highly extensible WebGIS platform featuring a Rust renderer
6 | compatible with both web and native applications
7 | keyw: webgis
8 | lastCheck: '2025-05-27T17:52:23.145687'
9 | link: https://reearth.io/
10 | microlink:
11 | desc: A free, open, highly extensible WebGIS platform
12 | image: https://reearth.io/img/home-ogp.png
13 | logo: https://reearth.io/img/favicon.ico
14 | title: Re:Earth - A free, open, highly extensible WebGIS platform | Re:Earth
15 | - desc: Airmail is a lightweight geocoder written in Rust that is still under development
16 | and aims to support international queries in multiple languages
17 | keyw: geocoding
18 | lastCheck: '2025-05-27T17:52:24.196728'
19 | link: https://github.com/ellenhp/airmail
20 | microlink:
21 | desc: Lightweight geocoder in pure Rust. Contribute to ellenhp/airmail development
22 | by creating an account on GitHub.
23 | image: https://opengraph.githubassets.com/f56ca0d01efd3c17847103ddad2c845c31abfa9d51f4677d5915bcc238aefc03/ellenhp/airmail
24 | logo: https://github.com/fluidicon.png
25 | title: 'GitHub - ellenhp/airmail: Lightweight geocoder in pure Rust'
26 | rid: 2924
27 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-18-2926.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: A database of geo-localized, ethically collected public domain wireless networks
6 | provides connectivity wherever you are, within the broadcaster's area of operation
7 | keyw: wifi
8 | lastCheck: '2025-05-27T17:36:51.872747'
9 | link: https://beacondb.net/
10 | microlink:
11 | desc: 'to add coverage for your area you can use the following apps on your phone:'
12 | logo: https://beacondb.net/favicon.svg
13 | title: beaconDB
14 | - desc: This map displays over 400,000 projects on GitHub. Each point represents a
15 | project, and they are closer if they share many common observers
16 | keyw: github
17 | lastCheck: '2025-05-27T17:36:52.412768'
18 | link: https://github.com/anvaka/map-of-github
19 | microlink:
20 | desc: Inspirational Mapping. Contribute to anvaka/map-of-github development by
21 | creating an account on GitHub.
22 | image: https://opengraph.githubassets.com/02fa9418102ed5d91c2ad3bd5009d59ef04fa73848bbc48c26db880e16320b9e/anvaka/map-of-github
23 | logo: https://github.com/fluidicon.png
24 | title: 'GitHub - anvaka/map-of-github: Inspirational Mapping'
25 | rid: 2926
26 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-23-2929.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-23
3 | layout: rafaga
4 | rafagas:
5 | - desc: A group of cartographers and map artists gathered in an online map store for
6 | both promotion and hiring professionals as well as for purchasing maps.
7 | keyw: artists
8 | lastCheck: '2025-05-27T17:30:37.700079'
9 | link: https://mapartists.org/
10 | microlink:
11 | desc: A shopping guide offered by the Independent Map Artists
12 | image: https://mapartists.org/assets/img/mapshop.jpg
13 | logo: https://mapartists.org/assets/favicon/apple-touch-icon.png
14 | title: Independent Map Sellers
15 | rid: 2929
16 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-24-2930.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-24
3 | layout: rafaga
4 | rafagas:
5 | - desc: Map of the designations of origin of Catalan wines, with the guide to the
6 | DOs, the types of grapes, and two small maps for the DO Catalunya and the DO Cava
7 | invalid: true
8 | keyw: wine
9 | lastCheck: '2025-05-23T09:28:32.251174'
10 | link: https://www.etsy.com/es/listing/897316363/mapa-infografico-do-vinos-catalunya
11 | microlink:
12 | logo: https://www.etsy.com/favicon.ico
13 | title: mapa-infografico-do-vinos-catalunya
14 | rid: 2930
15 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-26-2932.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-26
3 | layout: rafaga
4 | rafagas:
5 | - desc: Map Map is a game for Steam, with a release date yet to be confirmed, where
6 | you play as a cartographer to explore landscapes and discover treasure.
7 | keyw: game
8 | lastCheck: '2025-05-27T17:52:50.606234'
9 | link: https://store.steampowered.com/app/2702260/Map_Map__A_Game_About_Maps/
10 | microlink:
11 | desc: Embark on a cozy treasure hunt as cartographer of an adventure crew. Use
12 | your sense of direction to make maps, help your companions and explore idyllic
13 | islands.
14 | image: https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2702260/capsule_616x353.jpg?t=1733490964
15 | logo: https://store.steampowered.com/favicon.ico
16 | title: Map Map - A Game About Maps on Steam
17 | rid: 2932
18 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-27-2933.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-27
3 | layout: rafaga
4 | rafagas:
5 | - desc: Declassified spy satellite images may now help track possible dioxin exposures
6 | from the use of Agent Orange during the secret war in Laos as the Vietnam conflict
7 | raged.
8 | keyw: orange_agent
9 | lastCheck: '2025-05-27T17:30:24.021481'
10 | link: https://ceobs.org/new-data-on-agent-orange-use-during-the-uss-secret-war-in-laos/
11 | microlink:
12 | desc: Declassified spy satellite imagery can now help us track potential dioxin
13 | exposures from the use of Agent Orange in Laos.
14 | image: https://ceobs.org/wp-content/uploads/2024/10/figure1_overview_960px.jpg
15 | logo: https://ceobs.org/wp-content/uploads/2018/01/CEOBS_Favicon.jpg
16 | title: New data on Agent Orange use during the US’s Secret War in Laos - CEOBS
17 | rid: 2933
18 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-30-2934.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-30
3 | layout: rafaga
4 | rafagas:
5 | - desc: Cesium is developing a plugin for Autodesk Revit that will allow integration
6 | with Cesium Ion to generate 3D tiles and connect architecture and geospatial even
7 | more easily
8 | keyw: cesium
9 | lastCheck: '2025-05-06T10:20:15.754519'
10 | link: https://cesium.com/blog/2024/10/15/coming-soon-cesium-revit-add-in/
11 | microlink:
12 | desc: 'In development: The Cesium Revit Add-In integrates with Cesium ion to generate
13 | 3D Tiles, further connecting architecture and geospatial.'
14 | image: https://images.prismic.io/cesium/ZwgqdoF3NbkBXOQi_BuroHappold_CesiumExampleAEC.png?auto=format,compress&rect=0,49,1461,763&w=1200&h=627
15 | logo: https://cesium.com/cesium-logomark-192.png
16 | title: 'Coming Soon: Cesium Add-In for Autodesk Revit'
17 | rid: 2934
18 | ---
--------------------------------------------------------------------------------
/_posts/2024/2024-12-31-2935.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2024-12-31
3 | layout: rafaga
4 | rafagas:
5 | - desc: North of Chattogram (Chittagong), Bangladesh, there is a large ship graveyard
6 | where huge ships are dismantled with the most precarious tools.
7 | keyw: graveyard
8 | lastCheck: '2025-05-27T17:34:03.093848'
9 | link: https://storymaps.arcgis.com/stories/697e30d64a1540ca8e594cc9302e023e
10 | microlink:
11 | desc: Uncovering the dangerous realities of the shipbreaking industry
12 | image: https://cdn.arcgis.com/sharing/rest/content/items/697e30d64a1540ca8e594cc9302e023e/resources/pdkHNJUSghMwfqQE1z6_U.jpeg?w=400
13 | logo: https://storymaps.arcgis.com/static/images/favicon-32x32.png
14 | title: Breaking point
15 | rid: 2935
16 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-02-2936.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-02
3 | layout: rafaga
4 | rafagas:
5 | - desc: An interactive tool to explore the efficiency of ocean alkalinity enhancement
6 | (OAE) to see how it will move through the ocean and result in carbon removal over
7 | time
8 | keyw: alkalinity
9 | lastCheck: '2025-04-08T10:19:44.842554'
10 | link: https://carbonplan.org/research/oae-efficiency
11 | microlink:
12 | desc: Interactive mapping tool for exploring the efficiency of ocean alkalinity
13 | enhancement (OAE).
14 | image: https://images.carbonplan.org/social/oae-efficiency.png
15 | logo: https://images.carbonplan.org/apple-touch-icon.png
16 | title: OAE Efficiency – CarbonPlan
17 | - desc: Small geography game, with 5 rounds, to accumulate the maximum points by recognizing
18 | the place that appears in the photographs to locate it accurately on the map
19 | keyw: game
20 | lastCheck: '2025-04-08T10:19:45.229602'
21 | link: https://www.worldguessr.com/
22 | microlink:
23 | desc: Free Geoguessr alternative with unlimited rounds and fun multiplayer modes.
24 | Explore the world in this game with unlimited rounds! Learn geography and rise
25 | up the leaderboard while exploring the world in WorldGuessr.
26 | image: https://www.worldguessr.com/icon_144x144.png
27 | logo: https://www.worldguessr.com/icon.ico
28 | title: WorldGuessr - Play GeoGuessr for free
29 | rid: 2936
30 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-03-2937.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-03
3 | layout: rafaga
4 | rafagas:
5 | - desc: This map presents a combined view of climate hazard exposure, conflict hazard
6 | exposure, and vulnerability
7 | keyw: hazards
8 | lastCheck: '2025-01-31T15:53:47.969261'
9 | link: https://climate-conflict.org/www/data-pages/hazards
10 | microlink:
11 | desc: The CCVI overview map allows to explore the data in the CCVI index.
12 | image: https://climate-conflict.org/images/og-image.png
13 | logo: https://climate-conflict.org/images/favicon.png
14 | title: CCVI Map
15 | rid: 2937
16 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-07-2938.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: Some of the best options available for creating maps as part of the worldbuilding
6 | process in science fiction to visualize and conceptualize the geography of a place
7 | keyw: sci-fi
8 | lastCheck: '2025-05-27T17:41:15.993061'
9 | link: https://www.firstdraftpro.com/blog/map-making-tools-for-sci-fi-writers
10 | microlink:
11 | desc: We’ve compiled a list of epic map-making resources for sci-fi writers.
12 | image: https://cdn.prod.website-files.com/643aa33f29c3ea83de1a1893/668bfc8bcbe024394e170dd5_Map-making%20tools%20for%20sci-fi%20writers.png
13 | logo: https://cdn.prod.website-files.com/6412183ffbc0b95e83f46e99/643e7f61ebf2c3e97b686a04_FirstDraftPro-Black.png
14 | title: Map-making tools for sci-fi writers
15 | - desc: Africapolis is a research and data visualization tool used to map, analyze,
16 | and understand urbanization and urban growth in Africa (repost)
17 | keyw: urbanization
18 | lastCheck: '2025-05-27T17:41:16.574314'
19 | link: https://africapolis.org/en
20 | microlink:
21 | desc: Web site created using create-react-app
22 | image: https://africapolis.org/images/main/2explore.png
23 | title: Africapolis
24 | rid: 2938
25 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-15-2941.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: The 8-hour isochrone by train from any European station shows where it is
6 | possible to arrive efficiently and sustainably
7 | keyw: trains
8 | lastCheck: '2025-05-27T17:42:46.172863'
9 | link: https://www.chronotrains.com
10 | microlink:
11 | desc: Visualize where you can travel by train in Europe on this interactive map.
12 | image: https://www.chronotrains.com/opengraph-image.png?ec621739c9bad044
13 | logo: https://www.chronotrains.com/favicon.ico
14 | title: Chronotrains - Europe Train Map
15 | - desc: Analysis of crime rates in Spain from 2017 to 2023, focusing on municipal,
16 | provincial, and autonomous levels, using data from the Statistical Crime Portal
17 | of the Ministry of the Interior
18 | keyw: crimes
19 | lang: es
20 | lastCheck: '2025-05-27T17:42:48.174767'
21 | link: https://datoscrimen.es/
22 | microlink:
23 | desc: Explora estadísticas detalladas sobre criminalidad en España a nivel municipal,
24 | provincial y autonómico. Datos oficiales del Ministerio del Interior
25 | image: https://datoscrimen.es/card.png?v1
26 | logo: https://datoscrimen.es/icon.svg
27 | title: El crimen en España
28 | rid: 2941
29 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-17-2943.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-17
3 | layout: rafaga
4 | rafagas:
5 | - desc: The "Bernabeuitzador" converts various area and volume units of measurement
6 | to Bernabeus, providing a clearer understanding of their magnitude (for example,
7 | the 2024 flash floods in Valencia produced 1.80 Bernabeus of water).
8 | keyw: madrid
9 | lang: ca
10 | lastCheck: '2025-05-27T17:34:03.299622'
11 | link: https://bernabeus.xyz/
12 | microlink:
13 | desc: Converteix qualsevol mesura a Bernabéus. És més divertit del que sembla!
14 | Entra a bernabeus.xyz
15 | image: https://bernabeus.xyz/images/og-card.png
16 | logo: https://bernabeus.xyz/favicon.png
17 | title: El Bernabeuitzador - Bernabeus.xyz
18 | - desc: '"Fina e os mapas. Descubrindo os mapas colaborativos", written by Pablo Sanxiao
19 | and illustrated by Iria Iglesias, aims to raise young people''s awareness of the
20 | importance of maps in understanding the world.'
21 | keyw: maps
22 | lang: gl
23 | lastCheck: '2025-05-27T17:34:04.208674'
24 | link: https://finaeosmapas.ghandalf.org/
25 | microlink:
26 | desc: Fina e a súa avoa descubren o mundo dos mapas colaborativos
27 | image: https://finaeosmapas.ghandalf.org/images/book-cover.jpg
28 | logo: https://ghandalf.org/favicon.ico
29 | title: Fina e os mapas
30 | rid: 2943
31 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-21-2945.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-21
3 | layout: rafaga
4 | rafagas:
5 | - desc: An open source sliding puzzle for anywhere in the world with different difficulties
6 | (from 3x3 to 6x6)
7 | keyw: puzzle
8 | lastCheck: '2025-04-29T14:55:03.875143'
9 | link: https://bothness.github.io/anymap/
10 | microlink:
11 | desc: Customised map tile puzzles for any place in the world.
12 | image: https://bothness.github.io/anymap/og.jpg
13 | logo: https://bothness.github.io/anymap/favicon.png
14 | title: Any Map Puzzle
15 | - desc: Map of castles of the Crown of Aragon with castles, towers, fortifications
16 | and palaces from the Carolingian era to the end of the 15th century
17 | keyw: castles
18 | lang: CA
19 | lastCheck: '2025-04-29T14:55:04.829177'
20 | link: https://mapadecastells.cat/
21 | microlink:
22 | desc: Mapa de castells. Mapa amb castells, torres, fortificacions i palaus des
23 | de l’època carolíngia fins acabar el segle XV.
24 | image: https://mapadecastells.cat/wp-content/uploads/2024/11/logo-mapadecastells-1.png
25 | logo: https://mapadecastells.cat/wp-content/uploads/2024/11/logo-mapadecastells-1.png
26 | title: Mapa de castells
27 | rid: 2945
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-27-2949.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-27
3 | layout: rafaga
4 | rafagas:
5 | - desc: The year 2024 was the hottest on record, and data shows that the threshold
6 | of 1.5ºC of warming above pre-industrial temperatures was crossed.
7 | keyw: warming
8 | lastCheck: '2025-05-27T17:51:48.391775'
9 | link: https://www.bbc.com/news/articles/cd7575x8yq5o
10 | microlink:
11 | desc: Last year was the world’s warmest on record, bringing temperatures above
12 | a politically symbolic milestone.
13 | image: https://ichef.bbci.co.uk/news/1024/branded_news/21de/live/79050ce0-cf42-11ef-87df-d575b9a434a4.jpg
14 | logo: https://www.bbc.com/bbcx/apple-touch-icon.png
15 | title: 'World’s hottest year: 2024 first to pass 1.5C warming limit'
16 | - desc: The thesis "A Geographic Analysis of Lexical Variation in North American English
17 | Using Reddit Corpora" shows a spatial distribution of the different accents of
18 | the USA
19 | keyw: Dialects
20 | lastCheck: '2025-05-27T17:51:49.511462'
21 | link: https://www.proquest.com/docview/2926379351/28F430BBA704E66PQ/1?sourcetype=Dissertations%20&%20Theses
22 | microlink:
23 | desc: Explore millions of resources from scholarly journals, books, newspapers,
24 | videos and more, on the ProQuest Platform.
25 | logo: https://www.proquest.com/docview/2926379351/28F430BBA704E66PQ/1?sourcetype=Dissertations%20&%20Theses#ffffff
26 | title: A Geographic Analysis of Lexical Variation in North American English Using
27 | Reddit Corpora - ProQuest
28 | rid: 2949
29 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-01-30-2951.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-01-30
3 | layout: rafaga
4 | rafagas:
5 | - desc: China has built new settlements along its borders, especially in disputed
6 | areas, where it has relocated thousands of people to secure control of the territory.
7 | keyw: China
8 | lastCheck: '2025-04-11T08:44:31.536317'
9 | link: https://www.nytimes.com/interactive/2024/08/10/world/asia/china-border-villages.html
10 | microlink:
11 | desc: China has moved thousands of people to new settlements on its frontiers.
12 | It calls them “border guardians.”
13 | image: https://static01.nyt.com/images/2024/07/30/multimedia/2024-02-12-china-border-villages-index/2024-02-12-china-border-villages-index-facebookJumbo-v8.jpg
14 | logo: https://static01.nyt.com/images/icons/t_logo_291_black.png
15 | title: China’s Great Wall of Villages
16 | - desc: '"OSM by the slice" is a data self-service that allows you to download the
17 | latest version of OSM data in PBF from any bounding box'
18 | keyw: OSM
19 | lastCheck: '2025-04-11T08:44:32.199604'
20 | link: https://slice.openstreetmap.us/#0.19/0/0
21 | microlink:
22 | desc: made to order • baked fresh minutely
23 | image: https://slice.openstreetmap.us/assets/pizza-slice-DHsyoSgV.png
24 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://openstreetmap.us/&size=16
25 | title: OSM by the Slice
26 | rid: 2951
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-06-2956.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-06
3 | layout: rafaga
4 | rafagas:
5 | - desc: Georeferenced, detailed, explained cases of interactions between humans and
6 | unidentified flying objects (stretching the truth a little bit)
7 | keyw: ufo
8 | lastCheck: '2025-05-27T17:52:40.097871'
9 | link: https://theufotimeline.com/
10 | microlink:
11 | desc: The ultimate UFO research tool
12 | image: https://theufotimeline.com/wp-content/uploads/2024/11/adfadf.png
13 | logo: https://theufotimeline.com/wp-content/uploads/2024/10/cropped-timeline-icon4-270x270.png
14 | title: Home - The UFO Timeline
15 | - desc: In France, approximately 25% of the population is exposed to at least one
16 | pesticide application per year within 100m of their home
17 | invalid: true
18 | keyw: pesticides
19 | lastCheck: '2025-05-27T17:52:44.063564'
20 | link: https://bjnnowak.quarto.pub/journey_to_france/
21 | microlink:
22 | desc: Let’s take a tour of the country together.
23 | image: https://raw.githubusercontent.com/BjnNowak/TidyTuesday/refs/heads/main/img/road.jpg
24 | logo: https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://bjnnowak.quarto.pub/journey_to_france/&size=128
25 | title: A Journey Through France
26 | rid: 2956
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-07-2957.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-07
3 | layout: rafaga
4 | rafagas:
5 | - desc: Automatic generation of traffic map overlays (either geographically correct
6 | or schematic) for the entire planet from OpenStreetMap (OSM) data
7 | keyw: overlays
8 | lastCheck: '2025-05-07T10:24:22.051312'
9 | link: https://www.tandfonline.com/doi/full/10.1080/00087041.2024.2325761#abstract
10 | microlink:
11 | desc: We investigate the automatic generation of transit map overlays (either
12 | geographically correct or schematic) for the entire planet from OpenStreetMap
13 | (OSM) data. To achieve this, we first extract r…
14 | image: https://covers.tandf.co.uk/og/YCAJ.png
15 | logo: https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.tandfonline.com/doi/full/10.1080/00087041.2024.2325761&size=16
16 | title: Large-scale Generation of Transit Maps from OpenStreetMap Data
17 | - desc: OpenEO is a common, open-source interface in the form of an API between Earth
18 | observation data infrastructures and user applications.
19 | keyw: eo
20 | lastCheck: '2025-05-07T10:24:22.198459'
21 | link: https://openeo.org/
22 | microlink:
23 | desc: openEO develops an open API to connect various clients to big EO cloud back-ends
24 | in a simple and unified way.
25 | image: https://openeo.org/images/openeo_navbar_logo.png
26 | logo: https://logo.clearbit.com/openeo.org
27 | title: openEO
28 | rid: 2957
29 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-11-2959.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-11
3 | layout: rafaga
4 | rafagas:
5 | - desc: A straightforward online tool generates a GeoJSON file of any administrative
6 | polygon derived from OSM data
7 | keyw: boundaries
8 | lastCheck: '2025-05-27T17:35:50.997205'
9 | link: https://geojson-ai.com
10 | microlink:
11 | desc: Instantly generate GeoJSON polygons and multipolygons for administrative
12 | boundaries with AI-powered tools.
13 | logo: https://geojson-ai.com/icons/favicon.ico
14 | title: GeoJson AI | Instantly Generate GeoJSON Polygons and Multipolygons
15 | - desc: Real-time 3D map renderer visualizes OpenStreetMap data using the WebGL2 API
16 | and is still in the early development phase
17 | keyw: 3d
18 | lastCheck: '2025-05-27T17:35:51.730010'
19 | link: https://streets.gl/#41.38249,2.18033,45.00,0.00,2834.24
20 | microlink:
21 | desc: Streets GL is a OpenStreetMap 3D renderer that allows to explore the whole
22 | world in great detail
23 | logo: https://streets.gl/images/favicon.png
24 | title: Streets GL
25 | rid: 2959
26 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-13-2961.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-13
3 | layout: rafaga
4 | rafagas:
5 | - desc: The map of soil usage in Europe, designed with a Christmas theme, created
6 | using Eurostat data by Joe Davies in an editable notebook
7 | keyw: snowflakes
8 | lastCheck: '2025-05-27T17:50:33.259261'
9 | link: https://observablehq.com/@joewdavies/gridviz-christmas-map
10 | microlink:
11 | desc: Pricing
12 | image: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVR4nGOaCQAAnwCc1NtUdAAAAABJRU5ErkJggg==
13 | logo: https://static.observablehq.com/favicon-512.0667824687f99c942a02e06e2db1a060911da0bf3606671676a255b1cf97b4fe.png
14 | title: Gridviz Christmas map / Joe Davies | Observable
15 | - desc: Terminalia is a festival of psychogeography and walking, celebrated every
16 | 23rd of February with a series of free events in the UK and around the world
17 | keyw: walks
18 | lastCheck: '2025-05-27T17:50:34.240727'
19 | link: https://terminaliafestival.org/
20 | microlink:
21 | desc: Terminalia a festival of walking, place, space and psychogeography around
22 | 23 Feb Across the UK and internationally
23 | image: https://terminaliafestival.org/img/past/2025/St-Peters-Well-Leeds-1852.jpg
24 | logo: https://terminaliafestival.org/img/favicon.png
25 | title: Terminalia - Festival of Psychogeography 23rd Feb
26 | rid: 2961
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-14-2962.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-14
3 | layout: rafaga
4 | rafagas:
5 | - desc: A visual resource collection on Arctic climate change patterns
6 | keyw: arctic
7 | lastCheck: '2025-05-27T17:35:29.070575'
8 | link: https://zacklabe.com/arctic-sea-ice-figures/
9 | microlink:
10 | desc: Near real-time visualizations Arctic Climate Seasonality and Variability
11 | Arctic Sea Ice Extent and Concentration Arctic Sea Ice Volume and Thickness
12 | Arctic Temperatures Antarctic Sea Ice Extent, Co…
13 | image: https://zacklabe.com/wp-content/uploads/2025/02/seaicetrends_2024.gif
14 | logo: https://zacklabe.com/wp-content/uploads/2022/08/0bec9-cropped-screen-shot-2021-11-15-at-3.30.22-pm.png?w=192
15 | title: Polar Climate Change Figures
16 | - desc: AI is stressing global energy systems due to high consumption by data centers,
17 | altering the landscape worldwide
18 | invalid: true
19 | keyw: ai
20 | lastCheck: '2025-05-27T17:35:29.295108'
21 | link: https://www.bloomberg.com/graphics/2024-ai-data-centers-power-grids/
22 | microlink:
23 | desc: Please make sure your browser supports JavaScript and cookies and that you
24 | are not blocking them from loading. For more information you can review our
25 | Terms of Service and Cookie Policy.
26 | logo: https://www.bloomberg.com/favicon.ico
27 | title: Bloomberg - Are you a robot?
28 | rid: 2962
29 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-18-2964.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: Subway Stories helps explore and understand the usage and user patterns of
6 | the New York City subway throughout 2023
7 | keyw: subway
8 | lastCheck: '2025-04-15T13:25:47.663602'
9 | link: https://subwaystories.nyc/
10 | microlink:
11 | desc: A beautiful and interactive visualization of the MTA’s subway ridership
12 | data. Created for the 2024 MTA Open Data Challenge.
13 | image: https://subwaystories.nyc/og-image.png
14 | logo: https://subwaystories.nyc/metrocard.svg
15 | title: Subway Stories
16 | - desc: A new mobile mapping app with offline navigation, POIs, track collection,
17 | lists, personal mbtiles and more. For developers the app provides integrable base
18 | components
19 | keyw: app
20 | lastCheck: '2025-04-15T13:25:48.382192'
21 | link: https://gurumaps.app/
22 | microlink:
23 | desc: Never lose your way again
24 | image: https://gurumaps.app/img/guru-social-card.png
25 | logo: https://gurumaps.app/favicon.ico
26 | title: Guru Maps
27 | rid: 2964
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-20-2966.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-20
3 | layout: rafaga
4 | rafagas:
5 | - desc: Printed hoodies at a good price, in this case with an old map centered on
6 | Europe
7 | keyw: hoodies
8 | lastCheck: '2025-05-27T17:35:24.546703'
9 | link: https://hoodielab.com/product/atlantic-ocean-vintage-map-zip-up-hoodie/
10 | microlink:
11 | desc: '[html_block id=“633492302929”]'
12 | image: https://cdn.hoodielab.com/wp-content/uploads/2023/03/Atlantic20Ocean20Vintage20Map20-20Man-Hoodie_zip-up-1679152968-0.jpg
13 | logo: https://hoodielab.com/wp-content/uploads/2018/09/cropped-favi-270x270.png
14 | title: Atlantic Ocean Vintage Map Zip-Up Hoodie | Hoodie Lab
15 | - desc: A list of 10 cartography sites, from exquisite hand-drawn masterpieces to
16 | cutting-edge interactive web maps, and a document with many more links to interesting
17 | sites
18 | keyw: cartography
19 | lastCheck: '2025-05-27T17:35:27.951035'
20 | link: https://hkuril.com/html/en/articles/2024_cartography_article_list.html
21 | microlink:
22 | desc: 'Article publication date: 29th November 2024.'
23 | image: https://hkuril.com/images/logos/kuril_logo_basic.svg
24 | logo: https://hkuril.com/images/logos/kuril_logo_basic.svg
25 | title: 'Harry Kuril: My favourite cartography websites'
26 | rid: 2966
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-21-2967.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-21
3 | layout: rafaga
4 | rafagas:
5 | - desc: Interactive map of the bus transport network in the United Kingdom (work in
6 | progress) made with the online map creation platform Maphub
7 | keyw: buses
8 | lastCheck: '2025-05-05T10:38:07.749973'
9 | link: https://maphub.net/JayCrab/stagecoach-south
10 | microlink:
11 | desc: UK Bus Map W.I.P by JayCrab
12 | image: https://maphub.net/media/screenshots_new/b/b9/bb9qwpmhl7y13taw/1536_1152.jpg?ver=cooq
13 | logo: https://maphub.net/static/favicons/android-chrome-192x192.png?static_hash=abed7048d9410daf
14 | title: UK Bus Map W.I.P by JayCrab · MapHub
15 | - desc: Challenges to create a calculation model for a public transport accessibility
16 | index in the province of Barcelona (PDF)
17 | keyw: accessibility
18 | lang: ES
19 | lastCheck: '2025-05-05T10:38:08.035179'
20 | link: https://recyt.fecyt.es/index.php/CyTET/article/view/109854/80651
21 | microlink:
22 | logo: https://recyt.fecyt.es/favicon.ico
23 | title: Vista de Retos para la creación de un modelo de cálculo de un Índice de
24 | Accesibilidad al Transporte Público en la provincia de Barcelona
25 | rid: 2967
26 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-02-26-2970.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-02-26
3 | layout: rafaga
4 | rafagas:
5 | - desc: Trump's first trade war with China has reshaped global trade to face a new
6 | era of American protectionism
7 | invalid: true
8 | keyw: tariffs
9 | lastCheck: '2025-05-27T17:37:14.605557'
10 | link: https://www.bloomberg.com/graphics/2025-trump-china-new-trade-war/
11 | microlink:
12 | desc: To continue, please click the box below to let us know you’re not a robot.
13 | logo: https://www.bloomberg.com/favicon.ico
14 | title: Bloomberg - Are you a robot?
15 | - desc: Constant and inflexible complaints, mostly related to noise, are killing London
16 | pubs, which are closing early or even permanently
17 | keyw: pubs
18 | lastCheck: '2025-05-27T17:37:15.204271'
19 | link: https://www.the-londoner.co.uk/noise-complaints-killing-londons-pubs/
20 | microlink:
21 | desc: We mapped the dozens of pubs forced to shut early or that faced closure
22 | last year due to everything from “faint giggles” to “constant honking” from
23 | cars.
24 | image: https://www.the-londoner.co.uk/content/images/size/w1200/2025/01/Artboard-1--2-.jpg
25 | logo: https://www.the-londoner.co.uk/content/images/size/w256h256/2024/10/bookmark-icon.png
26 | title: Noise complaints are killing London’s pubs
27 | rid: 2970
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-05-2975.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-05
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Gyroscope-on-a-chip" technology could allow long-distance navigation without
6 | GPS, and therefore the days of distortion of GPS signals as a weapon of war would
7 | be on borrowed time.'
8 | keyw: jamming
9 | lastCheck: '2025-05-27T17:41:58.573970'
10 | link: https://bigthink.com/strange-maps/gnss-jamming/
11 | microlink:
12 | desc: The practice contributed to the deadly Christmas Day crash of an Azerbaijan
13 | Airlines passenger jet in 2024.
14 | image: https://bigthink.com/wp-content/uploads/2025/02/Cropped-GPS-Warfare.png?resize=1200,630
15 | logo: https://bigthink.com/wp-content/uploads/2023/06/cropped-bt-icon-512x512-1-1.png?w=180
16 | title: GPS jamming, a weapon in hot and hybrid wars, will soon be obsolete
17 | - desc: “MapTCHA” is an ongoing project to create a CAPTCHA with OSM data to identify
18 | those images that contain correctly interpreted objects, for example building
19 | outlines.
20 | keyw: MapTCHA
21 | lastCheck: '2025-05-27T17:41:59.562618'
22 | link: https://maptcha.crown-shy.com/
23 | microlink:
24 | logo: https://maptcha.crown-shy.com/vite.svg
25 | title: Vite + Lit + TS
26 | rid: 2975
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-10-2978.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-10
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Latitude: Persuasive Cartography" is an online exhibition featuring maps
6 | from the 17th century to the present, about influencing opinions and beliefs'
7 | keyw: persuasive
8 | lastCheck: '2025-05-27T17:38:27.143378'
9 | link: https://rmc.library.cornell.edu/latitude/introduction.php
10 | microlink:
11 | desc: Cornell University Library’s “Latitude” Exhibition - Introduction
12 | logo: https://rmc.library.cornell.edu/favicon.ico
13 | title: 'Latitude: Persuasive Cartography'
14 | - desc: The geographical impact of generative AI on the workforce varies significantly
15 | from previous automation forms
16 | keyw: ai
17 | lastCheck: '2025-05-27T17:38:28.831741'
18 | link: https://www.brookings.edu/articles/the-geography-of-generative-ais-workforce-impacts-will-likely-differ-from-those-of-previous-technologies/
19 | microlink:
20 | desc: As the generative AI race heats up, it’s important to examine where in the
21 | U.S. the technology might boost or harm workers, or if place even matters.
22 | image: https://www.brookings.edu/wp-content/uploads/2025/02/ai-chat-bot-on-computer.jpg?quality=75
23 | logo: https://www.brookings.edu/wp-content/themes/brookings/assets/images/favicons/android-chrome-512x512.png
24 | title: The geography of generative AI’s workforce impacts will likely differ from
25 | those of previous technologies
26 | rid: 2978
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-14-2982.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-14
3 | layout: rafaga
4 | rafagas:
5 | - desc: Analysis of GTFS data to gather information on public transportation, both
6 | hourly and in real-time
7 | keyw: transportation
8 | lastCheck: '2025-05-27T17:41:11.394050'
9 | link: https://anitagraser.com/2025/03/10/analyzing-gtfs-realtime-data-for-public-transport-insights/
10 | microlink:
11 | desc: In today’s post, we (that is, Gaspard Merten from Universite Libre de Bruxelles
12 | and yours truly) are going to dive deep into how to analyze public transport
13 | data, using both schedule and real time …
14 | image: https://anitagraser.com/wp-content/uploads/2025/03/image-2.png?w=1200
15 | logo: https://s0.wp.com/i/webclip.png
16 | title: Analyzing GTFS Realtime Data for Public Transport Insights
17 | - desc: The Night Map of the Earth helps you explore and understand the effects of
18 | light pollution on our planet, as well as the differences between brightness and
19 | population density
20 | invalid: true
21 | keyw: pollution
22 | lastCheck: '2025-05-27T17:41:11.672021'
23 | link: https://www.nightearth.com/
24 | microlink:
25 | desc: Explore stunning nighttime satellite imagery, light pollution data, and
26 | mesmerizing photos of Earth from space at Night Earth
27 | image: https://static.nightearth.com/icons2/site-banner.png
28 | logo: https://static.nightearth.com/icons2/favicon.ico
29 | title: 'Night Earth: Discover the Beauty of Our Planet at Night'
30 | rid: 2982
31 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-20-2986.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-20
3 | layout: rafaga
4 | rafagas:
5 | - desc: European map of local shops and places, made on a non-profit basis, which
6 | includes a large directory with addresses and directions to get there
7 | keyw: places
8 | lastCheck: '2025-05-27T17:42:48.277433'
9 | link: https://www.lokjo.com/
10 | microlink:
11 | desc: About.
12 | image: https://www.lokjo.com/images/og_logo_1024.png
13 | logo: https://www.lokjo.com/favicon.png
14 | title: Lokjo.com - Your worldwide local map
15 | - desc: A combination of English data from various sources in an interactive map allows
16 | you to analyze the real estate market to make better decisions when buying and
17 | selling a home in England
18 | keyw: real estate
19 | lastCheck: '2025-05-27T17:43:08.138702'
20 | link: https://housemetric.co.uk/map/
21 | microlink:
22 | desc: Individual houses
23 | image: https://housemetric.co.uk/static/HeatmapPage.png
24 | logo: https://housemetric.co.uk/favicon.ico
25 | title: House Price Map
26 | rid: 2986
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-21-2987.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-21
3 | layout: rafaga
4 | rafagas:
5 | - desc: A border is a line on the map that divides nation states and also an infrastructure
6 | that is constantly reinforced and improved to prevent people from moving.
7 | keyw: border
8 | lastCheck: '2025-05-27T17:50:25.814138'
9 | link: https://mapa.bbng.org/en
10 | microlink:
11 | image: https://mapa.bbng.org/_next/static/media/logo.d6dd7eac.webp
12 | logo: https://mapa.bbng.org/favicon.ico
13 | title: mapa granicy
14 | - desc: A point-to-point travel time database between U.S. census geographies for
15 | static isochrone mapping without server or compute cost
16 | keyw: isochrone
17 | lastCheck: '2025-05-27T17:50:32.553598'
18 | link: https://opentimes.org/
19 | microlink:
20 | desc: Free multi-modal travel times between U.S. Census geographies
21 | logo: https://opentimes.org/favicon.svg
22 | title: OpenTimes
23 | rid: 2987
24 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-03-31-2991.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-03-31
3 | layout: rafaga
4 | rafagas:
5 | - desc: Parameterizable extraction of contour lines around the world, which can be
6 | saved to a file, from Google Elevation data
7 | keyw: contour
8 | lastCheck: '2025-04-15T13:25:52.996365'
9 | link: https://contourmapcreator.urgr8.ch/
10 | microlink:
11 | desc: Sorry, we have no imagery here.
12 | image: data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%200v6h2V2h4V0H0zm16%200h-4v2h4v4h2V0h-2zm0%2016h-4v2h6v-6h-2v4zM2%2012H0v6h6v-2H2v-4z%22/%3E%3C/svg%3E
13 | title: Contour Map Creator
14 | - desc: Sateliguess proposes guessing the town from the satellite image cutout, either
15 | in Catalonia or the Valencian Country, with certain clues and difficulty control
16 | keyw: game
17 | lang: CA
18 | lastCheck: '2025-04-15T13:25:53.920636'
19 | link: https://sateliguess.netlify.app/
20 | microlink:
21 | logo: https://sateliguess.netlify.app/favicon.svg
22 | title: Sateliguess
23 | rid: 2991
24 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-02-2993.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-02
3 | layout: rafaga
4 | rafagas:
5 | - desc: GDAL, the translation library for raster and vector geospatial data formats,
6 | has a new stable version 3.10.2 from February 2025 called "Gulf Of Mexico"
7 | keyw: GDAL
8 | link: https://gdal.org/en/stable/
9 | microlink:
10 | image: https://gdal.org/en/stable/_static/gdalicon.png
11 | logo: https://gdal.org/en/stable/_static/favicon.png
12 | title: GDAL — GDAL documentation
13 | - desc: A study by the Finnish company Vaisala in the USA shows how extreme temperatures
14 | and weather conditions throughout the year affect the range of electric vehicles
15 | keyw: EV
16 | link: https://www.greencarreports.com/news/1146024_southern-us-states-are-set-for-the-most-ev-range-data-suggests
17 | microlink:
18 | desc: Many of the states with more EV incentives have an unfavorable climate for
19 | electric miles—when looking objectively at temperature, weather, and corresponding
20 | road conditions, that is.
21 | image: https://images.hgmsites.net/hug/fiat-500e_100924573_h.webp
22 | logo: https://www.greencarreports.com/favicon.ico
23 | title: Southern US states are set for the most EV range, data suggests
24 | rid: 2993
25 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-03-2994.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-03
3 | layout: rafaga
4 | rafagas:
5 | - desc: The March 105, 2025 issue of "Cartographic Perspectives", the journal of the
6 | NACIS (North American Cartographic Information Society), is dedicated to ethics
7 | in cartography
8 | keyw: ethics
9 | lastCheck: '2025-05-27T17:51:26.316131'
10 | link: https://cartographicperspectives.org/index.php/journal/issue/view/cp105
11 | microlink:
12 | desc: Aaron M. Adams, Adam Gallaher, Ashley Benitez Ou, Xiang Chen, Weidong Li,
13 | Chuanrong Zhang, Richard Mrozinski, Debarchana Ghosh
14 | image: https://cartographicperspectives.org/public/journals/1/cover_issue_121_en_US.jpg
15 | logo: https://cartographicperspectives.org/favicon.ico
16 | title: No. 105 (2025) | Cartographic Perspectives
17 | - desc: A subset of 30,000 astronomical photos from the ISS of sufficient spatial
18 | resolution, sharpness and exposure for spectral characterization of urban lightscapes
19 | (PDF)
20 | keyw: Lightscape
21 | lastCheck: '2025-05-27T17:51:29.313592'
22 | link: https://arxiv.org/pdf/2208.06441v1
23 | microlink:
24 | desc: '1'
25 | logo: https://arxiv.org/favicon.ico
26 | title: 2208.06441v1
27 | rid: 2994
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-08-2997.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-08
3 | layout: rafaga
4 | rafagas:
5 | - desc: A self-hosted database to store GPS tracks or create new ones, with their
6 | metadata, and to have an easily searchable catalogue (like a personal Wikiloc)
7 | keyw: tracks
8 | lastCheck: '2025-05-27T17:40:15.864375'
9 | link: https://wanderer.to/
10 | microlink:
11 | desc: The self-hosted trail database
12 | image: https://wanderer.to/_astro/logo_text_light.DFdYz-lr.svg
13 | logo: https://wanderer.to/favicon.svg
14 | title: Welcome to wanderer
15 | - desc: A personal analysis of the current situation of maps on the web, libraries
16 | and formats, thinking about open source and without considering mobile devices
17 | keyw: webmapping
18 | lastCheck: '2025-05-27T17:40:16.634071'
19 | link: https://tim-salabim.codeberg.page/sotwm/sotwm.html
20 | microlink:
21 | desc: I feel that we are at a point in time, where browser based webmapping is
22 | reaching a position to really help/support geospatial analysts during their
23 | complete analysis cycle.
24 | image: https://c.tile.openstreetmap.org/2/1/1.png
25 | logo: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://codeberg.page/sotwm/sotwm.html&size=128
26 | title: State of the (open source) web map
27 | rid: 2997
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-10-2999.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-10
3 | layout: rafaga
4 | rafagas:
5 | - desc: Shop offering 3D printed keychains with customizable topographic maps on the
6 | front and personalized text and location on the back
7 | invalid: true
8 | keyw: keychain
9 | lastCheck: '2025-05-27T17:50:37.254188'
10 | link: https://www.etsy.com/listing/1837540154/topo-tags-3d-printed-keychain
11 | microlink:
12 | logo: https://www.etsy.com/favicon.ico
13 | title: topo-tags-3d-printed-keychain
14 | - desc: Interactive map of pesticide sales in France to identify those used near your
15 | home, even though there is no real data on fumigation
16 | keyw: pesticides
17 | lang: fr
18 | lastCheck: '2025-05-27T17:50:37.763965'
19 | link: https://www.generations-futures.fr/
20 | microlink:
21 | desc: Fondée en 1996, Générations Futures est une association de défense de l’environnement
22 | agréée par le ministère de l’écologie et reconnue d’intérêt général.
23 | image: https://www.generations-futures.fr/wp-content/thumbnails/uploads/2017/05/default-share-image-tt-width-738-height-738-fill-0-crop-0-bgcolor-eeeeee.png
24 | logo: https://www.generations-futures.fr/wp-content/thumbnails/uploads/2024/09/cropped-default-icon-tt-width-192-height-192-fill-0-crop-0-bgcolor-eeeeee.png
25 | title: Générations Futures - Protéger les générations futures des pesticides
26 | rid: 2999
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-16-3003.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: Driftbook is a psychogeographic drawing game with the aim of freeing ourselves
6 | from capitalism in public spaces and establishing new geoaffective relationships.
7 | keyw: psychology
8 | lastCheck: '2025-05-27T17:35:48.900457'
9 | link: https://lurnoise.itch.io/driftbook
10 | microlink:
11 | desc: A psychogeographical drawing game.
12 | image: https://img.itch.zone/aW1nLzE5NzkxMDkzLmpwZw==/original/kdBssO.jpg
13 | logo: https://img.itch.zone/aW1nLzE5NzkxMDkzLmpwZw==/32x32%23b/MrdPgo.jpg
14 | title: DriftBook by Lur Noise
15 | - desc: A collection of 6 free procedural map generators for tabletop role-playing
16 | and world-building games, under active development
17 | keyw: games
18 | lastCheck: '2025-05-27T17:35:50.801620'
19 | link: https://watabou.github.io/
20 | microlink:
21 | desc: Collection of free map generators for tabletop role-playing games and worldbuilding.
22 | image: https://watabou.github.io/images/twitter_card.jpg
23 | logo: https://watabou.github.io/images/favicon.png
24 | title: Watabou’s Procgen Arcana
25 | rid: 3003
26 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-17-3004.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-17
3 | layout: rafaga
4 | rafagas:
5 | - desc: General Bikeshare Feed Specification (GBFS) is an open data standard that
6 | facilitates the discovery and accessibility of shared mobility options.
7 | keyw: bikes
8 | lastCheck: '2025-04-29T14:56:02.997512'
9 | link: https://gbfs.org
10 | microlink:
11 | desc: GBFS is an open data standard that makes it easier to discover and use shared
12 | mobility modes.
13 | image: https://gbfs.org/assets/images/logo.png
14 | logo: https://gbfs.org/assets/images/favicon.ico
15 | title: Home - General Bikeshare Feed Specification
16 | - desc: Seventy-five years after the liberation of Auschwitz, historians have identified
17 | around two-thirds of the camp's Jewish victims.
18 | keyw: Auschwitz
19 | lastCheck: '2025-04-29T14:56:04.121251'
20 | link: https://www.economist.com/graphic-detail/2020/01/25/archivists-are-racing-to-identify-every-jewish-holocaust-victim
21 | microlink:
22 | desc: On the 75th anniversary of the liberation of Auschwitz, just 400,000 Holocaust
23 | survivors are still alive
24 | image: https://www.economist.com/img/b/1280/720/90/sites/default/files/20200125_GDP304.jpg
25 | logo: https://www.economist.com/favicon.ico
26 | title: Archivists are racing to identify every Jewish Holocaust victim
27 | rid: 3004
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-18-3005.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-18
3 | layout: rafaga
4 | rafagas:
5 | - desc: The pearl industry in the Persian Gulf between 1800 and 1914, which ended
6 | around 1940 with the japanese peal farming method that coincided with oil discovery
7 | keyw: pearls
8 | lastCheck: '2025-05-27T17:34:16.406580'
9 | link: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Ftqt028q3iude1.png&rdt=37578
10 | microlink:
11 | desc: Open navigation
12 | image: https://i.redd.it/tqt028q3iude1.png
13 | logo: https://www.redditstatic.com/shreddit/assets/favicon/192x192.png
14 | title: https://i.redd.it/tqt028q3iude1.png
15 | - desc: QGIS Track Changes is a plugin to manage and track changes to geospatial data
16 | within QGIS, currently only for one layer at a time.
17 | keyw: qgis
18 | lastCheck: '2025-05-27T17:34:17.410203'
19 | link: https://github.com/ahmadzfaiz/qgis-track-changes
20 | microlink:
21 | desc: QGIS Plugin to track data changes. Contribute to ahmadzfaiz/qgis-track-changes
22 | development by creating an account on GitHub.
23 | image: https://opengraph.githubassets.com/4350e6b3888aac60bdec4ea943c72a0db9c4933ff00cb2ea38035dd2710b8e06/ahmadzfaiz/qgis-track-changes
24 | logo: https://github.githubassets.com/assets/apple-touch-icon-180x180-a80b8e11abe2.png
25 | title: 'GitHub - ahmadzfaiz/qgis-track-changes: QGIS Plugin to track data changes'
26 | rid: 3005
27 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-23-3007.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-23
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Conservation as a Service" to Pay Indigenous Guardians of Sacred Forests
6 | and Protect 2 Million Hectares of the World''s Essential Forests by 2030'
7 | keyw: conservation
8 | lastCheck: '2025-05-27T17:39:42.287813'
9 | link: https://www.sacredforests.earth/
10 | microlink:
11 | desc: Indigenous protecting the most precious places on Earth
12 | image: https://cdn.prod.website-files.com/64131bb21081bc86a35e4cd5/670a4623ae35b6c84365839a_SacredForests-Logo-beige-menu.svg
13 | logo: https://cdn.prod.website-files.com/64131bb21081bc86a35e4cd5/643504a7fb1d6e8ffb03728a_Favicon.jpg
14 | title: The Forest Speaks
15 | - desc: The Nusantara Atlas provides information for monitoring deforestation, fires,
16 | peatland degradation and forest regeneration in equatorial Asia.
17 | keyw: deforestation
18 | lastCheck: '2025-05-27T17:39:43.474674'
19 | link: https://map.nusantara-atlas.org/
20 | microlink:
21 | desc: Nusantara Atlas is for anyone interested in monitoring deforestation trends
22 | and peatlands degradation in Equatorial Asia and in tracking corporate actions
23 | of palm oil, pulp-and-paper, mining and timber industries, the main drivers
24 | of deforestation and forest degradation in this region.
25 | image: https://map.nusantara-atlas.org/img/Forest7.jpg
26 | logo: https://map.nusantara-atlas.org/dist/favicon.ico
27 | title: Nusantara Atlas
28 | rid: 3007
29 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-25-3009.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-25
3 | layout: rafaga
4 | rafagas:
5 | - desc: Making maps by hand from digital bases, by engraving a copper plate, working
6 | its surface with manual tools, inking it and passing it through a press
7 | keyw: crafting
8 | lastCheck: '2025-05-05T10:37:32.039844'
9 | link: https://jakecoolidgecartography.com/hand-made.html#mount-rainier
10 | microlink:
11 | desc: Online porfolio for Jake Coolidge, featuring cartography and design. Hand-drawn
12 | maps, maps for academic presses, guide maps, and other explorations.
13 | image: https://jakecoolidgecartography.com/img/beneath-the-surface-thumb-wide.jpg
14 | logo: https://jakecoolidgecartography.com/img/icon2.png
15 | title: Maps made by hand
16 | - desc: An algorithm for generating hatched lines on a portion of a raster elevation
17 | model (DEM), presented as code that runs as a web application in the browser
18 | keyw: hachure
19 | lastCheck: '2025-05-05T10:37:35.352585'
20 | link: https://github.com/the-butcher/PENPLOTTER.01/tree/master/pp_hachure
21 | microlink:
22 | desc: Contribute to the-butcher/PENPLOTTER.01 development by creating an account
23 | on GitHub.
24 | image: https://opengraph.githubassets.com/cecf2500afc7f6271e8b5519ffd86071945454ea66d4e76042544a4419c296c8/the-butcher/PENPLOTTER.01
25 | logo: https://github.com/fluidicon.png
26 | title: PENPLOTTER.01/pp_hachure at master · the-butcher/PENPLOTTER.01
27 | rid: 3009
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-04-30-3012.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-04-30
3 | layout: rafaga
4 | rafagas:
5 | - desc: GEOlayers 3 Masterclass is a video course of over 4 hours and 50 lessons to
6 | make animated maps with Adobe After Effects 2023 and GEOlayers v3
7 | keyw: GEOlayers
8 | link: https://boonelovesvideo.teachable.com/p/geolayers-3-masterclass
9 | microlink:
10 | desc: Learn how to create professional map animations in Adobe After Effects.
11 | image: https://cdn.filestackcontent.com/eqyQWvcfQiyVYQ237jln
12 | logo: https://process.fs.teachablecdn.com/ADNupMnWyR7kCWRvm76Laz/resize=width:32,height:32/https://file-uploads.teachablecdn.com/58c8fc71092a484d81bb99d679d887e1/d4fe7502abfe4c74a5184472dd16e599
13 | title: GEOlayers 3 Masterclass
14 | - desc: PiLiDAR is a 360° panoramic 3D scanner based on Raspberry Pi, HQ camera and
15 | Waveshare STL27L Lidar that creates clouds of 2.2 million points at 25 m
16 | keyw: Lidar
17 | link: https://github.com/PiLiDAR/PiLiDAR
18 | microlink:
19 | desc: Contribute to PiLiDAR/PiLiDAR development by creating an account on GitHub.
20 | image: https://opengraph.githubassets.com/030ea53ab2a3128fc3210fb9f08ed5982a213d8b5605e94c83c53b88efcb26ac/PiLiDAR/PiLiDAR
21 | logo: https://github.githubassets.com/assets/apple-touch-icon-180x180-a80b8e11abe2.png
22 | title: GitHub - PiLiDAR/PiLiDAR
23 | rid: 3012
24 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-12-3019.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-12
3 | layout: rafaga
4 | rafagas:
5 | - desc: The QGIS Model Context Protocol Integration (QGIS Model Context Protocol Integration)
6 | plugin connects QGIS with Claude AI in order to create projects or load layers
7 | or run code, all in an integrated way
8 | keyw: claude
9 | link: https://github.com/jjsantos01/qgis_mcp
10 | microlink:
11 | desc: Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop - jjsantos01/qgis_mcp
12 | image: https://opengraph.githubassets.com/4975fb3d951decefdf021c733f619a3181bf790f7085e632636e396e2807b06e/jjsantos01/qgis_mcp
13 | logo: https://github.com/fluidicon.png
14 | title: 'GitHub - jjsantos01/qgis_mcp: Model Context Protocol (MCP) that allows
15 | LLMs to use QGIS Desktop'
16 | - desc: EcoDataCube updated with 110 TB of data ready for analysis, such as dynamic
17 | soil properties, bimonthly time series of biophysical indices, annual vegetation
18 | height and other datasets
19 | keyw: analysis
20 | link: https://ecodatacube.eu/?base=osm_gray&layer=CORINE%20Land%20Cover%20(CLC+)%20Backbone&zoom=4¢er=17.0066,53.7139&opacity=45&time=20200101_20221231
21 | microlink:
22 | image: https://ecodatacube.eu/ecodatacube_logo_europe.svg
23 | logo: https://ecodatacube.eu/favicon.ico
24 | title: EcoDataCube
25 | rid: 3019
26 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-15-3022.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-15
3 | layout: rafaga
4 | rafagas:
5 | - desc: Two-thirds of new AI data centers built or under development by 2022 are in
6 | locations already experiencing high levels of water stress
7 | keyw: water
8 | link: https://www.bloomberg.com/graphics/2025-ai-impacts-data-centers-water-data/
9 | microlink:
10 | desc: To continue, please click the box below to let us know you’re not a robot.
11 | logo: https://www.bloomberg.com/favicon.ico
12 | title: Bloomberg - Are you a robot?
13 | - desc: For two years, 16 scientists traveled from the Andes to the Atlantic ocean
14 | to study the interconnected ecosystems of the Amazon in the hope of protecting
15 | its waters.
16 | keyw: protection
17 | link: https://www.nationalgeographic.com/into-the-amazon/
18 | microlink:
19 | desc: Follow a drop of water as it flows through the Amazon, from summit to sea,
20 | and hear from locals, scientists and explorers along the way
21 | logo: https://www.nationalgeographic.com/into-the-amazon/icons/favicon-180x180.png
22 | title: Into the Amazon | National Geographic
23 | rid: 3022
24 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-16-3023.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-16
3 | layout: rafaga
4 | rafagas:
5 | - desc: All major cities in the US are sinking, to a greater or lesser extent, and
6 | the sum of the affected areas is over 34 million people.
7 | keyw: sinking
8 | lastCheck: '2025-05-27T17:34:17.478048'
9 | link: https://news.climate.columbia.edu/2025/05/08/all-of-the-biggest-u-s-cities-are-sinking/
10 | microlink:
11 | desc: 'From the coasts to the interior, urban areas are sinking. The main culprit:
12 | pumping of groundwater.'
13 | image: https://media.news.climate.columbia.edu/wp-content/uploads/2025/02/ohenhen-houston-1300x1342.jpg
14 | logo: https://media.news.climate.columbia.edu/wp-content/uploads/2024/02/cropped-sotp-site-icon-1-270x270.png
15 | title: All of the Biggest U.S. Cities Are Sinking
16 | - desc: Human population located within a given radius, anywhere in the world, with
17 | GHSL 2025 (Global Human Settlement Layer) data and OSM bus and metro stops, all
18 | explained with the code
19 | keyw: population
20 | lastCheck: '2025-05-27T17:34:18.509048'
21 | link: https://www.tomforth.co.uk/circlepopulations/
22 | microlink:
23 | desc: Human population within a distance, from any point in the world.
24 | image: https://tile.osm.org/2/1/1.png
25 | logo: https://www.tomforth.co.uk/favicon.ico
26 | title: Population around a point
27 | rid: 3023
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-19-3024.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-19
3 | layout: rafaga
4 | rafagas:
5 | - desc: The map of the 100 bus stops in London with the most passengers, according
6 | to TfL data from 2024, and also displayed for each bus line separately
7 | keyw: london
8 | lastCheck: '2025-05-27T17:38:04.537438'
9 | link: https://edjefferson.com/busiestbusstops/
10 | microlink:
11 | desc: Find out where London’s busiest bus stops are, and see the busiest stops
12 | by route.
13 | image: https://edjefferson.com/busiestbusstops/social.png
14 | logo: https://edjefferson.com/busiestbusstops/icon/apple-touch-icon.png
15 | title: London’s Busiest Bus Stops
16 | - desc: The easiest way to use/host free and open maps, both vector and raster tiles,
17 | satellite and terrain, with automatic localization and attribution and from the
18 | EU
19 | keyw: hosting
20 | lastCheck: '2025-05-27T17:38:04.961280'
21 | link: https://maps.black/
22 | microlink:
23 | desc: Maybe the easiest way to use free maps. Open source hosted & self-hostable
24 | webcomponent, styles, fonts, vector, raster, satellite & terrain tiles.
25 | image: https://maps.black/maps.black-background.png
26 | title: Maps.black - Maybe the easiest way to use/host free & open maps
27 | rid: 3024
28 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-20-3025.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-20
3 | layout: rafaga
4 | rafagas:
5 | - desc: '"Surveillance under Surveillance" shows security cameras, guards, and other
6 | surveillance devices watching you almost everywhere, made with OSM data'
7 | keyw: surveillance
8 | link: https://sunders.uber.space/
9 | microlink:
10 | desc: Surveillance Camera Map
11 | image: https://sunders.uber.space/images/slider-toggle.png
12 | logo: https://sunders.uber.space/apple-touch-icon.png
13 | title: Surveillance under Surveillance
14 | - desc: The Brooklyn Pirate Radio Sound Map (BPRSM) traces the persistent connections
15 | between unlicensed radio stations and Brooklyn's local neighborhood culture
16 | keyw: radio
17 | link: https://map.pirateradiomap.com/
18 | microlink:
19 | desc: 1. ‘...if you’re celebrating July 4th, Independence Day. Happy Independence
20 | to America.’ 07-2015
21 | image: https://map.pirateradiomap.com/images/TUNER_dark_green_7_02.png
22 | logo: https://map.pirateradiomap.com/favicon.ico
23 | title: Brooklyn Pirate Radio Map
24 | rid: 3025
25 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-23-3028.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-23
3 | layout: rafaga
4 | rafagas:
5 | - desc: Learn more about the world, scale and proportions on 9 different maps, which
6 | also allow you to compare your country with others
7 | keyw: scales
8 | link: https://www.maximiliankiener.com/neighbors/
9 | microlink:
10 | desc: 9 cartograms to better understand our world.
11 | image: https://www.maximiliankiener.com/neighbors/neighbors.png
12 | logo: https://www.maximiliankiener.com/favicon.ico
13 | title: Our Neighbors in Numbers
14 | - desc: Planning cycling infrastructures with direct optimization methods and conceptual
15 | heuristic techniques to promote active mobility
16 | keyw: cycling
17 | link: https://www.nature.com/articles/s41598-025-99976-9
18 | microlink:
19 | desc: Scientific Reports - Robust design of bicycle infrastructure networks
20 | image: https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41598-025-99976-9/MediaObjects/41598_2025_99976_Fig1_HTML.png
21 | logo: https://www.nature.com/static/images/favicons/nature/apple-touch-icon-f39cb19454.png
22 | title: Robust design of bicycle infrastructure networks - Scientific Reports
23 | rid: 3028
24 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-28-3031.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-28
3 | layout: rafaga
4 | rid: 3031
5 | rafagas:
6 | - desc: "Spatial data science languages: commonalities and needs, especially for R, Python and Julia, identification of challenges and proposed ideas for future development"
7 | keyw: data science
8 | link: https://arxiv.org/html/2503.16686v1
9 | - desc: "An open source tool to map the destruction of the Ukraine war using Sentinel-1 time series including heat maps and building footprints"
10 | keyw: ukraine
11 | link: https://github.com/prs-eth/ukraine-damage-mapping-tool/
12 | ---
--------------------------------------------------------------------------------
/_posts/2025/2025-05-30-3032.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2025-05-30
3 | layout: rafaga
4 | rid: 3032
5 | rafagas:
6 | - desc: "A normalized flow-based reversible network model for super-resolution reconstruction in DEMs improves the results of traditional methods"
7 | keyw: DEMs
8 | link: https://www.nature.com/articles/s41598-025-94274-w
9 | - desc: "Bitcoin mines (massive computing clusters that generate cryptocurrencies) consume large amounts of electricity, which generates a lot of pollution and creates a health problem."
10 | keyw: Bitcoin
11 | link: https://www.nature.com/articles/s41467-025-58287-3
12 | - desc: "WildFusion is a four-legged robot with the additional senses of vibration and touch to make better, richer maps in spaces difficult for humans"
13 | keyw: robot
14 | link: http://www.generalroboticslab.com/blogs/blog/2024-09-29-wildfusion/index.html
15 | - desc: "A comprehensive look at how much energy the AI industry uses and what its current carbon footprint is, and how it is increasing unabated"
16 | keyw: energy
17 | link: https://www.technologyreview.com/2025/05/20/1116327/ai-energy-usage-climate-footprint-big-tech/
18 | ---
--------------------------------------------------------------------------------
/_sass/_base.scss:
--------------------------------------------------------------------------------
1 | // Body resets
2 | //
3 | // Update the foundational and global aspects of the page.
4 |
5 | * {
6 | -webkit-box-sizing: border-box;
7 | -moz-box-sizing: border-box;
8 | box-sizing: border-box;
9 | }
10 |
11 | html,
12 | body {
13 | margin: 0;
14 | padding: 0;
15 | }
16 |
17 | html {
18 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
19 | font-size: 16px;
20 | line-height: 1.5;
21 |
22 | @media (min-width: 38em) {
23 | font-size: 18px;
24 | }
25 | }
26 |
27 | body {
28 | color: #515151;
29 | background-color: #fff;
30 | -webkit-text-size-adjust: 100%;
31 | -ms-text-size-adjust: 100%;
32 | }
33 |
34 | // No `:visited` state is required by default (browsers will use `a`)
35 | a {
36 | color: #268bd2;
37 | text-decoration: none;
38 |
39 | // `:focus` is linked to `:hover` for basic accessibility
40 | &:hover,
41 | &:focus {
42 | text-decoration: underline;
43 | }
44 |
45 | strong {
46 | color: inherit;
47 | }
48 | }
49 |
50 | img {
51 | display: block;
52 | max-width: 100%;
53 | margin: 0 0 1rem;
54 | border-radius: 5px;
55 | }
56 |
57 | table {
58 | margin-bottom: 1rem;
59 | width: 100%;
60 | font-size: 85%;
61 | border: 1px solid #e5e5e5;
62 | border-collapse: collapse;
63 | }
64 |
65 | td,
66 | th {
67 | padding: .25rem .5rem;
68 | border: 1px solid #e5e5e5;
69 | }
70 |
71 | th {
72 | text-align: left;
73 | }
74 |
75 | tbody tr:nth-child(odd) td,
76 | tbody tr:nth-child(odd) th {
77 | background-color: #f9f9f9;
78 | }
79 |
--------------------------------------------------------------------------------
/_sass/_layout.scss:
--------------------------------------------------------------------------------
1 | // Layout
2 | //
3 | // Styles for managing the structural hierarchy of the site.
4 |
5 | .container {
6 | max-width: 38rem;
7 | padding-left: 1.5rem;
8 | padding-right: 1.5rem;
9 | margin-left: auto;
10 | margin-right: auto;
11 | }
12 |
13 | footer {
14 | margin-bottom: 2rem;
15 | }
16 |
--------------------------------------------------------------------------------
/_sass/_masthead.scss:
--------------------------------------------------------------------------------
1 | // Masthead
2 | //
3 | // Super small header above the content for site name and short description.
4 |
5 | .masthead {
6 | padding-top: 1rem;
7 | margin-bottom: 1rem;
8 |
9 | small, .links a {
10 | font-size: 75%;
11 | font-weight: 400;
12 | color: #c0c0c0;
13 | letter-spacing: 0;
14 | }
15 |
16 | .links{
17 | display: block;
18 | ul {
19 | list-style-type: none;
20 | margin: 0;
21 | padding: 0;
22 | overflow: hidden;
23 | position: relative;
24 | li {
25 | float: left; margin: 0 20px 0 0;
26 | }
27 | }
28 | }
29 |
30 | .masthead-title {
31 | margin-top: 0;
32 | margin-bottom: 0;
33 | color: #505050;
34 | a {
35 | color: #505050;
36 | }
37 | }
38 | }
39 |
--------------------------------------------------------------------------------
/_sass/_message.scss:
--------------------------------------------------------------------------------
1 | // Messages
2 | //
3 | // Show alert messages to users. You may add it to single elements like a ``,
4 | // or to a parent if there are multiple elements to show.
5 |
6 | .message {
7 | margin-bottom: 1rem;
8 | padding: 1rem;
9 | color: #717171;
10 | background-color: #f9f9f9;
11 | }
12 |
--------------------------------------------------------------------------------
/_sass/_pagination.scss:
--------------------------------------------------------------------------------
1 | // Pagination
2 | //
3 | // Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
4 | // there are no more previous or next posts to show.
5 |
6 | .pagination {
7 | overflow: hidden; // clearfix
8 | margin: 0 -1.5rem 1rem;
9 | font-family: "PT Sans", Helvetica, Arial, sans-serif;
10 | color: #ccc;
11 | text-align: center;
12 | }
13 |
14 | // Pagination items can be `span`s or `a`s
15 | .pagination-item {
16 | display: block;
17 | padding: 1rem;
18 | border: solid #eee;
19 | border-width: 1px 0;
20 |
21 | &:first-child {
22 | margin-bottom: -1px;
23 | }
24 | }
25 |
26 | // Only provide a hover state for linked pagination items
27 | a.pagination-item:hover {
28 | background-color: #f5f5f5;
29 | }
30 |
31 | @media (min-width: 30em) {
32 | .pagination {
33 | margin: 3rem 0;
34 | }
35 |
36 | .pagination-item {
37 | float: left;
38 | width: 50%;
39 | border-width: 1px;
40 |
41 | &:first-child {
42 | margin-bottom: 0;
43 | border-top-left-radius: 4px;
44 | border-bottom-left-radius: 4px;
45 | }
46 | &:last-child {
47 | margin-left: -1px;
48 | border-top-right-radius: 4px;
49 | border-bottom-right-radius: 4px;
50 | }
51 | }
52 | }
53 |
--------------------------------------------------------------------------------
/_sass/_posts.scss:
--------------------------------------------------------------------------------
1 | // Posts and pages
2 | //
3 | // Each post is wrapped in `.post` and is used on default and post layouts. Each
4 | // page is wrapped in `.page` and is only used on the page layout.
5 |
6 | .page,
7 | .post {
8 | margin-bottom: 4em;
9 | }
10 |
11 | // Blog post or page title
12 | .page-title,
13 | .post-title,
14 | .post-title a {
15 | color: #303030;
16 | }
17 | .page-title,
18 | .post-title {
19 | margin-top: 0;
20 | }
21 |
22 | // Meta data line below post title
23 | .post-date {
24 | display: block;
25 | margin-top: -.5rem;
26 | margin-bottom: 1rem;
27 | color: #9a9a9a;
28 | }
29 |
30 |
31 | // Related posts
32 | .related {
33 | padding-top: 2rem;
34 | padding-bottom: 2rem;
35 | border-top: 1px solid #eee;
36 | }
37 |
38 | .related-posts {
39 | padding-left: 0;
40 | list-style: none;
41 |
42 | h3 {
43 | margin-top: 0;
44 | }
45 |
46 | li {
47 | small {
48 | font-size: 75%;
49 | color: #999;
50 | }
51 |
52 | a:hover {
53 | color: #268bd2;
54 | text-decoration: none;
55 |
56 | small {
57 | color: inherit;
58 | }
59 | }
60 | }
61 | }
62 | .post ul a {
63 | font-size:0.8em;
64 | }
65 |
66 | .post li.invalid {
67 | font-style: italic;
68 | }
69 |
70 | .post img.warning-invalid {
71 | display: inline;
72 | height: 1em;
73 | margin: 0;
74 | padding: 0;
75 | }
76 |
77 | .post a.archive-link {
78 | color: darkred;
79 | }
--------------------------------------------------------------------------------
/docker-compose.yml:
--------------------------------------------------------------------------------
1 | services:
2 | jekyll:
3 | image: jekyll/jekyll:latest
4 | command: jekyll serve --watch --force_polling --incremental --port 8000 --livereload --livereload-port --future
5 | volumes:
6 | - .:/srv/jekyll
7 | - ./vendor/bundle:/usr/local/bundle:Z"
8 | ports:
9 | - '8000:8000'
10 | - '35729:35729'
11 | environment:
12 | RUBYOPT: '-W0'
13 | JEKYLL_ENV: production
14 |
--------------------------------------------------------------------------------
/font/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/font/FontAwesome.otf
--------------------------------------------------------------------------------
/font/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/font/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/font/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/font/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/font/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/font/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/public/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/public/favicon.ico
--------------------------------------------------------------------------------
/public/warning-64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/geoinquiets/rafagas/5e68392c412a5ce38f8bd20399c458ca40c2a574/public/warning-64.png
--------------------------------------------------------------------------------
/script/requirements.txt:
--------------------------------------------------------------------------------
1 | python-frontmatter==0.4.5
2 | PyYAML==5.4
3 | requests==2.32.0
4 |
--------------------------------------------------------------------------------
/script/serve.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | bundle exec jekyll serve --incremental --port 8000 --host `hostname -I`
--------------------------------------------------------------------------------
/styles.scss:
--------------------------------------------------------------------------------
1 | ---
2 | # Use a comment to ensure Jekyll reads the file to be transformed into CSS later
3 | # only main files contain this front matter, not partials.
4 | ---
5 |
6 | //
7 | // ___
8 | // /\_ \
9 | // _____ ___ ___\//\ \ __
10 | // /\ '__`\ / __`\ / __`\\ \ \ /'__`\
11 | // \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
12 | // \ \ ,__/\ \____/\ \____//\____\ \____\
13 | // \ \ \/ \/___/ \/___/ \/____/\/____/
14 | // \ \_\
15 | // \/_/
16 | //
17 | // Designed, built, and released under MIT license by @mdo. Learn more at
18 | // https://github.com/poole/poole.
19 |
20 | @import "base";
21 | @import "type";
22 | @import "syntax";
23 | @import "code";
24 | @import "layout";
25 | @import "masthead";
26 | @import "posts";
27 | @import "pagination";
28 | @import "message";
29 |
30 |
31 | body div.container.content{
32 | max-width: 55rem;
33 | }
34 |
35 | .post ul a {
36 | font-size: 1em;
37 | }
38 |
39 | .post .rafaga-content p {
40 | font-size: 1em;
41 | }
42 |
43 | .content span.rafaga-li {
44 | word-break: break-all;
45 | }
46 |
47 | .invalid-rafaga{
48 | text-decoration: line-through;
49 | font-style: italic;
50 | color: lightsalmon;
51 | }
--------------------------------------------------------------------------------