Skip to content

Commit

Permalink
readme update for version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuotvez committed May 5, 2023
1 parent 2941955 commit 70e2dbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GSCFieldApp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="NaturalResourcesCanada.GeologicalSurveyCanadaField" Publisher="CN=Geological Survey of Canada, O=Natural Resources Canada, C=CA" Version="2.3.6.0" />
<Identity Name="NaturalResourcesCanada.GeologicalSurveyCanadaField" Publisher="CN=Geological Survey of Canada, O=Natural Resources Canada, C=CA" Version="2.3.7.0" />
<mp:PhoneIdentity PhoneProductId="06e90cbe-1a34-4205-8fe6-3ce0ad4467db" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Geological Survey Canada Field Application</DisplayName>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ The application is side-loaded onto any Windows 10 PC that meets the build requi

## Latest Version

Please download the latest version (2.2) from the [Release page](https://github.com/NRCan/GSC-Field-Application/releases/tag/2.2).
Please download the latest version (2.3) from the [Release page](https://github.com/NRCan/GSC-Field-Application/releases/tag/2.3).

## Wiki

The [Github Wiki](https://github.com/NRCan/GSC-Field-Application/wiki) has helpful documentation and videos for your use including a video highlighting the [top ten features](https://www.youtube.com/watch?v=Q-L2iQuTulk&list=PLmWZ-zVvFerjDBzcOUsH5pIRZBOS6wCLF&index=6) in the GSC Field App.

## Data Format

The current application uses a SQLite data format to store all information gathered by users. In addition, a spatial extension called SpatialLite can be added to it and used in any GIS software like QGIS, ESRI ArcGIS or ESRI Desktop Pro.
The current application uses a Geopackage data format to store all information gathered by users. In addition, the data format can be added to it and used in any GIS software like QGIS, ESRI ArcGIS or ESRI Desktop Pro.

### Development environment

Expand Down Expand Up @@ -72,15 +72,15 @@ L'application doit être installé manuellement sur toute plateforme Windows 10

## La dernière version

Veuillez télécharger la dernière version (2.2) depuis la [page des versions](https://github.com/NRCan/GSC-Field-Application/releases/tag/2.2).
Veuillez télécharger la dernière version (2.3) depuis la [page des versions](https://github.com/NRCan/GSC-Field-Application/releases/tag/2.3).

## Wiki

Le [Github Wiki](https://github.com/NRCan/GSC-Field-Application/wiki) contient une documentation et des vidéos utiles, notamment une vidéo présentant les [dix principales fonctionnalités](https://www.youtube.com/watch?v=Q-L2iQuTulk&list=PLmWZ-zVvFerjDBzcOUsH5pIRZBOS6wCLF&index=6) de l'application de terrain du CGS.

## Format de donnée

L'application actuelle utilise un format de données SQLite pour stocker toutes les informations recueillies par les utilisateurs. En outre, une extension spatiale appelée SpatialLite peut y être ajoutée et utilisée dans n'importe quel logiciel SIG comme QGIS, ESRI ArcGIS ou ESRI Desktop Pro.
L'application actuelle utilise un format de données Geopackage pour stocker toutes les informations recueillies par les utilisateurs. En outre, ce dernier peut utilisé dans n'importe quel logiciel SIG tel que QGIS, ESRI ArcGIS ou ESRI Desktop Pro.

### Environnement de développement

Expand Down

0 comments on commit 70e2dbf

Please sign in to comment.