Baselight

Chile Vegetation Belts & Bioclimate Analysis

Representativeness, Conservation, and Climate Change Impacts

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis

Loading...
Loading...

About this Dataset

Chile Vegetation Belts & Bioclimate Analysis


Chile Vegetation Belts & Bioclimate Analysis

Representativeness, Conservation, and Climate Change Impacts

By [source]


About this dataset

This fascinating dataset contains an array of information related to the vegetation belts and bioclimates of Chile, providing geographic locations details and references, along with categorical data and thorough analysis. It includes an exhaustive collection of information about Chilean bioclimates such as their representativeness, conservation statuses, and climate change impacts. With this wealth of detailed data you can get more complete picture about the influence that this nation's bioclimates may have on its environment. From a geographically precise source of coordinates as to latitude and longditude points, through categories, subcategories, floor codes and names included in the dataset columns we can be sure to have accurate information to work out which conservation actions might be taken in certain bioclimate areas or how they may affect different regions or levels of development. All in all it's an incredibly rich trove whether if you're looking for deeper analysis or simply want a snapshot view on the region's biological life--so don't hesitate consult it!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

  • Use the Geographic Coordinates column to identify the location of a belt or bioclimate on a map.
  • Utilize the Region column to identify which part of Chile a given belt is located in you are looking for more detailed information about that region’s environment or culture as it relates to its biocrlimates.
  • Look at additional columns such as Altitude or Bioclimtae that can be used for further analysis if you have interest in understanding how such variables may impact biodiversity across different landscapes or if there is any overlap between two different belts in terms of their elevation above sea level!
  • References can help you find out-sourced research related to various topics concerning certain belts or bioclimates; these could cover issues ranging from current utilization/conservation status alllllllllll way up through potential impacts due too global climate change!

By using this dataset and following these steps you can better understand Chilean vegetation belts & bioclimates: their geographic location relative to one another; aspects relating too regional environments/cultures; how altitude/climate types affect local biodiversity; and so much more!

Research Ideas

  • Using this dataset, governments and institutions can plan how to implement conservation policies in order to protect the vegetation belts and bioclimate of Chile.
  • This dataset could also be used by companies and organizations as a tool for assessing climate change risk associated with business operations/investments located in certain regions of Chile.
  • The data could be used by scientists, resource managers, and educators to engage in spatial studies related to the geography of various Chilean vegetation belts, bioclimates, regions, formations and altitudes

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: extra_intrazonal.csv

Column name Description
Fuente_coordenadas Source of coordinates (String)
Región Region of Chile (String)
Altitud Altitude (Integer)
Latdec Latitude in decimal degrees (Float)
Longdec Longitude in decimal degrees (Float)
Referencia Reference for the data (String)
Categoria Category of the data (String)
Subcategoría Subcategory of data (String)
Codigo_Piso Code for floor/bioclimate zone/ecoregion area (String)
Nombre_Piso Name or title given to floor/bioclimate zone/ecoregion area (String)
Comentario Comment about the data (String)

File: pisos_bioclimas.csv

Column name Description
Codigo Unique code assigned to each vegetation belt or bioclimate region. (String)
Nombre Name credited with the vegetation belt formation or bioclimatic region. (String)
Formacion Vegetation formation. (String)
Bioclima Type of biosphere climate located on any specific microcosm nature ecosystems within a certain environment region. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Cambio Climatico

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.cambio_climatico
  • 25.93 KB
  • 125 rows
  • 15 columns
Loading...

CREATE TABLE cambio_climatico (
  "codigo_piso" VARCHAR,
  "nombre_piso" VARCHAR,
  "superficie_modelada_km2" BIGINT,
  "n_2050_26_reducci_n_km2" BIGINT,
  "n_2050_26_estable_km2" BIGINT,
  "n_2050_26_expansi_n_km2" BIGINT,
  "n_2050_85_reducci_n_km2" BIGINT,
  "n_2050_85_estable_km2" BIGINT,
  "n_2050_85_expansi_n_km2" BIGINT,
  "n_2050_26_reducci_n" DOUBLE,
  "n_2050_26_estable" DOUBLE,
  "n_2050_26_expansi_n" DOUBLE,
  "n_2050_85_reducci_n" DOUBLE,
  "n_2050_85_estable" DOUBLE,
  "n_2050_85_expansi_n" DOUBLE
);

