Skip to content

Commit

Permalink
name -> NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Dec 9, 2024
1 parent ace75ce commit 8bd5a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- run: unzip -q sds.zip
- run: cp -rp sds/aq .
- run: rm -fr sds
- run: R -q -e 'install.packages("spatialreg", repos = c("https://r-spatial.r-universe.dev", "https://cloud.r-project.org"))' # to be removed

- name: Install Python and Dependencies
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion 02-Spaces.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ else:
url = "https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip"
gdf = gpd.read_file(url)
uk = gdf[gdf.name == 'United Kingdom']
uk = gdf[gdf.NAME == 'United Kingdom']
uk_transformed = uk.to_crs(r.crs)
raster_extent = numpy.asarray(r.bounds)[[0,2,1,3]]
r1 = r.read(1)
Expand Down

0 comments on commit 8bd5a36

Please sign in to comment.