Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fosskers/mapart
Create artwork from satellite imagery.
https://github.com/fosskers/mapart
haskell map-algebra
Last synced: about 1 month ago
JSON representation
Create artwork from satellite imagery.
- Host: GitHub
- URL: https://github.com/fosskers/mapart
- Owner: fosskers
- Created: 2017-09-06T02:20:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T22:42:53.000Z (over 7 years ago)
- Last Synced: 2024-11-08T19:50:42.374Z (3 months ago)
- Topics: haskell, map-algebra
- Language: Haskell
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Map Art
A proof-of-concept website and server to test whether:
- [[https://github.com/fosskers/mapalgebra][My ~mapalgebra~ library]] works and is at all performant
- Haskell and its [[https://haskell-servant.readthedocs.io/en/stable/][Servant]] library are any good for writing tile servers
- [[http://elm-lang.org/][Elm]] is productive for writing real webapps
- The above tools would be sufficient for writing a production-grade webapp for generating Map Art** Dependencies
- Haskell's [[https://docs.haskellstack.org/en/stable/README/][stack]] tool
- Elm's [[https://guide.elm-lang.org/install.html][suite of tools]]
- ~make~** Running Locally
| Command | Result |
|--------------+-------------------------------------------------|
| ~make build~ | Compile both the front and backends |
| ~make elm~ | Rebuild only the Elm frontend (produces JS) |
| ~make go~ | Rebuild everything and start the backend server |If the backend server starts successfully, you should see ~Listening for requests...~
printed to stdout. You can then access the site on [[http://localhost:8081][port 8081]].