Skip to content

add modis_sinusoidal as a horizCoordSysName option #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions eml-spatialReferenceDictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33746,5 +33746,21 @@
</projection>
</projCoordSys>
</horizCoordSysDef>
<horizCoordSysDef name="Sinusoidal">
<projCoordSys>
<geogCoordSys name="GCS_Undefined">
<datum name="Undefined"/>
<spheroid name="User_Defined_Spheroid" semiAxisMajor="6371007.181"/>
<primeMeridian name="Greenwich" longitude="0"/>
<unit name="degree" value="0.0174532925199433"/>
</geogCoordSys>
<projection name="Sinusoidal">
<parameter name="False_Easting" value="0.0"/>
<parameter name="False_Northing" value="0.0"/>
<parameter name="Central_Meridian" value="0.0"/>
<unit name="meter" value="1.0"/>
</projection>
</projCoordSys>
</horizCoordSysDef>
</sp:projectionList>

1 change: 1 addition & 0 deletions xsd/eml-spatialReference.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,7 @@
<xs:enumeration value="World_Winkel_I"/>
<xs:enumeration value="World_Winkel_II"/>
<xs:enumeration value="World_Winkel_Tripel_NGS"/>
<xs:enumeration value="Sinusoidal"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down