Skip to content

Commit

Permalink
Per #2207, several changes:
Browse files Browse the repository at this point in the history
- Modified admin_Curacao_data to remove the odd character.
- Updated the major_lakes_data to make it match the 110m data, as documented.
- Deleted the country_major_lakes_data since make_mapfiles errors out on it anyway. Also, it is NOT referenced in the default map data in ConfigMapData.
- Added admin_by_country_data.png to show the level of detail available.
  • Loading branch information
JohnHalleyGotway committed Aug 25, 2022
1 parent ba35f2f commit 9c01db5
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 36,018 deletions.
12 changes: 2 additions & 10 deletions data/map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ make_mapfiles \
mv ne_110m_admin_0_countries_data country_data
```
![plot](figure/country_data.png?raw=true "country_data")
- **major_lakes_data** (~244K) contains 110m resolution global major lake outlines.
- **major_lakes_data** (~11K) contains 110m resolution global major lake outlines.
```
make_mapfiles \
110m_physical/ne_110m_lakes.shp \
Expand All @@ -35,15 +35,6 @@ make_mapfiles \
mv 110m_cultural/110m_physical/ne_110m_lakes_data major_lakes_data
```
![plot](figure/major_lakes_data.png?raw=true "major_lakes_data")
- **country_major_lakes_data** (~464K) contains 110m resolution global country and major lake outlines.
```
make_mapfiles \
110m_cultural/ne_110m_admin_0_countries_lakes.shp \
110m_cultural/ne_110m_admin_0_countries_lakes.shx \
110m_cultural/ne_110m_admin_0_countries_lakes.dbf NAME ADMIN
mv ne_110m_admin_0_countries_lakes_data country_major_lakes_data
```
![plot](figure/country_major_lakes_data.png?raw=true "country_major_lakes_data")
- **usa_state_data** (~48K) contains 110m resolution administrative boundaries for the United States.
```
make_mapfiles \
Expand Down Expand Up @@ -77,6 +68,7 @@ for file in `ls admin_by_country/ne_10m_admin_1_*`; do
mv $file `echo $file | sed 's/ne_10m_admin_1_states_provinces/admin/g'`
done
```
![plot](figure/admin_by_country_data.png?raw=true "admin_by_country_data")

Map Data Images
---------------
Expand Down
2 changes: 1 addition & 1 deletion data/map/admin_by_country/admin_Curacao_data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0 44 12.0413 12.3915 68.7397 69.1717 'Curaçao (Curaçao)'
0 44 12.0413 12.3915 68.7397 69.1717 'Curacao (Curacao)'
12.09781 68.78075
12.06224 68.74523
12.05305 68.73974
Expand Down
Loading

0 comments on commit 9c01db5

Please sign in to comment.