DNGS/Proj: mudanças entre as edições

De Documentação
Sem resumo de edição
Linha 9: Linha 9:


* Albers Africa: https://epsg.io/102022
* Albers Africa: https://epsg.io/102022
* Lambert equatorial: https://wiki.addressforall.org/doc/DGGS/Proj/rHEALPix
* Lambert cilindrica equatorial: a matematica mais simples https://wiki.addressforall.org/doc/DGGS/Proj/rHEALPix
* Equi7: https://cartography.tuwien.ac.at/eurocarto/wp-content/uploads/2015/09/3_6_ppt.pdf e https://doi.org/10.1016/j.cageo.2014.07.005 . Ver https://github.com/TUW-GEO/Equi7Grid
* Europa: [[wikipedia:European grid]] adota [[wikipedia:Lambert azimuthal equal-area projection]] com centro em 52° N, 10° E.
* Glance... padrão continental da NASA para fotos de satélite.
 
=== Proposta Glance ===
Em 2018 o projeto measures-glance/glance-grids (inspirado no primeiro paper do Equi7 [https://github.com/TUW-GEO/Equi7Grid Equi7Grid]) ..Usa [[wikipedia:Lambert_Azimuthal_Equal_Area]]
 
Ver template Python abaixo e resultado em https://github.com/measures-glance/glance-grids/blob/master/data/crs_wkt/GLANCE_GRIDS_V01_EU_CRS.wkt
 
<pre>
PROJCS["BU MEaSUREs Lambert Azimuthal Equal Area - {continent} - {version}",
    GEOGCS["GCS_WGS_1984",
        DATUM["D_WGS_1984",
            SPHEROID["WGS_1984",6378137.0,298.257223563]],
        PRIMEM["Greenwich",0.0],
        UNIT["degree",0.0174532925199433]],
    PROJECTION["Lambert_Azimuthal_Equal_Area"],
    PARAMETER["false_easting",0.0],
    PARAMETER["false_northing",0.0],
    PARAMETER["longitude_of_center",{lon_of_center}],
    PARAMETER["latitude_of_center",{lat_of_center}],
    UNIT["meter",1.0]]
</pre>


== Quasi-igual-área ==
== Quasi-igual-área ==
Nacional:
* UTM Colômbia: https://github.com/AddressForAll/pg_pubLib-v1/blob/main/src/pubLib05pgis-extraSRID.sql
* UTM Colômbia: https://github.com/AddressForAll/pg_pubLib-v1/blob/main/src/pubLib05pgis-extraSRID.sql
Continental:
* Equi7 ver [[wikipedia:Azimuthal_Equidistant]]. Ver https://cartography.tuwien.ac.at/eurocarto/wp-content/uploads/2015/09/3_6_ppt.pdf  e https://doi.org/10.1016/j.cageo.2014.07.005 . Ver https://github.com/TUW-GEO/Equi7Grid


== See also==
== See also==
* [[DNGS/Poliedro das nações]]
* [[DNGS/Poliedro das nações]]

Edição das 05h58min de 23 de outubro de 2023

Igual-área

Projeções nacionais:

Projeções continentais:

Proposta Glance

Em 2018 o projeto measures-glance/glance-grids (inspirado no primeiro paper do Equi7 Equi7Grid) ... Usa wikipedia:Lambert_Azimuthal_Equal_Area

Ver template Python abaixo e resultado em https://github.com/measures-glance/glance-grids/blob/master/data/crs_wkt/GLANCE_GRIDS_V01_EU_CRS.wkt

PROJCS["BU MEaSUREs Lambert Azimuthal Equal Area - {continent} - {version}",
    GEOGCS["GCS_WGS_1984",
        DATUM["D_WGS_1984",
            SPHEROID["WGS_1984",6378137.0,298.257223563]],
        PRIMEM["Greenwich",0.0],
        UNIT["degree",0.0174532925199433]],
    PROJECTION["Lambert_Azimuthal_Equal_Area"],
    PARAMETER["false_easting",0.0],
    PARAMETER["false_northing",0.0],
    PARAMETER["longitude_of_center",{lon_of_center}],
    PARAMETER["latitude_of_center",{lat_of_center}],
    UNIT["meter",1.0]]

Quasi-igual-área

Nacional:

Continental:

See also