-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
61 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Tutorial - Getting started with Magrit | ||
# Using a sample dataset | ||
# Example 2: Using a sample dataset | ||
|
||
We will create a simple thematic map with Magrit using the sample datasets provided. | ||
|
||
This will allow us to discover the basic features of the application (display of the data table, choice of a representation, map styling, and map export) | ||
without worrying about data retrieval or preparation. | ||
|
||
## Step 1: Open the application | ||
|
||
There are several ways to access the Magrit application: | ||
- By using the direct link: [https://magrit.cnrs.fr/app/](https://magrit.cnrs.fr/app/) (also accessible from the "Access the application" button at the top of each page of the documentation), | ||
- By downloading the application executable corresponding to your platform (Windows, MacOS, Linux) from the application download page: [https://magrit.cnrs.fr/download/](https://magrit.cnrs.fr/download/). | ||
|
||
We choose the first option to access the application and therefore go to the URL [https://magrit.cnrs.fr/app/](https://magrit.cnrs.fr/app/). | ||
|
||
<!-- Put a screenshot of the application's home page --> | ||
|
||
## Step 2: Open a sample dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,42 @@ | ||
# Tutoriel - Premier pas avec Magrit | ||
# Utilisation d'un jeu de données d'exemple | ||
|
||
# Exemple 1 : Utilisation d'un jeu de données d'exemple | ||
|
||
|
||
Nous allons réaliser une carte thématique simple avec Magrit en utilisant les fonds de carte fournis en exemple. | ||
|
||
Cela permettra de découvrir les fonctionnalités de base de l'application (affichage du tableau de données, choix d'une représentation, habillage de la carte et export de la carte). | ||
Cela permettra de découvrir les fonctionnalités de base de l'application (affichage du tableau de données, choix d'une représentation, habillage de la carte et export de la carte) | ||
sans se soucier de la récupération ni de la préparation des données. | ||
|
||
|
||
## Étape 1 : Accéder à l'application | ||
|
||
Plusieurs manières d'accéder à l'application Magrit sont possibles : | ||
- En utilisant le lien direct : [https://magrit.cnrs.fr/app/](https://magrit.cnrs.fr/app/) (également accessible depuis le bouton "Accéder à l'application" en haut de chaque page de la documentation), | ||
- En téléchargeant l'exécutable de l'application correspondant à votre plateforme (Windows, MacOS, Linux) depuis la page de téléchargement de l'application : [https://magrit.cnrs.fr/download/](https://magrit.cnrs.fr/download/). | ||
|
||
Nous choisissons la première option pour accéder à l'application et nous nous rendons donc à l'URL [https://magrit.cnrs.fr/app/](https://magrit.cnrs.fr/app/). | ||
|
||
<!-- Mettre une capture d'écran de la page d'accueil de l'application --> | ||
|
||
## Étape 2 : Ouvrir un jeu de données d'exemple | ||
|
||
Pour ouvrir un jeu de données d'exemple, il suffit de cliquer sur le bouton "Explorer les jeux de données d'exemple..." dans le menu de gauche de l'application. | ||
|
||
|
||
|
||
|
||
## Étape 3 : Afficher les données attributaires | ||
|
||
## Étape 4 : Tester les principaux modes de représentation | ||
|
||
### Représentation par symboles proportionnels | ||
|
||
### Représentation par carte choroplèthe | ||
|
||
### Représentation par carte choroplèthe catégorielle | ||
|
||
### Représentation par carte des discontinuités | ||
|
||
## Étape 5 : L'habillage et la mise en page de la carte | ||
|
||
## Étape 6 : Exporter la carte |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters