nationalfloodexperts/ncat 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nationalfloodexperts/ncat

最新稳定版本:1.0.0

Composer 安装命令:

composer require nationalfloodexperts/ncat

包简介

A simple implementation of NOAA's NCAT API.

README 文档

README

This is a simple implementation for NOAA's NCAT API Service. You can learn more about the National Geodetic Survey from NOAA here.

Here is a simple example on how to use the package.

$ncat = new NationalFloodExperts\NCAT\NCAT();

// Make a request to the Latitude-longitude-height service
$data = $ncat->llhRequest([
  'lat' => 40.0,
  'lon' => -80.0,
  'eht' => 100.0,
  'inDatum' => 'NAD83(1986)',
  'outDatum' => 'NAD83(2011)'
]);

// Make a request to the U.S. National Grid service
$data = $ncat->usngRequest([
  'usng' => '15SWB4788338641',
  'inDatum' => 'NAD83(2011)',
  'outDatum' => 'NAD83(NSRS2007)',
  'eht' => 100.0
]);

统计信息

  • 总下载量: 2.7k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-08-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固