Skip to content

Commit

Permalink
just a dummy commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauerma committed Aug 9, 2023
1 parent 844fb38 commit 2e8994a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

Version 0.2.3
=============

- update of installation resources
- update of readme

Version 0.2.2
=============

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 TU Wien - Department of Geodesy and Geoinformation
Copyright (c) 2023 TU Wien - Department of Geodesy and Geoinformation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

The **Equi7Grid** is a spatial reference system designed to handle efficiently the archiving, processing, and displaying of **high resolution raster image data**. It supports geo-datacubes holding large volumes of satellite imagery, as it preserves geometric accuracy and **minimises data oversampling over global land surfaces** to a very low value of 3%.

![plot](./docs/doc_files/flyer_equi7grid.png)

This package contains:
- Geometries and projection-files defining the contentinal zones, projection parameters, base tilings, etc.
- Geometries and projection-files defining the contentinal zones, coordinate system, projection parameters, base tilings, etc.
- A python class for working with Equi7Grid: how to convert to, how to use the tiling system, how to identify coordinates, etc.

A detailed documentation on the Equi7Grid definition is at
Expand All @@ -30,7 +32,7 @@ Overlays for visualisation in Google Earth are here:

`~/docs/doc_files/google_earth_overlays/`

The 7 projections are completely defined by WKT-strings in the .prj-files at
The 7 projections (or more precisely the Projected Coordinate Reference Systems, PROJCS) are completely defined by WKT-strings in the .prj-files at

`~/wkt/`

Expand Down Expand Up @@ -97,7 +99,7 @@ The tool uses `gdal` to efficiently warp the raster data to the Equi7 projection

**Note 2**: Windows users might need to manually specify the `gdal_path` as part of the function arguments, for example:
```py
image2equi7grid(gdal_path=r"C:\...your_path...\envs\geospade\Library\bin")
image2equi7grid(gdal_path=r"C:\...your_path...\envs\equi7grid\Library\bin")
```

### More examples ...
Expand Down
Binary file added docs/doc_files/flyer_equi7grid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e8994a

Please sign in to comment.