https://github.com/cmutel/ecoinvent-row-report
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: cmutel
- License: bsd-3-clause
- Language: JavaScript
- Default Branch: master
- Size: 10.4 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 6 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
License
README.rst
Ecoinvent RoW Report
====================
Tools to build an HTML report explaining what each "Rest of the World" location used in ecoinvent 3 means.
Usage
-----
import ecoinvent_row_report as e
from brightway2 import projects
projects.set_current("RoW generation") # Project with all ecoinvents
r = e.Report("Absolute filepath to output directory to be created")
r.make_report()
Upload to geography.ecoinvent.org server
----------------------------------------
cd output_directory
rsync -zv *.* 129.132.117.28:websites/geography.ecoinvent.org/rows/
rsync -rzv assets 129.132.117.28:websites/geography.ecoinvent.org/rows/assets
Base world map
--------------
The base world map was created from the `natural earth data `__ `50m gray earth `__ raster image using the following `GDAL `__ commands:
.. code-block:: bash
gdalwarp -s_srs 'EPSG:4326' -dstalpha -t_srs '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs' -ts 1000 500 GRAY_50M_SR_OB.tif base_map.tiff
gdal_translate -of png base_map.tiff base_map.png
Owner
- Name: Chris Mutel
- Login: cmutel
- Kind: user
- Location: Zurich, Switzerland
- Company: ecoinvent association/Cauldron Solutions
- Website: http://chris.mutel.org
- Repositories: 71
- Profile: https://github.com/cmutel
Open source & open data sustainability assessment, plus bikes.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 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
setup.py
pypi
- bw2data *
- constructive_geometries >=0.6.4
- descartes *
- fiona *
- jinja2 *
- matplotlib *
- pandarus >=0.6
- pillow *
- pyprind *
- rower >=0.2
- shapely *