meisei4 / matsutake

0 stars 0 forks source link

松茸

目的・背景

This project aims to analyze trends and provide tools to explore relationships between various components of the livelihood framework in Shinshu, Japan. The focus is on Matsutake Mushrooms (Non-Timber Forest Products NTFPs), integrating socio-economic, socio-political, and ecological factors to support sustainable livelihoods in rural communities.

The Sustainable Livelihood Framework (SLF) provides a comprehensive model to evaluate how different factors contribute to livelihoods. This project aims to apply SLF to analyze and visualize relationships among socio-economic, socio-political, and ecological factors in Shinshu, Japan. By understanding these relationships, we can develop strategies to enhance the economic stability of rural communities and promote sustainable practices for matsutake and other NTFPs.

Project Structure

matsutake/
├── main/
│   ├── data/
│   │   ├── custom_data/
│   │   │   ├── elevation_data/
│   │   │   │   └── G04-a-11_5438-jgd_GML.zip
│   │   │   ├── forest_data/
│   │   │   │   ├── 2015_agricultural_data_0.gpkg
│   │   │   │   ├── 2015_agricultural_data_1.gpkg
│   │   │   │   ├── 2018_national_forests.gpkg
│   │   │   │   └── akamatsu_filter.gpkg
│   │   │   ├── general_data/
│   │   │   │   ├── admin_boundaries_perimeter.gpkg
│   │   │   │   ├── admin_boundaries_points.gpkg
│   │   │   │   ├── shrines.gpkg
│   │   │   │   └── temples.gpkg
│   │   │   ├── pricing_data/
│   │   │   └── usage_data/
│   │   └── source_data/
│   │       ├── A12-15_2O_GML.zip
│   │       ├── A13-15_2O_GML.zip
│   │       └── A45-19_2O_GML.zip
│   │
├── projects/
│      └──  matsutake.qgz <- main QGIS entrypoint
│
├── docs/
│   └── data
│       ├── resources_mlit.md
│       └── resources_QuickOSM.md    
│
└── misc/

Getting Started

Prerequisites

Recommended Plugins

To fully utilize this project, the following QGIS plugins are recommended:

Documentation

Resource documents

Other

Installation

  1. Clone the repository:

    git clone https://github.com/meisei4/matsutake.git
    cd matsutake
  2. Open the QGIS project:

    Open QGIS
    Go to Project > Open...
    Select `~/main/projects/matsutake.qgz`