Skip to content

Commit

Permalink
update georeferencer
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jun 26, 2023
1 parent 2564214 commit 3bb0731
Show file tree
Hide file tree
Showing 5 changed files with 1,054 additions and 285 deletions.
7 changes: 7 additions & 0 deletions docs/code/intro_to_qgis/solutions/solutions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Get 10 Largest Earthquakes

# expression
array_contains(array_slice(array_reverse(array_sort(array_agg(expression:="Total Deaths", order_by:="Total Deaths", filter:="Total Deaths" is not NULL))), 0, 9), "Total Deaths")

# SQL
SELECT * from input1 ORDER BY "Total Deaths" DESC LIMIT 10
Binary file modified docs/images/introduction_to_qgis/georef_part2_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/introduction_to_qgis/population_part1_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3bb0731

Please sign in to comment.