Estado Conservacion

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.estado_conservacion
  • 15.74 KB
  • 125 rows
  • 10 columns
Loading...

CREATE TABLE estado_conservacion (
  "c_digo_piso" VARCHAR,
  "nombre_piso" VARCHAR,
  "formaci_n" VARCHAR,
  "superficie_total_km2" BIGINT,
  "superficie_remanente_km2" BIGINT,
  "p_rdida_proyectada_50_a_os" DOUBLE,
  "p_rdida_hist_rica" DOUBLE,
  "criterio_uicn_a2b" VARCHAR,
  "criterio_uicn_a3" VARCHAR,
  "evaluaci_n_final" VARCHAR
);

Extra Intrazonal

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.extra_intrazonal
  • 69.29 KB
  • 1433 rows
  • 16 columns
Loading...

CREATE TABLE extra_intrazonal (
  "id" BIGINT,
  "nombre_comunidad" VARCHAR,
  "fuente_coordenadas" VARCHAR,
  "regi_n" VARCHAR,
  "localidad" VARCHAR,
  "altitud" VARCHAR,
  "latdec" DOUBLE,
  "longdec" DOUBLE,
  "referencia" VARCHAR,
  "categoria" VARCHAR,
  "subcategor_a" VARCHAR,
  "codigo_unidad" VARCHAR,
  "nombre_unidad" VARCHAR,
  "codigo_piso" VARCHAR,
  "nombre_piso" VARCHAR,
  "comentario" VARCHAR
);

Otras Unidades Vegetacin

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.otras_unidades_vegetacin
  • 8.34 KB
  • 63 rows
  • 7 columns
Loading...

CREATE TABLE otras_unidades_vegetacin (
  "otras_unidades_de_vegetaci_n_cartograf_a_puntual" VARCHAR,
  "region" VARCHAR,
  "localidad" VARCHAR,
  "latdec" VARCHAR,
  "londec" DOUBLE,
  "fuente" VARCHAR,
  "coordenadas" VARCHAR
);

Pisos Bioclimas

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.pisos_bioclimas
  • 10.05 KB
  • 184 rows
  • 5 columns
Loading...

CREATE TABLE pisos_bioclimas (
  "id" BIGINT,
  "codigo" VARCHAR,
  "nombre" VARCHAR,
  "formacion" VARCHAR,
  "bioclima" VARCHAR
);

Representatividad

@kaggle.thedevastator_chile_vegetation_belts_bioclimate_analysis.representatividad
  • 40 KB
  • 129 rows
  • 28 columns
Loading...

CREATE TABLE representatividad (
  "codigo_piso" VARCHAR,
  "nombre_piso" VARCHAR,
  "superficie_total_km2" VARCHAR,
  "superficie_remanente_km2" DOUBLE,
  "superficie_total_bnp_km2" DOUBLE,
  "superficie_remanente_bnp_km2" DOUBLE,
  "superficie_total_mn_km2" DOUBLE,
  "superficie_remanente_mn_km2" DOUBLE,
  "superficie_total_pn_km2" DOUBLE,
  "superficie_remanente_pn_km2" DOUBLE,
  "superficie_total_rn_km2" DOUBLE,
  "superficie_remanente_rn_km2" DOUBLE,
  "superficie_total_rf_km2" DOUBLE,
  "superficie_remanente_rf_km2" DOUBLE,
  "superficie_total_sn_km2" DOUBLE,
  "superficie_remanente_sn_km2" DOUBLE,
  "superficie_total_icp_km2" DOUBLE,
  "superficie_remanente_icp_km2" DOUBLE,
  "superficie_total_po_km2" DOUBLE,
  "superficie_remanente_po_km2" DOUBLE,
  "superficie_total_po_icp_km2" DOUBLE,
  "superficie_remanente_po_icp_km2" DOUBLE,
  "po_formula_1" DOUBLE,
  "po_formula_2" DOUBLE,
  "po_formula_3" DOUBLE,
  "po_icp_formula_1" DOUBLE,
  "po_icp_formula_2" DOUBLE,
  "po_icp_formula_3" DOUBLE
);

Share link

Anyone who has the link will be able to view this.