https://github.com/allixender/py_interpol_demo

Basic spatial interpolation in Python

https://github.com/allixender/py_interpol_demo

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic spatial interpolation in Python

Basic Info
  • Host: GitHub
  • Owner: allixender
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 1.94 MB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 6 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

pyinterpoldemo

Collection of scripts to compute basic spatial interpolation such as Inverse Distance Weighting (IDW) in Python

Example notebooks load current weather data fro mthe Estonian Weather Service, interpolate onto Estonia and export as tif-raster:

For air temperature:

Binder

For precipitation:

Binder

Most important Python packages: numpy, scipy, and gdal (see examplary conda-based environment.yml file)

Owner

  • Name: Alex Kmoch
  • Login: allixender
  • Kind: user
  • Location: Estonia
  • Company: University of Tartu

Geospatial Web Dev Ops Researcher Tinkerer

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

environment.yml conda
  • fiona
  • gdal
  • geographiclib
  • geojson
  • geopandas
  • geos
  • gstools
  • ipykernel
  • ipython
  • ipywidgets
  • jupyter
  • jupyter_client
  • lxml
  • matplotlib
  • numpy
  • owslib
  • pandas
  • pillow
  • poppler
  • proj4
  • pykrige
  • pyproj
  • python 3.7.*
  • rasterio
  • requests
  • rtree
  • scikit-learn
  • scipy
  • seaborn
  • shapely
  • toolz
  • urllib3