Skip to content

Materials for FOSS4GNA workshop - Developing Web Applications with GRASS GIS

License

Notifications You must be signed in to change notification settings

OpenPlainsInc/foss4gna-2024-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foss4gna-2024-workshop

Materials for FOSS4GNA workshop - Developing Web Applications with GRASS GIS

1. Install Docker

https://docs.docker.com/engine/install/

2. Run Docker Compose

docker compose up

3. Actinia

The actinia service will run by default at http://localhost:8088/

curl -X GET "http://localhost:8088/api/v3/version" -H  "accept: application/json"

Install sample data

curl -SL https://grass.osgeo.org/sampledata/north_carolina/nc_spm_08_grass7.zip > nc_spm_08_grass7.zip
unzip -qq nc_spm_08_grass7.zip
mv nc_spm_08_grass7 actinia-core-data/grassdb
rm nc_spm_08_grass7.zip

About

Materials for FOSS4GNA workshop - Developing Web Applications with GRASS GIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published