Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] raster-vector interaction #4

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
579 changes: 579 additions & 0 deletions chapters/05-raster-vector.qmd

Large diffs are not rendered by default.

Binary file added data/aut.tif
Binary file not shown.
Binary file added data/ch.tif
Binary file not shown.
48 changes: 48 additions & 0 deletions data/coffee_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
"name_long","coffee_production_2016","coffee_production_2017"
"Angola",NA,NA
"Bolivia",3,4
"Brazil",3277,2786
"Burundi",37,38
"Cameroon",8,6
"Central African Republic",NA,NA
"Congo, Dem. Rep. of",4,12
"Colombia",1330,1169
"Costa Rica",28,32
"Côte d'Ivoire",114,130
"Cuba",NA,NA
"Dominican Republic",1,NA
"Ecuador",87,62
"El Salvador",5,8
"Ethiopia",215,283
"Gabon",NA,NA
"Ghana",1,1
"Guatemala",58,70
"Honduras",149,165
"India",453,566
"Indonesia",742,360
"Jamaica",NA,1
"Kenya",60,50
"Liberia",NA,NA
"Madagascar",3,5
"Malawi",3,1
"Mexico",151,220
"Nepal",NA,NA
"Nicaragua",42,45
"Panama",3,3
"Papua New Guinea",114,74
"Paraguay",NA,NA
"Peru",585,625
"Philippines",2,NA
"Rwanda",36,42
"Sierra Leone",1,3
"Tanzania",81,66
"Thailand",39,16
"Timor-Leste",14,2
"Togo",2,3
"Uganda",408,443
"Venezuela",NA,NA
"Vietnam",1844,1700
"Yemen",4,1
"Zambia",3,NA
"Zimbabwe",1,1
"Others",23,26
Binary file added data/cycle_hire.gpkg
Binary file not shown.
Binary file added data/cycle_hire_osm.gpkg
Binary file not shown.
743 changes: 743 additions & 0 deletions data/cycle_hire_xy.csv

Large diffs are not rendered by default.

Binary file added data/dem.tif
Binary file not shown.
Binary file added data/landsat.tif
Binary file not shown.
Binary file added data/nlcd.tif
Binary file not shown.
Binary file added data/nz.gpkg
Binary file not shown.
Binary file added data/nz_elev.tif
Binary file not shown.
Binary file added data/nz_height.gpkg
Binary file not shown.
Binary file added data/seine.gpkg
Binary file not shown.
Binary file added data/srtm.tif
Binary file not shown.
Binary file added data/us_states.gpkg
Binary file not shown.
Binary file added data/world copy.gpkg
Binary file not shown.
178 changes: 178 additions & 0 deletions data/world_wkt.csv

Large diffs are not rendered by default.

Binary file added data/zion.gpkg
Binary file not shown.
Binary file added data/zion_points.gpkg
Binary file not shown.