Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cartologic/cartoview
Cartoview is a web platform that extends the popular GeoNode SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications easily and quickly from the browser. Cartoview Provides an Appstore for GIS Developers.
https://github.com/cartologic/cartoview
cartoview django geonode geoserver geospatial gis ogc-services openlayers python
Last synced: about 1 month ago
JSON representation
Cartoview is a web platform that extends the popular GeoNode SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications easily and quickly from the browser. Cartoview Provides an Appstore for GIS Developers.
- Host: GitHub
- URL: https://github.com/cartologic/cartoview
- Owner: cartologic
- License: bsd-2-clause
- Created: 2015-11-16T10:37:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T23:05:27.000Z (over 1 year ago)
- Last Synced: 2024-11-14T12:59:55.706Z (about 1 month ago)
- Topics: cartoview, django, geonode, geoserver, geospatial, gis, ogc-services, openlayers, python
- Language: Python
- Homepage: https://cartoview.net
- Size: 74.3 MB
- Stars: 77
- Watchers: 19
- Forks: 38
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Cartoview Logo](./docs/img/cartoview-logo.png)
[![GitHub stars](https://img.shields.io/github/stars/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/network)
[![Coverage Status](https://coveralls.io/repos/github/cartologic/cartoview/badge.svg?branch=master&service=github)](https://coveralls.io/github/cartologic/cartoview?branch=master&service=github)
[![Build Status](https://travis-ci.org/cartologic/cartoview.svg?branch=master)](https://travis-ci.org/cartologic/cartoview)
[![GitHub license](https://img.shields.io/github/license/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/cartologic/cartoview.svg)](https://github.com/cartologic/cartoview/issues)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/cartologic/cartoview.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fcartologic%2Fcartoview)## What is Cartoview?
[Cartoview](https://cartoview.net/) is a web platform that extends the popular [GeoNode](https://geonode.org/) SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications easily and quickly from the browser. Cartoview Provides an [App Store](https://appstore.cartoview.net/) for GIS Developers.
Cartoview enables communities of users to share geospatial applications, to collaborate on these applications, and to exchange the underlying data as Open Geospatial Consortium (OGC) compliant web services.
Cartoview has been built utilizing open source software and open standards to make it available for all GIS operators and to maximize interoperability.
## Try Cartoview
You can try Cartoview by visiting our official demo online at: [http://try.cartoview.net/](http://try.cartoview.net/).
After registration, you will be able to explore all the basic functionalities of GeoNode like uploading layers, creation of maps, editing metadata, styles and much more but more importantly, the apps provided by Cartoview.
## Install Cartoview
Cartoview can be setup and installed in different ways, flavors and plattforms. If you´re planning to do development or install for production please visit the offical Cartoview installation documentation:
- [Ubuntu 20.04 LTS](https://cartoview.readthedocs.io/en/latest/installation/ubuntu/)
- [Windows](https://cartoview.readthedocs.io/en/latest/installation/windows/)
- [Docker](https://cartoview.readthedocs.io/en/latest/installation/docker/)Cartoview also has a Windows installer which doesn't require any knowledge regarding programming and can be requested and downloaded from [here](https://cartoview.net/download/).
## Customizing Cartoview
If you're planning of customizing your Cartoview instance, or to extend its functionalities it's not advisable to change the core files here in any case.
It's recommended to set up and install a [Cartoview Project Template](https://github.com/cartologic/cartoview-project) following the available guide [here](https://cartoview.readthedocs.io/en/latest/cartoview-project/).
## Support
If you have any inquiry regarding Cartoview, feel free to contact us by filling out the form [here](https://cartoview.net/#support) or sending an e-mail to [[email protected]](mailto:[email protected])
## Most useful links
- Project homepage: [https://cartoview.net](https://cartoview.net)
- Repository: [https://github.com/cartologic/cartoview](https://github.com/cartologic/cartoview)
- Cartoview Project: [https://github.com/cartologic/cartoview-project](https://github.com/cartologic/cartoview-project)
- Official Demo: [http://try.cartoview.net](http://try.cartoview.net)
- Documentation: [https://cartoview.readthedocs.io](https://cartoview.readthedocs.io)