All Projects → geoscript → geoscript-py

geoscript / geoscript-py

Licence: MIT license
A Python GeoScript Implementation

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to geoscript-py

leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+2398.08%)
Mutual labels:  geospatial, gis
whiteboxgui
An interactive GUI for WhiteboxTools in a Jupyter-based environment
Stars: ✭ 94 (+80.77%)
Mutual labels:  geospatial, gis
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+265.38%)
Mutual labels:  geospatial, gis
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+265.38%)
Mutual labels:  geospatial, gis
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+184.62%)
Mutual labels:  geospatial, gis
spatial efd
A spatial aware implementation of elliptical Fourier analysis
Stars: ✭ 19 (-63.46%)
Mutual labels:  geospatial, gis
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (+119.23%)
Mutual labels:  geospatial, gis
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-61.54%)
Mutual labels:  geospatial, gis
invest
InVEST: models that map and value the goods and services from nature that sustain and fulfill human life.
Stars: ✭ 71 (+36.54%)
Mutual labels:  geospatial, gis
aruco-geobits
geobits: ArUco Ground Control Point Targets and Detection for Aerial Imagery (UAV/MAV).
Stars: ✭ 32 (-38.46%)
Mutual labels:  geospatial, gis
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+271.15%)
Mutual labels:  geospatial, gis
EarthSim
Tools for working with and visualizing environmental simulations.
Stars: ✭ 61 (+17.31%)
Mutual labels:  geospatial, gis
de9im
DE-9IM spatial predicate library implemented in Javascript.
Stars: ✭ 22 (-57.69%)
Mutual labels:  geospatial, gis
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+126.92%)
Mutual labels:  geospatial, gis
totalopenstation
Total Open Station downloads and exports survey data from your total station
Stars: ✭ 51 (-1.92%)
Mutual labels:  geospatial, gis
topo
A Geometry library for Elixir that calculates spatial relationships between two geometries
Stars: ✭ 125 (+140.38%)
Mutual labels:  geospatial, gis
olturf
A Turf toolbar for OpenLayers.
Stars: ✭ 30 (-42.31%)
Mutual labels:  geospatial, gis
pygeopackage
A Python package to read/write spatial data to a geopackage.
Stars: ✭ 33 (-36.54%)
Mutual labels:  geospatial, gis
awesome-geospatial-data-download-sites
This is the repo for open source geospatial data download sites.
Stars: ✭ 19 (-63.46%)
Mutual labels:  geospatial, gis
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+251.92%)
Mutual labels:  geospatial, gis

Build Status

Build Status

geoscript-py README

Pre-requisites

Running geoscript-py requires:

Developing

Building geoscript-py requires Maven 3.

After cloning the repository:

git clone https://github.com/geoscript/geoscript-py.git

Use maven to build:

mvn clean install

More details can be found here.

Classpath Setup

GeoScript requires a number of GeoTools libraries to be present on the CLASSPATH environment variable. Use the 'classpath' script to download the necessary libraries and set up the CLASSPATH environment::

source classpath

Testing

Some test cases require actual running services to test against (eg. Postgis). Edit 'tests/dbexts.ini' to configure database servers the tests will run against.

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].