360-info / report-bushfire-prone-land

On bushfire prone land on communities and developments
https://360info.org/maps-suburbs-most-at-risk-of-bushfires
Creative Commons Attribution 4.0 International
2 stars 0 forks source link

NSW exporting multiple layers #6

Closed deanmarchiori closed 12 months ago

deanmarchiori commented 12 months ago

Investigate:

r$> st_layers("data/final/nsw.gpkg")
Driver: GPKG 
Available layers:
    layer_name geometry_type features fields                 crs_name
1 test_nsw_out Multi Polygon     4544      5 WGS 84 / Pseudo-Mercator
2          nsw Multi Polygon     4544      7 WGS 84 / Pseudo-Mercator
deanmarchiori commented 12 months ago

This may have been an issue with appending layers when exporting, fixed now.

    st_layers("data/final/nsw.gpkg")
Driver: GPKG 
Available layers:
  layer_name geometry_type features fields                 crs_name
1        nsw Multi Polygon     4544      7 WGS 84 / Pseudo-Mercator