ufro-uhi-plot
Python proyect to plotting urban heat island
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (4.2%) to scientific vocabulary
Repository
Python proyect to plotting urban heat island
Basic Info
- Host: GitHub
- Owner: raguileoam
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: master
- Homepage: https://raguileoam.github.io/ufro_uhi_plot/
- Size: 19.7 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ufrouhiplot
Python proyect to plotting urban heat island.
Install
pip install ufro_uhi_plot
How to use
Import Uhi from the package
from ufro_uhi_plot.uhi import Uhi
Instantiate the Uhi Class
``` filepath = "examples/dataexample.csv" stationlabel = "Vivienda.ID" datetimelabel = "Fecha" temperaturelabel = "Pm25" latitudelabel = "Latitud" longitude_label = "Longitud"
uhi = Uhi(filepath,stationlabel,datetimelabel,temperaturelabel,latitudelabel,longitudelabel) ```
Plot the images according your preferences
```
output_folder="examples/generated maps"
daysarray = ["2019-05-26"]
extent = [-72.69,-72.53,-38.78,-38.68]
prefixfile = "contamination map"
unit = "ug/m³"
mapboxusername = #
uhi.plotImagesPerDaysArray(outputfolder,daysarray,extent,prefixFile=prefixfile,hasLimits=True,ZUNIT=unit,mapboxusername=mapboxusername,mapboxtoken=mapboxtoken) ```
Successfully created the directory examples/generated maps
Plotting UHI Map of 2019-05-26
...
2019-05-26 00:59:35
2019-05-26 01:59:35
2019-05-26 02:59:35
2019-05-26 03:59:35
2019-05-26 04:59:35
2019-05-26 05:59:35
2019-05-26 06:59:35
2019-05-26 07:59:35
2019-05-26 08:59:35
2019-05-26 09:59:35
2019-05-26 10:59:35
2019-05-26 11:59:35
2019-05-26 12:59:35
2019-05-26 13:59:35
2019-05-26 14:59:36
2019-05-26 15:59:35
2019-05-26 16:59:35
2019-05-26 17:59:35
2019-05-26 18:59:35
2019-05-26 19:59:35
2019-05-26 20:59:35
2019-05-26 21:59:36
2019-05-26 22:59:35
2019-05-26 23:59:35
Plot completed 2019-05-26
Google Colab use
If you have a problem with Google Colab you can install binary shapely in a jupyter notebox that fix this.
!pip uninstall shapely --yes
!pip install shapely --no-binary shapely
Examples




Owner
- Name: Aliwen Melillán
- Login: raguileoam
- Kind: user
- Location: Temuco, Chile
- Repositories: 2
- Profile: https://github.com/raguileoam
Ingeniero Civil Informático, Universidad de La Frontera.
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
family-names: "Melillán"
given-names: Aliwen
-
family-names: Valenzuela
given-names: Pablo
cff-version: "1.1.0"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/raguileoam/ufro_uhi_plot"
title: "UFRO UHI Plot"
version: "1.0.0"
...
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months 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
Packages
- Total packages: 1
-
Total downloads:
- pypi 10 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
pypi.org: ufro-uhi-plot
Python proyect to plotting urban heat island.
- Homepage: https://github.com/raguileoam/ufro_uhi_plot/tree/master/
- Documentation: https://ufro-uhi-plot.readthedocs.io/
- License: Apache Software License 2.0
-
Latest release: 0.0.2
published almost 5 years ago
Rankings
Maintainers (1)
Dependencies
- github-pages >= 0 development
- jekyll >= 3.7
- jekyll-remote-theme >= 0
- kramdown >= 2.3.0
- nokogiri < 1.11.1
- activesupport 6.0.3.4
- addressable 2.7.0
- coffee-script 2.4.1
- coffee-script-source 1.11.1
- colorator 1.1.0
- commonmarker 0.17.13
- concurrent-ruby 1.1.7
- dnsruby 1.61.5
- em-websocket 0.5.2
- ethon 0.12.0
- eventmachine 1.2.7
- execjs 2.7.0
- faraday 1.3.0
- faraday-net_http 1.0.1
- ffi 1.14.2
- forwardable-extended 2.6.0
- gemoji 3.0.1
- github-pages 209
- github-pages-health-check 1.16.1
- html-pipeline 2.14.0
- http_parser.rb 0.6.0
- i18n 0.9.5
- jekyll 3.9.0
- jekyll-avatar 0.7.0
- jekyll-coffeescript 1.1.1
- jekyll-commonmark 1.3.1
- jekyll-commonmark-ghpages 0.1.6
- jekyll-default-layout 0.1.4
- jekyll-feed 0.15.1
- jekyll-gist 1.5.0
- jekyll-github-metadata 2.13.0
- jekyll-mentions 1.6.0
- jekyll-optional-front-matter 0.3.2
- jekyll-paginate 1.1.0
- jekyll-readme-index 0.3.0
- jekyll-redirect-from 0.16.0
- jekyll-relative-links 0.6.1
- jekyll-remote-theme 0.4.2
- jekyll-sass-converter 1.5.2
- jekyll-seo-tag 2.6.1
- jekyll-sitemap 1.4.0
- jekyll-swiss 1.0.0
- jekyll-theme-architect 0.1.1
- jekyll-theme-cayman 0.1.1
- jekyll-theme-dinky 0.1.1
- jekyll-theme-hacker 0.1.2
- jekyll-theme-leap-day 0.1.1
- jekyll-theme-merlot 0.1.1
- jekyll-theme-midnight 0.1.1
- jekyll-theme-minimal 0.1.1
- jekyll-theme-modernist 0.1.1
- jekyll-theme-primer 0.5.4
- jekyll-theme-slate 0.1.1
- jekyll-theme-tactile 0.1.1
- jekyll-theme-time-machine 0.1.1
- jekyll-titles-from-headings 0.5.3
- jekyll-watch 2.2.1
- jemoji 0.12.0
- kramdown 2.3.0
- kramdown-parser-gfm 1.1.0
- liquid 4.0.3
- listen 3.4.0
- mercenary 0.3.6
- mini_portile2 2.5.0
- minima 2.5.1
- minitest 5.14.3
- multipart-post 2.1.1
- nokogiri 1.11.0
- octokit 4.20.0
- pathutil 0.16.2
- public_suffix 3.1.1
- racc 1.5.2
- rb-fsevent 0.10.4
- rb-inotify 0.10.1
- rexml 3.2.4
- rouge 3.23.0
- ruby-enum 0.8.0
- ruby2_keywords 0.0.2
- rubyzip 2.3.0
- safe_yaml 1.0.5
- sass 3.7.4
- sass-listen 4.0.0
- sawyer 0.8.2
- simpleidn 0.1.1
- terminal-table 1.8.0
- thread_safe 0.3.6
- typhoeus 1.4.0
- tzinfo 1.2.9
- unf 0.1.4
- unf_ext 0.0.7.7
- unicode-display_width 1.7.0
- zeitwerk 2.4.2