All Projects → pyviz-topics → EarthSim

pyviz-topics / EarthSim

Licence: BSD-3-Clause license
Tools for working with and visualizing environmental simulations.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to EarthSim

GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+142.62%)
Mutual labels:  geospatial, gis, earth-science
python-resources-for-earth-sciences
A Curated List of Python Resources for Earth Sciences
Stars: ✭ 159 (+160.66%)
Mutual labels:  geospatial, earth-science, hydrology
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (+86.89%)
Mutual labels:  geospatial, gis, geographic
whiteboxgui
An interactive GUI for WhiteboxTools in a Jupyter-based environment
Stars: ✭ 94 (+54.1%)
Mutual labels:  geospatial, gis, hydrology
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+211.48%)
Mutual labels:  geospatial, gis, hydrology
Felicette
Satellite imagery for dummies.
Stars: ✭ 1,710 (+2703.28%)
Mutual labels:  geospatial, gis, earth-science
de9im
DE-9IM spatial predicate library implemented in Javascript.
Stars: ✭ 22 (-63.93%)
Mutual labels:  geospatial, gis
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+216.39%)
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 (+16.39%)
Mutual labels:  geospatial, gis
spatial efd
A spatial aware implementation of elliptical Fourier analysis
Stars: ✭ 19 (-68.85%)
Mutual labels:  geospatial, gis
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+93.44%)
Mutual labels:  geospatial, gis
ilong
轻量级跨平台瓦片地图库,大部分算法来自QMapControl,就想练手的。。。因为需要轻量级跨平台的,所以只能先用SQLite数据库。。。
Stars: ✭ 24 (-60.66%)
Mutual labels:  gis, geographic
totalopenstation
Total Open Station downloads and exports survey data from your total station
Stars: ✭ 51 (-16.39%)
Mutual labels:  geospatial, gis
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-67.21%)
Mutual labels:  geospatial, gis
pygeopackage
A Python package to read/write spatial data to a geopackage.
Stars: ✭ 33 (-45.9%)
Mutual labels:  geospatial, gis
olturf
A Turf toolbar for OpenLayers.
Stars: ✭ 30 (-50.82%)
Mutual labels:  geospatial, gis
topo
A Geometry library for Elixir that calculates spatial relationships between two geometries
Stars: ✭ 125 (+104.92%)
Mutual labels:  geospatial, gis
awesome-geospatial-data-download-sites
This is the repo for open source geospatial data download sites.
Stars: ✭ 19 (-68.85%)
Mutual labels:  geospatial, gis
geologic-symbols-qgis
Geologic symbols library and development for QGIS
Stars: ✭ 63 (+3.28%)
Mutual labels:  gis, earth-science
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+4026.23%)
Mutual labels:  geospatial, gis

linux mac build Status win build status

EarthSim

Python-based tools for specifying, launching, visualizing, and analyzing environmental simulations, such as those for hydrology modeling.

EarthSim is designed as a lightweight "overview" site and project, relying on core code maintained in other general-purpose PyViz projects:

  • Bokeh: Interactive browser-based plotting
  • HoloViews: Easy construction of Bokeh plots for datasets
  • Datashader: Rendering large datasets into images for display in browsers
  • Param: Specifying parameters of interest, e.g. to make widgets
  • GeoViews: HoloViews with earth-specific projections

As such, this repository primarily consists of three things:

  • earthsim: A Python package with a small amount of code specific to environmental simulation
  • examples: A set of Jupyter notebooks that show how to use the various PyViz tools to solve earth-science problems
  • website: The example notebooks already run and rendered to HTML for simple exploration

In most cases, the examples (as notebooks or as the website) represent the main form of documentation, even for the Python package, so please see https://earthsim.pyviz.org for more information, including installation and usage instructions.

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