All Projects → geoblacklight → Geoblacklight

geoblacklight / Geoblacklight

Licence: other
Discovery platform for GIS data.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Geoblacklight

Arctern
Stars: ✭ 94 (-18.97%)
Mutual labels:  gis, geospatial
3d Tiles
Specification for streaming massive heterogeneous 3D geospatial datasets 🌎
Stars: ✭ 1,054 (+808.62%)
Mutual labels:  gis, geospatial
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+726.72%)
Mutual labels:  gis, geospatial
Postgis
PostGIS spatial database extension to PostgreSQL [mirror]
Stars: ✭ 925 (+697.41%)
Mutual labels:  gis, geospatial
Proj4js
JavaScript library to transform coordinates from one coordinate system to another, including datum transformations
Stars: ✭ 1,365 (+1076.72%)
Mutual labels:  gis, geospatial
Rlur
Shiny dashboard for Land Use Regression modelling
Stars: ✭ 8 (-93.1%)
Mutual labels:  gis, geospatial
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (-58.62%)
Mutual labels:  gis, geospatial
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+595.69%)
Mutual labels:  gis, geospatial
Geoscript Js
A JavaScript Implementation of GeoScript
Stars: ✭ 72 (-37.93%)
Mutual labels:  gis, geospatial
Geotools
Official GeoTools repository
Stars: ✭ 1,109 (+856.03%)
Mutual labels:  gis, geospatial
Proj4.jl
Julia wrapper for the PROJ cartographic projections library
Stars: ✭ 23 (-80.17%)
Mutual labels:  gis, geospatial
Geocube
Tool to convert geopandas vector data into rasterized xarray data.
Stars: ✭ 87 (-25%)
Mutual labels:  gis, geospatial
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-83.62%)
Mutual labels:  gis, geospatial
Cesium
An open-source JavaScript library for world-class 3D globes and maps 🌎
Stars: ✭ 8,095 (+6878.45%)
Mutual labels:  gis, geospatial
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+608.62%)
Mutual labels:  gis, geospatial
Shapefile.jl
Parsing .shp files in Julia
Stars: ✭ 40 (-65.52%)
Mutual labels:  gis, geospatial
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+285.34%)
Mutual labels:  gis, geospatial
Go Geom
Package geom implements efficient geometry types for geospatial applications.
Stars: ✭ 456 (+293.1%)
Mutual labels:  gis, geospatial
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-54.31%)
Mutual labels:  gis, geospatial
Pyearth
🌐 A lightweight 3D visualization of the earth in 150 lines of Qt/OpenGL
Stars: ✭ 78 (-32.76%)
Mutual labels:  gis, geospatial

GeoBlacklight

CircleCI | Coverage Status | Gem Version

GeoBlacklight is a world-class discovery platform for geospatial (GIS) holdings. It is an open collaborative project aiming to build off of the successes of the Blacklight Solr-powered discovery interface and the multi-institutional OpenGeoportal and OpenGeoMetadata federated metadata sharing communities. We're actively looking for community input and development partners.

Installation

In order to create a new GeoBlacklight application from the template, run the following:

$ DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb

To launch app:

$ cd app-name
$ rake geoblacklight:server

Note that this method launches an application that does not have any fixture records to be examined. You may want to launch a test application that has fixture data loaded into a Solr core. If so, refer to the development guide. For further information on installing a blank app, see the installation guide

Webpacker

GeoBlacklight can use Webpacker in order to manage JavaScript dependencies and assets, which requires that either Yarn or the Node Package Manager be available on the system where this is deployed. How Webpacker interacts with Rails is overviewed within its own documentation, including how best to configure JavaScript processing settings. We encourage you to review this.

Contributing

Interested in contributing to GeoBlacklight? Please see our contributing guide.

Development

See the development guide on our wiki for more information about setting up your development environment.

Please see the full documentation hosted on our Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].